﻿@charset "utf-8";
/* 陈建 创建 */
@import url(../fonts/iconfont.css);
.drd_container{ margin:0 auto; text-align:left; width:1241px;}
.drd_containerbig{ margin:0 auto; text-align:left; width:1612px;}


/*=公用=*/
[class^="iconb_"], [class*=" iconb_"]{background-image:url(../images/picbg01.png); background-repeat:no-repeat; display:inline-block; vertical-align:middle; margin-top:-2px;}
.iconb_shopping{ background-position:-1px -3px; width:24px; height:19px;}
.iconb_home{ background-position:-36px 0; width:26px; height:26px;}
.iconb_search{ background-position:-72px 0; width:26px; height:26px;}

/*消息框提示*/
.alertbox{ position:fixed; top:10%; left:50%; z-index:2000; font-size:14px;outline: none;}
.close{
float: right;
font-size: 20px;
font-weight: bold;
margin-left:10px;
line-height: 1;
color: #333;
text-shadow: 0 1px 0 #ffffff;
outline: none;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover{opacity: 1; color:#333;}
/*头像*/
.headportbox{
width: 90px;
height: 90px;
border: #e6e6e6 solid 1px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;	
}
.headportbox-s{
display:inline-block;
width: 28px;
height: 28px;
line-height:0px;
border: #e6e6e6 solid 1px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
vertical-align:middle;	
}

/*主菜单箭头*/
.iconb_arrow01_c{ background-position:-26px -36px; width:16px; height:16px;}
.iconb_arrow01_o{ background-position:0 -36px; width:16px; height:16px;}
.iconb_arrow02_o{ background-position:-52px -36px; width:16px; height:16px;}
.iconb_arrow02_r{ background-position:-78px -36px; width:16px; height:16px;}

/*滚动箭头*/
.iconb_arrow03_l{ background-position:-100px -92px; width:27px; height:24px; margin-right:-1px;}
.iconb_arrow03_l:hover{ background-position:-100px -121px;}
.iconb_arrow03_l.disable{ background-position:-100px -62px;}
.iconb_arrow03_r{ background-position:-137px -92px; width:27px; height:24px;}
.iconb_arrow03_r:hover{ background-position:-137px -121px;}
.iconb_arrow03_r.disable{ background-position:-137px -62px;}

/*navtop*/
.iconb_arrow04_o{ background-position:-127px -36px; width:16px; height:16px;}
.iconb_arrow05_o{ background-position:-147px -36px; width:16px; height:16px;}

.iconb_online{ background-position:0 -62px; width:44px; height:136px; cursor:pointer;}
.iconb_online:hover{ background-position:-50px -62px;}
.iconb_top{ background-position:-100px -186px; width:25px; height:25px;}
.iconb_top:hover{ background-position:-135px -186px;}

/*pisen*/
.iconb_point{ background-position:-94px -36px; width:16px; height:16px;}
.iconb_arrow04_r{ background-position:-110px -36px; width:16px; height:16px;}



.starbox{ background-image:url(../images/star01.png); width:96px; height:15px; display:inline-block; vertical-align:middle; margin-top:-2px;}
.star_0{ background-position:0 0;}
.star_1{ background-position:0 -18px;}
.star_2{ background-position:0 -36px;}
.star_3{ background-position:0 -54px;}
.star_4{ background-position:0 -72px;}
.star_5{ background-position:0 -90px;}



/*=头部=*/
header{ width:auto; background:url(../images/topnavbg01.jpg) repeat-x #fff;}
.topnav a,footer a{ color:#666;}
.topnav a:hover,footer a:hover{ color:#222;}
header .topnav{ height:40px; line-height:39px; font-size:12px;}
header .topnav .topnav_l li{ float:left; padding:0 10px; background:url(../images/line01.jpg) no-repeat center left; text-align:center;}
header .topnav .topnav_l li:first-child{background:none;}
header .topnav .toptxt{ height:40px; line-height:40px; float:right;}
header .topnav .toptxt > li{ float:left; padding:0 10px; background:url(../images/line01.jpg) no-repeat center left; text-align:center;}
header .topnav .toptxt > li:first-child{background:none;}
/*统一arrow旋转开始*/
header .topnav .toptxt > li .iconb_arrow04_o,
.webchange > div .dt .iconb_arrow05_o,
.prochangebox > div .dt .iconb_arrow05_o{
-webkit-transition: -webkit-transform .2s ease-in;
-moz-transition: -moz-transform .2s ease-in;
-o-transition: -o-transform .2s ease-in;
transition: transform .2s ease-in;
transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
header .topnav .toptxt > li.hover .iconb_arrow04_o,
.webchange.hover > div .dt .iconb_arrow05_o,
.prochangebox > div.hover .dt .iconb_arrow05_o{
transform: rotate(180deg);
-o-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}

/*签到送积分*/
header .integralbox .signInfoBox{
    width: 310px;
    height: 174px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    z-index: 1000;
    background-color: #fff;
    margin-top:1px; left:auto; right:0;
    position: absolute;
    padding: 24px 20px;
    display: none;
    overflow: hidden;
}
.signInfoBox.signed{
    background:url('../images/signedLogo.png') no-repeat;
    background-position: left top;
}
.signInfoBox>.iconfont{
    cursor: pointer;
    margin:-12px -8px;
    padding: 2px 4px;
    color: #bbb;
    transition:color .2s linear;
    -webkit-transition:color .2s linear;
    -moz-transition:color .2s linear;
    transition:background-color .2s linear;
    -webkit-transition:background-color .2s linear;
    -moz-transition:background-color .2s linear;
}
.signInfoBox>.iconfont:hover{
    background-color: #f0f0f0;
    color: #999;
}
.signInfoBox .afterSign{display: none;}
.signInfoBox .beforeSign{margin:20px auto;}
.signInfoBox .afterSign{margin: 78px auto;}
/*邀请好友*/
.inviteInfoBox{
    width: 310px;
    height: 158px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    z-index: 1000;
    background-color: #fff;
    margin-top:1px; left:auto; right:0;
    position: absolute;
    padding: 24px 20px;
    top:-999em;
}
.inviteInputBox{width: 200px;
    height: 34px;
    float: left;
    margin-top: 15px;
    border: 1px solid #ddd;
}
.inviteInfoBox>.iconfont{
    cursor: pointer;

    margin:-12px -8px;
    padding: 2px 4px;
    color: #bbb;
    transition:color .2s linear;
    -webkit-transition:color .2s linear;
    -moz-transition:color .2s linear;
    transition:background-color .2s linear;
    -webkit-transition:background-color .2s linear;
    -moz-transition:background-color .2s linear;
}
.inviteInfoBox>.iconfont:hover{
    background-color: #f0f0f0;
    color: #999;
}
.afterInvite{display: none;color: #f34f2f;}
input#copyInputBox{cursor: pointer;}


/*统一arrow旋转结束*/
header .topnav .toptxt a span{ font-size:14px; vertical-align:middle; margin-top:-3px;}
header .topnav .toptxt >li .dropdown-menu{ margin-top:0px; left:auto; right:0px;}
header .logobox{ height:110px;  position:relative;}
header .logobox .logo{ width:242px; height:49px; position:absolute; top:30px; left:0px;}
header .logobox .searchbox{ width:433px; height:40px; position:relative; padding-bottom:1px;}
header .logobox .searchbox input{ width:394px; display:inline-block; vertical-align:middle;}
header .logobox .searchbox .quicksetbox{ position:absolute; top:6px; right:40px; font-size:12px;}
header .logobox .searchbox .quicksetbox > a{ background-color:#fafafa; display:inline-block; height:28px; line-height:28px; border-radius:14px; padding:0 5px; margin-right:5px;}
header .logobox .searchbox .quicksetbox > a:hover{ background-color:#f2efef;}
header .logobox .searchbox .searchBtnbox{ height:40px; width:40px; position:absolute; top:0; right:0; border-top-left-radius:0px;border-bottom-left-radius:0px;
transition:all 0.2s ease-in; 
-moz-transition:all 0.2s ease-in; 
-o-transition:all 0.2s ease-in; 
-webkit-transition:all 0.2s ease-in;
}
header .logobox .searchbox .searchBtnbox.btn-default{ color:#bbb;}
header .logobox .searchbox .searchBtn{ width:20px; height:20px; }
header .logobox .searchbox .dropdown-menu{border-top-left-radius:0px; border-top-right-radius:0px; width:433px; z-index:999;}
header .logobox .searchbox .dropdown-menu .f_l{ width:250px;}
header .logobox .searchbox .dropdown-menu .f_l a{white-space:normal; height:28px;line-height:20px; padding-right:10px; position:relative; z-index:100;}
header .logobox .searchbox .dropdown-menu .f_r{ width:181px; height:280px; border-left:#e6e6e6 solid 1px; padding:0 10px;}
header .logobox .searchbox .dropdown-menu .f_r > a{ margin-right:5px; margin-bottom:5px; max-width:70px; overflow:hidden;}

header .logobox .shopcarbox{position:absolute;top:36px; right:0px;}
header .logobox .shopcarbox > span{ float:left; position:relative; padding-bottom:1px;}
header .logobox .shopcar .dropdown-menu{ width:460px; right:0px; left:auto; padding:10px 8px; margin-top:0px;}
header .logobox .shopcar .dropdown-menu #shopcarcom{ max-height:365px;}
header .logobox .shopcar .dropdown-menu li{ padding:0 10px;}
header .logobox .shopcar .dropdown-menu li > dl{ padding:15px 0; border-bottom:#e6e6e6 solid 1px;}
header .logobox .shopcar .dropdown-menu li > dl dd{ float: right; width:350px;}
header .logobox .shopcar .dropdown-menu li > dl dd .f_l{ width:200px;}
header .logobox .shopcar .dropdown-menu li > dl dd .f_r{ width:80px;}
header .logobox .shopcar .dropdown-menu li > dl dt{ width:76px; text-align:center;}
header .logobox .shopcar .dropdown-menu li .btnbox{ padding:15px 0; height:70px; line-height:40px;}

header .mainnav{ height:48px; font-size:18px; background-color:#481c87;
border-top-left-radius:3px;
-webkit-border-top-left-radius:3px;
border-top-right-radius:2px;
-webkit-border-top-right-radius:2px;
}
header .mainnav dl{
transition:height 0.2s ease-in; -moz-transition:height 0.2s ease-in; -o-transition:height 0.2s ease-in; -webkit-transition:height 0.2s ease-in;}
header .mainnav dl.classbox{width:250px; position:absolute; z-index:100;}
header .mainnav dl.classbox dt{ height:48px; line-height:48px; color:#fff; background-color:#fabe00; padding-left:20px; cursor:pointer;
border-top-left-radius:2px;
-webkit-border-top-left-radius:2px;
overflow:hidden;
}
header .mainnav dl.classbox dt .iconb_arrow01_o{
-webkit-transition: -webkit-transform .2s ease-in;
-moz-transition: -moz-transform .2s ease-in;
-o-transition: -o-transform .2s ease-in;
transition: transform .2s ease-in;
transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
header .mainnav dl.classbox:hover dt .iconb_arrow01_o{
transform: rotate(180deg);
-o-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}

header .mainnav dl.classbox dd{position:relative;}
header .mainnav dl.classbox dd.ddshadow{
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .06);
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .06);
}
header .mainnav dl.classbox dd .classbox_con{ height:79px; background-color:#fafafa; border:#e6e6e6 solid; border-width:0 1px 1px 1px; padding:15px 15px 0 15px; position:relative;font-size:14px;
transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;}
header .mainnav dl.classbox dd .classbox_con.hover{ background-color:#ffffff; padding-left:21px; border-right-color:#fff; position:relative; z-index:1;}
header .mainnav dl.classbox dd .classbox_con.hover .classbox_ddcon{ }
header .mainnav dl.classbox dd .classbox_con .title{color:#481c87;}
header .mainnav dl.classbox dd .classbox_con .title > span{ margin-right:10px; color:#f54325;}
header .mainnav dl.classbox dd .classbox_con .f_r{ color:#999; font-size:10px; margin-top:2px;}
header .mainnav dl.classbox dd .classbox_con .txtcon{ color:#666; margin-top:5px; height:22px; overflow:hidden;}
header .mainnav dl.classbox dd .classbox_con .txtcon > a{ display:inline-block; margin-right:8px;}

header .mainnav dl.classbox dd .classbox_con .classbox_ddcon{ position:absolute; top:0; left:249px; width:250px; background-color:#fff; border-top:#e6e6e6 solid 1px; border-right:#e6e6e6 solid 1px; border-bottom:#e6e6e6 solid 1px; z-index:1; display:none; padding:5px;
box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .06);
-webkit-box-shadow: 2px 2px 2px 0  rgba(0, 0, 0, .06);
border-top-right-radius:2px;
-webkit-border-top-right-radius:2px;
border-bottom-right-radius:2px;
-webkit-border-bottom-right-radius:2px;
}
header .mainnav dl.classbox dd .classbox_con .classbox_ddcon ul{ max-height:620px; padding:12px 25px 12px 25px;}
header .mainnav dl.classbox dd .classbox_con .classbox_ddcon li{ height:74px; padding:13px 0; line-height:48px; overflow:hidden;}
header .mainnav dl.classbox dd .classbox_con .classbox_ddcon li:first-child{height:78px;}
header .mainnav dl.classbox dd .classbox_con .classbox_ddcon li a > img{ margin-right:10px; width:48px; height:48px;}
header .mainnav dl.classbox dd .classbox_con .classbox_ddcon li a:hover{color:#ff9c00;}

header .mainnav ul.navbox{ padding-left:250px; height:48px; position:relative;font-size: 0;}
header .mainnav ul.navbox li{ display: inline-block;font-size: 18px;}
header .mainnav ul.navbox li > a{ position: relative;display:block; height:48px; line-height:48px; padding:0 30px;}
header .mainnav ul.navbox li > a:hover{background-color:#3a166c;}
header .mainnav ul.navbox li.active > a{overflow:hidden;}
header .mainnav ul.navbox li .prorecommend{ width:992px; position:absolute; top:100%; right:0; z-index:99; background-color:#fff;  border:#e6e6e6 solid; border-width:1px 1px 1px 1px; color:#222; display:none; overflow:hidden;}



header .mainnav ul.navbox li .prorecommend dl{ float:left; width:50%; padding-top:20px; padding-bottom:20px; padding-right:5px;}
header .mainnav ul.navbox li .prorecommend dl:first-child{ border-right:#e6e6e6 solid 1px;}
header .mainnav ul.navbox li .prorecommend dl dd{ float:right; width:60%; padding-top:6%;}
header .mainnav ul.navbox li .prorecommend dl dd .title{height:20px;overflow: hidden;word-break: break-all; }
header .mainnav ul.navbox li .prorecommend dl dd .info{height:40px;overflow: hidden;word-break: break-all; }
header .mainnav ul.navbox li .prorecommend dl dt{ width:40%; text-align:center;}
header .mainnav ul.navbox li .prorecommend dl dt img{ width:156px;}
/*header .mainnav .kefu{height:48px; line-height:48px; float:right;}*/
/*面包屑*/
.bread{ height:40px; line-height:40px; overflow:hidden;}
/*banner*/
.banner{ width:100%; height:632px; overflow:hidden;}
.banner .drd_container{ padding-left:250px;}
.banner_imgbox{ width:100%; height:450px; position:relative; overflow:hidden;}
.banner_imgbox .slides a{ display:block; height:450px; background-position:center 0;}
.banner_imgbox .flex-control-nav{ bottom:15px; height:16px;}
.banner_imgbox .flex-control-nav li{ margin:0 0 0 10px;}
.banner_imgbox .flex-control-nav li a {width: 16px;height: 16px;}
.banner_imgbox .flex-control-nav li a.active {background-position: 0 -33px;}
.banner_imgbox .flex-control-nav li a:hover {background-position: 0 -17px;}


.banner_pic{height:182px; }
.banner_pic li{ width:33.3333333%; float:left; height:182px;  border:#e6e6e6 solid; border-width:1px 1px 1px 0; overflow:hidden;}
.banner_pic li:last-child{ width:33.3333334% !important;}
.banner_pic li > a{background-position:center; display:block;  height:182px;}


/*=内容=*/
.drd_paymain .drd_container{ position:relative;}
.drd_py_tit01{ width:auto; height:48px; line-height:48px; overflow:hidden;}
.drd_py_tit01 .titbox{ width:140px; font-size:20px;}
.drd_py_tit01 .f_r a{ margin-left:16px;}

/*积分商品详情页面我的喜欢*/
.myLoveBox{position: relative;}
.myLoveBox .drd_py_listbox_my{width: 460px}
.myLoveBox .drd_py_list_my ul li{
    float: left;
    width: 461px !important;
    height: 105px;
    background-color: #fff;
    line-height: 26px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /*margin-left: 10px;*/
}
.myLoveBox .drd_py_list_my ul li .imgbox01{
    width: 105px;
    height: 105px;
    margin-left: 10px;
    border: #e6e6e6 solid 1px;
    float: left;display: inline-block;
}
.myLoveBox .drd_py_list_my ul li{border: 0}
.myLoveBox .drd_py_list_my ul li .imgbox01:first-child{width: 105px;margin-left: 0;}
.myLoveBox .drd_py_list_my .imgbox img{width: 105px;height: 103px;}
.myLoveBox .drd_py_listbox_my .drd_py_list_my ul li .imgbox{
    width:100%; height:105px; overflow:hidden;
}
.myLoveBox .drd_py_list_my ul li:first-child{width: 105px;margin-left: 0}
/*.myLoveBox .drd_py_list_my ul li:nth-child(4){display: block;}*/
.myLoveBox .drd_py_list_my ul>li:first-child+li+li+li{display: block;}

.myLoveBox .drd_py_list_my .imgbox{padding-top: 0;}
.myLoveBox .drd_py_listbox_my .flex-control-nav li a{
    background: url('../images/theme/bg_control_nav3.png') no-repeat 0 0 ;
}
.myLoveBox .drd_py_listbox_my .flex-control-nav li a.active {
    background-position: 0 -26px !important;
    cursor: pointer;
}


.lineDiv{height: 1px;width:385px;float: right;margin-bottom: 25px;margin-top:10px;border-bottom: 1px solid #e6e6e6}


/*首页第一种样式*/
.flexsbox1{ position:relative;}
.flexsbox1 .flex-direction-nav{ width:55px; text-align:right; position:absolute; top:15px; right:0;}
.flexsbox1 .flex-direction-nav li{ display:inline-block;}
.drd_py_listbox{ width:1250px; padding-top:4px; margin-top:-4px; margin-left:-5px; padding-left:5px;}
.drd_py_list{ width:100%;}
.drd_py_list ul li{float:left; width:311px; height:310px; background-color:#fff; line-height:26px;  border:#e6e6e6 solid 1px; text-align:center; position:relative; overflow:hidden; margin-left:-1px;}
.badgecj{ width:48px; position:absolute; top:-1px; left:10px; height:24px; line-height:23px; text-align:center;  color:#fff; z-index:10; font-size:12px; border-bottom-left-radius:2px;
-webkit-border-bottom-left-radius:2px;
-o-border-bottom-left-radius:2px;
border-bottom-right-radius:2px;
-webkit-border-bottom-right-radius:2px;
-o-border-bottom-right-radius:2px;
}
.badgecj.redbg{background-color:#f34f2f;}
.badgecj.greenbg{ background-color:#8cc253;}
.badgecj2{ min-width:48px; height:24px; padding:0 5px; line-height:24px; text-align:center; color:#fff; font-size:12px; display:inline-block;}

.drd_py_list ul li:first-child{ margin-left:0; width:310px;}
.drd_py_list .imgbox{ width:100%; height:236px; overflow:hidden; padding-top:20px;}
.drd_py_list .imgbox img{ width:220px; height:220px;}

.drd_py_list ul li:hover{ border-color:#d2d2d2; position:relative; z-index:1;
-webkit-box-shadow: 0 0 0 4px #f2f2f2;
-moz-box-shadow: 0 0 0 4px #f2f2f2;
-ms-box-shadow: 0 0 0 4px #f2f2f2;
-o-box-shadow: 0 0 0 4px #f2f2f2;
box-shadow: 0 0 0 4px #f2f2f2;
}
.drd_py_list ul li,.drd_py_list ul li > div{
transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;
}
.drd_py_list ul li:hover > div{
-webkit-transform: translateX(-4px);
-moz-transform: translateX(-4px);
-ms-transform: translateX(-4px);
-o-transform: translateX(-4px);
transform: translateX(-4px);
}
.drd_py_list .txtbox{ height:60px; margin-left:20px; margin-right:20px;}
.drd_py_list .txtbox >div{ line-height:30px; height:30px; overflow:hidden;text-overflow: ellipsis;}

/*-----*/
.xiaogou ul li:hover{ border-color:#d2d2d2; position:relative; z-index:1;
-webkit-box-shadow: 0 0 0 4px #f2f2f2;
-moz-box-shadow: 0 0 0 4px #f2f2f2;
-ms-box-shadow: 0 0 0 4px #f2f2f2;
-o-box-shadow: 0 0 0 4px #f2f2f2;
box-shadow: 0 0 0 4px #f2f2f2;
}
.xiaogou ul li{
transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;
}
.xiaogou ul li:hover{
-webkit-transform: translateX(-4px);
-moz-transform: translateX(-4px);
-ms-transform: translateX(-4px);
-o-transform: translateX(-4px);
transform: translateX(-4px);
}

/*首页第二种样式*/
.drd_py_box02{ width:auto; border-top:#e6e6e6 solid 1px; border-left:#e6e6e6 solid 1px;}
.drd_py_box02 .drd_py_fl{ float:left; width:930px;}
.drd_py_box02 .drd_py_fr{ float:left; width:309px;}
.drd_py_box02 .drd_py_fr2{ float:left; width:310px;  border-right:#e6e6e6 solid 1px; border-bottom:#e6e6e6 solid 1px; }
.drd_py_box02 .drd_py_fr2title{ height:60px; line-height:60px; border-bottom:#e6e6e6 solid 1px; padding-left:20px;}
.drd_py_box02 .Crowdfundpic{ height:120px; border-bottom:#e6e6e6 solid 1px; overflow:hidden;}
.drd_py_box02 .Crowdfundpic img{ width:100%; margin-top:-15px;}
.drd_py_box02 .Crowdfundname{ height:70px; text-align:center; padding-top:13px;}
.drd_py_box02 .Crowdfundmoney{ position:relative;  border-bottom:#e6e6e6 solid 1px; line-height:20px; height:60px;}
.drd_py_box02 .Crowdfundmoney >div{ height:60px; position:relative; padding-top:10px; margin:0 15px;}
.drd_py_box02 .Crowdfundmoney >div > span{ float:left;}
.drd_py_box02 .Crowdfundmoney .progressbox{ position:absolute; top:-5px; width:100%;}
.drd_py_box02 .Crowdfundmoney .w1{width:40%;}
.drd_py_box02 .Crowdfundmoney .w2{width:40%;}
.drd_py_box02 .Crowdfundmoney .w3{width:50px;}

.drd_py_box02 .newslist{ font-size:14px;}
.drd_py_box02 .newslist li{ height:51px; border-top:#e6e6e6 solid 1px; margin-top:-1px;}
.drd_py_box02 .newslist li a{ height:50px; line-height:50px; padding-left:14px; display:block; overflow:hidden;word-break: break-all;}
.drd_py_box02 .newslist li .f_r{  margin-right:4px; font-size:12px; color:#bbb;}
.drd_py_box02 .newslist li a:hover .f_r{color:#ff9c00;}
.drd_py_box02 .newslist li a:hover{ background-color:#fafafa; cursor:pointer;}
/*列表2*/
.drd_py_box02ul li.picbox{ width:620px;}
.drd_py_box02ul li{float:left; width:310px; height:310px; background-color:#fff; line-height:26px;  border-right:#e6e6e6 solid 1px; border-bottom:#e6e6e6 solid 1px; position:relative;z-index:1;}
.drd_py_box02ul li > div{height:310px; overflow:hidden; border:none;}
/*
.drd_py_box02ul li:first-child{ margin-left:0; width:310px;}
.drd_py_box02ul.ulclass2 li{ margin-top:-1px;}
.drd_py_box02ul.ulclass3 li:first-child{ margin-left:-1px; width:311px;}
.drd_py_box02ul.ulclass3 li:last-child{ margin-top:-1px;}
*/
.drd_py_box02ul .imgbox{ width:100%; height:236px; overflow:hidden; padding-top:20px; text-align:center;}
.drd_py_box02ul .imgbox img{ width:220px; height:220px;}
.drd_py_box02ul .txtbox{ padding:0 20px;}
.drd_py_box02ul .txtbox .name{ height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}



.drd_py_box02ul .txtbox > div{ line-height:30px; overflow:hidden;}
.drd_py_box02ul li:hover{ z-index:2 !important;}
.drd_py_box02ul li > div{border:#e6e6e6 solid 1px; margin-left:-1px; margin-top:-1px; width:311px; height:311px; position:absolute; top:0; left:0; z-index:2;}
.drd_py_box02ul li:hover > div{border-color:#d2d2d2;
-webkit-box-shadow: 0 0 0 4px #f2f2f2;
-moz-box-shadow: 0 0 0 4px #f2f2f2;
-ms-box-shadow: 0 0 0 4px #f2f2f2;
-o-box-shadow: 0 0 0 4px #f2f2f2;
box-shadow: 0 0 0 4px #f2f2f2;
}

.drd_py_box02ul li > div,.drd_py_box02ul li > div > div{left:0;position:relative;
transition:all 0.2s ease-in;
-moz-transition:all 0.2s ease-in; 
-o-transition:all 0.2s ease-in; 
-webkit-transition:all 0.2s ease-in;
}
.drd_py_box02ul li:hover > div > div{left:-4px;
transition:all 0.2s ease-in;
-moz-transition:all 0.2s ease-in; 
-o-transition:all 0.2s ease-in; 
-webkit-transition:all 0.2s ease-in;
/*
-webkit-transform: translateX(-4px);
-moz-transform: translateX(-4px);
-ms-transform: translateX(-4px);
-o-transform: translateX(-4px);
transform: translateX(-4px);
*/
}




/*热销排行*/
.drd_py_box02 .drd_py_fr2title2{ height:78px; line-height:78px; border-bottom:#e6e6e6 solid 1px; padding-left:20px;}
.drd_py_box02 .ranklist li{ height:78px; padding:9px 0; line-height:60px; padding-left:14px; border-top:#e6e6e6 solid 1px; margin-top:-1px;}
.drd_py_box02 .ranklist li .number{ width:25px; height:25px; line-height:25px; border:#ccc solid 1px; color:#ccc; text-align:center; display:inline-block;
border-radius:50%;
-webkit-border-radius:50%;
-o-border-radius:50%;
-moz-border-radius:50%;
}
.drd_py_box02 .ranklist{ font-size:14px;}
.drd_py_box02 .ranklist li .number.yellowcolor{border:#fabe00 solid 1px; color:#fabe00;}
.drd_py_box02 .ranklist li .imgbox{ width:60px; height:60px; margin:0 3px;}


/*热门评测*/
.drd_py_hotbox{ width:100%;}
.drd_py_title01 .f_l{width:620px;}
.drd_py_title01{ height:61px; line-height:60px; border:#e6e6e6 solid 1px; padding-left:20px; overflow:hidden;}
.drd_py_hotprofile{ width:620px;}
.drd_py_hotprofile > li{ width:310px; float:left; border:#e6e6e6 solid 1px; margin-left:-1px; margin-top:-1px;}
.drd_py_hotprofile > li:first-child{ margin-left:0;width:311px;}
.drd_py_hotprofile > li .imgbox{  height:260px; position:relative;border-bottom:#e6e6e6 solid 1px; text-align:center;}
.drd_py_hotprofile > li .imgboxarrow{ background:url(../images/cmarrow.jpg) no-repeat; width:12px; height:9px; position:absolute; bottom:-9px; left:40px; display:inline-block;}
.drd_py_hotprofile > li dl{ height:121px; padding:20px 14px;}
.drd_py_hotprofile > li dl dt{ text-align:center; width:60px;}
.drd_py_hotprofile > li dl dd{ float:right; width:205px;}
.drd_py_hotprofile > li dl dd .combox{ height:36px; overflow:hidden;}

.drd_py_hotactive{ width:620px;}
.drd_py_hotactive > li{ width:311px; height:192px; float:left; border:#e6e6e6 solid 1px; text-align:center;margin-left:-1px; margin-top:-1px; padding-top:19px;}


/*=footer装饰=*/

.drd_py_serice_new {
    position: fixed;
    bottom: 230px;
    right: 50%;
    margin-right: -700px;
    z-index: 3;
    width: 67px;
}

.drd_py_serice{ position:fixed; bottom:30px; right:50%; margin-right:-700px; z-index:3; width:67px;}
.drd_py_serice ul{ padding-left:9px; margin-top:-3px;}
.drd_py_serice ul li{ width:50px; height:50px; line-height:50px;  margin-top:2px; text-align:center;}
.drd_py_serice ul li .iconfont{ font-size:26px; color:#fff;}
.drd_py_serice ul li a{ display:inline-block; width:50px; height:50px; background-color:#ddd;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
}
.drd_py_serice ul li a .badge{ position:absolute; top:-10px; right:-10px; background-color:#e43b00; border:#e43b00 solid 1px; color:#fff;
-o-border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
.drd_py_serice ul li a:hover{ background-color:#481c87;}
.drd_py_serice ul li a:hover img{-webkit-filter:contrast(10); filter:alpha(contrast=100);}

.drd_py_serice ul li button { display: inline-block;width: 50px;height: 50px;background-color: #ddd;border: none;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;cursor: pointer; }
.drd_py_serice ul li button:hover { background-color: #481c87; }

footer{ background-color:#fafafa; border-top:#e6e6e6 solid 1px; margin-top:50px; padding-bottom:20px;}
    footer .ft_sevice {
        height: 170px;
        padding: 26px 0;
        border-bottom: #eee solid 1px;
        overflow: hidden;
        text-align: center;
    }
footer .ft_sevice a .iconfont{ font-size:48px; color:#ddd; transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;
}
footer .ft_sevice a{ display:inline-block;  width:16.66%; text-align:center;}
footer .ft_sevice a div.name{ font-size:16px; margin-top:17px; color:#222;}
footer .ft_sevice a:hover .iconfont{ color:#481c87;}
footer .ft_intr{ height:190px; padding:10px 0; margin-top:30px; max-width:1241px; margin-left:auto;margin-right:auto;}
footer .ft_intr .ft_intr_l{ width:520px; float:left; line-height:28px; padding-left:150px;}
footer .ft_intr .ft_intr_l dl{ width:42%; float:left;}
footer .ft_intr .ft_intr_l dl dt{ font-size:16px; margin-bottom:10px;	}
footer .ft_intr .ft_intr_l dl dd{ font-size:14px;}
footer .ft_intr .ft_intr_m{ float:left; width:200px; text-align:center;} 
footer .ft_intr .ft_intr_m .sharebox{position:relative; }
footer .ft_intr .ft_intr_m .sharebox > a{ width:36px; height:36px; line-height:36px; background-color:#dddddd; display:inline-block; color:#fff; margin:0 5px;
border-radius:2px;
-o-border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
footer .ft_intr .ft_intr_m .sharebox > a .dropdown-menu{ padding:20px; bottom:50px; height:200px;
top:auto; left:0 !important;}
footer .ft_intr .ft_intr_m .sharebox > a .iconfont{ font-size:20px;}
footer .ft_intr .ft_intr_m .sharebox > a.greenbg:hover{ background-color:#82c60c; color:#fff;}
footer .ft_intr .ft_intr_m .sharebox > a.orangebg:hover{ background-color:#ef9b11; color:#fff;}
footer .ft_intr .ft_intr_m .sharebox > a.redbg:hover{ background-color:#e43b00; color:#fff;}
footer .ft_intr .ft_intr_r{ width:520px; float:left; padding-left:140px;}
footer .ft_intr .ft_intr_r dl{ width:42%; float:left; line-height:28px;}
footer .ft_intr .ft_intr_r dl dt{font-size:16px; margin-bottom:10px;	}
footer .ft_intr .ft_intr_r dl dd{ font-size:14px;}

footer .ft_intr .ft_intr_r ul li{ float:left; text-align:center; line-height:20px; margin:10px;}
footer .ft_friend{ width:auto; text-align:center; margin-top:15px;}
footer .ft_friend a{ margin:0 3px;}
footer .ft_friend a img{}
footer .ft_friend a:hover img{}
footer .ft_addr{ width:auto; text-align:center; line-height:26px;}
footer .ft_addr .footlink > a{ margin:0 10px;}


/*headertwo by yhy*/
.webchange{ width:136px; background-color:#fff; border:#ddd solid 1px; position:relative; text-align:left; margin:10px auto 0 auto;border-radius:2px;}
.webchange a{ display:block;}
.webchange a:hover{color:#ff9c00;}
.webchange > div .dt a{height:36px; padding:0 10px; line-height:36px; }
.webchange > div .dt .iconb_arrow05_o{ margin-top:10px; margin-right:10px; font-size:12px; color:#bbb;}

.webchange > div#webchange_foot{}
.webchange > div .dropdown-menu{
position: absolute;
bottom:36px;
top:auto;
left:-1px;
width: 137px;
background-color: #fff;
border: #ddd solid 1px;
}
/*结算地址为空居中*/
.ziti-body ul li.empty{padding-top: 19px;}

/*通用商品详情页*/
/*公用*/
.J_TBox img{width: 100% !important;}
.icon-collected{ color:#cccccc;}
.icon-collected.selected{ color:#fabe00;}
.prochangebox{ width:136px; background-color:#fff; border:#ddd solid 1px; position:relative; text-align:left; display:inline-block;}
.prochangebox a{ display:block; height:36px; padding:0 10px; line-height:34px;}
.prochangebox a:hover{}
.prochangebox > div .dt .iconb_arrow05_o{ margin-top:10px; margin-right:10px; font-size:12px; color:#bbb;}

.prochangebox > div .dropdown-menu{ top:37px; min-width:136px; left:-1px;}
.prochangebox > div .dropdown-menu li a{ line-height:24px;}

/*地址选择*/
.poraddr .prochangebox dl dd{ width:450px;}
/*数量框*/
.ProNumInf{width:156px;text-align:center; line-height:40px;}
.ProNumInf > span,.ProNumInf > input{ float:left; height:40px;  border:#ddd solid 1px;}
.ProNumInf > .iconfont{ font-size:16px; color:#999;}
.ProNumInf .upnum,.ProNumInf .nextnum{ width:40px; line-height:26px;}
.ProNumInf .upnum:hover,.ProNumInf .nextnum:hover{ background-color:#eee;}
.ProNumInf .numbox{ width:60px; margin:0 8px; text-align:center;}

.drd_Prodetail{ width:100%;}
.drd_Prodetail a#sharedbd{color: #999;}
.drd_Prodetail_l{ width:760px; float:left; padding-top:40px;position: relative;}
.drd_Prodetail_l .integralTag{position: absolute;top: 0;left: 40px;}
.drd_Prodetail_l .integralTag02{position: absolute;top: 0;left: 93px;}


.drd_Prodetail_r{ width:480px; min-height:640px; float:right; border-left:#e6e6e6 solid 1px; padding-left:29px;}
.drd_Prodetail_r .protitle{ max-height:90px; line-height:30px; overflow:hidden;}
.drd_Prodetail_r .proindro{ max-height:60px; overflow:hidden;}
.drd_Prodetail_r .propircebox{ position:relative; height:65px;}
.drd_Prodetail_r .propircebox .propirce select{color: #f34f2f;width: 166px;height: 34px;display: inline-block;}



.drd_Prodetail_r .procollect .prochangebox{ position:absolute; top:0px; right:0;}
.drd_Prodetail_r .poraddr{ height:30px;}
.drd_Prodetail_r .prosign{ height:46px;}
.drd_Prodetail_r .prosign dl{ float:left; height:26px; line-height:26px; background-color:#eee8f6; margin-right:10px; overflow:hidden;}
.drd_Prodetail_r .prosign dl dt{ display:inline-block; background-color:#481c87; width:26px; text-align:center; color:#fff;}
.drd_Prodetail_r .prosign dl dd{ display:inline-block; padding:0 6px; color:#481c87; font-size:12px;}
.drd_Prodetail_r .prosign dl dd a{color:#481c87;}
.drd_Prodetail_r .proproperty{ border-top:#e6e6e6 solid 1px;}
.drd_Prodetail_r .proproperty dt{ height:40px; line-height:40px;}
.drd_Prodetail_r .proproperty dd > div{ margin-right:10px; cursor:pointer;}
.drd_Prodetail_r .proproperty .promodel > dd > div{ float:left; padding:0 8px; height:32px; line-height:30px; position:relative; border:#ddd solid 1px; border-radius:2px; background-color:#fafafa; text-align:center; margin-bottom:8px;}
.drd_Prodetail_r .proproperty .promodel > dd > div > .selected{ width:10px; height:10px; display:inline-block; background:url(../images/Checked.png) no-repeat; position:absolute; bottom:0px; right:0px; display:none;}
.drd_Prodetail_r .proproperty .promodel > dd > div:hover{ background-color:#f0f0f0; border:#ccc solid 1px;
transition:background-color 0.2s ease-in; 
-moz-transition:background-color 0.2s ease-in; 
-o-transition:background-color 0.2s ease-in; 
-webkit-transition:background-color 0.2s ease-in;
}
.drd_Prodetail_r .proproperty .promodel > dd > div.active{ border:#fabe00 solid 2px; line-height:28px;}
.drd_Prodetail_r .proproperty .promodel > dd > div.active > .selected{ display:block;}
.drd_Prodetail_r .proproperty .promodel > dd > div.disabled{ cursor: not-allowed; border-style:dashed; pointer-events: none; opacity: 0.50; filter: alpha(opacity=50);}

.drd_Prodetail_r .proproperty .procolor > dd > div{ float:left; width:38px; height:38px; padding:2px; position:relative; border:#ddd solid 1px; }
.drd_Prodetail_r .proproperty .procolor > dd > div:hover{border:#ccc solid 1px;
transition:border-color 0.2s ease-in; 
-moz-transition:border-color 0.2s ease-in; 
-o-transition:border-color 0.2s ease-in; 
-webkit-transition:border-color 0.2s ease-in;
}
.drd_Prodetail_r .proproperty .procolor > dd > div > ul{width:32px; height:32px;}
.drd_Prodetail_r .proproperty .procolor > dd > div > .selected{ width:10px; height:10px; display:inline-block; background:url(../images/Checked.png) no-repeat; position:absolute; bottom:0px; right:0px; display:none;}
.drd_Prodetail_r .proproperty .procolor > dd > div.active{ border:#fabe00 solid 2px; padding:1px;}
.drd_Prodetail_r .proproperty .procolor > dd > div.active > .selected{ display:block;}
.drd_Prodetail_r .promun{border-top:#e6e6e6 solid 1px;}
.drd_Prodetail_r .promun dt{ height:40px; line-height:40px; }
.drd_Prodetail_r .promun dd > div{ margin-right:10px;}
.drd_Prodetail_r .probtnbox{}
.drd_Prodetail_r .integralActive{width: 451px;height: 46px;border: 1px dashed #ffedba;background-color: #fffcf4;text-align: center;line-height: 46px;vertical-align: middle;}

.drd_ProCombo{ width:auto;}
.drd_ProComboTit{ height:41px; line-height:40px; border-bottom:#fabe00 solid 1px;}
.drd_ProComboTit > span{ display:inline-block; height:41px; line-height:40px;width:120px; text-align:center; cursor:pointer;}
.drd_ProComboTit > span.active{ border-top:#fabe00 solid 1px; border-left:#fabe00 solid 1px; border-right:#fabe00 solid 1px; background-color:#fff; border-top-left-radius:2px;border-top-right-radius:2px;}
.drd_ProComboCom{ border:#fabe00 solid; border-width:0 1px 1px 1px; padding:5px 10px 20px 12px; border-bottom-left-radius:2px;border-bottom-right-radius:2px;}
.drd_ProComboCom .boxsign{ line-height:30px; padding-left:18px;}
.drd_ProComboCom .boxsign .gc{ margin:0 8px;}
.drd_ProComboCom .boxpro{ width:auto; height:220px;}
.drd_ProComboCom .boxpro_l{ width:994px; padding-left:168px; padding-top:20px; float:left; position:relative; overflow: hidden;}
.drd_ProComboCom .boxpro_l .promain{ position:absolute; top:20px; left:0;}
.drd_ProComboCom .boxpro_l .proother{ width:824px; overflow:hidden; position:relative;}
.drd_ProComboCom .boxpro_l ul{ overflow:hidden; padding-bottom:10px;}
.drd_ProComboCom .boxpro_l ul li{ float:left; width:167px; padding-left:5px; padding-right:5px; text-align:center;}
.drd_ProComboCom .boxpro_l ul li .boxproimg{ height:145px; text-align:center;}
.drd_ProComboCom .boxpro_l ul li .boxproname{ height:23px; overflow:hidden;}
.drd_ProComboCom .boxpro_l ul li .boxproname > span{ display:inline-block; vertical-align:text-top;}
.drd_ProComboCom .boxpro_l ul li .boxproname .seclectbox{ border:#ccc solid 1px; border-radius:2px; width:16px; height:16px; line-height:14px; cursor:pointer;}
.drd_ProComboCom .boxpro_l ul li .boxproname .seclectbox.disabled{filter:alpha(Opacity=50); -moz-opacity:0.5; opacity: 0.5; cursor:not-allowed;}
.drd_ProComboCom .boxpro_l ul li .boxproname .seclectbox .iconfont{ font-size:12px; font-weight:bold; color:#fff; display:none;}
.drd_ProComboCom .boxpro_l ul li .boxproname .seclectbox.active{ background-color:#fabe00;  border:#fabe00 solid 1px;}
.drd_ProComboCom .boxpro_l ul li .boxproname .seclectbox.active .iconfont{ display:block;}
.drd_ProComboCom .boxpro_l ul li .boxpropirce{ height:30px; line-height:30px;}
.drd_ProComboCom .boxpro_r{ width:215px; height:224px; float:right; border-left:#d0d0d0 dashed 1px; padding-left:30px;}

.drd_Proother{ width:100%;}
.drd_Proothertitle{ height:40px; line-height:40px; font-size:16px; border-bottom:#e6e6e6 solid 1px;}
.drd_Proothertitle > a{ margin-right:32px;}
.drd_Proother_l{ width:320px; float:left;}
/*已看商品*/
.drd_Proother_l .prolooked{ width:100%;}
.drd_Proother_l .prolooked > a{ float:left;  border:transparent solid 1px; width:100px; height:100px; margin-right:10px; margin-top:10px; overflow:hidden;}
.drd_Proother_l .prolooked > a:hover{ border-color:#ddd;}
.drd_Proother_l .prolooked > a img{ width:98px; height:98px;}
/*.drd_Proother_l .prolooked > a:nth-child(3n){ margin-right:0px;}*/
/*已买商品*/
.drd_Proother_l .probuyed{ width:100%; margin-top:10px;}
.drd_Proother_l .probuyed > dl{ width:100%; padding:12px 0;}
.drd_Proother_l .probuyed > dl dt{ width:30%;}
.drd_Proother_l .probuyed > dl dd{ float:right; width:68%; padding-right:20px;}
.drd_Proother_l .probuyed > dl dd .collectedbox .iconfont{ font-size:14px;}
.drd_Proother_r{ width:900px; float:right; position:relative;}
/*商品详情*/
.drd_Proother_r .Productdail{ }
/*商品规格参数*/
.drd_Proother_r .Productnorms table{ border-top:#e6e6e6 solid 1px;border-left:#e6e6e6 solid 1px;}
.drd_Proother_r .Productnorms table td{ border-bottom:#e6e6e6 solid 1px;border-right:#e6e6e6 solid 1px; padding:15px;}
/*商品评价晒单*/
.drd_Proother_r .ProductComment{ width:100%;}
.drd_Proother_r .ProductComment .commenttable{ height:180px; background-color:#fafafa;}
.drd_Proother_r .ProductComment .commenttable_l{ float:left; width:28%; text-align:center; padding-top:20px;}
.drd_Proother_r .ProductComment .commenttable_m{ float:left; width:29%; border-left:#fff solid 2px; padding:15px 0 15px 20px; height:180px;}
.drd_Proother_r .ProductComment .commenttable_m li{ margin-top:6px;}
.drd_Proother_r .ProductComment .commenttable_m li> span{ margin-right:5px;}
.drd_Proother_r .ProductComment .commenttable_r{ float:right; width:43%; padding-top:15px;}
.drd_Proother_r .ProductComment .commenttable_r > span{ height:38px; padding:8px 10px; border:#eaeaea solid 1px; background-color:#fff; float:left; margin-right:10px; margin-top:10px;}
.drd_Proother_r .ProductComment .commentlist{ width:100%;}
.drd_Proother_r .ProductComment .commentlist dl{ width:100%; padding:15px 0; border-bottom:#e6e6e6 solid 1px;}
.drd_Proother_r .ProductComment .commentlist dl dt{ width:90px; text-align:center;}
.drd_Proother_r .ProductComment .commentlist dl dt > .imgbox{ width:90px; height:90px; border:#e6e6e6 solid 1px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; overflow:hidden;}
.drd_Proother_r .ProductComment .commentlist dl dd{ width:87%; float:right; word-break:break-all; }
.drd_Proother_r .ProductComment .commentlist dl dd .collectedbox .iconfont{ font-size:14px;}
.drd_Proother_r .ProductComment .commentlist .commentcom ul li{ float:left; width:100px; height:100px;margin-right:10px;}
.drd_Proother_r .ProductComment .commentlist .commentcom ul li a{ border:#e6e6e6 solid 1px; display:block;}
.drd_Proother_r .ProductComment .commentlist .commentcom ul li a:hover{ border:#ccc solid 1px;}
.drd_Proother_r .ProductComment .commentlist .comment_reply{ height:30px; line-height:30px;}
.drd_Proother_r .ProductComment .commentlist .comment_reply .f_r > span{}
.drd_Proother_r .ProductComment .commentlist .comment_gfreply{ background-color:#f5f5f5; border-radius:2px; padding:15px 20px;}
.drd_Proother_r .ProductComment .commentlist .commentmore{ background-color:#f5f5f5; padding:15px 20px; text-align:center;}
/*浮动商品条*/
.goodsSubBar{ border-bottom:#e6e6e6 solid 1px; position:fixed; height:51px; top:-60px; left:0px; width:100%; background-color:#fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06);
transition:all 0.2s ease-in; 
-moz-transition:all 0.2s ease-in; 
-o-transition:all 0.2s ease-in; 
-webkit-transition:all 0.2s ease-in;
}
.goodsSubBar .subbar_l{ width:320px; float:left; padding-top:6px;}
.goodsSubBar .subbar_l .imgbox{ width:40px; height:40px;}
.goodsSubBar .subbar_l .imgbox img{ width:40px; height:40px;}
.goodsSubBar .subbar_l .f_r{ width:270px; height:50px;}
.goodsSubBar .subbar_l .f_r .name{ height:20px; overflow:hidden;}
.goodsSubBar .subbar_r{ width:900px; float:right; padding-top:6px; }
.goodsSubBar_play{ top:0;}

/*产品咨询*/
.Productrefer{ width:auto; border-bottom:#e6e6e6 solid 1px; }
.Productrefer .f_l > span{ width:24px; height:24px; padding-top:2px; background-color:#9c9c9c; display:inline-block; border-radius:2px; text-align:center; font-size:16px; color:#fff;}
.Productrefer .askbox{ padding-top:5px;}
.Productrefer .askbox .f_l{ width:30px;}
.Productrefer .askbox .f_l > span{ background-color:#9c9c9c; }
.Productrefer .askbox .f_r{ width:96%; word-break:break-all;}
.Productrefer .answerbox{ margin-bottom:-1px;}
.Productrefer .answerbox > .f_l{ width:30px;}
.Productrefer .answerbox > .f_l > span{ background-color:#fabe00; }
.Productrefer .answerbox > .f_r{ width:96%; border-bottom:#e6e6e6 solid 1px; padding-bottom:10px; line-height:26px; word-break:break-all;}

.Productrefer_quiz{ background-color:#f5f5f5; padding:15px 20px;}
.Productrefer_quiz > span{ float:left;}
.Productrefer_quiz > span.w1{ width:100px;}
.Productrefer_quiz > span.w2{ width:75%;}

.drd_Proother_r .ProductAM{ line-height:28px; padding:15px 20px 35px 20px; border:#e6e6e6 solid 1px; border-radius:2px;}
.drd_Proother_r .ProductAM dl dt{ margin-top:10px; font-weight:bold;}
.drd_Proother_r .ProductAM dl dd{ color:#999;}

/*支付页面*/
.pay_top{ width:100%; border-top:2px solid #481c87;}
.pay_top .linebox{ width:250px; border-top:2px solid #fabe00; position:relative; top:-2px; height:0px; line-height:0px;}
.pay_topbox{ height:210px; border:#e6e6e6 solid 1px; padding:36px 30px 30px 260px; background:url(../images/pslogo.jpg) no-repeat 30px center;  position:relative;}
.pay_topbox .sucbox{ min-height:70px;}
.pay_topbox .erweimabox{ width:76px; height:76px; border:#f6f6f6 solid 1px; padding:4px; position:absolute; top:28px; right:30px;}
.pay_topbox .addrbox{ border-top:#e6e6e6 solid 1px; padding-top:12px;}
.pay_combox{ border:#e6e6e6 solid 1px;}
.pay_combox dl{ height:100px; border-top:#e6e6e6 solid 1px; margin-top:-1px;}
.pay_combox dl dt{ float:left; width:250px; height:99px; background-color:#fafafa; padding:20px;}
.pay_combox dl dd{ margin-left:250px; padding:25px;}
.pay_combox dl dd > label{ width:160px; height:50px;  margin-right:20px; position:relative; float:left; padding:6px 0 10px 20px; display:block; border:transparent solid 2px; cursor:pointer;}
.pay_combox dl dd > label .selected{
width: 10px;
height: 10px;
display: inline-block;
background: url(../images/Checked.png) no-repeat;
position: absolute;
bottom: 0px;
right: 0px;
display: none;	
}
.pay_combox dl dd > label:hover{ border-color:#ddd;}
.pay_combox dl dd > label.active{border-color:#fabe00;}
.pay_combox dl dd > label.active .selected{ display:block;}

.pay_btnbox{ background-color:#f5f5f5; padding:15px 20px; text-align:right;}

/*支付-成功*/
.pay_topbox_sbox{ border:#f3f9ed solid 4px;}
.pay_topbox_s{ border:#cae3af solid 1px; padding:35px 30px 30px 260px; background:url(../images/logo01.jpg) no-repeat 30px 20px;  position:relative;}
.pay_topbox_s .sucbox{ min-height:70px;}
.pay_topbox_s .erweimabox{ width:76px; height:76px; border:#f6f6f6 solid 1px; padding:4px; position:absolute; top:26px; right:30px;}
.pay_topbox_s .addrbox{ border-top:#e6e6e6 solid 1px; padding-top:20px;}
/*购物车为空*/
.shopcart{ padding:20px; width:740px; height:500px; margin-left:auto;margin-right:auto; margin-top:50px; text-align:center;}


/*=个人中页面开始=*/
.persPage{ width:auto;}
.persPage_tit{ height:40px; line-height:40px; font-size:16px; border-bottom:#e6e6e6 solid 1px;}
.persPage_l{ width:250px; float:left; background-color:#fafafa; padding:10px 20px; border:#e6e6e6 solid 1px; border-radius:2px; -webkit-border-radius:2px;}
.persPage_l_ul li{ height:38px; line-height:38px; overflow:hidden;}
.persPage_l_ul li a{ color:#666;}
.persPage_l_ul li a:hover{ color:#ff9c00;}
.persPage_l_ul li.active a{ color:#ff9c00;}
.persPage_r{ width:969px; float:right; border-radius:2px; -webkit-border-radius:2px;}
/*-我的咨询-*/
.persPage_rCommodity{ width:auto;}
.persPage_rCommodity dl{ padding:20px 0;}
.persPage_rCommodity dl dt{ width:140px;}
.persPage_rCommodity dl dd{ float:right; width:85%;}
.persPage_rCommodity dl:last-child dd{ border-bottom:none;}
.persPage_rCommodity dl dd.Productrefer .askbox .f_r{ width:94%; padding-right:90px; position:relative; word-break:break-all;}
.persPage_rCommodity dl dd.Productrefer .answerbox .f_r{width:94%; padding-right:90px; position:relative; border-bottom:none; min-height:100px; word-break:break-all; }
.persPage_rCommodity dl dd.Productrefer .timebox{ position:absolute; top:0; right:0; font-size:12px;}
.persPage_rpage{ border-top:#e6e6e6 solid 1px; }

/*我的预约*/
.persPage_rcenter .myOrderList table td.w3{width: 98px !important;}
.persPage_rcenter .myOrderList table td.w4{width: 98px !important;}
.persPage_rcenter .myOrderList table td.w1 .f_r{ width:76% !important;}



/*-我的个人中心-*/
.personalimgbox{ width:90px; height:90px; border:#e6e6e6 solid 1px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; overflow:hidden;}

.persPage_rcenter{ border:#e6e6e6 solid 1px; background-color:#fff;}
.persPage_rcenter .personalInfo{ width:100%; border-bottom:#e6e6e6 solid 1px;  overflow:hidden;}
.persPage_rcenter .personalInfo .info_l{ width:516px; height:181px; float:left; border-right:#e6e6e6 solid 1px;}
.persPage_rcenter .personalInfo .info_l dl{ height:141px; padding:20px 2% 25px 3.8%;}
.persPage_rcenter .personalInfo .info_l dl dt{ width:90px; text-align:center;}
.persPage_rcenter .personalInfo .info_l dl dt > .imgbox{ width:90px; height:90px; border:#e6e6e6 solid 1px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; overflow:hidden;}
.persPage_rcenter .personalInfo .info_l dl dd{ width:74%; float:right;}
.persPage_rcenter .personalInfo .info_l dl dd .progress{ height:13px; border-radius:6px; -webkit-border-radius:6px; background-color:#eee; width:180px; position:relative;text-align:center;}
.persPage_rcenter .personalInfo .info_l dl dd .progress .progbar{height:13px; border-radius:6px; -webkit-border-radius:6px; background-color:#8cc253; position:absolute; left:0; top:0;}
.persPage_rcenter .personalInfo .info_l dl dd .progress .txtbox{font-size:12px; position:relative; top:-4px;}
.persPage_rcenter .personalInfo .info_l dl dd .span{ display:inline-block;}
.persPage_rcenter .personalInfo .info_l .info_lbox{padding:20px 2% 25px 3.8%;}

.persPage_rcenter .personalInfo .info_l .satebox{ height:40px; font-size:12px; border-top:#e6e6e6 solid 1px;}
.persPage_rcenter .personalInfo .info_l .satebox > a{padding:12px 0; width:20%; float:left; text-align:center; color:#222;}
.persPage_rcenter .personalInfo .info_l .satebox > a:hover{ background-color:#fafafa; }
.persPage_rcenter .personalInfo .info_l .satebox > a:hover >span{ border-right-color:transparent;}
.persPage_rcenter .personalInfo .info_l .satebox > a > span{ border-right:#ebebeb solid 1px; display:block; margin-right:-1px;}
.persPage_rcenter .personalInfo .info_l .satebox > a:last-child > span{ border-right-color:transparent;}
.persPage_rcenter .personalInfo .info_m{ width:224px; height:181px; float:left; padding:20px 1.8%;}
.persPage_rcenter .personalInfo .info_r{ width:224px; height:181px; float:right;  padding:20px 1.8%; border-left:#e6e6e6 solid 1px;}
.persPage_rcenter_tit{ height:50px; line-height:50px; overflow:hidden; background-color:#fafafa; padding:0 10px 0 18px; border-bottom:#e6e6e6 solid 1px;}

/*-我的积分-*/
.persPage_rcenter .personalintegral{ width:100%; border-bottom:#e6e6e6 solid 1px;  overflow:hidden;}
.persPage_rcenter .personalintegral .info_l dl{ height:141px; padding:20px 2% 25px 3.8%;}
.persPage_rcenter .personalintegral .info_l dl dt{ width:90px; text-align:center;}
.persPage_rcenter .personalintegral .info_l dl dt > .imgbox{ width:90px; height:90px; border:#e6e6e6 solid 1px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; overflow:hidden;}
.persPage_rcenter .personalintegral .info_l dl dd{ width:74%; float:right;}
.persPage_rcenter .personalintegral .info_l dl dd .progress{ height:13px; border-radius:6px; -webkit-border-radius:6px; background-color:#eee; width:180px; position:relative;text-align:center;}
.persPage_rcenter .personalintegral .info_l dl dd .progress .progbar{height:13px; border-radius:6px; -webkit-border-radius:6px; background-color:#8cc253; position:absolute; left:0; top:0;}
.persPage_rcenter .personalintegral .info_l dl dd .progress .txtbox{ font-size:12px; position:relative; top:-4px;}
.persPage_rcenter .personalintegral .info_l dl dd .span{ display:inline-block;}
.persPage_rcenter .personalintegral .info_l .info_lbox{padding:20px 2% 25px 3.8%;}

.persPage_rcenter .personalintegral .info_l{ width:516px; height:181px; float:left; border-right:#e6e6e6 solid 1px;}
.persPage_rcenter .personalintegral .info_m{ width:224px; height:181px; float:left; padding:20px 1.8%;}

.persPage_rcenter .personalintegral .info_r{ width:224px; height:181px; float:right;  padding:20px 1.8%; border-left:#e6e6e6 solid 1px;}

/*-我的订单-*/
.persPage_rcenter .orderList table{}
.persPage_rcenter .orderList table td{border-bottom:#e6e6e6 solid 1px; min-height:120px; border-left:#e6e6e6 solid 1px;}
.persPage_rcenter .orderList table td > .probox{height:120px; padding-top:20px;}
.persPage_rcenter .orderList table td > .servebox{ margin-bottom:10px; padding:0 4%; margin-top:-4px;}
.persPage_rcenter .orderList table td > .servebox >li{ line-height:24px;}
.persPage_rcenter .orderList .privilege{ border-top:#e6e6e6 solid 1px; height:38px; line-height:36px; padding-left:4%;}
.persPage_rcenter .orderList table td:first-child{ border-left:none;}
.persPage_rcenter .orderList table td.w1{ width:515px; vertical-align:middle;}
.persPage_rcenter .orderList table td.w1 .imgbox{ width:83px; height:83px; margin-left:4%;  position:relative;}
.persPage_rcenter .orderList table td.w1 .imgbox .badge{ position:absolute; top:-5px; right:-5px; display:none;}
.persPage_rcenter .orderList table td.w1 .imgbox.multi{background:url(../images/phobg1.jpg) no-repeat 3px 3px;}
.persPage_rcenter .orderList table td.w1 .imgbox.multi .badge{ display:block;}
.persPage_rcenter .orderList table td.w1 .imgbox img{ width:80px; height:80px; border:#e6e6e6 solid 1px;}
.persPage_rcenter .orderList table td.w1 .f_r{ width:77%; position:relative; padding-right:10%;}
.persPage_rcenter .orderList table td.w1 .f_r .munbox{ position:absolute; top:22px; right:15px;}
.persPage_rcenter .orderList table td.w2{ width:150px; }
.persPage_rcenter .orderList table td.w3{ width:140px;}
.persPage_rcenter .orderList table td.w4{ width:160px; }
/*.persPage_rcenter .orderList table td.w4>.myOrderBox{ height: 120px;width: 100%; }*/
/*.persPage_rcenter .orderList table td.w4>.myOrderBox>.myOrderBoxInfo{ vertical-align: middle;margin-top: auto;margin-bottom: auto;}*/

/*我的众筹*/
.persPage_rcenter .zhongcList table td{border-bottom:#e6e6e6 solid 1px; min-height:120px; border-left:#e6e6e6 solid 1px;}
.persPage_rcenter .zhongcList table td > .probox{height:120px; padding-top:20px;}
.persPage_rcenter .zhongcList table td > .servebox{ margin-bottom:10px; padding:0 4%; margin-top:-4px;}
.persPage_rcenter .zhongcList table td > .servebox >li{ line-height:24px;}
.persPage_rcenter .zhongcList .privilege{ border-top:#e6e6e6 solid 1px; height:38px; line-height:36px; padding-left:4%;}
.persPage_rcenter .zhongcList table td:first-child{ border-left:none;}
.persPage_rcenter .zhongcList table td.w1{ width:515px; vertical-align:middle;}

.persPage_rcenter .zhongcList table td.firstw1{width: 515px;vertical-align: auto;}


.persPage_rcenter .zhongcList table td.w1 .imgbox{ width:83px; height:83px; margin-left:4%;  position:relative;}
.persPage_rcenter .zhongcList table td.w1 .imgbox .badge{ position:absolute; top:-5px; right:-5px; display:none;}
.persPage_rcenter .zhongcList table td.w1 .imgbox.multi{background:url(../images/phobg1.jpg) no-repeat 3px 3px;}
.persPage_rcenter .zhongcList table td.w1 .imgbox.multi .badge{ display:block;}
.persPage_rcenter .zhongcList table td.w1 .imgbox img{ width:120px; height:80px;}
.persPage_rcenter .zhongcList table td.w1 .f_r{ width:70%; position:relative; padding-right:10%;}
.persPage_rcenter .zhongcList table td.w1 .f_r .munbox{ position:absolute; top:22px; right:15px;}
.persPage_rcenter .zhongcList table td.w2{ width:150px; }
.persPage_rcenter .zhongcList table td.w3{ width:140px;}
.persPage_rcenter .zhongcList table td.w4{ width:160px; }


/*购物车、收藏夹*/
.persPage_rcenter .shopcc{border-bottom:#e6e6e6 solid 1px;}
.persPage_rcenter .shopcc > .f_l{width:50%; height:170px;  border-left:#e6e6e6 solid 1px;}
.persPage_rcenter .shopcc > .f_l:first-child{ border-left:none;}
.persPage_rcenter .shopcc > .f_l ul{ width:100%; padding:5px 2% 10px 2%;height:120px; overflow:hidden;}
.persPage_rcenter .shopcc > .f_l ul >li{ float:left; width:80px; height:80px; margin:0 5px 10px 5px; line-height:120px; text-align:center;}
.persPage_rcenter .shopcc > .f_l ul >li img{ width:80px; height:80px;}
/*根据浏览猜您喜欢*/
.persPage_rcenter .youlike{ height:270px; padding-left:4px;}
.persPage_rcenter .youlike ul li{ float:left; padding:25px; width:25%;  height:270px;}
.persPage_rcenter .youlike ul li img{ width:160px;height:160px;}

/*-我的积分-*/
.myintegral table tr th{border-bottom:#e6e6e6 solid 1px; height:51px; padding-left:20px; font-weight:normal;}
.myintegral table td{border-bottom:#e6e6e6 solid 1px; height:51px; padding-left:20px;}


/*文件上传*/
.fileupload{ width:100%;}
.fileupload li{ width:100px; height:100px; border:#e6e6e6 solid 1px; position:relative; float:left; margin-right:10px;margin-bottom:10px;}
.fileupload li img{ width:98px; height:98px;}
.fileupload li.addbox a{ background-color:#fafafa;}
.fileupload li.addbox a:hover{ background-color:#f0f0f0;}
.fileupload li .progress{ line-height:0px; height:2px; background-color:rgba(0,0,0,0.4); position:absolute; width:100%; left:0px; bottom:0; margin-bottom:0;}
.fileupload li .progress .progbar{ background-color:#fabe00; height:2px; line-height:0px;}
.fileupload li:hover{ border:#ddd solid 1px;}
.fileupload li .delebtn{position:absolute; right:-10px; top:-10px; display:none;border-radius: 50%;border: 1px solid #bbb;padding: 0 2px;background-color: #fff;}
.fileupload li .delebtn:hover{border: 1px solid #fabe00;background-color: #fabe00;color: #fff;}
.fileupload li:hover .delebtn{ display:block;}

/*=帮助中心=*/
.helpCenter{ padding:10px 18px;}
.helpCenter img{ max-width:880px;}
.helpCenter ul,.helpCenter ol{display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;}

.helpCenter ul{list-style-type: disc;}
.helpCenter ol{list-style-type: decimal;}
.hp_title{ border-bottom:#e6e6e6 solid 1px; height:40px; line-height:40px; font-weight:normal; overflow:hidden;}
.helpCenter dl{ line-height:38px; margin:30px 0;}
.helpCenter dl dt{ font-weight:bold; font-size:16px;}
.helpCenter dl dd{ padding-left:2em;}
/*=新闻=*/
/*-新闻列表-*/
.newsList{}
.newsList_tit{
height: 40px;
line-height: 40px;
border-bottom: #e6e6e6 solid 1px;	
}
.newsList_l{
width: 250px;
float: left;
padding: 10px 20px;
border: #e6e6e6 solid 1px;
border-radius: 2px;
-webkit-border-radius: 2px;	
}
.newsList_l_ul{ width:100%;}
.newsList_l_article li{ height:38px; line-height:38px; overflow:hidden;word-break: break-all;}
.newsList_l_article li .iconb_point{ margin-left:-6px;}
.newsList_l_pic{}
.newsList_l_pic li{ width:50%; text-align:center; margin-top:10px; height:100px; float:left;}
.newsList_l_pic li a{ border:transparent solid 1px; width:100px; height:100px; display:inline-block;}
.newsList_l_pic li a:hover{ border-color:#ddd;}
.newsList_l_pic li a img{ width:98px; height:98px;}

.newsList_r_list{ width:100%; padding:0 18px;}

.newsList_r_list dl dt a img{ width:260px; height: 180px}
.newsList_r_list dl dt a{ width:260px; height: 180px;display: inline-block;}

.newsList_r_list dl{ width:100%; padding:30px 0; border-bottom:#ddd solid 1px;}
.newsList_r_list dl dt{ width:28%; text-align:center;}
.newsList_r_list dl dd{ width:70%; float:right;}
.newsList_r_list dl dd .f20{ height:30px; overflow:hidden;}
/*-新闻详情-*/
.newsList_r_det_intro{ background-color:#f9f9f9; padding:10px; line-height:24px;}
.newsList_r_det_com{ line-height:30px;word-break: break-all;}
/*-服务-*/
.serve_cj{ border:#e6e6e6 solid 1px; border-radius:2px; -webkit-border-radius:2px;}
.serve_cj_tit{ height:60px; line-height:60px; padding-left:20px; border-bottom:#e6e6e6 solid 1px;}
.serve_cj_com{ width:100%;}
.serve_cj_com > .sa{padding: 40px 0; width: 25%; height:310px; float: left; text-align: center; color: #222; border-bottom:#e6e6e6 solid 1px; }
.serve_cj_com > .sa > div{height:214px; border-right: #ebebeb solid 1px; margin-right: -1px; padding-top:30px;}
.serve_cj_com > .sa > div .imgbox{ height:120px; line-height:120px;}
.serve_cj_com > .sa > div .imgbox img{ width:120px; height:120px;}
.serve_cj_com > .sa:hover{ background-color:#fafafa; }
.serve_cj_com > .sa:hover >div{ border-right-color:transparent;}
.serve_cj_com > .sa:last-child > div{ border-right-color:transparent;}
.serve_cj_com > .sa >div .iconfont{ font-size:100px;
transition:all 0.2s ease-in;
-moz-transition:all 0.2s ease-in; 
-o-transition:all 0.2s ease-in; 
-webkit-transition:all 0.2s ease-in;
}
.serve_cj_com > .sa.rel .form-inline{ position:absolute; top:127px; left:30px;}
.serve_cj_com.other > .sa{ width:16.66%; height:295px;}
.serve_cj_com.other > .sa > div{ text-align:left; padding-left:20px; padding-top:0px;}
.serve_cj_com.other > .sa .other_title{ font-size:16px;}
.serve_cj_com.other > .sa .other_com a{ display:block;}

.class_cj_com .classcom{border-top:#e6e6e6 solid 1px;}
.class_cj_com .classcom:first-child{border-top:none;}
.class_cj_com .classcom > .sa{padding: 40px 0; width: 25%;  float: left; color: #222; }
.class_cj_com .classcom > .sa > div{ padding:0 30px; border-right: #ebebeb solid 1px; margin-right: -1px; padding-top:30px;}
.class_cj_com .classcom > .sa > div .imgbox{ height:140px; line-height:140px;text-align:center; margin-bottom:40px;}
.class_cj_com .classcom > .sa .other_title{ font-size:16px;}
.class_cj_com .classcom > .sa .other_com a{ display:block;}

.serve_cj_quick{ width:100%;}
.serve_cj_quick ul li{ width:24.25%;  position:relative; margin-left:1%; float:left; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;}
.serve_cj_quick ul li img{ width:100%;}
.serve_cj_quick ul li:first-child{ margin-left:0px;}
.serve_cj_quick ul li .textbox{ width:100%;height:4em; display:block; line-height:4em; overflow:hidden; background-color:#fff; background-color:rgba(255,255,255,0.7); text-align:center; font-size:20px; position:absolute; top:40%;}
/*.serve_cj_com > a:hover >div .iconfont{ font-size:120px;}*/

/*=众筹首页=*/
.decorate{ position:absolute; bottom:0px; left:0px; width:62px; height:26px; text-align:center; line-height:26px; color:#fff; border-radius:2px;}

.iconClicked{color: #fabe00 !important;}

.kickBox{}
.kick_fl{ width:911px; float:left;}
.kick_fl_banner{ width:100%; height:432px; position:relative;}
.kick_fl_banner .slides a{ display:block; height:432px; background-position:center 0;}
.kick_fl_banner .flex-control-nav{ bottom:15px;}
.kick_fl_banner .flex-control-nav li a{ background: url(../images/theme/bg_control_nav2.png) no-repeat 0 0;}


.kick_fl_tab{ height:34px; text-align:center;}
.kick_fl_list{ width:100%; border:#e6e6e6 solid 1px; background-color:#fff;}
.kick_fl_list dl{ padding:30px 29px; height:301px; overflow:hidden; border-bottom:#e6e6e6 solid 1px;
transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;
}
.kick_fl_list .list{position: relative;}

.kick_fl_list .listnull{ padding:120px 0; text-align:center;}
.kick_fl_list dl:hover{ background-color:#fcfcfc; box-shadow:inset 0 0 3px 1px #f4f4f4;}
.kick_fl_list dl dt{ position:relative; width:360px; max-height:240px; overflow:hidden;}
.kick_fl_list dl dt img{width:100%;border-radius: 2px;-moz-border-radius: 2px;-o-border-radius:2px;}
.kick_fl_list dl dd{ width:55%; float:right;}
.kick_fl_list dl dd .namebox{ height:115px;}
.kick_fl_list dl dd .name{ max-height:60px; overflow:hidden;}
.kick_fl_list dl dd .nametro{ max-height:43px; overflow:hidden;word-break: break-all;word-wrap:break-word;}
.kick_fl_list dl dd .infobox li{ float:left; line-height:18px; overflow:hidden;}
.kick_fl_list dl dd .infobox li.w1{ width:46%;}
.kick_fl_list dl dd .infobox li.w2{ width:40%;}
.kick_fl_list dl dd .infobox li.w3{ width:55px;}
.kick_fl_list dl dd .timeUp{ height:90px; overflow:hidden;color: #666;}
.kick_fr{ width:310px; float:right;}
.kick_fr .imgbox li{ position:relative;}

.kick_frbox{ border:#e6e6e6 solid 1px; background-color:#fff;}
.kick_fr2title{ height:50px; line-height:50px; border-bottom:#e6e6e6 solid 1px; padding-left:20px;}
.kick_frbox .newslist{ font-size:14px; padding:10px 0;}
.kick_frbox .newslist li{ height:32px;word-break: break-all;}
.kick_frbox .newslist li a{ height:32px; line-height:32px; padding-left:14px;padding-right: 14px; display:block; overflow:hidden;;word-break:break-all;white-space: nowrap;text-overflow: ellipsis;}
.kick_frbox .newslist li .f_r{  margin-right:4px; font-size:12px; color:#bbb;}
/*.kick_frbox .newslist li a:hover .f_r{color:#ff9c00;}
.kick_frbox .newslist li a:hover{ background-color:#fafafa; cursor:pointer;}
*/
/*-众筹订单-*/
.kick_bread{ height:50px;}
.kick_bread ul li{ height:50px; line-height:50px; font-size:16px; float:left; width:25%; text-align:center; background-color:#fff; position:relative;
border-right:#e6e6e6 solid 1px; border-top:#e6e6e6 solid 1px; border-bottom:#e6e6e6 solid 1px; 
}
.kick_bread ul li:first-child{ border-left:#e6e6e6 solid 1px;}
.kick_bread ul li .span1{ background:url(../images/ZC_bread_ar03.png) no-repeat; height:50px; width:20px; position:absolute; display:block; left:-20px; top:-1px;  display:none;}
.kick_bread ul li .span2{ background:url(../images/ZC_bread_ar02.png) no-repeat; height:50px; width:20px; position:absolute; display:block; right:-1px; top:-1px; z-index:1px;}
.kick_bread ul li.active{ background-color:#8cc253; color:#fff; border:none;}
.kick_bread ul li.active .span2{ background-image:url(../images/ZC_bread_ar01.png); top:0;}
.kick_bread ul li.active .span1{ display:block; top:0;}

.kick_center{ border:#e6e6e6 solid 1px; background-color:#fff;}
.kick_orderbox{ padding:20px 30px;}
.kick_ordertro{ background-color:#fffdf7; border:#fdebb2 solid 1px; padding:10px 20px;}
.kick_orderbtnbox{ padding:15px; background-color:#f5f5f5; text-align:right;}
/*-众筹详情-*/
.kick_detl_l_imgbox{ overflow:hidden;}
.kick_detl_l_imgbox img{width: 100%}
.kick_detl_l_info{ width:100%; background-color:#fff;border:#e6e6e6 solid 1px;}
.kick_detl_l_info_t{ border-bottom:#fabe00 solid 1px;  height:50px;}
.kick_detl_l_info_t > .sa{ width:125px; height:50px; float: left; text-align: center; padding-top:18px; cursor:pointer;}
.kick_detl_l_info_t > .sa > div{height:16px;  line-height:16px; border-right: #ebebeb solid 1px; margin-right: -1px;}
.kick_detl_l_info_t > .sa.active{border-top:#fabe00 solid 1px;border-left:#fabe00 solid 1px;border-right:#fabe00 solid 1px;height:51px; margin-top:-1px; margin-left:-1px; background-color:#fff;
border-top-left-radius:2px;
border-top-right-radius:2px;
-webkit-border-top-left-radius:2px;
-webkit-border-top-right-radius:2px;
}
.kick_detl_l_info_t > .sa.active >div{ border-right-color:transparent; }
.kick_detl_l_info_t > .sa:last-child > div{ border-right-color:transparent;}
.kick_detl_l_info_t > .sa >div .iconfont{ font-size:100px;
transition:all 0.2s ease-in;
-moz-transition:all 0.2s ease-in; 
-o-transition:all 0.2s ease-in; 
-webkit-transition:all 0.2s ease-in;
}
.kick_detl_l_info_com{ padding:10px 0;}
.kick_detl_l_info_com .list p img{width: 100% !important;}
.kick_detl_l_info_com .list > img{width: 100% !important;}
.kick_detl_l_info_com .p20 ul{list-style-type: disc; padding-left:20px;}
.kick_detl_l_info_com .p20 ol{list-style-type: decimal;padding-left:20px;}
.kick_detl_l_info_com .p20 ol li{word-wrap:break-word;word-break:break-all;}
.break_word{word-wrap:break-word;word-break:break-all;}

.kick_detl_l_info_com .tableheader{ padding:0 30px; border-bottom:#e6e6e6 solid 1px;}
.kick_detl_l_info_com .tablecom{ padding:0 30px;}
.kick_detl_l_info_page{ border-top:#e6e6e6 solid 1px;}

.kick_detl_r_main{background-color:#fff; border:#f9e6ad solid 4px; padding:5px 16px 0 16px;}
.kick_detl_r_main .decorate{ border-top-right-radius:0px;border-bottom-right-radius:0px;}
.kick_detl_r_main .otherbox{ height:43px; line-height:42px; border-top:#e6e6e6 solid 1px; text-align:center; margin-left:-16px;margin-right:-16px;}
.kick_detl_r_backer{ background-color:#fff; border:#e6e6e6 solid 4px; position:relative; padding-bottom:15px; border-radius:2px; -webkit-border-radius:2px;

transition:border-color 0.2s ease-in; -moz-transition:border-color 0.2s ease-in; -o-transition:border-color 0.2s ease-in; -webkit-transition:border-color 0.2s ease-in;}
.panel-group .kick_detl_r_backer:hover{ border-color:#ccc;
}
.kick_detl_r_backer .titlebox{ height:50px; line-height:50px; border-bottom:#e6e6e6 solid 1px; padding:0 16px;}
.kick_detl_r_backer .combox{ padding-left:16px;padding-right:16px;  }
.kick_detl_r_backer .combox > div{word-break:break-all;}
.kick_detl_r_backer .btnbox{ padding:10px 16px;}
.kick_detl_r_backer .collapsebtn{ width:68px; height:22px; line-height:22px; border:#e6e6e6 solid 1px; border-bottom:none; border-top-left-radius:2px;border-top-right-radius:2px; position:absolute; bottom:0px; left:50%; margin-left:-34px; text-align:center; box-shadow:0 -2px 2px 0 #f5f5f5; display:none;}
.kick_detl_r_backer .collapsebtn:hover{ background-color:#f5f5f5;}

.kick_detl_r_backer .probox{ padding:5px;}
.kick_detl_r_backer .probox ul li{ width:126px; height:84px; float:left; margin-left:15px;margin-top:15px;}
.kick_detl_r_backer .probox ul li img{ width:126px; height:84px;}

.kick_detl_r_backer.closebox .red{ color:#999;}
.kick_detl_r_backer.closebox .btn-warning{
border-color: #e6e6e6;	
cursor: not-allowed;
pointer-events: none;
opacity: 0.50;
filter: alpha(opacity=50);
-webkit-box-shadow: none;
box-shadow: none;
color: #333333;
background-color: #fafafa;
}
.kick_detl_r_backer.closebox .collapsebtn{ display:block;}
.kick_orderbox .onlinebox{ padding:160px 0;}

.kick_orderother{}
.kick_orderother ul li{ width:295px; height:196px; position:relative; float:left; margin-left:20px;}
.kick_orderother ul li:first-child{ margin-left:0;}
.kick_orderother ul li img{width:295px; height:196px;}

.kick_orderbox table tr td{
    word-wrap:break-word;
    word-break:break-all;
}
.kick_orderbox table tr td select{
    word-wrap: normal;
}
.EvalutionWords{word-break:break-all; }

.choiceBox .serviceBox{
width: 295px;
height: 160px;
vertical-align: middle;
line-height: 160px;
border: 1px solid #ddd;
text-align: center;
font-size: 22px;
cursor: pointer;
position: relative;
background-color: #fafafa;
display:inline-block;
transition:border-color .2s linear;
-webkit-transition:border-color .2s linear;
-moz-transition:border-color .2s linear;
-o-transition:border-color .2s linear;
transition:background-color .2s linear;
-webkit-transition:background-color .2s linear;
-moz-transition:background-color .2s linear;
-o-transition:background-color .2s linear;
}
.choiceBox .serviceBox:hover{
	border:1px solid #ccc;
	background-color:#f0f0f0;
}
.choiceBox .serviceBox .selected {
width: 10px;
height: 10px;
background: url(../images/Checked.png) no-repeat;
position: absolute;
bottom: 0px;
right: 0px;
display: none;
}
.choiceBox .serviceBox.active {
border: #fabe00 solid 2px;
background-color:#fff;
}

.choiceBox .serviceBox.active .selected{display:block;}



/*全部商品分类*/
.serve_cj .classcom table{margin-top: 20px;margin-bottom: 20px}
.serve_cj .classcom table tr td{width:307px;}
.serve_cj .classcom table tr td{border-right: 1px solid #e6e6e6;vertical-align: top;}
/*.serve_cj .classcom table tr td:nth-child(4){border-right: 0;}*/
.serve_cj .classcom table tr>td:first-child+td+td+td{border-right: 0;}

.serve_cj .classcom table tr td>div{padding: 30px 30px 0 30px;}
.class_cj_com .classcom > table tr>td> div .imgbox{ height:140px; line-height:140px;text-align:center; margin-bottom:40px;}
.class_cj_com .classcom > table .other_title{ font-size:16px;}
.class_cj_com .classcom > table .other_com a{ display:block;}


/*专题页面*/

.tags{
    height: 14px;
    font-size: 10px;
    width: 17px;
    line-height: 14px;
    *line-height: 14px;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.tags-info{background-color: #009df8;}
.tags-danger{background-color: #ff3600;}
.triangle-info{
    width: 0;
    height: 0;
    border-top: 4px solid #009df8;
    border-right: 4px solid transparent;
    position: absolute;
    top: 18px;
    right: 23px;
}
.triangle-danger{
    width: 0;
    height: 0;
    border-top: 4px solid #ff3600;
    border-right: 4px solid transparent;
    position: absolute;
    top: 18px;
    right: 23px;
}

@media (max-width: 1240px) {
    .tags {right: 0;}
    .triangle-info{right: 13px;}
    .triangle-danger{right: 13px;}

}

/*页面响应*/
@media (min-width: 1260px ) and (max-width: 1410px) {
/*footer装饰*/
.drd_py_serice{ right:20px; margin-right:0;}
}
@media (min-width: 1630px) {
.drd_containerbig .mainnav ul.navbox li .prorecommend{ width:1362px;}
/*footer装饰*/
.drd_py_serice.big{ margin-right:-890px; }

}
@media (min-width: 1260px ) and (max-width: 1630px) {
/*主菜单*/
.drd_containerbig{ width:1241px;}
}
@media (min-width: 1024px ) and (max-width: 1240px) {
/*footer装饰*/
.drd_py_serice{ right:20px; margin-right:0; }
}
@media (max-width: 1240px) {
    /*全部商品分类*/

 .serve_cj .classcom table tr td{width:230px;}


.drd_container{ width:931px;}
.drd_containerbig{ width:931px;}
.drd_Prodetail_l .integralTag{position: absolute;top: 0;left: 0;}
.drd_Prodetail_l .integralTag02{position: absolute;top: 0;left: 53px;}

/*根据浏览猜您喜欢*/
.persPage_rcenter .youlike{ height:230px; padding-left:4px;}
.persPage_rcenter .youlike ul li{ float:left; padding:25px 12px; width:25%;  height:230px;}
.persPage_rcenter .youlike ul li img{ width:140px;height:140px;}


header .logobox .searchbox{ width:280px;}
header .logobox .searchbox input{ width:242px;}
header .logobox .searchbox .dropdown-menu{width:280px;}
header .logobox .searchbox .dropdown-menu .f_l{ width:100% !important;}
header .logobox .searchbox .dropdown-menu .f_r{ width:100%; height:auto; border-left:none; border-top:#e6e6e6 solid 1px; margin-top:10px; padding-top:10px;}
header .logobox .searchbox .quicksetbox > a:first-child{ display:none;}
/*主菜单*/
header .mainnav{ font-size:16px;}
header .mainnav ul.navbox li a{padding:0 13px;}
header .mainnav ul.navbox li .prorecommend{ width:682px;}
header .mainnav ul.navbox li .prorecommend dl dd{ width:45%;}
/*滑动列*/
.banner_imgbox{ width:681px;}
.drd_py_listbox{ width:940px;}
/*.drd_py_list ul li:nth-child(4){ display:none;}*/
.drd_py_list ul>li:first-child+li+li+li{ display:none;}
/*产品列*/
.drd_py_box02 .drd_py_fl{ width:620px;}
/*.drd_py_box02ul li:nth-child(3),.drd_py_box02ul li:nth-child(4){ display:none;}*/
.drd_py_box02ul>li:first-child+li+li,.drd_py_box02ul>li:first-child+li+li+li{ display:none;}
/*我的咨询*/
.persPage_rCommodity dl dd{ float:right; width:80%;}
/*热门活动*/
.drd_py_hotactive{ width:310px;}
/*.drd_py_hotactive > li:nth-child(3),.drd_py_hotactive > li:nth-child(4){ display:none;}*/
.drd_py_hotactive > li:first-child+li+li,.drd_py_hotactive > li:first-child+li+li+li{ display:none;}

/*通用商品详情页*/
.drd_Prodetail_l{ width:450px;}
.drd_ProComboCom .boxpro_l{ width:678px;}
.drd_ProComboCom .boxpro_l .proother{ width:504px;}
.goodsSubBar .subbar_r{ width:590px;}
/*=页面尾部=*/
footer .ft_intr .ft_intr_l{ width:365px;  padding-left:80px;}
footer .ft_intr .ft_intr_r{ width:365px;  padding-left:90px;}

.drd_Proothertitle > a{ margin-right:15px;}

/*我的预约*/
.persPage_rcenter .myOrderList table td.w1 .f_r{width: 65% !important;}


.drd_Proother_r{ width:590px;}
.drd_Proother_r .ProductComment .commenttable_l .f80{ font-size:60px;}
.drd_Proother_r .ProductComment .commenttable_l .f30{ font-size:20px !important;}
.drd_Proother_r .ProductComment .commenttable_l{ padding-top:30px;}
.drd_Proother_r .ProductComment .commenttable_m{ font-size:12px; padding-left:12px;}
.drd_Proother_r .ProductComment .commenttable_m li> span{ margin-right:2px; font-size:14px;}
.drd_Proother_r .ProductComment .commentlist dl dd{ width:82%;}
/*footer装饰*/
/*.drd_py_serice{ display:none; }*/


/*=搜索为空=*/
.search_recom ul li:last-child{ display:none;}
/*产品咨询*/
.Productrefer .askbox .f_r{ width:94%;}
.Productrefer .answerbox > .f_r{ width:94%;}
/**/
.Productrefer_quiz > span.w2{width: 62%;}



/*个人中页面开始*/
.persPage_r{ width:665px; float:right;}
.persPage_rcenter .personalInfo .info_l{ width:100%; border-right:none; border-bottom:#e6e6e6 solid 1px; overflow:hidden;}
.persPage_rcenter .personalInfo .info_l dl dd{ width:81%;}
.persPage_rcenter .personalInfo .info_l dl dd .span{ width:100%; display:block;}
.persPage_rcenter .personalInfo .info_m{ width:50%; height:auto;}
.persPage_rcenter .personalInfo .info_r{ width:50%; height:auto;}

.persPage_rcenter .personalintegral .info_l{ width:363px;}
.persPage_rcenter .personalintegral .info_l dl dd{ width:70%;}
.persPage_rcenter .personalintegral .info_m{ width:150px; height:auto;}
.persPage_rcenter .personalintegral .info_r{ width:150px; height:auto;}
    .persPage_rcenter .personalintegral .info_m .orange{margin-top: 30px !important;}
    .persPage_rcenter .personalintegral .info_r .orange{margin-top: 30px !important;}
.persPage_rcenter .personalintegral .info_m .orange span{font-size: 32px !important;}
.persPage_rcenter .personalintegral .info_r .orange span{font-size: 32px !important;}

.persPage_rcenter .shopcc > .f_l ul >li{ width:94px;}
/*我的订单*/
.persPage_rcenter .orderList table td.w1{ width:360px}
.persPage_rcenter .orderList table td.w2{ width:90px;}
.persPage_rcenter .orderList table td.w3{ width:90px;}
.persPage_rcenter .orderList table td.w4{ width:124px; }
.persPage_rcenter .orderList table td.w1 .f_r{ width:71%;}
/*我的众筹*/
.persPage_rcenter .zhongcList table td.w1{ width:360px}
.persPage_rcenter .zhongcList table td.w2{ width:90px;}
.persPage_rcenter .zhongcList table td.w3{ width:90px;}
.persPage_rcenter .zhongcList table td.w4{ width:124px; }
.persPage_rcenter .zhongcList table td.w1 .f_r{ width:60%;}

/*新闻*/
.newsList_r_list dl dd{ width:56%;}


/*服务*/
.serve_cj_quick ul li .textbox{ }
/*众筹*/
.kick_fl{ width:601px;}
.kick_fl_list dl dt{ width:270px;}

.kick_fl_list dl dd{ width:46%;}
.kick_fl_list dl dd .infobox li.w1{ width:45%;}
.kick_fl_list dl dd .infobox li.w2{ width:32.8%;}
/*帮助中心*/
.helpCenter img{ max-width:580px;}
.helpCenter>div{ word-break: break-all;}

}

/****分页开始***/
.goods-pages{
    position:relative;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: -1px;
    /*border-bottom: 60px !important;*/
}
.goods-pages span{padding: 0 10px;}
.goods-pages button:hover{background-color: #eee;}
.goods-pages button{cursor: pointer;}
.goods-pages .current{
    border-top-color:#fabe00;
    border-bottom-color:#fabe00;
    background-color: #fabe00;
    width: 38px;
    color:#fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.tcdPageCode{text-align: center; font-size:12px;}
.tcdPageCode a{
    font-size: 12px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    vertical-align: middle;
    margin: 0 1px;
}
.tcdPageCode a:hover{background-color: #f2f2f2;}
.tcdNumber{
    width: 38px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}
.pageB{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}
.tcdNumber:hover{color: #222;background-color: #efecec}
.tcdPageCode span.current{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #fabe00;
    border: 1px solid #fabe00;
    vertical-align: middle;
    margin: 0 2px;
}
.prevPage:hover{
    color: #222;
    background-color: #efecec;
}
.nextPage:hover{
    color: #222;
    background-color: #efecec;
}
.tcdPageCode span.disabled{
    display: inline-block;
    height: 38px;line-height: 38px;
    color: #bfbfbf;background: #f2f2f2;
    border: 1px solid #ddd;
    vertical-align: middle;
	padding:0;
}
.prevPage,.nextPage,.tcdPageCode .disabled{width: 70px;}
.turnpage0{
    width: 38px;height: 38px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    vertical-align: top;
}
.turnpage1{
    width: 54px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    transition:background-color 0.2s linear;
    -moz-transition:background-color 0.2s linear;
    -o-transition:background-color 0.2s linear;
    -webkit-transition:background-color 0.2s linear;
}
.turnpage1:hover{background-color: #efeceb;}
/*.turnpage2{margin-left: 10px;}*/
/*.turnpage0,.turnpage1,.turnpage2{position: relative;top: 1px;}*/
.turnpage3 {
    width: 38px;
    height: 39px;
    text-align: center;
    font-size: 14px;
}
/*分页结束*/



/*成功加入购物车*/
.addCarSuccess01{
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 50%;*/
    /*height: 38px;*/


}
.addCarSuccess02{
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -81px;
	with:auto;
    padding:6px 20px !important;
    display: none;
    z-index: 1000;
}
.addPic{
    width: 140px;
    height: 140px;
    position: absolute;
    top: 60px;
    left: 60px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    opacity: .5;
}
.addPic img{
    width: 100%;
    height: 100%;
    text-align: center;
}
.proCount_P{display: none;}

/*提示弹出*/
.addCarSuccess01{
    width: auto;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -81px;
	padding:6px 20px !important;
    z-index: 999;
    display: none;
    opacity: 0;
}

.outmodal{}
.outmodal .modal-header{ padding:20px 0 10px 0; margin:0 30px;}
.outmodal .modal-header .close{
width: 50px;
height: 50px;
background-color: #000;
opacity: 0.3;
filter: alpha(opacity=30);
text-align: center;
vertical-align: middle;
line-height: 50px;
float: right;
margin-top: -21px;
margin-right: -80px;
cursor: pointer;
transition: opacity .2s linear;
-webkit-transition: opacity .2s linear;
-moz-transition: opacity .2s linear;
-ms-transition: opacity .2s linear;
-o-transition: opacity .2s linear;	
border-top-left-radius:0;
border-bottom-left-radius:0;
}
.outmodal .modal-header .close:hover{
opacity: 0.5;
filter: alpha(opacity=50);
}
.outmodal .modal-header .close .iconfont{
color: #fff;
font-size: 22px;
font-weight:normal;
}
.outmodal .modal-content{  border-top-right-radius:0;}
.outmodal .modal-body{ padding:10px 30px;}
.outmodal .modal-body .Supportbox-body{ max-height:480px;}
.outmodal .modal-footer{padding:20px 30px 30px 30px; margin:0 30px;}


.detail-address{
    word-wrap:break-word;
    word-break:break-all;
}

/*整体加载效果*/

.load01 {
    position: fixed;
    top: 50%;
    left: 50%;
	margin-top:-18px;
	margin-left:-18px;
    text-align: center;
    z-index: 1050;
}
.load02{
    position: fixed;
    top: 50%;
    left: 50%;
	margin-top:-42px;
	margin-left:-42px;
    text-align: center;
    z-index: 1050;
}

/*全局遮罩*/
.allModalBackDrop{
    position: fixed!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1045;
    background-color: #fff;
    opacity: 0;
    filter:alpha(opacity=0);
    display: block;
}
.shipping-addr .addr-detai{
	transition:background-color .2s ease-in;
	-webkit-transition:background-color .2s ease-in;
	-moz-transition:background-color .2s ease-in;
	-ms-transition:background-color .2s ease-in;
	-o-transition:background-color .2s ease-in;
	
	transition:border-color .2s ease-in;
	-webkit-transition:border-color .2s ease-in;
	-moz-transition:border-color .2s ease-in;
	-ms-transition:border-color .2s ease-in;
	-o-transition:border-color .2s ease-in;
	}

.shipping-addr .addr-detail:hover{
	background-color:#f0f0f0;
	border:1px solid #ccc;
	}

.shipping-addr .addr-detail.selected:hover{
	background-color:#FFF;
	border:2px solid #fabe00;
	}
.shipping-addr .addr-detail.selectedDefault:hover{
	background-color:#FFF;
	border:2px solid #fabe00;
	}
.color1{color: #f34f2f;}
.color2{color: #ff9c00;}
.bb0{border-bottom: 0 !important;}
.wordLimit{overflow: hidden;height: 130px;}


/*标签背景色*/
.tagColor-warning{background-color: #fabe00 !important;}
.tagColor-danger{background-color: #f34f2f !important;}

/*隐藏层*/
.hideDiv{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .2;
    filter:alpha(opacity=0.2);
    /*display: none;*/
    position: absolute;
}
.hideDivImg{
    width: 84px;
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -42px;
    z-index: 1050;
}
.loadImg{
    width: 100%;
    height: 100%;
}

/*分享弹出样式控制*/
/*.bdshare_popup_bg{margin-left:/ -100px;margin-top: 5px;}*/
/*.bdshare_popup_box{margin-left: -100px;margin-top: 5px;}*/
