﻿@charset "utf-8";
.B2BProdListItem {
    border: 1px solid;
    color: #339933;
    background-color: #F0F0F0;
}

.B2BButton {
    color: #fff;
    cursor: pointer;
    background-color: #064c87;
    border: none;
    padding: 6px 12px;
}

.B2BButton1 {
    color: #515151;
    width: 80px;
}

.B2BTextbox,
select,
textarea {
    color: #333333;
    border-right: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #C3C3C3 1px solid;
    border-left: #C3C3C3 1px solid;
}

.FontB2BPurple {
    COLOR: #000;
    LINE-HEIGHT: 16px;
    text-decoration: none;
}

.FontB2BRed {
    COLOR: #FF0000;
    LINE-HEIGHT: 14px;
}

.B2BTblHead {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    color: #333333;
    height: 48px;
    background-color: #FFFFFF;
    text-align: center;
}

.member_table tr td.B2BTblHead:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.member_table .B2BTblHead span {
    border: 1px solid #064c87;
    background-color: #FFFFFF;
    color: #064c87;
    width: 238px;
    text-align: center;
    display: inline-block;
    padding: 0 !important;
    margin-right: -1px;
}

.member_table .B2BTblHead span .ap {
    background-color: #064c87;
    color: #FFFFFF;
}

.member_table .B2BTblHead span.line {
    display: none;
}

.member_table .B2BTblHead span a {
    color: #064c87;
    line-height: 48px;
    display: block;
    font-size: 15px;
}

.member_table .B2BTblHead span:hover a {
    display: block;
    background-color: #064c87;
    color: #fff;
    text-decoration: none;
}

.member_table .B2BTblHead span:first-child {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: hidden;
}

.member_table .B2BTblHead span:last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-right: 0;
    overflow: hidden;
}

.B2BColHead,
.B2BColFoot {
    font-weight: bold;
    color: #626262;
    background-color: #e5e5e5
}

.B2BTblFoot {
    color: #656565;
    font-weight: bold;
}

.B2BLeftMenuHead {
    color: #C99B09;
    background-image: url(../images/bg_leftmenuhd.gif);
    background-repeat: no-repeat;
    filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1);
}

.B2BProductHead {
    color: #333333
}
.B2BProductHead tr td{
    vertical-align: middle;
}
form[name=form1] table tr{
    margin-bottom: 10px;
}
form[name=form1] table tr td{
    vertical-align: middle;
}

.B2BFieldBg {
    width: 190px;
    color: #fff !important;
    background-color: #064c87;
    padding: 5px 8px;
    font-size: 14px;
}
.B2BFieldBg .B2BProductHead{
    color: #FFFFFF;
}
.B2BFieldBg td{
    padding-left: 10px;
}
.B2BFieldBg table tr td.B2BText{
    color: #fff;
    display: initial;
}
.B2BFieldBg table tr td a{
    color: #FFFFFF;
}
.B2BText {
    color: #333333
}
.Self-time td{
    padding: 5px 10px;
}
.Self-time .edit a{
    color: #fff;
}
table .b2bPayment{
    color: #FFFFFF;
    padding: 5px 8px;
}
.B2Btextarea{
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
.Basket_List{
    margin-bottom: 20px;
}
textarea[name=txtRemark_1]{
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
.Basket_List tr td{
    padding: 8px;
    font-size: 14px;
}
.B2BPriceTotal {
    color: #333333;
    background-color: #EEEEEE;
    padding: 2px;
}
.B2BPriceTotal select, .B2BPriceTotal .B2BTextbox, .B2BPriceTotal textarea, .B2BPriceTotal input[type=text]{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
.B2BPriceTotal textarea{
    height: auto;
}
.B2BPriceTotal input[type=radio]{
    vertical-align: bottom;
}
.B2BTableText {
    color: #333333
}

.B2BFontBlack {
    color: #000000
}

.B2BTblListBg1 {
    background-color: #f6f6f6;
    color: #333333;
}

.B2BTblListBg2 {
    background-color: #EFEFEF;
    color: #333333;
}

.B2BFontSize1 tr td{
    font-size: 14px;
}

.B2BFontSize2 {
    font-size: 12px
}

.B2BFont {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.B2BProductFoot {
    background-color: #99CC99;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.B2BFieldBgSize2 {
    color: #333333;
    background-color: #EFEFEF
}

.B2BHyperLink {}

.B2BProdRemsBg {
    color: #333333;
    font-weight: bold;
}

.B2BProdInfo {
    color: #333333;
}

.B2BProdInfoHead {
    background-color: #F0F0F0;
    color: #28738C;
    font-weight: bold;
    line-height: 14px;
}

.B2BProdInfoSubHead,
.B2BProdInfoTopHead {
    background-color: #F7F7F7;
    color: #333333;
    font-weight: bold;
    line-height: 14px;
}

.B2BMsgHead {
    color: #333333;
    background-color: #EEFFEE
}

a {
    color: #656565;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: underline
}

.B2BProdNameBg {
    font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 22px;
    text-decoration: none;
    background-color: #ffd800;
    font-weight: normal;
    height: 60px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
    border-radius: 3px;
}

.B2BPriceBg {
    background-color: #EEEEEE;
    line-height: 14px;
    color: #333333
}

.B2BBodyBg {
    background-color: #FFFFFF;
    width: 1200px;
    margin: 0 auto;
}

.B2BBodyBg2 {
    background-color: #FFFFFF;
    background-image: url(../images/bg_left.gif);
    background-repeat: repeat-y;
}

.B2BBodyBg3 {
    background-color: #FFFFFF;
    background-image: url(../images/bg_top.gif);
    background-repeat: repeat-x;
}

.B2BLeftMenu {
    font-weight: normal;
    color: #333333;
}

.B2BProdModBorder {
    font-weight: bold;
    color: #333333;
    border: 1px solid #DDDDDD
}

.B2BProdMod {
    font-weight: bold;
    color: #333333;
    background-color: #EFEFEF;
}

.B2BFontProdMod {
    font-size: 10pt
}

.B2BTopMenuBg1 {}

.B2BTopMenuBg2 {
    font-weight: bold
}

.B2BLeftMenuHead1 {
    color: #28738C;
    background-image: url(../images/shopping.gif);
    background-repeat: no-repeat;
    filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1);
}

.B2BcatMain {
    float: left;
    width: 800px;
    color: #FF6600;
    font-size: 16px;
    line-height: 180%;
    font-family: Verdana, Arial;
    clear: both;
}

.B2BcatMain a {
    color: #FF6600;
}

.B2BcatColumn {
    float: left;
    width: 800px;
    padding-left: 10px;
    color: #000000;
    font-size: 12px;
    line-height: 150%;
    background: url(../images/bg_man_01.jpg) no-repeat;
    clear: both;
}

.B2BcatColumn h3 {
    margin: 0;
    padding: 0;
    float: left;
    width: 400px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.B2BcatColumn p {
    margin: 0px;
    padding: 0px 10px 0px 0px;
    float: right;
    line-height: 25px;
    text-align: right;
}

.B2BCartText {
    font-size: 12px;
    color: #333333;
}

#myCoupon {
    position: absolute;
    overflow: auto;
    width: 417px;
    height: 300px;
    left: 50%;
    margin: 0px;
    margin-left: -208px;
    background-color: #F7F7F7;
    border: #CCCCCC 5px solid;
    display: none;
}


/* SideBarLeft products catalog    */

#divBrands {
    width: 172px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-base-color: #8AAD27;
    scrollbar-face-color: #8AAD27;
    scrollbar-shadow-color: Cornsilk;
    scrollbar-highlight-color: Beige;
    scrollbar-3dlight-color: Azure;
    scrollbar-darkshadow-color: AntiqueWhite;
    scrollbar-track-color: AliceBlue;
    scrollbar-arrow-color: AliceBlue;
}

.linkgender {
    color: #333;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 2px;
    padding-right: 15px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #d9d9d9;
}

.linkBrand {
    color: #333;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 2px;
    padding-right: 15px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #d9d9d9;
}

.linkgender a {
    color: #7b7459;
}

.linkgender span a {
    color: #7b7459;
}

.linkgender a:hover {
    color: #FF6600;
    text-decoration: none;
}

.linkHistory {
    height: 100px;
    padding-top: 15px;
    border-bottom: solid 1px #d0d0b6;
    color: #7b7459;
    padding-left: 5px;
}

.linkHistory a {
    color: #7b7459;
}

.linkHistory span a {
    color: #7b7459;
}

.linkHistory a:hover {
    color: #FF6600;
    text-decoration: none;
}

#divSkin1 a:hover {
    color: #FF6600;
    text-decoration: none;
}

#divCategory {
    width: 172px;
    height: 110px;
    margin-top: 2px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-base-color: #8AAD27;
    scrollbar-face-color: #8AAD27;
}

.leftTitle {
    clear: both;
    margin-top: 1px;
    height: 22px;
    width: 173px;
    background: url(/e/ptxwebstore_customize/../images/bg_cate.jpg) no-repeat;
}

.leftTitle ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.leftTitle ul li {
    line-height: 22px;
}

.leftTitle ul li.title {
    width: 65px;
    float: left;
    margin-left: 20px!important;
    margin-left: 10px;
    font-weight: bold;
}

.leftTitle ul li.clear {
    width: 82px;
    float: right;
    font-size: 9px;
    color: #fff;
}

.leftTitle a {
    float: left;
    font-size: 9px;
    color: #fff;
}

.leftTitle a:hover {
    font-size: 9px;
    color: #fff;
    text-decoration: underline;
}

#divsize,
#divsex,
#divcolor,
#divPrice,
#divSkin,
#divVirtue {
    width: 172px;
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-base-color: #8BACE1;
    scrollbar-face-color: #8BACE1;
    scrollbar-shadow-color: Cornsilk;
    scrollbar-highlight-color: Beige;
    scrollbar-3dlight-color: Azure;
    scrollbar-darkshadow-color: AntiqueWhite;
    scrollbar-track-color: AliceBlue;
    scrollbar-arrow-color: AliceBlue;
}

#divsize ul,
#divsex ul,
#divcolor ul,
#divPrice ul,
#divSkin ul,
#divVirtue ul,
#divCategory ul,
#divBrands ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#divsize ul li,
#divsex ul li,
#divcolor ul li,
#divPrice ul li,
#divSkin ul li,
#divVirtue ul li,
#divCategory ul li,
#divBrands ul li {
    padding-left: 20px;
    line-height: 1.5em;
}


/* promotion */

#promotion {
    margin: 10px auto 0 auto;
    width: 1000px;
}

#promotionSidebarA {
    width: 175px;
    float: left;
    margin-right: 2px;
}


/*#shoppingcar {width:175px; float:left }*/

#shoppingcar {
    width: 187px;
    vertical-align: middle;
    position: fixed;
    font-size: 14px;
    color: #666666;
    ;
    overflow: hidden;
    cursor: move;
    -moz-user-select: none;
    z-index: 1000;
    right: 0;
    top: 180px;
}

#promotionMain {
    position: relative;
    float: left;
    width: 900px;
    _width: 800px;
    _margin-left: -5px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.divproduct,
.productList3,
.productList4 {
    float: left;
    width: 810px;
    margin: 10px 0px;
}

.divproduct {
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
}

.divproduct ul {
    clear: both;
    width: 810px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
}

.divproduct ul li {
    list-style-type: none;
    float: left;
}

.divproduct ul li.pic {
    width: 100px;
    border: 0px;
}

.divproduct ul li.name {
    width: 220px;
    padding-left: 10px;
}

.divproduct ul li.price {
    width: 130px;
    padding-left: 10px;
}

.divproduct ul li.num {
    width: 150px;
    padding-left: 10px;
}

#divBanner {
    width: 635px;
}

.productList3 ul {
    width: 200px;
    float: left;
    text-align: center;
    list-style-type: none;
    margin: 0 1px;
    padding: 0px;
}

.productList3 ul li {
    padding: 2px;
    width: 209px;
}

.productList3 ul li.proTitle {
    height: 42px;
    overflow: hidden;
}

.productList4 ul {
    width: 200px;
    float: left;
    text-align: center;
    list-style-type: none;
    margin: 0 1px;
    padding: 0px;
}

.productList4 ul li {
    padding: 1px;
    width: 200px;
}

.productList4 ul li.proTitle {
    height: 42px;
    overflow: hidden;
}

.divproduct br {
    clear: both;
}


/*-----------product catalog-------------*/

.getmenu {
    width: 175px;
    float: left;
    background: url(/e/product/images/bg_menu.gif) bottom no-repeat;
}

.getmenu_left {
    float: left;
    width: 142px;
    height: auto;
    min-height: 22px;
    padding: 6px 4px;
}

.cat_main {
    width: 1000px;
    height: 250px;
    margin: 0 auto;
    display: table;
}

.cat_main ul li {
    float: left;
    margin-right: 5px;
}

.cat_list {
    width: 795px;
    height: auto;
    float: right;
    margin-bottom: 10px;
}

.cat_list_t {
    width: 765px;
    color: #fff;
    padding-left: 30px;
    padding-right: 5px;
    float: left;
    line-height: 44px;
    height: 44px;
    font-size: 18px;
    background-color: #e44a2e;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px
}

.cat_list_t .cat_list_more {
    margin-right: 20px;
    float: right;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.cat_list_t .cat_list_more a {
    font-size: 12px;
    color: #fff
}

.cat_list_c {
    height: 246px;
    float: left;
    width: 800px;
    padding: 10px 0 0 0px;
    background: url(images/bg_catalog.gif) no-repeat;
    display: table;
}

.cat_list_c ul {
    width: 180px;
    border: 1px #d9d9d9 solid;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    margin-bottom: 20px;
    margin-right: 24px;
    float: left;
}

.cat_list_c ul:nth-of-type(4n+4) {
    width: 180px;
    border: 1px #d9d9d9 solid;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    margin-bottom: 20px;
    margin-right: 0px;
    float: left;
}

.cat_list_c .cat_pic {
    width: 180px;
}

.cat_list_c .cat_pic img {
    width: 180px;
    height: 180px;
}

.cat_list_c .cat_txt {
    text-align: center;
    color: #333;
    float: inherit;
    width: 180px;
    line-height: 18px;
}


/* products detail  */

#detailProduct {
    float: left;
    width: 850px;
    position: relative;
    display: inline;
    margin-top: 5px;
    padding-bottom: 20px;
}

#bigimage {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999;
}

#bigimage img {
    border: #D6D6D6 solid 1px;
}

#divPic {
    width: 400px;
    float: left;
    display: inline;
    text-align: center;
    z-index: -10;
}

#divPic a {
    z-index: -10;
}

#divPic img {
    z-index: -15;
    float: left;
}

#divPic h3 {
    line-height: 1.5em;
    font-weight: normal;
}

.list {
    padding-top: 10px;
    overflow: auto;
}

.list img {
    cursor: pointer;
    padding: 1px;
    border: 1px solid #cdcdcd;
    margin-right: 13px;
    display: block;
    width: 60px;
    height: 60px;
}

.list img.onzoom,
.list img.on {
    padding: 0px;
    border: 1px solid #064c87;
    width: 89px;
    height: 89px;
}

.list img:last-child {
    margin-right: 0;
}

.container {
    position: relative;
}

.izImage {
    border: 1px solid #e6e6e6;
    width: 398px;
}

.izViewer {
    width: 360px;
    height: 300px;
    position: absolute;
    left: 400px;
    top: 0;
    display: none;
    border: 1px solid #999;
    z-index: 9999;
}

.handle {
    display: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #E6EAF3;
    cursor: crosshair;
}

.newproduct {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.newproduct img {
    z-index: 9999;
}

#divAdditionalPic ul {
    margin-top: 3px;
    list-style-type: none;
}

#divAdditionalPic ul li {
    float: left;
    width: 50px;
}

#detailProduct br {
    clear: both;
}

#divAdditionalPic p {
    margin: 0px;
    padding: 3px 0;
}

#detailInfo {
    float: right;
    width: 420px;
    display: inline;
    margin-left: 10px;
}

#detailInfo p {
    margin: 0px;
    padding: 0px;
}

#detailInfo dl {
    margin: 0px;
    padding: 2px 0;
    clear: both;
    width: 350px;
}

#detailInfo dt {
    margin: 0;
    padding: 0px;
    float: left;
    width: 150px;
}

#detailInfo dd {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 190px;
}

#detailInfo dt input {
    width: 59px;
    float: left;
    border: none !important;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    height: 38px;
    background-color: transparent;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

#detailInfo dt.red {
    color: red;
    font-weight: bold;
}

#detailInfo dd.red {
    color: red;
    font-weight: bold;
}


/*购物车加减按钮*/

.reduce {
    border: solid 1px #d9d9d9;
    /* padding: 0 3px; */
    cursor: pointer;
    margin-left: 3px;
    width: 39px;
    display: block;
    text-align: center;
    height: 38px;
    font-size: 26px;
    float: left;
    color: #064c87;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: all 0.3s;
}

.add {
    border: solid 1px #d9d9d9;
    /* padding: 0 3px; */
    cursor: pointer;
    /*margin-left: 3px;*/
    width: 39px;
    display: block;
    text-align: center;
    height: 38px;
    font-size: 26px;
    float: left;
    color: #064c87;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 0.3s;
}

.reduce:hover,
.add:hover {
    text-decoration: none;
    background-color: #064c87;
    color: #FFFFFF;
    border: 1px solid #064c87;
}


/*tab-sub*/

.tab-sub {
    overflow: hidden;
    padding: 8px 0;
    zoom: 1;
}

.tab-sub li {
    float: left;
    padding: 0 15px;
    height: 16px;
    cursor: pointer;
    border-left: 1px solid #D4D1C8;
    line-height: 16px;
    color: #c30;
    text-align: center;
}

.tab-sub .fore {
    border: none;
}

.tab-sub .curr {
    font-weight: bold;
}


/*recommend*/

.recommend .mt {
    padding-bottom: 0;
}

.recommend .tab {
    margin-bottom: 0;
}

.recommend .tab-sub {
    padding: 8px 0 3px;
}

.recommend .master {
    float: left;
    position: relative;
    width: 135px;
    height: 340px;
    background: #fff;
    border: solid #D8D7D3;
    border-width: 1px 0 1px 1px;
    padding: 0 35px 0 5px;
    text-align: center;
}

.recommend .master .icon-add {
    POSITION: absolute;
    WIDTH: 30px;
    BACKGROUND: url(images/icon_clubs.gif) no-repeat -112px -380px;
    HEIGHT: 30px;
    TOP: 45px;
    RIGHT: 0px
}

.recommend .suits {
    BORDER-BOTTOM: #d8d7d3 1px solid;
    POSITION: relative;
    BORDER-LEFT: #d8d7d3 0px solid;
    OVERFLOW-X: hidden;
    OVERFLOW-Y: hidden;
    WIDTH: 465px;
    BACKGROUND: #fff;
    FLOAT: left;
    HEIGHT: 340px;
    BORDER-TOP: #d8d7d3 1px solid;
    BORDER-RIGHT: #d8d7d3 1px solid
}

.recommend .suits .combosaleslist {
    width: 1384px;
}

.recommend .suits .com_list {
    width: 150px;
    margin-right: 5px;
    float: left;
}

.recommend .suits .com_list .com-pic {
    width: 100px;
    margin: 0 auto;
}

.recommend .suits .com_list .com-price {
    width: 150px;
    margin: 0 auto;
}

.recommend .suits .com_list .com-name {
    width: 140px;
    text-align: center;
    margin: 0 auto;
}

.recommend .suits .com_list ul {
    float: left;
    text-align: center;
    margin-top: 5px;
}

.recommend .suits .com_list ul li {
    display: inline-block;
    float: left;
}

.recommend .suits .com-list-l {
    width: 60px;
}

.recommend .suits .com_list .com-red {
    color: #ff0000;
}

.recommend .suits .com_list .choose {
    text-align: center
}

.recommend .infos {
    PADDING-BOTTOM: 8px;
    PADDING-LEFT: 0px;
    WIDTH: 150px;
    PADDING-RIGHT: 5px;
    FLOAT: right;
    PADDING-TOP: 0px
}

.recommend .infos DIV {
    MARGIN-BOTTOM: 5px
}

.recommend .infos .p-name A {
    COLOR: #005aa0;
    FONT-WEIGHT: bold
}

.recommend .infos .p-saving {
    COLOR: #008000
}

.recommend .btn-buy {
    TEXT-ALIGN: center;
    LINE-HEIGHT: 23px;
    WIDTH: 67px;
    BACKGROUND: url(images/icon_club.gif) no-repeat 0px -400px;
    FLOAT: left;
    HEIGHT: 23px;
    COLOR: #fff
}

.suit {
    BORDER-BOTTOM: #f3e7c7 1px solid;
    BORDER-LEFT: #f3e7c7 1px solid;
    BACKGROUND: #fff9eb;
    BORDER-TOP: #f3e7c7 0px solid;
    BORDER-RIGHT: #f3e7c7 1px solid
}

.suit .tabcon-sub {
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    ZOOM: 1;
    OVERFLOW: hidden;
    PADDING-TOP: 5px
}

#group {
    BORDER-BOTTOM: #f3e7c7 1px solid;
    BORDER-LEFT: #f3e7c7 1px solid;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    BACKGROUND: #fff9eb;
    BORDER-TOP: #f3e7c7 0px solid;
    BORDER-RIGHT: #f3e7c7 1px solid;
    PADDING-TOP: 5px
}


/* #detailinfo dd {margin-left:100px; padding-left:100px;} */

#btn {
    padding-left: 150px;
    width: 250px;
}

#btn input {
    margin-top: 3px;
}

#proIntroduction {
    float: left;
    width: 850px;
    margin-bottom: 10px;
}

#proIntroduction h3 {
    font-size: 14px;
    color: #000;
    padding-left: 10px;
}

#relative {
    float: left;
    width: 610px;
    text-align: center;
}

#relative img {
    margin: 5px;
}

#seeAll {
    float: left;
    width: 610px;
    text-align: center;
    margin-top: 3px;
}

#proIntroduction ul {
    list-style: none;
    margin-top: 10px;
    background: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#proIntroduction .title {
    background-color: #064c87;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#proIntroduction .nolist {
    padding: 10px 0 10px 20px;
    list-style-type: none;
    line-height: 120%;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

.comment {
    clear: both;
    padding: 3px 5px;
    margin-top: 10px;
    height: 20px;
    width: 790px;
    display: none;
}

.comment h4 {
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
    font-size: 12px;
}

.comment p {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 300px;
    text-align: right
}

#line {
    height: 20px;
    border-bottom: #ccc solid 1px;
}

#referenceProduct {
    padding-top: 20px;
    clear: both;
}

#referenceProduct h4 {
    text-indent: 20px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    background: url(images/bg_products-info_01.gif) no-repeat;
}

.colorBlock {
    float: left;
    width: 64px;
    margin-right: 5px;
}


/* products detail 2  */

#detailProduct2 {
    width: 548px!important;
    width: 545px;
    margin-top: 5px;
    padding-bottom: 20px;
}

#divPic2 {
    width: 220px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

#divPic2 h3 {
    line-height: 1.5em;
    font-weight: normal;
}

#divAdditionalPic2 ul {
    margin-top: 3px;
    list-style-type: none;
}

#divAdditionalPic2 ul li {
    float: left;
    width: 50px;
}

#detailProduct2 br {
    clear: both;
}

#divAdditionalPic2 p {
    margin: 0px;
    padding: 3px 0;
}

#detailInfo2 {
    float: left;
    width: 305px!important;
    width: 300px;
    margin-left: 5px;
}

#detailInfo2 p {
    margin: 0px;
    padding: 0px;
}

#detailInfo2 dl {
    margin: 0px;
    padding: 2px 0;
    clear: both;
    width: 305px!important;
    width: 300px;
}

#detailInfo2 dt {
    margin: 0;
    padding: 0px;
    float: left;
    width: 105px;
}

#detailInfo2 dd {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 198px!important;
    width: 193px;
}

#detailInfo2 dt input {
    width: 30px;
}

#detailInfo2 dt.red {
    color: red;
    font-weight: bold;
}

#detailInfo2 dd.red {
    color: red;
    font-weight: bold;
}


/* #detailinfo2 dd {margin-left:100px; padding-left:100px;} */

#btn2 {
    padding-left: 100px;
}

#btn2 input {
    margin-top: 3px;
}

#proIntroduction2 {
    float: left;
    width: 520px;
    padding-left: 20px;
}

#proIntroduction2 h3 {
    font-size: 14px;
    color: #666;
    padding-left: 10px;
}

#proIntroduction2 p {
    margin: 0px;
    color: #999;
    font-size: 12px;
    padding-left: 30px;
}

#relative2 {
    float: left;
    width: 520px;
    text-align: center;
}

#relative2 img {
    margin: 5px;
}

#seeAll2 {
    float: left;
    width: 520px;
    text-align: center;
    margin-top: 3px;
}

#proIntroduction2 ul li.nolist {
    list-style-type: none;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.comment2 {
    clear: both;
    padding: 3px 5px;
}

.comment2 h3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
}

.comment2 p {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 300px;
    text-align: right
}

#line2 {
    height: 20px;
    border-bottom: #ccc solid 1px;
}

#referenceProduct2 h1 {
    border-bottom: #ccc solid 1px;
}

#buyinfo {
    position: absolute;
    padding-left: 20px;
    width: 180px;
    height: 50px;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    background: #fff url(/e/ptxwebstore_customize/images/bg_buyinfo.gif) no-repeat;
    display: none;
    left: expression((document.body.offsetWidth - 180)/2 + "px");
    top: expression((document.body.clientHeight-50)/2+document.body.scrollTop +"px");
}

#buyinfo img {
    padding-top: 10px;
}

#buyinfo span {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 10px;
}

.CoverPic100 {
    margin-top: -100px;
}

.CoverPic180 {
    margin-top: -180px;
}

.CoverPic200 {
    margin-top: -200px;
}

.CoverPic300 {
    margin-top: -300px;
    float: left;
}

.CoverPic400 {
    margin-top: -400px;
}

#Layer1 {
    position: absolute;
    background-color: #FFFFFF;
    width: 330px;
    height: 150px;
    display: none;
}

#lcsa {
    width: 290px;
    height: 30px;
    margin-top: 20px;
    display: none;
}

#lcsa ul {
    margin: 0px;
    padding: 0px;
}

#lcsa ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    height: 15px;
    border: #A5BCB8 1px solid;
    padding: 3px;
    color: #333333;
    background: #E3E3E3;
    font-weight: bold;
    text-align: center;
    background: url(../images/bjt_03.jpg);
}

.hsz {
    color: #FF0000;
    font-weight: 100;
}


/*----Group buy--------*/

#grouppart {
    width: 745px;
    height: auto;
    float: right;
    border: solid 3px #d3d3d3;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-right: 20px;
}

#grouptitle {
    width: 737px;
    height: auto;
    float: left;
    padding: 8px 0 10px 8px;
    border-bottom: solid 3px #d3d3d3;
    margin-bottom: 10px;
}

#grouptitle #grouptitlebig {
    width: 735px;
    height: auto;
    float: left;
}

#grouptitle #grouptitlesmall {
    width: 735px;
    height: auto;
    float: left;
}

.font_style1 {
    color: #333333;
    font-weight: bold;
    font-size: 2.2em;
}

.font_style2 {
    color: #333333;
    font-weight: normal;
    font-size: 1.5em;
}

.font_style3 {
    color: #333333;
    font-size: 12px;
}

.font_style4 {
    color: #333333;
    font-size: 16px;
}

.font_style5 {
    color: #00a8d5;
    font-size: 28px;
    font-weight: bold;
}

.font_style6 {
    color: #FFFFFF;
    font-size: 16px;
}

.font_style7 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}

.font_style8 {
    color: #333333;
    font-size: 24px;
}

.font_style9 {
    color: #66b202;
    font-size: 28px;
    font-weight: bold;
}

.font_style10 {
    color: #333333;
    font-size: 20px;
}

#groupcon {
    width: 735px;
    height: auto;
}

#groupcon_left {
    width: 250px;
    float: left;
    margin-left: -3px;
}

#groupcon_left #price_tag {
    width: 280px;
    height: 84px;
    padding: 10px 0 0 10px;
    float: right;
    margin-right: -40px;
    background: url(images/price_tag.jpg) no-repeat;
    z-index: 100;
}

#groupcon_left #price_tag #price_value {
    width: 140px;
    height: auto;
    float: left;
    padding-top: 2px;
}

#groupcon_left #price_tag #price_value span {
    float: left;
    width: 140px;
}

#groupcon_left #price_tag #price_buy {
    width: 100px;
    height: 47px;
    float: left;
    padding-top: 10px;
}

#groupcon_left #deal_discount {
    width: 228px;
    height: auto;
    border-left: solid 1px #c7d9de;
    border-right: solid 1px #c7d9de;
    border-bottom: solid 1px #c7d9de;
    background: #d4f7ff;
    margin-left: 12px;
    float: left;
    padding: 0 0 10px 10px;
    ;
}

#groupcon_left #deal_discount ul {
    margin: 0 10px;
    float: left;
    text-align: center;
}

#groupcon_left #deal_discount ul li {
    list-style: none;
}

#groupcon_left #deal_number {
    width: 238px;
    height: auto;
    padding: 10px 0 10px 0;
    border: solid 1px #c7d9de;
    float: left;
    background: #d4f7ff;
    margin: 10px 0 0 12px;
    text-align: center;
}

#groupcon_left #grouptimeleft {
    width: 238px;
    height: auto;
    padding: 10px 0 10px 0;
    border: solid 1px #d4d4d4;
    float: left;
    background: #e7fece;
    margin: 10px 0 0 12px;
}

#groupcon_left #grouptimeleft ul {
    float: left;
    text-align: center;
    margin: 0 5px;
}

#groupcon_left #grouptimeleft ul li {
    list-style: none;
}

#groupcon_left #groupshare {
    width: 233px;
    height: auto;
    padding: 10px 0 10px 5px;
    border: solid 1px #d4d4d4;
    float: left;
    background: #e7fece;
    margin: 10px 0 0 12px;
}

#groupcon_right {
    width: 400px;
    height: auto;
    float: right;
    border: solid 3px #CCCCCC;
    margin-right: 30px;
}

.groupcut {
    width: 735px;
    float: left;
    margin-top: 10px;
}

#groupnote {
    width: 735px;
    padding-left: 10px;
    margin-top: 10px;
    float: left;
}

#groupnote #groupnotecon {
    width: 735px;
    height: auto;
    float: left;
}

.aw_prevnext {
    width: 850px;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.awpn_prev {
    width: 200px;
    float: left;
    text-align: left;
}

.awpn_up {
    /*width:400px;*/
    float: left;
    text-align: center;
}

.awpn_up a,
.awpn_prev a,
.awpn_up {
    color: #999999;
    font-size: 16px;
}

.awpn_up a:hover,
.awpn_prev a:hover {
    color: #064c87;
}

.awpn_next {
    width: 200px;
    float: left;
    text-align: right;
}


/*---------------login page----------*/

.logregtitle {
    color: #2d6594;
    font-size: 18px;
}

.btn_logintype {
    border: 0;
    background-color: #2d6594;
    color: #fff;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    padding: 6px 15px 6px 15px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.login_frame {
    width: 600px;
    height: auto;
    float: left;
    padding-left: 60px;
    box-sizing: border-box;
}

.login_frame_t {
    width: 480px;
    height: 10px;
    float: left;
    background: url(images/login_frame_t.gif) no-repeat;
}

.login_frame_m {
    width: 470px;
    height: auto;
    padding-left: 10px;
    float: left;
    background: url(images/login_frame_m.gif) repeat-y;
}

.login_frame_m select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.login_frame_m h3 {
    font-weight: normal;
    font-size: 22px;
    font-family: Tahoma;
    margin-bottom: 15px;
}

.login_frame_m .login_fra_part {
    width: 400px;
    margin: 0 auto;
}

.login_frame_m .login_fra_part .txt_type {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.login_frame_m .login_fra_part ul li {
    margin: 8px 0;
}

.login_frame_m .login_fra_part a {
    color: #FF6600;
}

.login_frame_b {
    width: 480px;
    height: 10px;
    float: left;
    background: url(images/login_frame_b.gif) no-repeat;
}

.register_frame {
    width: 686px;
    height: auto;
    margin: 5px auto;
}

.register_frame .reg_frame_t {
    width: 686px;
    height: 10px;
    background: url(images/reg_frame_t.gif) no-repeat;
    float: left;
}

.register_frame .reg_frame_m {
    width: 666px;
    height: auto;
    padding: 10px 0 0 20px;
    background: url(images/reg_frame_m.gif) repeat-y;
    float: left;
}

.register_frame .reg_frame_m h3 {
    font-weight: normal;
    font-size: 22px;
    font-family: Tahoma;
    margin-bottom: 15px;
}

.register_frame .reg_frame_m dl {
    width: 540px;
    margin-top: 10px;
    margin-left: 30px;
}

.register_frame .reg_frame_m dl dt {
    width: 140px;
    height: 34px;
    float: left;
    line-height: 34px;
}

.register_frame .reg_frame_m dl dd {
    width: 400px;
    height: 30px;
    float: left;
    margin-bottom: 12px;
}

.register_frame .reg_frame_m .fontRemarks {
    color: #FF6600
}

.register_frame .reg_frame_m .txt_type1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.register_frame .reg_frame_m .txt_type2 {
    display: inline-block;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.register_frame .reg_frame_m select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.register_frame .reg_frame_b {
    width: 686px;
    height: 10px;
    background: url(images/reg_frame_b.gif) no-repeat;
    float: left;
}


/*购物车加减按钮*/

.cart_add {
    border: solid 1px #CECECE;
    padding: 0 4px;
    cursor: pointer;
    margin-left: 5px;
}

.cart_decrease {
    border: solid 1px #CECECE;
    padding: 0 4px;
    cursor: pointer;
    margin-right: 5px;
}

.topsale {
    width: 180px;
    float: left;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    display: none;
}

.topsale_t {
    width: 180px;
    height: 37px;
    margin-top: 8px;
    float: left;
}

.topsale .topsale_c {
    width: 178px;
    height: auto;
    border: solid 1px #dddddd;
    float: left;
    padding-bottom: 15px;
}

.topsale .topsale_c dl {
    line-height: 1.2em;
    margin-top: 15px;
}

.topsale .topsale_c dl dt {
    float: right;
    width: 100px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
}

.topsale .topsale_c dl dd.pic {
    float: left;
    width: 65px;
    margin-left: 9px;
}

.topsale .topsale_c dl dd.pic img {
    width: 60px;
    height: 60px;
}

.topsale .topsale_c dl dd.txt {
    float: right;
    margin-bottom: 10px;
    width: 100px;
    font-size: 11px
}

.topsale .topsale_c dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.transp-block {
    background: #fff url(/e/ptxwebstore_images/watermark_s.png) no-repeat center;
    width: 400px;
    height: 400px;
    margin: 0 auto;
}


/*CSS透明度注释*/

img.transparent {
    -moz-opacity: .85;
    filter: alpha(opacity=85);
    opacity: .85;
    border: 0;
    width: 400px;
}

.member_table {
    margin-top: 30px;
}
.b2btext input[type="radio"]{
    vertical-align: bottom;
}
.table-bordered{
    border-spacing: 0;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
/*.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th{
    border: 1px solid #ddd;
}*/
.table-bordered>tbody>tr:nth-of-type(odd){
    background-color: #f9f9f9;
}
.table-bordered>tbody>tr:last-child{
    background-color: #FFFFFF;
}