@charset "utf-8";
/* CSS Document */
.contentbox{ width:100%;}
.content{ width:1015px; margin:0 auto; background-color:#fff;}
/*--中间内容tab切换部分*/
.tabbox {
    width: 940px;
    margin: auto;
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}

.tabbox .tabbtn {
    height: 40px;
    border-bottom: 2px solid #e4e4e4;
}

.tabbox .tabbtn li {
    float: left;
    position: relative;
    margin: 0 0 0 -1px;
}

.tabbox .tabbtn li a, .tabbox .tabbtn li span:first-child {
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 150px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	font-weight: 800;
	color: #727171;
}

.tabbox .tabbtn li.current a, .tabbox .tabbtn li.current span:first-child {
    border-bottom: solid 2px #689039;
    height: 37px;
    line-height: 37px;
    background: #fff;
    color: #60a411;
    font-weight: 800;
    position: relative;
    top: 2px;
}

.tabbtn li span:last-child {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #e4e4e4;
}

.tabbox .tabbtn a.btn_car {
    width: 118px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: url("../../../images/eshop/add_cart_shop_car.png") no-repeat;
    text-align: right;
    color: #8a8a8a;
    font-size: 12px;
    float: left;
    margin-left: 430px;
    position: relative;
    top: 2px;
}

.tabbox .tabbtn a.btn_car span {
    color: #00aeba;
}

.tabbox .tabbtn a.btn_pay {
    width: 54px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #00aeba;
    margin-left: 10px;
    text-align: center;
    float: right;
    color: white;
}

.tabbox .loading {
    height: 40px;
    width: 432px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 120px;
}

.tabbox .tabcon {
    padding: 10px;
}

/*加入购物车--中间内容tab切换 内容部分上*/
.tabbox .tabcon form .form_top {
    width: 900px;
    margin: auto;
    height: 40px;

}

.tabbox .tabcon form .form_top ul li {
    line-height: 40px;
    color: #8a8a8a;
    float: left;
    width: 15%;
    text-align: center;
}

.tabbox .tabcon form .form_top ul li:nth-child(1) {
    text-align: left;
    width: 10%;
}

.tabbox .tabcon form .form_top ul li:nth-child(2) {
    width: 15%;

}

.tabbox .tabcon form .form_top ul li:first-child span {
    line-height: 40px;
    height: 40px;
    margin-left: 10px;
}

/*焦点轮番图代码*/
.content .goods_show {
    width: 940px;
    height: 430px;
    margin: auto;
    border: 1px solid #d3d3d3;
}

.content .goods_show .focus {
    float: left;
    width: 360px;
    margin: 20px;
}

.content .goods_show .focus .top {
    width: 360px;
    height: 283px;
    position: relative;
    overflow: hidden;
}

.content .goods_show .focus .top li {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 283px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.content .goods_show.focus .top li.active {
    z-index: 2;
}

.content .goods_show .focus .top li p {
    display: none;
}

.content .goods_show .focus .bottom {

    width: 360px;
	margin-top:20px;
}

.content .goods_show .focus .bottom li {
    float: left;
    display: block;
    width: 80px;
    height: 63px;
    overflow: hidden;
    background-position: -120px 0;
    color: #33cccc;
    margin-bottom: 21px;
    cursor: pointer;
    margin-right: 10px;
}

.content .goods_show .focus .bottom li:nth-child(4) {
    margin-right: 0;
}

.content .goods_show .focus .bottom li:hover {
    border: 1px solid #ff0000;
}

/*商品选择信息*/
.content .goods_show .goods_choice {
	float: right;
	width: 500px;
	margin-right: 20px;
	margin-top: 30px;
}

.content .goods_show .goods_choice .goods_title {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 800;
	color: #333333;
	margin-bottom: 5px;
}

.goods_show .goods_price {
    width: 460px;
    height: 46px;
    background-color: #ffe6dd;
}

.goods_show .goods_price span:first-child {
    float: left;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #e44702;
    padding-left: 20px;
}

.goods_show .goods_price span:first-child b {
    padding-left: 10px;
    font-size: 14px;
}

.goods_show .goods_price .trade {
    float: right;
}

.goods_show .goods_price a {
    display: inline-block;
    height: 46px;
    float: left;
}

.goods_show .goods_price a:first-child {
    border-right: 1px solid #ffbda5;
}

.goods_show .goods_price a strong, .goods_show .goods_price a span {
    display: block;
    width: 80px;
    text-align: center;
    color: #333;
    height: 23px;
    line-height: 23px;

}

.goods_show .goods_price a strong:hover {
    color: #ff0000;
}

.goods_show .delivery {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;

}

.goods_show .delivery .del {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;

}

.goods_show .delivery .area_select {
    float: left;
    position: relative;

}

.goods_show .delivery input#select_icon {
    width: 120px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d2d2d2;
    position: absolute;
    z-index: 9;
    background: url("../../../images/other/selecct_icon.png") no-repeat 100px;
    cursor: pointer;

}

.goods_show .delivery input#select_icon:hover, .goods_show .delivery input#select_icon:visited {
    border: 1px solid red;
    background: url("../../../images/other/select_icon_hover.png") no-repeat 100px;

}

.goods_show .delivery .info {
    display: none;
    width: 500px;
    z-index: 99;
    margin-top: 6px;
    position: absolute;
    top: 20px;
    left: -3px;
    zoom: 1;
}

.goods_show .delivery .info select {
    display: block;
    float: left;
    margin-left: 5px;
}

.goods_show .delivery .del_select {
    float: left;
    margin-left: 130px;
    position: relative;
}

.goods_show .delivery .del_select .select {
    position: relative;
    float: left;
    margin: 0 10px;
}

.goods_show .delivery .del_select .select dt {
    height: 20px;
    display: inline-block;
    border: 1px solid #d2d2d2;
    background: url("../../../images/ohher/selecct_icon.png") no-repeat 100px;
    line-height: 20px;
    padding-left: 10px;
    cursor: pointer;
    width: 90px;
    padding-right: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.goods_show .delivery .del_select .select dt:hover, .select dt.cur {
    border: 1px solid red;
    background: url("../../../images/other/select_icon_hover.png") no-repeat 100px;
}

.goods_show .delivery .del_select .select dd {
    position: absolute;
    left: 0;
    top: 21px;
    border: 1px solid #d2ccc4;
    background: #fff;
    display: none;
}

.goods_show .delivery .del_select .select dd ul {
    padding: 4px;
    width: 105px;
    max-height: 250px;
    overflow: auto;
}

.goods_show .delivery .del_select .select dd ul li a {
    line-height: 28px;
    display: block;
    padding: 0 8px;
    color: #333;
}

.goods_show .delivery .del_select .select dd ul li a:hover {
    background: #f5f5f5;
}

.goods_show .delivery .del_select span {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
}

/*商品数量加减代码*/
.goods_choice .goods_number .add_chose {
    width: 120px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.goods_choice .goods_number #price_item_1 {
    padding-left: 10px;
    color: #797979;
}

.goods_choice .goods_number .add_chose a {
    float: left;
    margin: 5px 0 0 0;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 99em;
    overflow: hidden;
    background:url(../../../images/other/reduce-add.gif) no-repeat;
}

.goods_choice .goods_number .add_chose a.reduce {
    background-position: 0 0;
}

.goods_choice .goods_number .add_chose a.reduce:hover {
    background-position: 0 -16px;
}

.goods_choice .goods_number .add_chose a.add:hover {
    background-position: -16px -16px;
}

.goods_choice .goods_number .add_chose a.add {
    background-position: -16px 0;
}

.goods_choice .goods_number .add_chose .text {
    float: left;
    margin: 0 5px;
    display: inline;
    border: solid 1px #ccc;
    padding: 4px 3px 4px 8px;
    width: 40px;
    line-height: 18px;
    font-size: 14px;
    color: #990000;
    font-weight: 800;
}

.goods_choice .goods_number .add_chose span {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    padding-left: 10px;
}

.goods_number span.number {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    padding-left: 10px;

}

.goods_number .reserve {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}

.goods_number .purchase a {
    display: inline-block;
    width: 135px;
    height: 35px;
    line-height: 35px;
    background-color: #ffe6dd;
    border: 1px solid #ffbea7;
    color: #fc7645;
    text-align: center;
    margin-right: 20px;
    margin-top: 10px;
}
.goods_number .purchase .purchasecart{
	background-color: #fb7748;
    border: 1px solid #fb5115; 
	color:#fff;
	
	}

.goods_number .purchase a:first-child {
    margin-left: 20px;
}

.goods_number .purchase a:hover {
    background-color: #fecbb8;
    text-decoration: none;
}
.goods_number .purchase .purchasecart:hover {
    background-color: #fd4504;
    text-decoration: none;
}

.goods_choice .promise {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.goods_choice .promise span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;

}

.goods_choice .promise img {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 5px
}

.goods_choice .pay span.detail_method {
    float: left;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
}

.goods_choice .pay ul {
    float: left;

}

.goods_choice .pay li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 15px;
}

.goods_choice .pay li a {
    text-decoration: none;
}

.goods_choice .pay li span img {
    position: relative;
    top: 2px;
    left: -5px;
}

.goods_tab .tabbox {
    width: 940px;
    height: auto;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.goods_tab .tabbox .tabbtn {
    background-color: #eeeced;
    border: 1px solid #d3d3d3;
    width: 938px;
    height: 43px;
    z-index: 399;

}

.goods_tab .tabbox .tabbtn li {
	display: block;
	width: 150px;
	border-right: 1px solid #d3d3d3;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.goods_tab .tabbox .tabbtn li.current a, .goods_tab .tabbox .tabbtn li.current span {
    border-top: 2px solid #689039;
    border-bottom: 0;
    position: relative;
    top: 0;
    height: 44px;
    line-height: 44px;
    width: 150px;
}

.goods_tab .tabbox .tabbtn span.link_cart {
    margin-left: 60px;

}

.goods_tab .tabbox .tabcon {
    padding: 0;

}

.goods_tab .tabbox .tabcon .details {
    padding: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.goods_tab .tabbox .tabcon .evaluate_percent {
    font-size: 13px;
    border-bottom: 1px dashed #cbcbcb;
}

.tabbox .tabcon .evaluate_percent .evaluate_num {
    padding: 20px;
    float: left;
}

.tabbox .tabcon .evaluate_percent .evaluate_num span.red {
    display: block;
    line-height: 25px;
    color: #ff0000;
}

.tabbox .tabcon .evaluate_percent .evaluate_num strong {
    font-size: 25px;
    font-weight: 600;
}

.tabbox .tabcon .evaluate_percent .percent {
    padding: 20px;
    float: left;
    margin-right: 80px;
}

.tabbox .tabcon .evaluate_percent .percent span {
    display: block;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tabbox .tabcon .evaluate_percent .percent span img {
    margin-left: 15px;
    float: right;
}

.tabbox .tabcon .evaluate_percent .evaluate {
    padding: 20px 20px 20px 40px;
    float: left;
    border-left: 1px dashed #cbcbcb;
}

.tabbox .tabcon .evaluate_percent .evaluate span, .tabbox .tabcon .evaluate_percent .evaluate a {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;

}

.tabbox .tabcon .evaluate_percent .evaluate span {
    font-weight: bold;
}

.tabbox .tabcon .evaluate_percent .evaluate a {
    width: 100px;
    background-color: red;
    color: #ffffff;
    text-decoration: none;
    margin-top: 10px;
    margin-left: 20px;
}

/*商品评价中的tab切换*/
#evaluate_tab {
    width: 940px;
    position: relative;
    margin: 20px auto;
    color: #333333
}

#evaluate_tab .tab_menu {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 1;
}

#evaluate_tab .tab_menu li {
    float: left;
    width: 150px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #ccc;
    border-bottom: 0;
    cursor: pointer;
    text-align: center;
    margin: 0 2px 0 0;
}

#evaluate_tab .tab_box {
    width: 938px;
    height: auto;
    clear: both;
    top: 43px;
    position: relative;
    border: 1px solid #CCC;
    background-color: #eeecec;
}

#evaluate_tab .tab_menu .selected {
    background-color: #eeecec;
    cursor: pointer;
}

.hide {
    display: none;
}

.tab_box div {
    padding-top: 10px;
    padding-bottom: 10px;
}

#evaluate_tab .evaluate_cont {
    width: 920px;
    margin: auto
}

#evaluate_tab .evaluate_cont dl {
    float: left;
    height: 60px;
}

#evaluate_tab .evaluate_cont span.time {
    display: block;
    float: right;
}

#evaluate_tab .evaluate_cont dl dt {
    float: left;
}

#evaluate_tab .evaluate_cont dl dd {
    float: left;
    margin-left: 20px;
}

/*商城内页-切换部分--切换页码*/
.goods_tab .tabbox .tab_page {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    top: 20px;
    float: right;

}

.goods_tab .tabbox .tab_page a {
    display: inline-block;
    padding: 3px 6px;
    margin-left: 5px;
    background-color: #60a411;
    border: 2px solid #4b8904;
    color: #ffffff;

}

.goods_tab .tabbox .tab_page a:hover {
    background-color: #0081a2;
    border: 2px solid #284a01;
    text-decoration: none;
}

/*成交记录模块代码-*/
.goods_tab .tabbox span.all_details {
    display: block;
    width: 940px;
    margin: 15px auto;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background-color: #e4e3e3;
    font-size: 14px;
}

.goods_tab .tabbox span.all_details strong {
    color: #60a411;
}

.goods_tab .tabbox .record ul {
    display: block;
    width: 940px;
    margin: 0 auto 15px auto;
    height: 40px;
    line-height: 40px;
    background-color: #60a411;
    font-size: 14px;
    color: white;
}

.goods_tab .tabbox .record ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.goods_tab .tabbox .record dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c5c5c5;
    font-size: 13px;
    color: #333;
}

.goods_tab .tabbox .record dl dd li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}

.goods_tab .tabbox .record dl dd li:first-child .record_pic, .goods_tab .tabbox .record dl dd li:first-child .pic_infor {
    float: left;

}

.goods_tab .tabbox .record dl dd li:first-child .record_pic {
    margin-left: 40px;
}

.goods_tab .tabbox .record dl dd li:first-child .pic_infor span {
    display: block;
    text-align: left;
}

.goods_tab .tabbox .record dl dd li:nth-child(1) {
    text-align: right;

}

/*底部 图片轮番滚动*/

.multipleColumn {
    overflow: hidden;
    position: relative;
    top: 20px;
    width: 940px;
    border: 1px solid #ccc;

}

.multipleColumn .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.multipleColumn .hd .prev, .multipleColumn .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background:url(../../../images/other/icoLeft.gif) no-repeat;
}

.multipleColumn .hd .next {
    background:url(../../../images/other/icoRight.gif) no-repeat;
}

.multipleColumn .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.multipleColumn .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background:url(../../../images/other/icoCircle.gif) 0 -9px no-repeat;
}

.multipleColumn .hd ul li.on {
    background-position: 0 0;
}

.multipleColumn .hd span.extra {
    display: block;
    float: left;
    color: #60a411;
    font-size: 13px;
    margin-top: 7px;
    margin-left: 8px;
    text-indent: 1em;
    border-left: 3px solid #60a411;
}

.multipleColumn .hd span.pageState {
    display: block;
    float: right;
    margin-top: 5px;
    margin-right: 20px;
}

.multipleColumn .bd {
    padding: 10px;
    overflow: hidden;
}

.multipleColumn .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 300px;
    float: left;
    _display: inline;
    margin-left: 5px;
}

.multipleColumn .bd ul li {
    margin: 0 12px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.multipleColumn .bd ul li .pic {
    text-align: center;
}

.multipleColumn .bd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.multipleColumn .bd ul li .pic a:hover img {
    border-color: #999;
}

.multipleColumn .bd ul li .title {
    line-height: 24px;
    font-size: 13px;
    text-align: left;

}

.multipleColumn .bd ul li .title a {
    margin: auto;
    display: block;
    width: 110px;
    line-height: 24px;
    text-decoration: none;
    color: #333;

}

.multipleColumn .bd ul li .title span {
    display: block;
    width: 110px;
    margin: auto;
    color: #ff0000;
}

.container .goods_container_middle {
    margin-bottom: 0;
}

/*评论成功弹出页面*/
.content .assess_success {
    width: 980px;
    height: 260px;
    margin: auto;
    padding-top: 20px;
}

.content .assess_success .assess_success_inner {
    width: 620px;
    height: 180px;
    margin: auto;
    border: 1px solid #dfdfdf;

}

.content .assess_success .success_inner {
    width: 220px;
    height: 60px;
    margin: 50px auto;
}

.content .assess_success .success_inner img {
    float: left;
    display: block;
}

.content .assess_success .success_inner span {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #272727;
    margin-left: 20px;
}

/*评论成功显示内容*/
.assess_success_content {
    height: 500px;
}

.assess_success_content .success_content_title {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #00aeba;
    padding-top: 10px;
}

.success_content_title .content_title_left {
    float: left;
    margin-left: 40px;
    font-weight: bold;
    font-size: 18px;
    color:#00aeba;
}

.success_content_title .content_title_right {
    float: right;
    margin-right: 40px;
    color:#333333;
    font-size: 13px;
}
.success_content_title .content_title_right  span{
    font-size: 12px;
}
.assess_success_content .content_title_list{
    margin: 15px auto 15px auto;
    width: 900px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #00aeba;
    background: #f7f7f7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f3f3f3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f3f3f3)); /*  WebKit */
    background: -moz-linear-gradient(top, #fdfdfd, #f3f3f3);
}
.assess_success_content .content_title_list li{
    float: left;
    width: 33%;
    text-align: center;
}
.assess_success_content .content_specific{
    width: 900px;
    height: 250px;
    margin: auto;
    border: 1px solid #eaeaea;
}
.content_specific .content_specific_left{
    float: left;
    width: 180px;
    height: 250px;
    background-color: #f6f6f6;
}
.content_specific .content_specific_left a{
    color:#404040;
}
.content_specific .content_specific_left img{
    display: block;
    margin:30px  auto;
    width: 69px;
    height: 71px;
}
.content_specific .content_specific_left span{
    display: block;
    height: 30px;
    line-height:15px;
    text-align: center;
}
.content_specific  .content_specific_center{
    float: left;
    width: 300px;
    height: 150px;
    margin-top: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.content_specific .content_specific_right{
    float: left;
    width: 400px;
    height: 150px;
    background: url("../../../images/ECshop/content_specific_right.jpg")no-repeat left 50px;
}
.content_specific .content_specific_right ul{

    width: 300px;
    margin:30px  auto;
}
.content_specific .content_specific_right ul li{
    padding-bottom: 10px;
    text-align:left;
}
.content_specific .content_specific_right ul li span{
    display: block;
    height: 20px;
    line-height:20px;
}
.content_specific .content_specific_right ul li:nth-child(2){
    border-bottom: 1px dashed #dddddd;
}
.content_specific .content_specific_right ul li span:nth-child(1){
    font-weight: bold;
}
.content_specific .content_specific_right ul li span:nth-child(2){
   color:#aaaaaa;
}
