.w210 {
    position: relative;
    width: 210px;
  }
  .w970 {
    position: relative;
    width: 970px;
  }
  .l230 {
    left: 230px;
  }
  .r970 {
    right: 970px;
  }
  .container:before,
  .wrapper:before,
  .container:after,
  .wrapper:after {
    content: " ";
    display: table;
  }
  .container:after,
  .wrapper:after {
    clear: both;
  }
  .filterbar {
    height: 32px;
    margin-bottom: 20px;
    padding: 0 10px;
    background-color: #ebebeb;
  }
  .filterbar:before,
  .filterbar:after {
    content: " ";
    display: table;
  }
  .filterbar:after {
    clear: both;
  }
  .filterbar .filter-items {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    line-height: 32px;
    float: left;
  }
  .filterbar .filter-items li {
    margin: 0 8px;
  }
  .filterbar .filter-items li > a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
  }
  .filterbar .filter-items li > a .glyphicon {
    font-size: 10px;
    position: absolute;
    top: 10px;
    right: -15px;
    color: #999999;
  }
  .filterbar .filter-items li > a:hover,
  .filterbar .filter-items li > a:focus,
  .filterbar .filter-items li > a:hover .glyphicon,
  .filterbar .filter-items li > a:focus .glyphicon {
    text-decoration: none;
    color: #ff6a00;
  }
  .filterbar .filter-items li.active > a,
  .filterbar .filter-items li.active > a:hover,
  .filterbar .filter-items li.active > a:focus,
  .filterbar .filter-items li.active > a .glyphicon {
    color: #ff6a00;
  }
  .filterbar .pager {
    float: right;
    margin: 4px 0;
    text-align: right;
  }
  .filterbar .pager li {
    margin-left: -6px;
  }
  .filterbar .pager li > a,
  .filterbar .pager li > span {
    padding: 1px 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
  }
  .filterbar .pager li > a:hover,
  .filterbar .pager li > a:focus {
    background-color: #ebebeb;
  }
  .filterbar .pager li.total-page {
    margin-right: 10px;
  }
  .filterbar .pager .disabled > a,
  .filterbar .pager .disabled > a:hover,
  .filterbar .pager .disabled > a:focus,
  .filterbar .pager .disabled > span {
    color: #d9d9d9;
    background-color: #fff;
  }
  .cake-filter {
    line-height: 32px;
    color: #4d4d4d;
    background-color: #ffe7e8;
  }
  .grid-wrapper {
    padding: 0 1px;
  }
  .grid-wrapper:before,
  .grid-wrapper:after {
    content: " ";
    display: table;
  }
  .grid-wrapper:after {
    clear: both;
  }
  .grid-item:hover {
    border: 1px solid #ccc;
  }
  .grid-item {
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid transparent;
    background-color: #fff;
  }
  .grid-item:before,
  .grid-item:after {
    content: " ";
    display: table;
  }
  .grid-item:after {
    clear: both;
  }
  .grid-item .grid-panel {
    width: 220px;
  }
  .grid-item .img-box {
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 240px;
    margin-bottom: 10px;
  }
  .grid-item .img-box img {
    display: block;
    width: 220px;
    height: 240px;
  }
  .grid-item .info-cont .price {
    margin-bottom: 8px;
    color: #ff6a00;
  }
  .grid-item .info-cont .price .price-sign {
    font-weight: 800;
  }
  .grid-item .info-cont .price .price-num {
    font-weight: 700;
    line-height: 18px;
    margin-right: 10px;
  }
  .grid-item .info-cont .price .price-original {
    font-family: arial;
    font-size: 12px;
    text-decoration: line-through;
    color: #999999;
  }
  .grid-item .info-cont .title {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    height: 36px;
    margin-bottom: 8px;
    text-align: justify;
  }
  .grid-item .info-cont .title .product-title {
    font-size: 12px;
    display: block;
    max-width: 220px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .grid-item .info-cont .title .feature {
    font-size: 12px;
    display: block;
    color: #ff6a00;
  }
  .grid-item .info-cont .operate a {
    font-size: 12px;
    display: inline-block;
    width: 107px;
    padding: 4px 0;
    text-align: center;
    border: 1px solid #d9d9d9;
  }
  .grid-item .info-cont .operate a span {
    margin-top: -4px;
    margin-right: 10px;
  }
  .grid-item .info-cont .operate a:hover,
  .grid-item .info-cont .operate a:focus {
    text-decoration: none;
    color: #ff6a00;
    background-color: #fff3eb;
  }
  .grid-item .info-cont .operate .attention {
    color: #888;
  }
  .grid-item .info-cont .operate .add-cart {
    width: 107px;
    margin-left: -1px;
    color: #000000;
  }
  .navigation {
    margin-bottom: 20px;
    padding: 0 9px;
    border: 1px solid #ccc;
  }
  .navigation .item {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .navigation .item:before,
  .navigation .item:after {
    content: " ";
    display: table;
  }
  .navigation .item:after {
    clear: both;
  }
  .navigation .item:last-child {
    border-bottom: 0;
  }
  .navigation .item.last-child {
    border-bottom: 0;
  }
  .navigation .title {
    position: absolute;
    top: 50%;
    width: 32px;
    margin-top: -30px;
    text-align: center;
  }
  .navigation .title h4 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #ff6a00;
  }
  .navigation .item-list {
    margin-bottom: 0;
    margin-left: 50px;
  }
  .navigation .item-list li {
    font-size: 12px;
    line-height: 22px;
    width: 50%;
    margin: 0;
    margin-right: -3px;
    padding: 0;
  }
  .navigation .item-list .color_tj {
    color:#ff6600;
  }
  .navigation .item-list li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border: 2px solid transparent;
    border-radius: 50%;
  }
  .navigation .item-list li span.c-red {
    border-color: #a40000;
    background-color: #a40000;
  }
  .navigation .item-list li span.c-pink {
    border-color: #feabae;
    background-color: #feabae;
  }
  .navigation .item-list li span.c-champagne {
    border-color: #fcc280;
    background-color: #fcc280;
  }
  .navigation .item-list li span.c-yellow {
    border-color: #f1c323;
    background-color: #f1c323;
  }
  .navigation .item-list li span.c-white {
    border-color: #cecece;
    background-color: #fff;
  }
  .navigation .item-list li span.c-purple {
    border-color: #d37bfc;
    background-color: #d37bfc;
  }
  .navigation .item-list li span.c-blue {
    border-color: #5b37f7;
    background-color: #5b37f7;
  }
  .navigation .item-list.list-unstyled li {
    width: auto;
  }
  .navigation .item-list.list-special li {
    width: 40px;
  }
  .navigation .item-list.list-special li:last-child {
    width: 57px;
  }
  .navigation .item-list.list-special li.last-child {
    width: 57px;
  }
  .panel-info {
    border-radius: 0;
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .panel-info > .panel-heading {
    color: #737373;
    background-color: #ffe8d9;
    border-color: #ebebeb;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e0e0e0;
  }
  .panel-info > .panel-heading .badge {
    color: #ffe8d9;
    background-color: #737373;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e0e0e0;
  }
  .panel-info .panel-heading {
    padding: 8px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .panel-info .panel-title {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #737373;
  }
  .panel-info .panel-body {
    padding: 10px 9px;
  }
  .side-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }
  .side-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .side-item.last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .side-item .img-box {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 196px;
    margin-bottom: 10px;
  }
  .side-item .img-box img {
    display: block;
    width: 180px;
    height: 196px;
  }
  .side-item .info-cont .price {
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
    color: #ff6a00;
  }
  .side-item .info-cont .price .price-sign {
    font-weight: 800;
  }
  .side-item .info-cont .price .price-num {
    font-weight: 700;
    line-height: 18px;
    margin-right: 10px;
  }
  .side-item .info-cont .title {
    font-size: 12px;
    overflow: hidden;
    height: 36px;
    margin-bottom: 8px;
    text-align: justify;
  }
  .side-item .info-cont .title .product-title .feature {
    color: #ff6a00;
  }
  .side-com {
    padding: 10px 0;
  }
  .side-com:before,
  .side-com:after {
    content: " ";
    display: table;
  }
  .side-com:after {
    clear: both;
  }
  .side-com .img-box {
    float: left;
    overflow: hidden;
    width: 52px;
    height: 58px;
    border: 1px solid #d9d9d9;
  }
  .side-com .img-box img {
    display: block;
    width: 50px;
    height: 56px;
  }
  .side-com .com-cont {
    margin-left: 62px;
  }
  .side-com .com-cont h5 {
    font-size: 12px;
    margin: 4px 0 8px;
  }
  .side-com .com-cont p {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    height: 32px;
    margin: 0;
  }
  .knowledge {
    border-radius: 0;
    border-color: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .knowledge > .panel-heading {
    color: #737373;
    background-color: #ebebeb;
    border-color: #ebebeb;
  }
  .knowledge > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebebeb;
  }
  .knowledge > .panel-heading .badge {
    color: #ebebeb;
    background-color: #737373;
  }
  .knowledge > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebebeb;
  }
  .knowledge .panel-heading {
    padding: 15px 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .knowledge .panel-title {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    color: #737373;
  }
  .knowledge ul {
    float: left;
    width: 33%;
    margin-bottom: 0;
    border-left: 1px solid #ebebeb;
  }
  .knowledge ul:first-child {
    border-left: none;
  }
  .knowledge ul li {
    font-size: 12px;
    line-height: 30px;
  }
  .delivery-city {
    font-size: 12px;
    display: inline-block;
    float: left;
    margin-top: 20px;
    vertical-align: middle;
  }
  .delivery-city .dropdown {
    display: inline-block;
  }
  .delivery-city .dropdown > .btn {
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .delivery-city .dropdown > .btn em {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 16px;
    margin: -1px 5px 0;
    padding: 0;
    vertical-align: middle;
    background-color: #ffedd7;
  }
  .delivery-city .dropdown > .btn .glyphicon-triangle-top {
    display: none;
  }
  .delivery-city .dropdown > .btn .glyphicon-triangle-bottom {
    display: inline-block;
    color: #ff6a00;
  }
  .delivery-city .dropdown > .btn-default:hover,
  .delivery-city .dropdown > .btn-default:focus {
    color: #fff;
    border: 1px solid #ff6a00;
    background-color: #ff6a00;
  }
  .delivery-city .dropdown > .btn-default:hover em,
  .delivery-city .dropdown > .btn-default:focus em {
    background-color: #fff;
  }
  .delivery-city .dropdown > .btn-default:hover .text-primary,
  .delivery-city .dropdown > .btn-default:focus .text-primary {
    color: #fff;
  }
  .delivery-city .dropdown > .btn-default:hover .glyphicon-triangle-top,
  .delivery-city .dropdown > .btn-default:focus .glyphicon-triangle-top {
    display: inline-block;
  }
  .delivery-city .dropdown > .btn-default:hover .glyphicon-triangle-bottom,
  .delivery-city .dropdown > .btn-default:focus .glyphicon-triangle-bottom {
    display: none;
  }
  .delivery-city .dropdown.open > .btn,
  .delivery-city .dropdown.open > .btn-default:hover,
  .delivery-city .dropdown.open > .btn-default:focus {
    color: #fff;
    border: 1px solid #ff6a00;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ff6a00;
  }
  .delivery-city .dropdown.open > .btn em,
  .delivery-city .dropdown.open > .btn-default:hover em,
  .delivery-city .dropdown.open > .btn-default:focus em {
    background-color: #fff;
  }
  .delivery-city .dropdown.open > .btn .text-primary,
  .delivery-city .dropdown.open > .btn-default:hover .text-primary,
  .delivery-city .dropdown.open > .btn-default:focus .text-primary {
    color: #fff;
  }
  .delivery-city .dropdown.open > .btn .glyphicon-triangle-top,
  .delivery-city .dropdown.open > .btn-default:hover .glyphicon-triangle-top,
  .delivery-city .dropdown.open > .btn-default:focus .glyphicon-triangle-top {
    display: inline-block;
  }
  .delivery-city .dropdown.open > .btn .glyphicon-triangle-bottom,
  .delivery-city .dropdown.open > .btn-default:hover .glyphicon-triangle-bottom,
  .delivery-city .dropdown.open > .btn-default:focus .glyphicon-triangle-bottom {
    display: none;
  }
  .delivery-city .dropdown-menu {
    margin-top: 0;
    padding: 0;
    border: 0;
  }
  .delivery-city-cont {
    font-size: 12px;
    width: 384px;
    padding: 0;
    border: 2px solid #ff6a00;
  }
  .delivery-city-cont h3 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ff6a00;
  }
  .delivery-city-cont h4 {
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 5px;
    padding: 0 20px;
    background-color: #f5f5f5;
  }
  .delivery-city-cont ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
  }
  .delivery-city-cont ul:before,
  .delivery-city-cont ul:after {
    content: " ";
    display: table;
  }
  .delivery-city-cont ul:after {
    clear: both;
  }
  .delivery-city-cont ul li {
    line-height: 32px;
    display: block;
    float: left;
    width: 76px;
    height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .delivery-city-cont .form-box {
    position: relative;
    margin: 0 20px 15px;
  }
  .delivery-city-cont .form-box .form-control {
    line-height: 30px;
    position: relative;
    display: block;
    height: 40px;
    padding: 5px 3em 5px .5em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
  }
  .delivery-city-cont .form-box .btn {
    position: absolute;
    top: -2px;
    right: 18px;
    width: 30px;
    height: 30px;
  }
  #deliveryCity .modal-dialog {
    width: 470px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  #deliveryCity .modal-content {
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #deliveryCity .modal-body {
    padding: 0;
  }
  #deliveryCity .close {
    margin-top: 8px;
    margin-right: 12px;
  }
  #deliveryCity .delivery-city-cont {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    width: 470px;
    padding-bottom: 1px;
    border: 0;
  }
  #deliveryCity .delivery-city-cont h3 {
    line-height: 42px;
    height: 42px;
  }
  #deliveryCity .delivery-city-cont h4 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    line-height: 30px;
  }
  #deliveryCity .delivery-city-cont ul {
    margin: 0 7px 10px;
  }
  #deliveryCity .delivery-city-cont p {
    margin: 0 0 5px;
    padding: 5px 32px;
  }
  #deliveryCity .delivery-city-cont p a {
    color: #ff6a00;
  }
  .brands-pannl {
    border-radius: 0;
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .brands-pannl > .panel-heading {
    color: #737373;
    background-color: #ebebeb;
    border-color: #ebebeb;
  }
  .brands-pannl > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e0e0e0;
  }
  .brands-pannl > .panel-heading .badge {
    color: #ebebeb;
    background-color: #737373;
  }
  .brands-pannl > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e0e0e0;
  }
  .brands-pannl .panel-heading {
    padding: 8px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .brands-pannl .panel-title {
    font-size: 12px;
    padding: 0 20px;
    color: #737373;
  }
  .brands-pannl .panel-body {
    padding: 20px 9px;
    text-align: center;
  }
  .brands-pannl .panel-body ul {
    margin-bottom: 0;
  }
  .brands-pannl .panel-body ul li {
    width: 280px;
    padding: 0;
    margin: 10px;
    text-align: center;
    border-right: 1px solid #d9d9d9;
  }
  .brands-pannl .panel-body ul li:last-child,.brands-pannl .panel-body ul li:nth-child(3n) {
    border-right: 0;
  }
  .brands-pannl .panel-body ul li.last-child {
    border-right: 0;
  }
  .cakecity-wraper {
    margin-bottom: 10px;
    margin-top:10px;
    background-color: #f5f5f5;
  }
  .cakecity-wraper .ccd {
    line-height: 22px;
    padding: 0 15px;
    background-color: #f5f5f5;
  }
  .cakecity-wraper .ccd p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 15px;
    color: #999999;
  }
  .brand-wraper {
    margin-bottom: 20px;
    background-color: #fdeff0;
  }
  .brand-wraper .hd {
    line-height: 32px;
    padding: 0 15px;
    color: #4d4d4d;
    background-color: #ffe7e8;
  }
  .brand-wraper .hd_t {
    line-height: 32px;
    padding: 0 15px;
    color: #4d4d4d;
    background-color: #f2f2f2;
  }
  .brand-wraper .hd strong {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
  }
  .brand-wraper .bd {
    padding: 12px 20px;
  }
  .brand-wraper .bd .img-box {
    float: left;
  }
  .brand-wraper .bd p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 125px;
    padding-left: 20px;
    color: #999999;
    border-left: 1px solid #d9d9d9;
  }
  .gifts .brand-wraper .hd {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #f7e0ff;
  }
  .tlbanner {
    margin-bottom: 15px;
  }
  .breadcrumbs {
    margin-bottom: 10px;
  }
  .pro-preview {
    position: relative;
    width: 450px;
    margin: 0 auto;
  }
  .pro-preview img {
    cursor: pointer;
    width: 100%;
    /*添加100%宽度解决新的产品主图过大范围超出显示*/
  }
  .pro-preview .pro-bigimage {
    position: relative;
    overflow: hidden;
    width: 430px;
    height: 469px;
    margin: 0 auto 20px;
  }
  .pro-preview .pro-thumb {
    width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  .pro-preview .pro-thumb img {
    width: 68px;
    height: 68px;
    margin: 0 12px;
    padding: 1px;
    border: 1px solid #d9d9d9;
  }
  .pro-preview .pro-thumb .current {
    padding: 0;
    border-width: 2px;
    border-color: #fe6600;
  }
  .pro-preview .pro-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    height: 469px;
  }
  .pro-preview .pro-btn a {
    position: absolute;
    top: 0;
    display: block;
    overflow: hidden;
    width: 215px;
    height: 469px;
    *background: url(../images/spacer.png);
  }
  .pro-preview .pro-btn a.prev {
    left: 0;
  }
  .pro-preview .pro-btn a.prev:hover {
    background: url(../images/arrow_left.png) no-repeat 10% 50%;
  }
  .pro-preview .pro-btn a.next {
    right: 0;
  }
  .pro-preview .pro-btn a.next:hover {
    background: url(../images/arrow_right.png) no-repeat 90% 50%;
  }
  .product-wrapper {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #d9d9d9;
  }
  .product-wrapper:before,
  .product-wrapper:after {
    content: " ";
    display: table;
  }
  .product-wrapper:after {
    clear: both;
  }
  .product-wrapper .product-l {
    position: relative;
    float: left;
    width: 520px;
  }
  .product-wrapper .product-l .pro-bigpic {
    overflow: hidden;
    width: 520px;
    height: 470px;
    margin-bottom: 20px;
    text-align: center;
  }
  .product-wrapper .product-l .pic-thumb {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .product-wrapper .product-l .pic-thumb li {
    margin: 0;
    padding: 0;
  }
  .product-wrapper .product-l .pic-thumb li a {
    display: block;
    overflow: hidden;
    width: 82px;
    height: 89px;
    margin: 0 12px;
    border: 1px solid #d9d9d9;
  }
  .product-wrapper .product-r {
    float: right;
    width: 560px;
  }
  .product-wrapper .product-r .title {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
  }
  .product-wrapper .product-r .title .product-title {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 0;
    color: #4d4d4d;
  }
  .product-wrapper .product-r .title .product-subtitle {
    margin: 0;
    color: #ff6a00;
  }
  .product-wrapper .product-r .attribute {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
  }
  .product-wrapper .product-r .attribute dl {
    font-size: 12px;
    margin: 12px 0;
  }
  .product-wrapper .product-r .attribute dl:before,
  .product-wrapper .product-r .attribute dl:after {
    content: " ";
    display: table;
  }
  .product-wrapper .product-r .attribute dl:after {
    clear: both;
  }
  .product-wrapper .product-r .attribute dl > dt {
    font-weight: normal;
    float: left !important;
  }
  .product-wrapper .product-r .attribute dl > dd {
    margin-left: 70px;
  }
  .product-wrapper .product-r .attribute dl > dd .serial-num {
    margin-left: 40px;
  }
  .product-wrapper .product-r .price-wrap {
    font-size: 12px;
  }
  .product-wrapper .product-r .price {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding: 10px 16px 5px;
    cursor: pointer;
    border: 2px solid #d9d9d9;
  }
  .product-wrapper .product-r .price .price-original {
    margin-bottom: -2px;
    text-decoration: line-through;
  }
  .product-wrapper .product-r .price .price-original em {
    font-style: normal;
  }
  .product-wrapper .product-r .price .price-original em.price-num {
    margin-left: 6px;
  }
  .product-wrapper .product-r .price .price-sell em {
    font-weight: bold;
    font-style: normal;
    color: #ff6a00;
  }
  .product-wrapper .product-r .price .price-sell em.price-num {
    font-size: 18px;
    margin-left: 6px;
  }
  .product-wrapper .product-r .price .ico-check {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: none;
  }
  .product-wrapper .product-r .price:hover,
  .product-wrapper .product-r .price.active {
    border: 2px solid #ff6a00;
  }
  .product-wrapper .product-r .price.active .ico-check {
    display: block;
  }
  .product-wrapper .product-r .price.cake-size {
    padding: 5px 35px;
  }
  .product-wrapper .product-r .price.no-border {
    padding: 0;
    cursor: default;
    border: 0;
  }
  .product-wrapper .product-r .price.no-border .ico-check {
    visibility: hidden;
  }
  .product-wrapper .product-r .price.no-border:hover,
  .product-wrapper .product-r .price.no-border.active {
    border: 0;
  }
  .product-wrapper .product-r .btn-buy {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .product-wrapper .product-r .btn-buy .btn-lg {
    margin-right: 15px;
    padding: 8px 25px;
  }
  .product-wrapper .product-r .btn-buy .btn-lg span {
    margin-top: -3px;
    margin-right: 10px;
  }
  .product-wrapper .product-r .btn-buy .btn-link span {
    margin-top: -3px;
    margin-right: 6px;
  }
  .product-wrapper .product-r .share {
    font-size: 12px;
    margin-top: 80px;
  }
  .side-item-s {
    margin-bottom: 10px;
  }
  .side-item-s:before,
  .side-item-s:after {
    content: " ";
    display: table;
  }
  .side-item-s:after {
    clear: both;
  }
  .side-item-s:last-child {
    margin-bottom: 0;
  }
  .side-item-s.last-child {
    margin-bottom: 0;
  }
  .side-item-s .img-box {
    float: left;
    overflow: hidden;
    width: 60px;
    height: 65px;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
  }
  .side-item-s .img-box img {
    display: block;
    width: 60px;
    height: 65px;
  }
  .side-item-s .info-cont .product-title {
    font-size: 12px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    height: 40px;
    margin-bottom: 6px;
    text-align: justify;
  }
  .side-item-s .info-cont .price {
    font-size: 12px;
    text-align: left;
    color: #ff6a00;
  }
  .side-item-s .info-cont .price .price-sign {
    font-weight: 800;
  }
  .side-item-s .info-cont .price .price-num {
    font-weight: 700;
    line-height: 18px;
    margin-right: 10px;
  }
  #Tabs {
    z-index: 9;
  }
  /* Safari 7.1-8.0 (7.1+) */
  /*_::-webkit-full-page-media,
  _:future,
  :root #Tabs.isStuck {
    margin-left: 230px;
  }*/
  .tabs {
    width: 970px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #707070;
    background-color: #fff;
  }
  .tabs:before,
  .tabs:after {
    content: " ";
    display: table;
  }
  .tabs:after {
    clear: both;
  }
  .tabs > li {
    position: relative;
    display: block;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  .tabs > li > a {
    position: relative;
    display: block;
    padding: 8px 25px;
    color: #4d4d4d;
    border: 1px solid #dbdbdb;
    border-bottom: 1px solid #707070;
    background-color: #fff;
  }
  .tabs > li > a:hover,
  .tabs > li > a a:focus {
    text-decoration: none;
    color: #ff6a00;
  }
  .tabs > li.active > a,
  .tabs > li.active > a:hover,
  .tabs > li.active > a:focus {
    cursor: default;
    color: #4d4d4d;
    border-top: 1px solid #707070;
    border-bottom-color: #fff;
  }
  .tabs > li.btn-buy-s {
    float: right;
  }
  .tabs > li.btn-buy-s .price {
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    display: inline-block;
    margin-top: 5px;
    color: #ff6a00;
  }
  .tabs > li.btn-buy-s .price .price-sign {
    font-size: 12px;
  }
  .tabs > li.btn-buy-s .btn-sm {
    display: inline-block;
    width: 96px;
    height: 27px;
    margin-top: -5px;
    margin-left: 10px;
    padding: 3px 0;
    vertical-align: middle;
    color: #fff;
    border-color: #ff6a00;
    background-color: #ff6a00;
  }
  .tabs-panel {
    font-size: 12px;
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-top: 0;
  }
  .tabs-panel .bg-warning {
    font-size: 12px;
    line-height: 1.8;
    padding: 15px;
    background-color: #efeff4;
  }
  .tabs-panel .bg-warning a {
    color: #ff6a00;
  }
  #Details {
    text-align: center;
  }
  #Details img {
    max-width: 100%;
  }
  #Comment .bg-warning {
    text-align: center;
  }
  #Comment .comment-bd dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px dotted #d9d9d9;
  }
  #Comment .comment-bd dl:before,
  #Comment .comment-bd dl:after {
    content: " ";
    display: table;
  }
  #Comment .comment-bd dl:after {
    clear: both;
  }
  #Comment .comment-bd dl dt {
    font-weight: normal;
    float: left !important;
    color: #999999;
  }
  #Comment .comment-bd dl dt img {
    display: block;
    margin-bottom: 6px;
    border: 1px solid #d9d9d9;
  }
  #Comment .comment-bd dl dd {
    margin-left: 150px;
  }
  #Comment .comment-bd dl dd .hd {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
  }
  #Comment .comment-bd dl dd .bd h6 {
    font-weight: bold;
  }
  #Comment .comment-bd dl dd .bd p {
    margin-bottom: 15px;
  }
  #Comment .comment-bd dl dd .ft p {
    margin: 0;
    color: #999999;
  }
  #Comment .comment-ft {
    margin-top: -10px;
    text-align: center;
  }
  #Comment .comment-ft a {
    color: #ff6a00;
  }
  #Photo .photo-bd {
    margin-right: -8px;
    margin-bottom: 20px;
    margin-left: -8px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #d9d9d9;
  }
  #Photo .photo-bd:before,
  #Photo .photo-bd:after {
    content: " ";
    display: table;
  }
  #Photo .photo-bd:after {
    clear: both;
  }
  #Photo .photo-bd .photo-item {
    float: left;
    overflow: hidden;
    width: 220px;
    margin: 0 8px;
  }
  #Photo .photo-bd .photo-item img {
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
  }
  #Photo .photo-bd .photo-item span {
    color: #999999;
  }
  #Photo .photo-ft {
    text-align: center;
  }
  #Photo .photo-ft a.text-primary {
    color: #ff6a00;
  }
  #Story .story-bd {
    margin-bottom: 20px;
    border-bottom: 2px dotted #d9d9d9;
  }
  #Story .story-bd:before,
  #Story .story-bd:after {
    content: " ";
    display: table;
  }
  #Story .story-bd:after {
    clear: both;
  }
  #Story .story-bd dl {
    float: left;
    width: 440px;
    margin: 0 0 20px 40px;
  }
  #Story .story-bd dl:before,
  #Story .story-bd dl:after {
    content: " ";
    display: table;
  }
  #Story .story-bd dl:after {
    clear: both;
  }
  #Story .story-bd dl.nth-child {
    margin-left: 0;
  }
  #Story .story-bd dl dt {
    float: left !important;
  }
  #Story .story-bd dl dt img {
    display: block;
    border: 1px solid #d9d9d9;
  }
  #Story .story-bd dl dd {
    margin-left: 75px;
  }
  #Story .story-bd dl dd .hd {
    margin-bottom: 6px;
  }
  #Story .story-bd dl dd .bd p {
    margin-bottom: 0;
    color: #999999;
  }
  #Story .story-ft {
    text-align: center;
  }
  #Server .tab-indicators {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  #Server .tab-indicators li {
    display: inline-block;
  }
  #Server .tab-indicators li a {
    font-size: 12px;
    display: block;
    width: 130px;
    margin: 0 10px;
    text-align: center;
  }
  #Server .tab-indicators li a .ico {
    display: block;
    margin: 0 auto 10px;
  }
  #Server .tab-indicators li a:hover,
  #Server .tab-indicators li a:focus {
    text-decoration: none;
    color: #ff6a00;
  }
  #Server .tab-indicators li.active a,
  #Server .tab-indicators li.active:hover,
  #Server .tab-indicators li.active:focus {
    color: #ff6a00;
  }
  #Server .tab-content {
    overflow: hidden;
    width: 910px;
    height: 350px;
    margin: 30px auto 20px;
  }
  .box-border {
    padding-top: 20px;
    border: 1px solid #d9d9d9;
  }
  .box-border > .hd {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    height: 40px;
    padding: 0 0 0 50px;
    color: #585858;
  }
  .box-border > .hd b {
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    width: 51px;
    height: 50px;
  }
  .box-border > .bd {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .box-border > .bd > li {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 10px 0 10px 24px;
    color: #585657;
    border-top: 1px solid #d9d9d9;
  }
  .box-border > .bd > li > .ico {
    margin-top: -4px;
    margin-right: 4px;
  }
  .box-border > .bd > li > a {
    color: #585657;
  }
  .box-border > .bd > li > a > .ico {
    margin-top: -4px;
    margin-right: 4px;
  }
  .box-border > .bd > li > a:hover,
  .box-border > .bd > li > a:focus {
    color: #ff6a00;
  }
  .box-border > .bd > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .box-border > .bd > li > ul li {
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 -24px;
  }
  .box-border > .bd > li > ul li a {
    font-size: 12px;
    line-height: 24px;
    display: block;
    margin-left: 28px;
    color: #7e7e80;
  }
  .box-border > .bd > li > ul li a:hover,
  .box-border > .bd > li > ul li a:focus {
    color: #ff6a00;
  }
  .box-border > .bd > li > ul li.active a,
  .box-border > .bd > li > ul li.active a:hover,
  .box-border > .bd > li > ul li.active a:focus {
    color: #ff6a00;
  }
  .box-border .guidance-list {
    margin: 0 30px 30px;
    padding: 0;
    list-style: none;
  }
  .box-border .guidance-list li {
    margin-bottom: 1px;
  }
  .box-border .guidance-list li a {
    font-size: 12px;
    line-height: 40px;
    display: block;
    padding-left: 30px;
    color: #737373;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
  }
  .box-border .guidance-list li a b {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    display: inline-block;
    width: 160px;
  }
  .box-border .guidance-list li a:hover,
  .box-border .guidance-list li a:focus {
    text-decoration: none;
    color: #737373;
    border: 1px solid #dff49f;
    background-color: #f1f9db;
  }
  .member .w210 .box-border .bd > li > a {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
  }
  .member .w210 .box-border .bd > li:first-child > a {
    font-size: 12px;
    color: #999999;
  }
  .member .w210 .box-border .bd > li:first-child:hover > a,
  .member .w210 .box-border .bd > li:first-child.active > a,
  .member .w210 .box-border .bd > li:first-child:hover > a:hover,
  .member .w210 .box-border .bd > li:first-child.active > a:hover,
  .member .w210 .box-border .bd > li:first-child:hover > a:focus,
  .member .w210 .box-border .bd > li:first-child.active > a:focus {
    color: #ff6a00;
    background-color: transparent;
  }
  .box-border .article {
    padding-bottom: 30px;
    color: #7e7e80;
  }
  .box-border .article h3 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 30px 30px;
    text-align: center;
    border-top: 3px solid #d9d9d9;
  }
  .box-border .article h3 img {
    display: block;
    margin-bottom: -40px;
  }
  .box-border .article h3 b {
    font-family: 'Times New Roman';
    font-size: 30px;
    font-weight: normal;
    display: block;
  }
  .box-border .article h4 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin: 20px 30px;
    padding-bottom: 4px;
    color: #ff6a00;
    border-bottom: 2px solid #d9d9d9;
  }
  .box-border .article p {
    font-size: 12px;
    line-height: 22px;
    margin: 0 30px 20px;
    text-align: justify;
  }
  .box-border .article .img-pack {
    margin: 30px;
    text-align: center;
  }
  .box-border .article .img-pack img {
    display: block;
    margin: 0 auto 20px;
  }
  .box-border .article a {
    text-decoration: underline;
    color: #809902;
  }
  .box-border .article a:hover,
  .box-border .article a:focus {
    color: #ff6a00;
  }
  .box-border .article .center-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #d9d9d9;
  }
  .box-border .article .center-list li {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
  }
  .box-border .article .center-list li a {
    text-decoration: none;
    color: #737373;
  }
  .box-border .article .center-list li a:hover {
    color: #ff6a00;
  }
  .about .box-border .hd {
    background-color: #ffeaeb;
  }
  .about .box-border .hd b {
    background-image: url(../images/about_title_bg.png);
  }
  .help .box-border .hd {
    background-color: #d6f188;
  }
  .help .box-border .hd b {
    background-image: url(../images/help_title_bg.png);
  }
 
  /* 登录页，第一次登陆手机验证 */
  .com-modal .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    border: 4px solid rgba(170, 170, 170, 0.3);
  }
  .com-modal .close {
    margin-top: 7px;
    outline: none;
  }
  .com-modal .modal-content {
    border: 1px solid #ffdcc6;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .com-modal .modal-header {
    padding: 0 15px;
    border-bottom: 0;
    background: #ffe8d9 url(../images/modal_header_bg.png) 0 0 repeat-x;
  }
  .com-modal .modal-header .modal-title {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #585657;
  }
  .com-modal .modal-body {
    padding: 0;
  }
  .com-modal .modal-body iframe{
      display: block;
  }
  #loginModal .modal-dialog,
  #bindModal .modal-dialog {
    width: 360px;
  }
  #loginModal .login-box,
  #bindModal .login-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #loginModal .btn,
  #bindModal .btn {
    margin-top: 15px;
  }
  #loginModal .btn-info,
  #bindModal .btn-info {
    color: #ff6a00;
    border-color: #fbf0e8;
    background-color: #fbf0e8;
  }
  #loginModal .btn-info:hover,
  #loginModal .btn-info:focus,
  #bindModal .btn-info:hover,
  #bindModal .btn-info:focus  {
    background-color: #f6e1d2;
  }
  #loginModal .other-login,
  #bindModal .other-login {
    margin-top: 20px;
  }
  #loginModal.com-modal .modal-header,
  #bindModal.com-modal .modal-header {
      background: #fff;
  }
  #loginModal.com-modal .modal-header .modal-title,
  #bindModal.com-modal .modal-header .modal-title{
      height: 36px;
      line-height: 36px;
  }
  #loginModal.com-modal .modal-dialog,
  #bindModal.com-modal .modal-dialog{
      border: none;
  }
  #loginModal.com-modal .modal-content,
  #bindModal.com-modal .modal-content{
      border: none;
      border-radius: 8px;
      overflow: hidden;
  }
  #bindModal .bind-close {
    float: right;
    width: 24px;
    height: 24px;
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
}

  #bindModal .bind-close .icon-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    background-image: url(../images/pc_icon.png);
    background-repeat: no-repeat;
    background-position: -104px -66px;
  }


  #attenModal .modal-dialog {
    width: 410px;
  }
  .attention-box {
    width: 400px;
    margin: 34px 0;
    text-align: center;
  }
  .attention-box:before,
  .attention-box:after {
    content: " ";
    display: table;
  }
  .attention-box:after {
    clear: both;
  }
  .attention-box span {
    font-size: 36px;
    display: inline-block;
    margin-top: -34px;
    margin-right: 10px;
    vertical-align: middle;
    color: #809902;
  }
  .attention-box div {
    display: inline-block;
    text-align: left;
  }
  .attention-box div h5 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 16px;
    margin: 0 0 5px;
    color: #809902;
  }
  .attention-box div a {
    font-size: 12px;
  }
  .member-r {
    min-height: 675px;
    padding: 0;
  }
  .member-r:before,
  .member-r:after {
    content: " ";
    display: table;
  }
  .member-r:after {
    clear: both;
  }
  .member-r > .title {
    margin-bottom: 20px;
    padding: 8px 30px;
    background-color: #eee;
  }
  .member-r .member-info {
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .member-r .member-info:before,
  .member-r .member-info:after {
    content: " ";
    display: table;
  }
  .member-r .member-info:after {
    clear: both;
  }
  .member-r .member-info .user {
    float: left;
    width: 250px;
  }
  .member-r .member-info .user:before,
  .member-r .member-info .user:after {
    content: " ";
    display: table;
  }
  .member-r .member-info .user:after {
    clear: both;
  }
  .member-r .member-info .user .avatar {
    float: left;
  }
  .member-r .member-info .user .avatar a {
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: url(../images/avatar_default_92.png) 0 0 no-repeat;
  }
  .member-r .member-info .user .avatar a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .member-r .member-info .user p {
    font-weight: bold;
    line-height: 21px;
    margin-top: 25px;
    margin-left: 112px;
  }
  .member-r .member-info .user p .ico {
    margin-top: -4px;
    margin-right: 4px;
  }
  .member-r .member-info .my-counts {
    font-size: 12px;
    float: left;
    margin: 0 50px;
    padding: 10px 30px;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
  }
  .member-r .member-info .my-counts a {
    display: inline-block;
    width: 80px;
    text-align: center;
  }
  .member-r .member-info .my-counts a b {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 4px;
    padding-top: 8px;
    text-align: center;
    border: 1px solid #ffeee3;
    border-radius: 50%;
    background-color: #ffeee3;
  }
  .member-r .member-info .my-counts a:hover b,
  .member-r .member-info .my-counts a:focus b {
    border-color: #fcaf7d;
  }
  .member-r .member-info .my-stuffs {
    font-size: 12px;
    line-height: 23px;
    float: left;
    margin: 0;
    padding: 0;
  }
  .member-r .member-info .verify-mobile {
    clear: both;
    padding-top: 20px;
  }
  .member-r .member-info .verify-mobile p {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0;
    padding: 2px 10px;
    color: #999999;
    border: 1px solid #feb98a;
    background-color: #fbf0e8;
  }
  .member-r .member-info .verify-mobile p .ico {
    margin-top: -4px;
  }
  .member-r .member-info .verify-mobile .btn {
    line-height: 25px;
    height: 26px;
    margin-top: -2px;
    padding: 0 15px;
  }
  .member-r .how-vip {
    margin: 0 30px 20px;
    padding: 10px 25px;
    border: 1px solid #d9d9d9;
  }
  .member-r .how-vip h3 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
  }
  .member-r .how-vip p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .member-r .member-panel {
    margin: 0 30px 20px;
    border: 1px solid #d9d9d9;
  }
  .member-r .member-panel .hd {
    line-height: 28px;
    height: 28px;
    padding: 0 20px;
    background-color: #ebebeb;
  }
  .member-r .member-panel .hd:before,
  .member-r .member-panel .hd:after {
    content: " ";
    display: table;
  }
  .member-r .member-panel .hd:after {
    clear: both;
  }
  .member-r .member-panel .hd h4 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
  }
  .member-r .member-panel .hd a {
    font-size: 12px;
    float: right;
  }
  .member-r .member-panel .bd {
    padding: 5px 20px;
  }
  .member-r .member-panel .bd:before,
  .member-r .member-panel .bd:after {
    content: " ";
    display: table;
  }
  .member-r .member-panel .bd:after {
    clear: both;
  }
  .member-r .member-panel .lates-torder {
    font-size: 12px;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 2px dotted #d9d9d9;
  }
  .member-r .member-panel .lates-torder:before,
  .member-r .member-panel .lates-torder:after {
    content: " ";
    display: table;
  }
  .member-r .member-panel .lates-torder:after {
    clear: both;
  }
  .member-r .member-panel .lates-torder:first-child {
    border-top: 0;
  }
  .member-r .member-panel .lates-torder div {
    line-height: 58px;
    float: left;
    text-align: center;
  }
  .member-r .member-panel .lates-torder .img-box {
    margin-right: 15px;
    border: 1px solid #d9d9d9;
  }
  .member-r .member-panel .lates-torder .order-num {
    width: 170px;
    text-align: left;
  }
  .member-r .member-panel .lates-torder .order-con {
    width: 130px;
  }
  .member-r .member-panel .lates-torder .order-price {
    width: 100px;
  }
  .member-r .member-panel .lates-torder .order-date {
    width: 180px;
  }
  .member-r .member-panel .lates-torder .order-state {
    width: 120px;
  }
  .member-r .member-panel .lates-torder .order-operate {
    float: right;
    width: 80px;
  }
  .member-panel .grid-item,
  .cart-tabs-wrap .grid-item {
    margin: 10px 11px;
    padding: 0;
    border: 0;
  }
  .member-panel .grid-item:hover,
  .cart-tabs-wrap .grid-item:hover {
    border: 0;
  }
  .member-panel .grid-item:first-child,
  .cart-tabs-wrap .grid-item:first-child {
    margin-left: 14px;
  }
  .member-panel .grid-item .grid-panel,
  .cart-tabs-wrap .grid-item .grid-panel {
    width: 150px;
  }
  .member-panel .grid-item .img-box,
  .cart-tabs-wrap .grid-item .img-box {
    width: 150px;
    height: 163px;
  }
  .member-panel .grid-item .img-box img,
  .cart-tabs-wrap .grid-item .img-box img {
    width: 150px;
    height: 150px;
  }
  .cart-flow .site-nav .container{
    width: 1200px;
  }
  .cart-flow .container{
    width: 990px;
  }
  .cart-flow .footer-nav a {
    margin: 0 26px;
  }
  .cart-panel {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
  }
  .cart-panel .hd {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    background-color: #ebebeb;
  }
  .cart-panel .hd h3 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
  }
  .cart-panel .hd i {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    color: #afafb1;
  }
  .cart-panel .hd i em {
    font-style: normal;
    color: #ff6a00;
  }
  .cart-panel .bd {
    margin: 0;
    padding: 0 20px;
  }
  .cart-panel .order-title {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cart-panel .order-title:before,
  .cart-panel .order-title:after {
    content: " ";
    display: table;
  }
  .cart-panel .order-title:after {
    clear: both;
  }
  .cart-panel .order-title li {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight: bold;
    display: inline-block;
    float: left;
    padding: 10px 0;
  }
  .cart-panel .order-title li.product {
    width: 400px;
  }
  .cart-panel .order-title li.market-price,
  .cart-panel .order-title li.order-price {
    width: 130px;
    text-align: center;
  }
  .cart-panel .order-title li.num {
    width: 130px;
    text-align: center;
  }
  .cart-panel .order-title li.operate {
    float: right;
    width: 130px;
    text-align: center;
  }
  .cart-panel .order-list {
    font-size: 12px;
    margin: 0;
    padding: 15px 0;
    list-style: none;
    border-top: 2px dotted #d9d9d9;
  }
  .cart-panel .order-list:before,
  .cart-panel .order-list:after {
    content: " ";
    display: table;
  }
  .cart-panel .order-list:after {
    clear: both;
  }
  .cart-panel .order-list:first-child {
    border-top: none;
  }
  .cart-panel .order-list li {
    line-height: 20px;
    display: inline-block;
    float: left;
  }
  .cart-panel .order-list li.img-box {
    width: 70px;
  }
  .cart-panel .order-list li.product {
    width: 330px;
    padding: 8px 0;
  }
  .cart-panel .order-list li.product span {
    display: block;
  }
  .cart-panel .order-list li.product .feature {
    color: #ff6a00;
  }
  .cart-panel .order-list li.market-price,
  .cart-panel .order-list li.order-price {
    width: 130px;
    padding: 18px 0;
    text-align: center;
  }
  .cart-panel .order-list li.market-price {
    text-decoration: line-through;
    color: #999999;
  }
  .cart-panel .order-list li.order-price {
    font-weight: bold;
    color: #ff6a00;
  }
  .cart-panel .order-list li.num {
    width: 130px;
    margin: 16px 0;
    text-align: center;
  }
  .cart-panel .order-list li.operate {
    float: right;
    width: 130px;
    padding: 8px 0 8px 40px;
  }
  .check .order-list li.img-box {
    width: 70px;
  }
  .check .order-list li.img-box img {
    border: 1px solid #d9d9d9;
  }
  .check .order-list li.product {
    width: auto;
    padding: 8px 0;
  }
  .check .order-list li.product a {
    display: block;
  }
  .check .order-list li.product span,
  .check .order-list li.product .price {
    display: inline-block;
  }
  .check .order-list li.product .price {
    font-weight: bold;
    margin-right: 20px;
    color: #ff6a00;
  }
  .input-num {
    width: 80px;
    margin: 0 auto;
  }
  .input-num .btn {
    width: 11px;
    height: 11px;
    margin: -2px 0 0;
    padding: 0;
  }
  .input-num .btn i {
    margin-top: -13px;
  }
  .input-num .form-control {
    display: inline-block;
    width: 40px;
    height: 24px;
    border-color: #d9d9d9;
  }
  .input-num .form-control:hover,
  .input-num .form-control:focus {
    border-color: #999999;
  }
  .cart-warning {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 2px 10px;
    text-align: right;
    color: #999999;
    border: 1px solid #fbddca;
    background-color: #ffe7d8;
  }
  .cart-warning .price {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
  }
  .set-bar {
    margin-bottom: 30px;
  }
  .set-bar:before,
  .set-bar:after {
    content: " ";
    display: table;
  }
  .set-bar:after {
    clear: both;
  }
  .set-bar .set-info {
    font-size: 12px;
    line-height: 52px;
    float: left;
    width: 870px;
    height: 52px;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
    border-right: 0;
  }
  .set-bar .set-info:before,
  .set-bar .set-info:after {
    content: " ";
    display: table;
  }
  .set-bar .set-info:after {
    clear: both;
  }
  .set-bar .set-info .back {
    float: left;
  }
  .set-bar .set-info .back .ico {
    margin-top: -6px;
    margin-right: 5px;
  }
  .set-bar .set-info .set-stat {
    float: right;
  }
  .set-bar .set-info .set-stat .price {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #ff6a00;
  }
  .set-bar .btn {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-weight: bold;
    float: right;
    width: 120px;
    height: 52px;
  }
  .cart-tabs-wrap .cart-tabs {
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .cart-tabs-wrap .cart-tabs:before,
  .cart-tabs-wrap .cart-tabs:after {
    content: " ";
    display: table;
  }
  .cart-tabs-wrap .cart-tabs:after {
    clear: both;
  }
  .cart-tabs-wrap .cart-tabs li {
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: -1px;
  }
  .cart-tabs-wrap .cart-tabs li a {
    line-height: 20px;
    display: block;
    margin-top: 3px;
    padding: 5px 22px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
  }
  .cart-tabs-wrap .cart-tabs li a:hover,
  .cart-tabs-wrap .cart-tabs li a:focus {
    text-decoration: none;
    color: #ff6a00;
  }
  .cart-tabs-wrap .cart-tabs li.active a,
  .cart-tabs-wrap .cart-tabs li.active a:hover,
  .cart-tabs-wrap .cart-tabs li.active a:focus {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-top: 8px;
    text-decoration: none;
    color: #ff6a00;
    border-bottom-color: #fff;
  }
  .cart-tabs-wrap .tab-content {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 990px;
    height: 320px;
    border: 1px solid #d9d9d9;
    border-top: 0;
  }
  .cart-tabs-wrap .tab-content:before,
  .cart-tabs-wrap .tab-content:after {
    content: " ";
    display: table;
  }
  .cart-tabs-wrap .tab-content:after {
    clear: both;
  }
  .cart-tabs-wrap .tab-content .tab-pane {
    position: relative;
    padding: 10px 46px;
  }
  .cart-tabs-wrap .tab-content .owl-prev,
  .cart-tabs-wrap .tab-content .owl-next {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -17px;
    cursor: pointer;
  }
  .cart-tabs-wrap .tab-content .owl-next {
    right: -30px;
    left: auto;
  }
  .submit-order .stat,
  .submit-order .address {
    font-size: 12px;
    line-height: 20px;
    clear: both;
    margin-bottom: 6px;
    text-align: right;
  }
  .submit-order .stat .price {
    display: inline-block;
  }
  .submit-order .total {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .submit-order .total .price {
    font-size: 18px;
    font-weight: bold;
    color: #ff6a00;
  }
  .submit-order .btn {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    float: right;
    width: 150px;
    margin-bottom: 30px;
  }
  .submit-order .address {
    margin-bottom: 40px;
  }
  .cart-server {
    padding: 50px 0 30px 20px;
    border-top: 2px solid #eee;
  }
  .cart-server .toper-server {
    width: 990px;
    margin: 0 auto;
    padding: 0;
  }
  .order-item {
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 28px;
    border-bottom: 2px dotted #d9d9d9;
  }
  .order-item .order-item-inner:before,
  .order-item .order-item-inner:after {
    content: " ";
    display: table;
  }
  .order-item .order-item-inner:after {
    clear: both;
  }
  .order-item .order-item-inner.date {
    float: left;
    width: 180px;
    padding-right: 20px;
  }
  .order-item .order-item-inner.time {
    margin-left: 180px;
  }
  .order-item .order-item-inner.card-text {
    float: left;
    width: 550px;
    padding-right: 30px;
  }
  .order-item .order-item-inner.card-option {
    margin-left: 550px;
  }
  .order-item .item-hd {
    margin-bottom: 15px;
  }
  .order-item .item-hd h5 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  .order-item .item-hd a {
    font-size: 12px;
    float: right;
  }
  .order-item .helpBlock {
    font-size: 12px;
    margin-top: 6px;
    color: #999999;
  }
  .order-item .helpBlock var {
    font-weight: bold;
    font-style: normal;
    color: #ff6a00;
  }
  .order-item .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #consigneeModal .modal-dialog {
    width: 690px;
  }
  #consigneeModal .modal-body {
    padding: 30px 30px 50px 30px;
  }
  #consigneeModal .form-group {
    margin-right: 0;
    margin-left: 0;
  }
  #consigneeModal .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
  }
  #consigneeModal .control-label,
  #consigneeModal .help-block {
    font-size: 12px;
    font-weight: normal;
  }
  #consigneeModal .help-block {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #consigneeModal .col-xs-2 {
    padding-right: 0;
  }
  #consigneeModal .col-xs-1 {
    width: 50px;
    padding-right: 0;
    padding-left: 0;
  }
  #consigneeModal .col-xs-4,
  #consigneeModal .col-xs-12 {
    padding-left: 0;
  }
  .btn-tinge {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    height: 30px;
    margin-top: 10px;
    padding: 5px 22px;
    border-color: #ffdcc6;
    background: #ffe8d9 url(../images/modal_header_bg.png) 0 0 repeat-x;
  }
  .btn-tinge:hover,
  .btn-tinge:focus {
    border-color: #f8d0b7;
    background-position: 0 bottom;
  }
  .address-bar {
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .address-bar:before,
  .address-bar:after {
    content: " ";
    display: table;
  }
  .address-bar:after {
    clear: both;
  }
  .address-bar .name {
    line-height: 26px;
    position: relative;
    float: left;
    width: 140px;
    padding: 1px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .address-bar .name .ico {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: none;
  }
  .address-bar .name:hover {
    padding: 0;
    cursor: pointer;
    border: 2px solid #ff6a00;
  }
  .address-bar .name.active {
    padding: 0;
    border: 2px solid #ff6a00;
  }
  .address-bar .name.active .ico {
    display: block;
  }
  .address-bar .address {
    margin-left: 190px;
  }
  .address-bar .address i {
    font-style: normal;
    display: inline-block;
    margin-right: 20px;
  }
  .address-bar .operate {
    display: none;
    float: right;
    margin-right: 10px;
  }
  .address-bar .operate a {
    display: inline-block;
    margin-right: 20px;
    color: #809902;
  }
  .address-bar:hover {
    background-color: #ffe8d9;
  }
  .address-bar:hover .operate {
    display: block;
  }
  .operate-add {
    margin-top: 20px;
  }
  .operate-add .ico {
    margin-top: -2px;
    margin-left: 4px;
  }
  .order-man-info {
    margin-bottom: 20px;
  }
  .order-man-info a {
    color: #809902;
  }
  .checkbox-wrap {
    margin: 10px 0;
  }
  .checkbox-wrap .checkbox {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    margin-right: 20px;
  }
  .checkbox-wrap .checkbox {
    padding: 5px 0;
  }
  .checkbox-wrap.special-box {
    margin-bottom: -8px;
  }
  .error-info {
    font-size: 12px;
    display: inline-block;
    clear: both;
    margin: 12px 0 0;
    padding: 2px 10px;
    border: 1px solid #fbddca;
    background-color: #ffe7d8;
  }
  .invoice-info {
    font-size: 12px;
    display: inline-block;
    margin-left: 70px;
  }
  .invoice-form {
    font-size: 12px;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9;
  }
  .invoice-form .invoice-hd {
    padding: 5px 15px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f5f5f5;
  }
  .invoice-form .invoice-bd {
    padding: 20px;
  }
  .invoice-form .form-group {
    margin-bottom: 10px;
  }
  .invoice-form .btn-tinge {
    font-size: 12px;
  }
  .special-form,
  .voucher-form {
    display: inline-block;
  }
  .selects-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .selects-list:before,
  .selects-list:after {
    content: " ";
    display: table;
  }
  .selects-list:after {
    clear: both;
  }
  .selects-list > li {
    font-size: 12px;
    line-height: 26px;
    position: relative;
    z-index: 9;
    float: left;
    margin-right: 10px;
    padding: 1px 15px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .selects-list > li > .ico-check {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: none;
  }
  .selects-list > li .ico-pop {
    position: relative;
    z-index: 8;
    margin-top: -2px;
  }
  .selects-list > li:hover {
    padding: 0 30px;
    cursor: pointer;
    border: 2px solid #ff6a00;
  }
  .selects-list > li.active {
    padding: 0 30px;
    border: 2px solid #ff6a00;
  }
  .selects-list > li.active > .ico-check {
    display: block;
  }
  #cardText textarea {
    height: 114px;
  }
  .dropdown-li {
    padding: 1px !important;
  }
  .dropdown-li:hover,
  .dropdown-li.active,
  .dropdown-li.open {
    padding: 0 !important;
    border: 2px solid #ff6a00;
  }
  .dropdown-li b {
    font-weight: normal;
  }
  .dropdown-li .dropdown-toggle {
    position: relative;
    z-index: 2;
    display: block;
    min-width: 114px;
    padding: 0 6px;
    text-align: left;
    color: #737373;
  }
  .dropdown-li .dropdown-toggle:before,
  .dropdown-li .dropdown-toggle:after {
    content: " ";
    display: table;
  }
  .dropdown-li .dropdown-toggle:after {
    clear: both;
  }
  .dropdown-li .dropdown-toggle .ico {
    float: right;
    margin-top: 5px;
  }
  .dropdown-li .dropdown-toggle:hover {
    text-decoration: none;
    color: #737373;
  }
  .dropdown-li .dropdown-menu {
    font-size: 12px;
    line-height: 24px;
    min-width: 118px;
    margin-top: 2px;
    margin-left: -2px;
    padding: 0;
    border: 1px solid #ffdcc6;
    border-radius: 0;
  }
  .dropdown-li .dropdown-menu li {
    padding: 0 10px;
  }
  .dropdown-li .dropdown-menu li:hover {
    cursor: pointer;
    background-color: #ffdcc6;
  }
  .tab-card {
    height: 24px;
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
  }
  .tab-card:before,
  .tab-card:after {
    content: " ";
    display: table;
  }
  .tab-card:after {
    clear: both;
  }
  .tab-card li {
    float: left;
    margin-right: 2px;
  }
  .tab-card li a {
    line-height: 24px;
    display: block;
    padding: 0 10px;
    background-color: #eee;
  }
  .tab-card li a:hover {
    text-decoration: none;
    color: #809902;
  }
  .tab-card li.active a,
  .tab-card li.active a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #809902;
  }
  .card-content {
    overflow-y: auto;
    height: 114px;
    padding: 0 10px;
    border: 1px solid #ccc;
  }
  .card-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .card-content ul li {
    line-height: 20px;
    display: block;
    max-width: 370px;
    margin: 6px 0;
    cursor: pointer;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .input-date {
    position: relative;
  }
  .input-date .ico-calendar {
    position: absolute;
    z-index: 9;
    top: 7px;
    right: 6px;
  }
  .popover {
    font-size: 12px;
    line-height: 20px;
    max-width: 300px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .popover-content {
    padding: 2px 5px;
  }
  .member .form-horizontal {
    font-size: 12px;
  }
  .member .form-horizontal .control-label {
    font-weight: normal;
    width: 80px;
    padding-right: 0;
  }
  .member .form-horizontal .col-xs-offset-2 {
    margin-left: 80px;
  }
  .member .form-horizontal .radio-inline {
    padding-top: 6px;
  }
  .member .form-horizontal .radio-inline input[type='radio'] {
    margin-top: 2px;
  }
  .member .form-horizontal select {
    display: inline-block;
  }
  .member .form-horizontal .form-group-sm .link {
    font-size: 12px;
    margin-left: 20px;
    color: #809902;
  }
  .member .form-horizontal .form-group-sm .btn {
    font-size: 12px;
    font-weight: normal;
    margin: -4px 5px 0 20px;
    padding: 2px 6px;
    color: #809902;
    background: #f3f3f3 url(../images/btn_bg_gray.png) 0 0 repeat-x;
  }
  .btn-submit {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 2px 12px;
    background: #f3f3f3 url(../images/btn_bg_gray.png) 0 0 repeat-x;
  }
  .btn-submit:hover,
  .btn-submit:focus {
    background-position: 0 100%;
  }
  .btn-big {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 4px 34px;
    border-radius: 2px;
    background: #f3f3f3 url(../images/btn_bg_gray.png) 0 0 repeat-x;
  }
  .btn-big .ico {
    margin: -4px 6px 0 0;
  }
  .member-base-l {
    float: left;
    width: 560px;
    margin: 30px 20px;
  }
  .mb0 {
    margin-bottom: 0;
  }
  .member-base-r {
    float: right;
    width: 320px;
    margin: 30px 20px;
    border: 1px solid #d9d9d9;
    background-color: #f9f9f9;
  }
  .member-base-r .member-info {
    margin: 0;
    padding: 10px;
  }
  .member-base-r .member-info .user {
    width: 298px;
  }
  .member-base-r .member-info .user p {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 10px;
  }
  .mb-tab {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
  }
  .mb-tab:before,
  .mb-tab:after {
    content: " ";
    display: table;
  }
  .mb-tab:after {
    clear: both;
  }
  .mb-tab li {
    float: left;
    margin: 0 20px;
  }
  .mb-tab li a {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    line-height: 22px;
    display: inline-block;
    border-bottom: 2px solid transparent;
  }
  .mb-tab li a:hover {
    text-decoration: none;
  }
  .mb-tab li.active a,
  .mb-tab li.active a:hover {
    font-weight: bold;
    color: #ff6a00;
    border-bottom-color: #ff6a00;
    text-decoration: none;
  }
  .avatar-wrap {
    font-size: 12px;
    clear: both;
    margin: -50px 40px 30px;
  }
  .avatar-wrap .avatar-update {
    width: 100%;
  }
  .avatar-wrap .avatar-preview {
    margin: 30px 0;
  }
  .avatar-wrap .avatar-preview:before,
  .avatar-wrap .avatar-preview:after {
    content: " ";
    display: table;
  }
  .avatar-wrap .avatar-preview:after {
    clear: both;
  }
  .avatar-wrap .avatar-preview h4 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .avatar-wrap .avatar-preview .preview-l {
    float: left;
    width: 503px;
    border-right: 1px solid #d9d9d9;
  }
  .avatar-wrap .avatar-preview .preview-l .preview-box {
    width: 472px;
    height: 288px;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9;
    background-color: #f9f9f9;
  }
  .avatar-wrap .avatar-preview .preview-l .preview-box img {
    display: block;
    margin: 68px auto;
  }
  .avatar-wrap .avatar-preview .preview-l .avatar-list {
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .avatar-wrap .avatar-preview .preview-l .avatar-list:before,
  .avatar-wrap .avatar-preview .preview-l .avatar-list:after {
    content: " ";
    display: table;
  }
  .avatar-wrap .avatar-preview .preview-l .avatar-list:after {
    clear: both;
  }
  .avatar-wrap .avatar-preview .preview-l .avatar-list li {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .avatar-wrap .avatar-preview .preview-l .avatar-list li img {
    width: 100%;
    height: 100%;
  }
  .avatar-wrap .avatar-preview .preview-r {
    float: left;
    width: 220px;
    margin-left: 30px;
  }
  .avatar-wrap .avatar-preview .preview-r p {
    margin-bottom: 30px;
  }
  .avatar-wrap .avatar-preview .preview-r .preview-box-100,
  .avatar-wrap .avatar-preview .preview-r .preview-box-50 {
    border: 1px solid #d9d9d9;
    background-color: #f9f9f9;
  }
  .avatar-wrap .avatar-preview .preview-r .preview-box-100 {
    width: 102px;
    height: 102px;
  }
  .avatar-wrap .avatar-preview .preview-r .preview-box-50 {
    width: 52px;
    height: 52px;
  }
  .address-wrap {
    margin: 30px 30px 60px;
  }
  .address-wrap .address-add {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .address-wrap .address-add span {
    display: inline-block;
    margin-left: 20px;
    color: #adadad;
  }
  .address-wrap .address-add span b {
    font-weight: normal;
    color: #95b202;
  }
  .address-wrap .address-info {
    font-size: 12px;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 25px;
    border: 1px solid #d9d9d9;
    background-color: #f9f9f9;
  }
  .address-wrap .address-info .close {
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .address-wrap .address-info h5 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .address-wrap .address-info .address-list {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
  }
  .address-wrap .address-info .address-list li {
    line-height: 24px;
  }
  .address-wrap .address-info .address-list li b {
    font-weight: normal;
    display: inline-block;
    width: 70px;
    color: #adadad;
  }
  .address-wrap .address-info .operate {
    text-align: right;
  }
  .address-wrap .address-info .operate a {
    color: #95b202;
  }
  .pay-wrap {
    margin: 30px 140px 100px;
  }
  .pay-wrap h3 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 24px;
    margin: 0 0 20px;
    text-align: center;
  }
  .member .table-bordered > thead > tr > th {
    padding: 4px 15px;
    border-bottom-width: 1px;
    background-color: #eee;
  }
  .member .table-bordered > tbody > tr > td {
    font-size: 12px;
    line-height: 24px;
    padding: 0 30px;
    vertical-align: middle;
  }
  .member .table-bordered > tbody > tr > td img {
    display: block;
    margin: 0 auto;
  }
  .member .table-bordered > tbody > tr > td a {
    color: #98af26;
  }
  .member .table-bordered > tbody > tr > td.w260 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 260px;
    height: 130px;
    padding: 0 0 0 50px;
  }
  .member .table-bordered > tbody > tr > td.w180 {
    width: 180px;
    padding: 0 0 0 20px;
  }
  .integral-wrap {
    margin: 30px 0;
  }
  .integral-wrap h3 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .integral-box {
    margin: 0 24px;
  }
  .integral-box:before,
  .integral-box:after {
    content: " ";
    display: table;
  }
  .integral-box:after {
    clear: both;
  }
  .integral-box .integral-item {
    float: left;
    width: 160px;
    margin: 0 12px;
  }
  .integral-box .integral-item .integral-img {
    width: 160px;
    height: 110px;
    margin-bottom: 10px;
    padding: 60px 0 0 90px;
    background: url(../images/integral_bg.png) 0 0 no-repeat;
  }
  .integral-box .integral-item .integral-img .price {
    color: #cb0405;
  }
  .integral-box .integral-item .integral-img .price .price-sign {
    font-size: 24px;
    line-height: 1;
    margin-right: 2px;
  }
  .integral-box .integral-item .integral-img .price .price-num {
    font-size: 36px;
    line-height: 1;
  }
  .integral-box .integral-item .operate {
    font-size: 12px;
    line-height: 22px;
    padding: 0 3px;
  }
  .integral-box .integral-item .operate:before,
  .integral-box .integral-item .operate:after {
    content: " ";
    display: table;
  }
  .integral-box .integral-item .operate:after {
    clear: both;
  }
  .integral-box .integral-item .operate .btn {
    font-size: 12px;
    float: right;
    padding: 0 8px;
    color: #cb0405;
    background: #f3f3f3 url(../images/btn_bg_gray.png) 0 0 repeat-x;
  }
  .integral-box .integral-item .operate .btn:hover,
  .integral-box .integral-item .operate .btn:focus {
    background-position: 0 100%;
  }
  .member-panel .integral-box {
    margin: 15px 2px 20px;
  }
  .member-panel .integral-box .integral-item {
    width: 190px;
    margin-bottom: 20px;
  }
  .member-panel .integral-box .integral-item .integral-img {
    width: 190px;
    height: 208px;
    padding: 0;
    background: none;
  }
  .member-panel .integral-box .integral-item p {
    font-size: 12px;
    margin: 5px 0;
  }
  .member-panel .integral-box .integral-item .operate {
    padding: 0;
  }
  .order-wrap .title {
    margin-bottom: 30px;
    padding: 8px 20px;
    background-color: #f5f5f5;
  }
  .order-wrap .title h3 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    margin: 0;
  }
  .order-wrap .title .form-control {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    width: 110px;
    margin-left: 10px;
  }
  .box-border .order-panel {
    font-size: 12px;
    margin: 0 30px;
  }
  .box-border .order-panel .hd {
    background-color: #e7e7e7;
  }
  .box-border .order-panel .bd {
    border: 1px solid #f2f2f2;
  }
  .box-border .order-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .box-border .order-panel ul:before,
  .box-border .order-panel ul:after {
    content: " ";
    display: table;
  }
  .box-border .order-panel ul:after {
    clear: both;
  }
  .box-border .order-panel ul li {
    float: left;
  }
  .box-border .order-panel .order-title {
    line-height: 30px;
    text-align: center;
  }
  .box-border .order-panel .order-title .number {
    width: 260px;
  }
  .box-border .order-panel .order-title .consignee {
    width: 100px;
  }
  .box-border .order-panel .order-title .order-price {
    width: 130px;
  }
  .box-border .order-panel .order-title .date {
    width: 160px;
  }
  .box-border .order-panel .order-title .state {
    width: 150px;
  }
  .box-border .order-panel .order-title .state .form-control {
    display: block;
    width: 90px;
    margin: 0 auto;
  }
  .box-border .order-panel .order-title .operate {
    width: 100px;
  }
  .box-border .order-panel .order-list {
    padding: 15px 10px;
    border-top: 1px solid #f2f2f2;
  }
  .box-border .order-panel .order-list:first-child {
    border-top: 0;
  }
  .box-border .order-panel .order-list .img-box {
    width: 70px;
  }
  .box-border .order-panel .order-list .img-box img {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
  }
  .box-border .order-panel .order-list .number {
    line-height: 50px;
    width: 180px;
  }
  .box-border .order-panel .order-list .consignee {
    line-height: 50px;
    width: 100px;
    text-align: center;
  }
  .box-border .order-panel .order-list .order-price {
    line-height:50px;
    width: 130px;
    text-align: center;
  }
  .box-border .order-panel .order-list .order-price .price-sign {
    margin-right: 1px;
  }
  .box-border .order-panel .order-list .date {
    line-height: 50px;
    width: 160px;
    text-align: center;
  }
  .box-border .order-panel .order-list .state {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    line-height: 50px;
    width: 150px;
    text-align: center;
  }
  .box-border .order-panel .order-list .state b {
    color: #ff6a00;
  }
  .box-border .order-panel .order-list .operate {
    line-height: 24px;
    width: 90px;
    text-align: center;
    color: #809903;
  }
  .box-border .order-panel .order-list .operate a {
    color: #809903;
  }
  .box-border .order-panel .order-list .operate .btn {
    display: block;
    width: 66px;
    margin: 0 auto 4px;
    padding: 2px 0;
    color: #fff;
    border-radius: 2px;
  }
  .box-border .order-panel .order-list .operate.lh22 {
    line-height: 22px;
  }
  .attention-wrap .title {
    padding: 8px 20px;
    background-color: #f5f5f5;
  }
  .attention-wrap .title h3 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
  }
  .attention-all {
    font-size: 12px;
    padding: 20px 30px;
    border-bottom: 1px solid #d9d9d9;
  }
  .attention-all:before,
  .attention-all:after {
    content: " ";
    display: table;
  }
  .attention-all:after {
    clear: both;
  }
  .attention-all .all-l {
    float: left;
  }
  .attention-all .all-l .checkbox {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
  }
  .attention-all .all-l a {
    color: #809903;
  }
  .attention-all .all-l .btn-m {
    margin-top: -4px;
    color: #585657;
  }
  .attention-all .all-r {
    line-height: 30px;
    float: right;
    margin: 4px 0 0;
  }
  .attention-all .all-r .btn {
    margin-top: -4px;
    margin-left: 10px;
    padding: 2px 6px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
  }
  .attention-all .all-r .btn .glyphicon {
    color: #e5e5e5;
  }
  .attention-all .all-r .btn:hover .glyphicon,
  .attention-all .all-r .btn:focus .glyphicon {
    color: #737373;
  }
  .btn-m {
    margin-right: 10px;
    padding: 2px 10px;
    color: #585657;
    border: 1px solid #feba8f;
    border-radius: 2px;
    background: url(../images/modal_header_bg.png) 0 0 repeat-x;
  }
  .btn-m:hover,
  .btn-m:focus {
    border: 1px solid #feba8f;
    background-position: 0 bottom;
  }
  .btn-m:active {
    background-color: #ffe9da;
  }
  .btn-m .ico {
    margin-top: -3px;
    margin-right: 4px;
  }
  .attention-list {
    font-size: 12px;
    margin: 0 30px;
  }
  .attention-list:before,
  .attention-list:after {
    content: " ";
    display: table;
  }
  .attention-list:after {
    clear: both;
  }
  .attention-list .attention-item {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    border-top: 2px dotted #d9d9d9;
  }
  .attention-list .attention-item:before,
  .attention-list .attention-item:after {
    content: " ";
    display: table;
  }
  .attention-list .attention-item:after {
    clear: both;
  }
  .attention-list .attention-item:first-child {
    border-top: 0;
  }
  .attention-list .attention-item li {
    float: left;
  }
  .attention-list .attention-item .checkbox {
    width: 30px;
    margin-top: 15px;
    margin-right: 10px;
  }
  .attention-list .attention-item .img-box {
    width: 70px;
  }
  .attention-list .attention-item .img-box img {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
  }
  .attention-list .attention-item .product-title {
    line-height: 20px;
    width: 360px;
    margin-top: 5px;
  }
  .attention-list .attention-item .product-title p {
    margin: 0;
  }
  .attention-list .attention-item .product-title span {
    color: #999999;
  }
  .attention-list .attention-item .price {
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    width: 180px;
    text-align: center;
    color: #ff6a00;
  }
  .attention-list .attention-item .price .price-sign {
    margin-right: 1px;
  }
  .attention-list .attention-item .operate {
    float: right;
    width: 120px;
    margin-top: 2px;
    text-align: center;
  }
  .attention-list .attention-item .operate a {
    color: #809903;
  }
  .attention-list .attention-item .operate .btn-m {
    margin-bottom: 6px;
    color: #585657;
  }
  .pay-info-wrap {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f5f5f5;
  }
  .pay-info-wrap .pay-info:before,
  .pay-info-wrap .pay-info:after {
    content: " ";
    display: table;
  }
  .pay-info-wrap .pay-info:after {
    clear: both;
  }
  .pay-info-wrap h5 {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 2px 0 6px;
  }
  .pay-info-wrap p {
    font-size: 12px;
    margin: 0 0 4px;
  }
  .pay-info-wrap i {
    font-style: normal;
    display: inline-block;
    margin-right: 20px;
  }
  .pay-info-wrap .info-l {
    float: left;
  }
  .pay-info-wrap .info-l em {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
  }
  .pay-info-wrap .info-l em b {
    color: #ff6a00;
  }
  .pay-info-wrap .info-l a {
    display: inline-block;
    margin-right: 20px;
    color: #809902;
  }
  .pay-info-wrap .info-l a .glyphicon {
    font-size: 10px;
    margin-top: -1px;
  }
  .pay-info-wrap .info-l a:focus {
    text-decoration: none;
  }
  .pay-info-wrap .info-r {
    float: right;
    width: 370px;
  }
  .pay-info-wrap .info-r:before,
  .pay-info-wrap .info-r:after {
    content: " ";
    display: table;
  }
  .pay-info-wrap .info-r:after {
    clear: both;
  }
  .pay-info-wrap .info-r .pay-qrcode {
    float: left;
    width: 96px;
  }
  .pay-info-wrap .info-r .pay-qrcode-text {
    margin-left: 100px;
  }
  .pay-info-wrap .order-details {
    font-size: 12px;
    line-height: 22px;
    display: none;
    clear: both;
    margin: 10px -20px 0;
    padding: 10px 20px 0;
    border-top: 1px solid #d9d9d9;
  }
  #passwordModal .modal-dialog {
    width: 420px;
  }
  #passwordModal .modal-body {
    padding: 10px 10px 20px;
  }
  #passwordModal .form-group {
    margin-bottom: 10px;
  }
  #passwordModal .control-label {
    font-size: 12px;
    font-weight: normal;
    padding-right: 0;
  }
  #passwordModal .notice-cont {
    font-size: 12px;
    line-height: 18px;
    margin: 0 30px 10px;
    padding: 3px 12px;
    color: #7e7e80;
    border: 1px solid #feb98a;
    background-color: #fbf0e8;
  }
  #passwordModal .notice-cont .ico {
    margin-top: -2px;
    margin-right: 5px;
  }
  .pay-explain {
    font-size: 12px;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
  }
  .pay-explain a {
    color: #809902;
  }
  .pay-explain > li {
    line-height: 30px;
  }
  .pay-explain ul {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
  }
  .pay-explain ul > li {
    line-height: 24px;
  }
  .bank-list,
  .third-party-list,
  .credit-card-list,
  .internation-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
  }
  .bank-list:before,
  .third-party-list:before,
  .credit-card-list:before,
  .internation-list:before,
  .bank-list:after,
  .third-party-list:after,
  .credit-card-list:after,
  .internation-list:after {
    content: " ";
    display: table;
  }
  .bank-list:after,
  .third-party-list:after,
  .credit-card-list:after,
  .internation-list:after {
    clear: both;
  }
  .bank-list li,
  .third-party-list li,
  .credit-card-list li,
  .internation-list li {
    float: left;
  }
  .bank-list li a,
  .third-party-list li a,
  .credit-card-list li a,
  .internation-list li a {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    font-size: 16px;
    line-height: 40px;
    display: block;
    text-align: center;
    border: 1px solid #d9d9d9;
  }
  .bank-list li a:hover,
  .third-party-list li a:hover,
  .credit-card-list li a:hover,
  .internation-list li a:hover {
    border-color: #ff6a00;
  }
  .bank-list {
    margin-bottom: 10px;
  }
  .bank-list li {
    margin: 0 8px 20px;
  }
  .bank-list li a {
    width: 172px;
    height: 42px;
  }
  .bank-list li.more a {
    color: #fff;
    border-color: #ffb38c;
    background-color: #ffb38c;
  }
  .third-party-list li {
    padding: 0 33px;
    border-left: 1px solid #d9d9d9;
  }
  .third-party-list li a {
    width: 170px;
    height: 50px;
    border: 0;
  }
  .third-party-list li:first-child {
    border-left: 0;
  }
  .credit-card-list,
  .internation-list {
    margin-right: 20px;
    margin-left: 20px;
  }
  .credit-card-list li,
  .internation-list li {
    margin: 0 5px;
  }
  .credit-card-list li a,
  .internation-list li a {
    font-weight: bold;
    line-height: 50px;
    width: 217px;
    height: 52px;
    color: #000;
  }
  .credit-card-list li a:hover,
  .internation-list li a:hover {
    text-decoration: none;
    color: #ff6a00;
  }
  .credit-card-list li a i,
  .internation-list li a i {
    margin: 0 auto;
  }
  .flowersong-pop-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .flowersong-pop-list li {
    float: left;
    width: 394px;
    height: 250px;
    margin-bottom: 9px;
    margin-left: 9px;
  }
  .flowersong-pop-list li:first-child,
  .flowersong-pop-list li.no-ml {
    margin-left: 0;
  }
  .flowersong-box {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .flowersong-box .hd {
    font-family: tahoma, arial, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    margin-bottom: 15px;
    border-bottom: 4px solid #dcdcdc;
  }
  .flowersong-box .hd:before,
  .flowersong-box .hd:after {
    content: " ";
    display: table;
  }
  .flowersong-box .hd:after {
    clear: both;
  }
  .flowersong-box .hd h4 {
    font-size: 18px;
    margin: 7px 0;
    color: #585657;
  }
  .flowersong-box .hd p {
    color: #838383;
  }
  .flowersong-box .hd .more {
    font-size: 14px;
    display: block;
    float: right;
    width: 70px;
    height: 22px;
    margin-top: 26px;
    text-align: center;
    color: #fff;
    background-color: #585657;
  }
  .flowersong-box .bd {
    position: relative;
  }
  .flowersong-box .bd:before,
  .flowersong-box .bd:after {
    content: " ";
    display: table;
  }
  .flowersong-box .bd:after {
    clear: both;
  }
  .flowersong-box .bd .bd-l {
    position: relative;
    float: left;
    width: 294px;
  }
  .flowersong-box .bd .bd-l a {
    position: absolute;
    top: 0;
    left: 0;
  }
  .flowersong-box .bd .bd-r {
    margin-left: 340px;
  }
  .flowersong-list {
    position: relative;
    width: 840px;
  }
  .flowersong-list .item {
    line-height: 22px;
    width: 264px;
    text-align: center;
  }
  .flowersong-list .item a {
    text-decoration: none;
  }
  .flowersong-list .item a .img-box {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
  }
  .flowersong-list .item a .price-sign {
    margin-right: 0;
  }
  .flowersong-list .item a:hover .img-box {
    border-color: #ccc;
  }
  .flowersong-list .owl-prev,
  .flowersong-list .owl-next {
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -50px;
    cursor: pointer;
  }
  .flowersong-list .owl-next {
    right: 0;
    left: auto;
  }
  .list-lg.flowersong-list {
    width: 100%;
  }
  .list-lg.flowersong-list:before,
  .list-lg.flowersong-list:after {
    content: " ";
    display: table;
  }
  .list-lg.flowersong-list:after {
    clear: both;
  }
  .list-lg.flowersong-list .item {
    float: left;
    width: 390px;
    height: 420px;
    margin-bottom: 15px;
    margin-left: 15px;
    background-color: #fafafa;
  }
  .list-lg.flowersong-list .item a .img-box {
    border: 0;
  }
  .list-lg.flowersong-list .item a .price {
    font-weight: bold;
  }
  .list-lg.flowersong-list .item.no-ml {
    margin-left: 0;
  }
  .flowersong-extra div {
    margin-bottom: 2px;
  }
  .flowersong-extra .secret-details:before,
  .flowersong-extra .brand-details:before,
  .flowersong-extra .secret-details:after,
  .flowersong-extra .brand-details:after {
    content: " ";
    display: table;
  }
  .flowersong-extra .secret-details:after,
  .flowersong-extra .brand-details:after {
    clear: both;
  }
  .flowersong-extra .secret-details img,
  .flowersong-extra .brand-details img {
    float: left;
  }
  .flowersong-extra .secret-details img:first-child,
  .flowersong-extra .brand-details img:first-child {
    margin-right: 2px;
  }
  
  <!--订单分页-->
  div.digg{padding:3px;margin:10px 3px 15px; text-align:center}
  div.digg a{border:#DDDDDD 1px solid;padding:3px 8px;margin:4px;;text-decoration:none; color:#737373;}
  div.digg a:hover{border:#cccccc 1px solid;color:#FF6A00;background-color:#D9D9D9;}
  div.digg a:active{border:#DDDDDD 1px solid;color:#737373;background-color:#737373;}
  div.digg span.current{border:solid 1px #bbbbbb;padding:3px 8px;font-weight:bold;margin:2px;color:#fff;background-color:#FF6A00;}
  div.digg span.disabled{border:#DDDDDD 1px solid;padding:3px 8px;margin:2px;color:#ddd;}
  .auth img{vertical-align:inherit;}
  