html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: "Microsoft Yahei", arial, Helvetica;
    background-color: #FFF;
    color: #333;
    width: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

i {
    font-style: normal;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: bold;
}

p {
    margin: 0;
}

blockquote {
    font-size: 12px;
    color: #999;
    border: 1px solid #eee;
    border-left: 2px solid #9c884e;
    margin: 0 0 30px;
    padding: .8em 20px;
}

input[type="text"],
textarea {
    font-size: 13px;
    height: 18px;
    padding: 5px 9px;
    border: 1px solid #e3e3e3;
    background-color: #FFF;
    margin: 0;
}

input[type="text"] {
    -webkit-transition: border ease .4s;
    -moz-transition: border ease .4s;
    -o-transition: border ease .4s;
    transition: border ease .4s;
}

input[type="text"]:focus,
textarea:focus {
    outline: none;
    border-color: #52A8EC;
}

textarea {
    resize: none;
}

pre {
    margin: 0;
}

label input[type="checkbox"],
label input[type="radio"] {
    vertical-align: -1px;
}

/* 公用样式区 */
.clearfix {
    zoom: 1;
    _height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.input-error {
    border: 1px solid #FFB5B5 !important;
    background-color: #FEE !important;
}

.odt {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.dn {
    display: none;
}

.main-con {
    width: 1032px;
    margin-left: auto;
    margin-right: auto;
}

/* 头部 */
.header-wrap {
    width: 100%;
    height: 26px;
    line-height: 26px;
    background-color: #f0f1f4;
    position: relative;
    z-index: 10;
}

.header-main {
    height: 100%;
    font-size: 12px;
}

.header-main a {
    color: #666;
}

.header-lan {
    float: right;
    position: relative;
    height: 100%;
    margin-left: 20px;
}

.header-lan>a {
    display: block;
    height: 18px;
    line-height: 18px;
    margin-top: 3px;
    border: 1px solid transparent;
    padding: 0 20px 0 6px;
    position: relative;
}

.header-pop {
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    border-top: 0;
    background-color: #ededed;
    display: none;
}

.header-pop li a {
    display: block;
    line-height: 20px;
    height: 20px;
    padding-left: 6px;
}

.header-lan:hover>a {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-bottom: 1px solid #ededed;
}

.header-lan:hover .header-pop {
    display: block;
}

.header-login {
    float: right;
}

.header-login a:hover {
    color: #3c8855;
}

/* 导航样式 */
.nav-wrap {
    border-bottom: 1px solid #e4e1e1;
}

.nav-main {
    height: 80px;
}

.logo {
    float: left;
    width: 200px;
    height: 55px;
    display: block;
    background-image: url(../images/logo.png);
    margin-top: 14px;
}

.logoen {
    float: left;
    width: 200px;
    height: 80px;
    display: block;
    background-image: url(../images/logo-en-2.png);
    < !-- background-image: url(../images/logo-en.png);
    -->< !-- margin-top: 14 px;
    -->margin-top: 20px;
}

.logo:active {
    position: relative;
    top: 1px;
    border-collapse: separate;
    background-position: 0% 0%;
    width: 180px;
    height: 44px;
    max-width: 180px;
    max-height: 44px;
    min-width: 180px;
    min-height: 44px;
}

.nav-list {
    float: right;
    height: 80px;
    line-height: 80px;
}

.nav-list li {
    float: left;
    position: relative;
}

.nav-list li a {
    display: block;
    padding: 0 14px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-weight: bold;
}

.nav-list li.sel span.line,
.nav-list li:hover span.line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #826300;
    top: 0;
}

.nav-list li.sel span.line i,
.nav-list li:hover span.line i {
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -3px;
    width: 0;
    height: 0;
    display: block;
    border-width: 3px 3px 0;
    border-style: solid dashed dashed;
    border-color: #9c884e transparent transparent;
    line-height: 0;
    font-size: 0;
}

.nav-list li.sel a,
.nav-list li:hover a {
    background-color: #f9f9f9;
    border-left-color: #eee;
    border-right-color: #eee;
    color: #82630b;
}

/* 图片轮播 */
.rotate-wrap {
    position: relative;
}

.rotate-prev,
.rotate-next {
    position: absolute;
    display: block;
    z-index: 4;
    cursor: pointer;
    top: 50%;
    width: 44px;
    height: 54px;
    margin-top: -27px;
    background-image: url(images/rotate.png);
}

.rotate-prev {
    background-position: 0 0;
    left: 40px;
}

.rotate-prev:hover {
    background-position: -60px 0;
}

.rotate-next {
    background-position: -120px 0;
    right: 40px;
}

.rotate-next:hover {
    background-position: -180px 0;
}

.rotate {
    width: 100%;
    height: 384px;
    position: relative;
}

.rotate-item {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 800ms ease-in-out;
    -moz-transition: opacity 800ms ease-in-out;
    -ms-transition: opacity 800ms ease-in-out;
    -o-transition: opacity 800ms ease-in-out;
    transition: opacity 800ms ease-in-out;
    background-image: url(images/banner-3-en.jpg);
}

.rotate-sel {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
}

.rotate-sel-2 {
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
}

.rotate-item a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 首页介绍 */
.case-wrap {
    width: 100%;
    padding-top: 50px;
    background: url(images/item-bg.png) repeat-x 0 0 transparent;
}

.case-list {
    width: 943px;
    margin-left: auto;
    margin-right: auto;
}

.case-list li {
    float: left;
    width: 291px;
    margin-right: 35px;
}

.case-list li:last-child {
    margin-right: 0;
}

.case-img {
    display: block;
}

.case-title {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    background-color: #9c884e;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 15px;
}

.case-intro {
    font-family: "Arial";
    font-size: 13px;
    color: #666;
}

/* footer */
.footer {
    width: 100%;
    margin-top: 70px;
    background-color: #37383c;
    padding: 20px 0;
    color: #686a6e;
    font-family: "Arial";
}

.footer a {
    color: #686a6e;
    font-family: "Arial";
}

.footer a:hover {
    color: #999;
}

.footer-record {
    margin-top: 10px;
}


/* 关于我们 */
.about-nav {
    float: left;
    width: 240px;
    border: 1px solid #e9ecf0;
    border-bottom: 0;
}

.about-nav li {
    height: 45px;
    line-height: 45px;
}

.about-nav li a {
    display: block;
    border-bottom: 1px solid #e9ecf0;
    padding-left: 15px;
    position: relative;
}

.about-nav li.sel a {
    background-color: #9c884e;
    color: #FFF;
}

.about-nav li.sel .icon-right,
.about-nav li a:hover .icon-right {
    border-left-color: #FFF;
}

.about-nav li a:hover {
    background-color: #9c884e;
    color: #FFF;
}

.about-bread a:last-child {
    margin-right: 0;
}

.about-bread a:hover {
    color: #36AC5C;
}

.about-main p {
    margin-bottom: 30px;
    line-height: 26px;
}

.about-main p:last-child {
    margin-bottom: 0;
}

.about-img {
    padding-left: 290px;
    min-height: 262px;
    line-height: 28px !important;
    background: url(images/about-tip.png) no-repeat 10px 0 transparent;
}

/* 联系我们 */
.contact-intro {
    margin: 25px 0 40px;
    line-height: 26px;
}

.contact-main {
    border: 1px solid #ededed;
    padding: 15px;
    background-color: #fafafa;
}

.contact-map {
    width: 450px;
    height: 260px;
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #ededed;
}

.contact-left {
    float: left;
    width: 460px;
}

.contact-right {
    float: right;
    width: 450px;
}

.login-right {
    float: right;
    width: 350px;
}

.contact-title {
    font-size: 14px;
    margin-bottom: 4px;
}

.contact-title span {
    font-size: 12px;
    color: #999;
}

.contact-main input[type="text"] {
    display: block;
    width: 430px;
    margin-bottom: 15px;
}

.contact-main textarea {
    width: 430px;
    height: 10em;
    margin-bottom: 15px;
}

.contact-blank {
    margin-bottom: 20px;
    text-align: right;
}

.contact-blank a {
    font-size: 12px;
    color: #3c8855;
}

.contact-blank a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.contact-btn,
.shop-btn,
.goods-btn {
    width: 92px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    background: url(images/contact-btn.png) no-repeat 0 0 transparent;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.contact-btn:hover,
.shop-btn:hover,
.goods-btn:hover {
    background-position: 0 -40px;
}

.contact-btn:active,
.shop-btn:active,
.goods-btn:active {
    background-position: 0 -80px;
}

.addr-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.shop-btn {
    font-size: 13px;
}

.goods-btn {
    background: url(images/shop-btn.png) no-repeat 0 0 transparent;
    font-size: 14px;
    float: right;
}

/* 服务支持 */
.service-main p {
    margin-bottom: 30px;
    line-height: 26px;
}

.service-main p:last-child {
    margin-bottom: 0;
}

.service-main ul {
    list-style: disc;
    padding-left: 25px;
}

.service-phone,
.service-locate {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 35px;
    height: 30px;
    line-height: 34px;
    background: url(images/service.png) no-repeat 0 0 transparent;
}

.service-phone span {
    font-weight: bold;
    font-size: 24px;
    margin-left: 10px;
}

.service-locate {
    background-position: 0 -50px;
    line-height: 45px;
}

.service-locate a {
    margin-left: 10px;
    line-height: 32px;
    font-size: 12px;
    color: #3C8855;
}

.service-locate a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.service-map {
    border: 1px solid #ededed;
    padding: 8px;
}

/* 共有banner样式 */
.about-banner,
.contact-banner {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center 0 #c2b3aa;
    background-image: url(../images/about-banner.jpg);
    background-color: #c2b3aa;
    margin-bottom: 25px;
}

.about-banneren,
.contact-banneren {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center 0 #c2b3aa;
    background-image: url(../images/about-banner-en.jpg);
    background-color: #c2b3aa;
    margin-bottom: 25px;
}

.contact-banner {
    background-image: url(../images/contact-banner.jpg);
}

.contact-banneren {
    background-image: url(../images/contact-banner-en.jpg);
}

.bread {
    text-align: right;
    color: #999;
}

.bread a {
    color: #999;
    font-size: 12px;
    margin: 0 4px;
}

.bread a:hover {
    color: #36AC5C;
}

.page-title {
    font-size: 24px;
    line-height: 32px;
}

.page-title span {
    color: #9c884e;
}

.page-tip {
    color: #999;
}

.about-main,
.service-main {
    float: right;
    width: 680px;
}


/*	订单成功	*/
< !-- .main-container {
    padding-top: 25px;
}

-->.main-container {
    padding-top: 0px;
}

.orders-title {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    border-bottom: 2px solid #3C8855;
}

.orders-suc {
    padding: 50px 0 140px;
    border: 1px solid #DDD;
    border-top: 0;
    text-align: center;
}

.orders-payed {
    width: 360px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    text-align: left;
}

.payed-wrap {
    overflow: hidden;
}

.payed-wrap h3 {
    line-height: 32px;
    font-size: 15px;
    font-weight: 600;
}

.payed-wrap .orders {
    margin: 0 0 40px;
    font-size: 12px;
    color: #666;
}

.payed-wrap .orders a {
    color: #3C8855;
    margin-left: 20px;
}

.payed-wrap .orders a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.payed-else {
    font-size: 13px;
    color: #666;
}

.payed-else a {
    color: #3C8855;
}

.payed-else a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

/* 商城 */
< !-- .shop-main {
    margin-top: 20px;
}

-->.shop-main {
    margin-top: 0px;
}

.shop-left {
    float: left;
    width: 245px;
}

.shop-right {
    float: left;
    width: auto;
    margin-top: 20px;
}

.shop-item {
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: #3C8855 #e9ecf0 #e9ecf0;
    margin-bottom: 30px;
}

.shop-title {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e9ecf0;
    font-weight: bold;
}

.shop-msg {
    padding: 10px 10px 10px 8px;
}

.shop-msg li {
    line-height: 24px;
    position: relative;
    padding-left: 10px;
    font-size: 13px;
}

.shop-msg a:hover {
    color: #36AC5C;
}

.shop-query {
    padding: 12px;
    display: block;
    text-align: center;
}

.shop-query input[type="text"] {
    margin-bottom: 12px;
}

.goods-list {
    margin-left: -48px;
}

/**.goods-list li{float: left;width: 306px;margin-left: 35px; margin-bottom: 45px;}*/
.goods-list li {
    float: left;
    width: 306px;
    margin-left: 35px;
}

.goods-img {
    display: block;
    width: 304px;
    height: 304px;
    text-align: center;
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.goods-img img,
.goods-img span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    margin-top: 0px;
}

.goods-img span {
    height: 100%;
}

.goods-title {
    < !-- line-height: 32px;
    -->line-height: 12px;
    margin-top: 30px;
}

.goods-title a {
    font-size: 16px;
    font-weight: bold;
}

.goods-title a:hover {
    color: #AC8636;
    font-weight: bold;
}

.goods-intro {
    color: #666;
    margin-bottom: 5px;
}

< !-- .goods-intro {
    color: #666;
    margin-bottom: 15px;
}

-->.goods-ope {
    line-height: 32px;
}

.goods-price {
    float: left;
    font-size: 18px;
}

.goods-price .unit {
    color: #999;
}

.goods-price .num {
    color: #9c884e;
    margin-left: 5px;
}

/* 商品详情页 */
.detail-main {
    padding-top: 20px;
}

.detail-prev {
    float: left;
    margin-right: 25px;
    width: 382px;
    position: relative;
}

.detail-img {
    border: 100px solid #ddd;
    height: 320px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

/* .detail-img img{width: 100%;height: 100%;} */
.detail-con {
    position: relative;
    margin: 0 36px;
    height: 99px;
}

.prev-holder {
    width: 100%;
    height: 75px;
    overflow: hidden;
    position: relative;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 12px;
    height: 24px;
    background-image: url(images/prev-btns.png);
    cursor: pointer;
}

.prev-btn {
    left: -25px;
    background-position: 0 0;
}

.next-btn {
    right: -25px;
    background-position: -40px 0;
}

.prev-btn:hover {
    background-position: 0 -40px;
}

.next-btn:hover {
    background-position: -40px -40px;
}

.prev-btn-dis,
.prev-btn-dis:hover {
    cursor: default;
    background-position: 0 -80px;
}

.next-btn-dis,
.next-btn-dis:hover {
    cursor: default;
    background-position: -40px -80px;
}

.small-holder {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border: 1px solid #aaa;
    background: #FEDE4F 50% top no-repeat;
    opacity: .5;
    filter: alpha(Opacity=50);
    cursor: move;
}

.big-holder {
    position: absolute;
    left: 400px;
    top: 0;
    width: 390px;
    height: 390px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.big-holder img {
    position: absolute;
    max-width: none;
}

.scooker-main .big-holder {
    right: 400px;
    left: auto;
}

.prev-list {
    position: absolute;
    width: 400%;
}

.prev-list li {
    width: 62px;
    height: 54px;
    float: left;
    text-align: center;
}

.prev-list li img {
    width: 50px;
    height: 50px;
    padding: 1px;
    border: 1px solid #CECFCE;
}

.prev-list li img:hover,
.prev-list li.sel img {
    border: 2px solid #9c884e;
    padding: 0;
}

.detail-more {
    min-height: 396px;
    overflow: hidden;
}

.detail-more h1 {
    font-size: 16px;
    line-height: 32px;
}

.detail-more .i {
    color: #999;
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #bbb;
}

.detail-price {
    padding: 30px 0;
    border-bottom: 1px dashed #bbb;
    margin-bottom: 20px;
}

.detail-price .unit {
    font-size: 24px;
    color: #999;
}

.detail-price .num {
    font-size: 24px;
    color: #E83428;
    margin-left: 5px;
    font-weight: bold;
}

.detail-item {
    margin-bottom: 20px;
}

.tab-wrap .item {
    padding: 20px 15px 0;
}

.tab-wrap .item p {
    line-height: 26px;
}

.tab-wrap .item-3 p {
    margin-bottom: 25px;
}

.detail-feature {
    padding: 25px 0;
    margin-top: -20px;
    border-bottom: 1px dashed #a8b6c7;
}

.detail-feature li {
    margin-top: 20px;
    width: 50%;
    float: left;
}

.fea-holder {
    height: 50px;
    padding-left: 50px;
    background: url(images/detail-intro.png) no-repeat 0 0 transparent;
}

.fea-holder h4 {
    font-weight: bold;
}

.detail-func {
    font-size: 16px;
    padding: 25px 0;
    font-weight: bold;
}

.detail-list {
    text-align: center;
}

.detail-list li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 310px;
    margin-top: 30px;
}

.detail-list h4 {
    font-weight: bold;
    line-height: 32px;
}

.table {
    background-color: #CCC;
    color: #666;
}

.table th {
    background-color: #EEF7FE;
    padding: 5px;
    font-size: 12px;
}

.table td {
    background: none repeat scroll 0 0 #FFF;
    padding: 2px 5px;
    font-size: 12px;
}

.table .table-title {
    background: none repeat scroll 0 0 #F5FAFE;
    text-align: right;
    width: 110px;
}

.table th.table-title {
    text-align: center;
}

.xm-change {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    height: 20px;
    border: 1px solid #ddd;
    border-right: 0;
    background-color: #FFF;
}

.xm-change i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 20px;
    height: 20px;
    font-style: normal;
    line-height: 20px;
    border-right: 1px solid #ddd;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.xm-change input {
    border: 0;
    padding: 0;
    margin-top: 0;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    line-height: 14px;
    padding: 3px 4px;
    height: 12px;
    width: 28px;
    text-align: center;
}

.xm-change input:focus {
    border-right: 1px solid #ddd;
}

.detail-btns {
    padding-left: 67px;
    padding-top: 8px;
}

.detail-join {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 130px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    color: #FFF;
    font-size: 16px;
    background: url(images/detail-btns.png) no-repeat 0 0 transparent;
}

.detail-join:hover {
    background-position: 0 -50px;
}

.detail-join:active {
    background-position: 0 -100px;
}

.detail-pay {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 68px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    color: #FFF;
    font-size: 16px;
    margin-left: 20px;
    background: url(images/detail-btns.png) no-repeat 0 -150px transparent;
}

.detail-pay:hover {
    background-position: 0 -200px;
}

.detail-pay:active {
    background-position: 0 -250px;
}


.detail-tab {
    margin-top: 40px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    position: relative;
}

.detail-tab a {
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    line-height: 34px;
    padding: 0 20px;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    background-color: #f9f9f9;
}

.detail-tab a.sel {
    background-color: #FFF;
    position: relative;
    border-top: 2px solid #9c884e;
    margin-bottom: -1px;
}

/* scooker页 */
.scooker-wrap {
    padding: 30px 0;
    height: 438px;
    background: url(images/scooker-bg.png) no-repeat center 0 #edf0f5;
}

.scooker-more {
    float: left;
    width: 400px;
}

.scooker-more h1 {
    font-style: 24px;
    line-height: 40px;
    border-bottom: 1px dashed #a8b6c7;
    padding-bottom: 15px;
}

.scooker-item {
    padding: 6px 0 10px;
    border-bottom: 1px dashed #a8b6c7;
}

.scooker-item .title {
    color: #9c884e;
}

.scooker-btn {
    margin-top: 20px;
}

.scooker-btn a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    padding: 0 15px 0 44px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: 10px 4px #3c8855;
    background-image: url(../images/scooker-pay.png);
    background-color: #9c884e;
    color: #FFF;
}

.scooker-btn a:hover {
    background-color: #9c884e;
}

.scooker-main .detail-img {
    border: 0;
    background: transparent;
}

.scooker-main .big-holder {
    border: 0;
    background: transparent;
}

/* 购物车页面 */
.cart-main {
    border: 1px solid #ddd;
    border-top: 0;
}

.cart-header {
    line-height: 34px;
    height: 34px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.cart-checkbox {
    padding: 0 110px 0 20px;
    float: left;
}

.cart-goods {
    float: left;
    width: 378px;
    text-align: center;
}

.cart-price {
    float: left;
    width: 180px;
    text-align: center;
}

.cart-num {
    float: left;
    width: 120px;
    text-align: center;
}

.cart-ope {
    float: left;
    width: 120px;
    text-align: center;
}

.cart-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.cart-check {
    float: left;
    height: 100%;
    width: 158px;
    padding-left: 20px;
}

.cart-img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    margin-left: 15px;
}

.cart-img {
    width: 100px;
    height: 78px;
    border: 1px solid #ddd;
}

.cart-name {
    float: left;
    width: 378px;
    line-height: 20px;
    padding-top: 30px;
}

.cart-name a {
    color: #36ac5c;
}

.cart-name a:hover {
    text-decoration: underline;
}

.cart-item-price {
    color: #666;
    float: left;
    width: 180px;
    text-align: center;
}

.cart-item-num {
    float: left;
    margin-top: 30px;
    width: 120px;
    text-align: center;
}

.cart-item-ope {
    float: left;
    width: 120px;
    text-align: center;
}

.cart-item-ope a {
    color: #36ac5c;
}

.cart-item-ope a:hover {
    text-decoration: underline;
}

.cart-stat {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
}

.cart-sel {
    background-color: #FFFDEE !important;
}

.cart-delall {
    color: #36ac5c;
    float: left;
}

.cart-delall:hover {
    text-decoration: underline;
}

.cart-delall b {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 4px;
    vertical-align: top;
    margin-top: 12px;
    *margin-top: 6px;
    width: 9px;
    height: 9px;
    background: url(images/cart.gif) no-repeat 0 0 transparent;
}

.cart-all-price {
    float: right;
    color: #666;
    margin-left: 50px;
}

.cart-all-num {
    float: right;
    color: #666;
}

.cart-all-num i {
    color: #E4393C;
    font-family: Verdana, Arial;
}

.cart-total {
    padding: 10px;
    background-color: #F7F7F7;
    line-height: 30px;
}

.cart-total .total {
    float: right;
    width: 280px;
}

.cart-total .num {
    float: right;
    color: #E4393C;
    font-size: 20px;
    font-family: Verdana, Arial;
    font-weight: 400;
}

.cart-pay {
    padding-top: 25px;
}

.cart-pay a {
    display: block;
    float: right;
    width: 135px;
    height: 36px;
    background: url(images/btn-check.jpg) no-repeat 0 0 transparent;
}

.cart-pay a:hover {
    background-position: 0 -36px;
}

/* 核对订单信息 */
.check-main {
    border: 1px solid #DDD;
    border-top: 0;
    font-family: Arial, Verdana;
}

.check-addr {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.check-title {
    margin-bottom: 10px;
}

.check-title a {
    color: #36ac5c;
    font-size: 12px;
    margin-left: 20px;
}

.check-title a:hover {
    text-decoration: underline;
}

.check-addr-ok,
.check-invoice-ok {
    padding: 0 20px 10px;
    font-size: 12px;
    color: #666;
}

.check-addr-new,
.check-invoice-new {
    border: 2px solid #F60;
    margin: -1px;
    padding: 10px 20px;
}

.check-send {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.check-send label {
    display: block;
    font-size: 13px;
    color: #666;
}

.check-send .check-title {
    margin-bottom: 10px;
}

.check-invoice {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.check-list {
    padding: 10px 20px;
}

.check-table {
    padding: 0 40px;
}

.table-check th {
    line-height: 28px;
    font-weight: normal;
    background-color: #EEE;
}

.table-check td {
    padding: 10px;
    border-bottom: 1px dashed #ddd;
    line-height: 60px;
    text-align: center;
}

.table-check .th2 {
    width: 140px;
}

.table-check .th3 {
    width: 110px;
}

.table-check .th4 {
    width: 110px;
}

.table-img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.table-img img {
    width: 74px;
    height: 60px;
    border: 1px solid #ddd;
}

.table-name {
    margin-left: 20px;
    color: #36ac5c;
}

.table-name:hover {
    text-decoration: underline;
}

.rig-name {
    color: #36ac5c;
}

.rig-name:hover {
    text-decoration: underline;
}

.table-check .goods {
    text-align: left;
}

.check-stat {
    text-align: right;
    padding: 10px 0 30px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
}

.check-cash {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 120px;
}

.check-label .num {
    color: #E4393C;
    font-family: Verdana, Arial;
    margin-right: 2px;
}

.check-submit {
    background-color: #f5f5f5;
    padding: 8px 20px;
    text-align: right;
}

.check-submit .total {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    line-height: 36px;
    font-weight: 700;
    padding-right: 20px;
}

.check-submit .total strong {
    color: #E4393C;
    font-size: 20px;
    font-weight: 400;
}

.check-btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 135px;
    height: 36px;
    background: url(images/btn-submit.jpg) no-repeat 0 0 transparent;
}

.check-btn:hover {
    background-position: 0 -36px;
}

.checked-main {
    padding: 10px 20px;
    font-size: 12px;
}

.checked-add-item,
.checked-addr-ok {
    height: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    overflow: hidden;
    color: #666;
}

.checked-add-item input[type="radio"],
.checked-addr-ok input[type="radio"] {
    vertical-align: middle;
    margin: 0;
    margin-left: 6px;
}

.checked-addr-ok:hover,
.checked-add-item-ed {
    background-color: #FFF4D3;
}

.checked-addr-ok .ope {
    display: none;
    margin-left: 15px;
    color: #333;
}

.checked-addr-ok .ope a {
    color: #005EA7;
}

.checked-addr-ok .ope a:hover {
    text-decoration: underline;
}

.checked-addr-ok:hover .ope {
    display: inline;
}

.checked-new {
    color: #666;
    font-size: 12px;
    padding: 0 10px;
}

.checked-new input[type="text"] {
    padding: 3px 6px;
    vertical-align: top;
}

.checked-label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    line-height: 26px;
    height: 26px;
    width: 90px;
    text-align: right;
}

.checked-new .item {
    line-height: 26px;
    padding: 4px 0;
    border: 1px solid transparent;
}

.checked-label i {
    color: #F60;
    font-family: sans-serif;
    margin-right: 6px;
}

.checked-new .item-error {
    border: 1px solid #DB9A9A;
    background-color: #FFE8E8;
}

.error-tip {
    color: #C00;
    display: none;
}

.checked-new .item-error .error-tip {
    display: inline;
}

.checked-btn {
    padding-top: 10px;
}

.checked-btn .goods-btn {
    float: none;
    font-size: 13px;
}

.invoice-main {
    font-size: 12px;
    color: #666;
    padding: 0 20px;
}

.invoice-new {
    padding: 10px 20px 0;
}

.invoice-new label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    line-height: 26px;
    height: 26px;
}

.invoice-new input[type="text"] {
    padding: 3px 6px;
    vertical-align: top;
    margin-left: 10px;
}

/* 付款页面 */
.pay-suc {
    padding: 20px 20px 20px 46px;
    margin-bottom: 15px;
    background: url(images/icon-succ.png) no-repeat 24px 23px #F3FDED;
}

.pay-suc h3 {
    color: #7ABD54;
    float: left;
}

.list-orderinfo {
    font-size: 13px;
    margin-left: 20px;
    float: left;
}

.list-orderinfo li {
    border-right: 1px solid #CCC;
    margin-right: 7px;
    padding-right: 7px;
    float: left;
}

.list-orderinfo li.li-last {
    border-right: 0;
}

.list-orderinfo .ftx-01 {
    color: #E4393C;
}

.mb-tip {
    color: #999;
}

.mb-tip .ftx-04 {
    color: #F60;
}

.pay-holder {
    padding-top: 38px;
    position: relative;
}

.pay-content {
    border: 2px solid #EDD28B;
    background-color: #FFFDEE;
    padding: 20px;
}

.pay-tab {}

.pay-tab li {
    float: left;
    padding-left: 24px;
    padding-right: 24px;
    font: 18px/29px "microsoft yahei";
    border-right: 1px solid #DDD;
    color: #666;
    cursor: default;
}

.pay-tab li.sel {
    border: solid #EDD28B;
    border-width: 2px 2px 0;
    height: 38px;
    background-color: #FFFDEE;
    margin-top: -8px;
    line-height: 37px;
    color: #FF6600;
    margin-bottom: -1px;
    position: relative;
    margin-left: -1px;
    -webkit-box-shadow: 1px 0 0 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 1px 0 0 rgba(0, 0, 0, .15);
    box-shadow: 2px -1px 2px 0 rgba(0, 0, 0, .15);
}

.pay-title {
    background-color: #F7F7F7;
    border: solid #DDD;
    border-width: 1px 1px 0;
    height: 30px;
    line-height: 30px;
    overflow: visible;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
}

.pay-item h5 {
    margin-bottom: 15px;
    font-size: 13px;
}

.list-bank li {
    border: 1px solid #DDD;
    background-color: #FFF;
    float: left;
    padding: 6px;
    width: 210px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.list-bank input[type="radio"] {
    margin: 7px 11px 0 6px;
    padding: 0;
    vertical-align: top;
}

.list-bank li.sel {
    border: 2px solid #E4393C;
    padding: 5px;
}

.pay-suc-btn {
    padding-top: 15px;
}

.pay-suc-btn a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 134px;
    height: 37px;
    background: url(images/btn-next01.png) no-repeat;
}

.pay-suc-btn a:hover {
    background-position: 0 -38px;
}


/*	各种icon	*/
.icon-drop {
    cursor: pointer;
    border-width: 4px 4px 0;
    border-style: solid dashed dashed;
    border-color: #999 transparent transparent;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 6px;
}

.icon-right {
    cursor: pointer;
    border-width: 5px 0 5px 6px;
    border-style: dashed solid dashed dashed;
    border-color: transparent;
    border-left-color: #bdbdbd;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -5px;
    right: 15px;
}

.icon-orders-ok {
    display: block;
    width: 51px;
    height: 46px;
    float: left;
    margin-right: 10px;
    background-image: url(images/orders-success.png);
}

.icon-basket,
.icon-star {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    background: url(images/orders-success.png) no-repeat 0 -70px transparent;
}

.icon-star {
    background-position: 0 -100px;
    margin-left: 20px;
}

.icon-square {
    position: absolute;
    left: 0;
    top: 11px;
    width: 0;
    height: 0;
    border: 2px solid #333;
}

.icon-capacity {
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    background-color: #9c884e;
    color: #FFF;
    padding: 0 4px;
    border-radius: 3px;
}

.icon-capacity em {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-style: dashed;
    border-width: 4px 5px 0;
    border-color: #9c884e transparent transparent;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination a {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.pagination a.active {
    background-color: #ccc;
}