﻿@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ul, li, ol, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    height: 100%;
}

body {
    font: 12px/1.5 ROBOTO, Helvetica, Tahoma, Arial, "Microsoft YaHei";
    color: #000;
    height: 100%;
    background-color: #fff;
}

/*字体*/
@font-face {
    font-family: 'ROBOTO';
    src: url('fonts/ROBOTO/roboto.eot');
    src: url('fonts/ROBOTO/roboto.eot?#iefix') format('embedded-opentype'), url('fonts/ROBOTO/roboto.woff2') format('woff2'), url('fonts/ROBOTO/roboto.woff2') format('woff2'), url('/fonts/ROBOTO/roboto.svg#arnold_2.1regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, ::after, ::before {
    box-sizing: content-box
}

/*bootstrap*/
/**{box-sizing:border-box}*/
.pull-left {
    float: left !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
        padding: 0;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

/*bootstrap*/

address, cite, dfn, em, var, i {
    font-style: normal;
}

input, button, textarea {
    font-family: ROBOTO, Helvetica, Tahoma, Arial;
}

/*body,div,p{word-wrap:break-word;box-sizing:content-box!important}*/
small {
    font-size: 12px;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

ul, ol, li {
    list-style: none;
}

a {
    color: #2192d9;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #FF9900;
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    word-wrap: break-word;
    word-break: break-all;
}

input, select {
    margin: 0;
}

select {
    padding: 0;
    border: none;
}

input[type="text"] {
    -webkit-appearance: none;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.noborder {
    border: 0;
}

.undis {
    display: none;
}

.dis, .show {
    display: block;
}

.inline-block {
    display: inline-block;
}

.clear, .cfix, .clearfix {
    zoom: 1;
}

.clear:after, .cfix:after, .clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.verticaltop {
    vertical-align: top;
}

.txt-l {
    text-align: left;
}

.txt-c {
    text-align: center;
}

.txt-r {
    text-align: right;
}

.nowrap {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.b-bradius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.no-border {
    border: 0 !important;
}

.w1360 {
    width: auto;
    padding: 0 20px;
    min-width: 1360px
}

.w1180 {
    width: 1300px;
    margin: auto
}

.w180 {
    width: 180px;
}

.w280 {
    width: 280px;
}

.h36 {
    height: 36px;
    line-height: 36px;
}

/*.line-wrap{min-width:1300px;}*/
.bg_ico {
    background: url(../img/orderonline/jijia_ico.png) no-repeat 0 0
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb10 {
    margin-bottom: 10px
}

.mb60 {
    margin-bottom: 60px
}

.mr20 {
    margin-right: 20px
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pt40 {
    padding-top: 40px;
}

.ml10 {
    margin-left: 10px;
}

.f36 {
    font-size: 36px
}

.f26 {
    font-size: 26px
}

.f24 {
    font-size: 24px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f28 {
    font-size: 28px
}

.f40 {
    font-size: 40px
}

.gray {
    color: #999
}

.blue {
    color: #2192d9 !important;
}

.yellow, .red {
    color: #f90
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

.color-f00 {
    color: #f00;
}

.cl-b4b4b4 {
    color: #b4b4b4;
}

.cl-8d8d8d {
    color: #8d8d8d;
}

.cl-909090 {
    color: #909090;
}

.cl-959595 {
    color: #959595;
}

.cl-b29a7a {
    color: #b29a7a;
}

.black {
    color: #000;
}

.text-center {
    text-align: center;
}

.not-allowed {
    cursor: not-allowed !important;
}

.not-selectable {
    background-color: #eee;
    color: #bbb !important;
    cursor: not-allowed !important;
}

.pointer {
    cursor: pointer;
}

.btn-order-now {
    color: #b29a7a;
    padding: 4px 10px;
    text-align: center;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-order-now:hover, .btn-order-now:focus {
    background-color: #f90;
    color: #fff;
    border-color: #f90;
    text-decoration: none;
}

.w1181 {
    width: 1300px;
    margin: 0px auto;
}

.util-clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.rightjj {
    position: fixed;
    right: 0;
    top: 40%
}

.rightjj a {
    background: #FF9900;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 6px 0 0 6px;
}

.rightjj a i {
    display: inline-block;
    width: 49px;
    height: 40px;
    background-position: -81px -81px;
    margin: 10px 0 0 5px
}

/*.top-nav li a:hover,.fotlink dd a:hover,.header .header-car a:hover{color: #ff9900;}*/
.top-nav li a:hover {
    text-decoration: underline;
}

.i-delimit, .i-arr-dropdown, .i-ico {
    background-image: url('../img/orderonline/jijia_ico.png');
    background-repeat: no-repeat;
    vertical-align: inherit;
    display: inline-block;
}

.top-nav .item-l a {
    text-decoration: underline;
}

.top-nav .item-l img {
    margin-right: 6px;
    margin-left: 4px;
}

/*top-nav*/
.top-nav {
    width: 100%; /*height: 35px;*/
    border-bottom: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    position: relative;
    z-index: 15;
}

.top-nav .item-l {
    line-height: 36px;
}

.top-nav ul {
    margin-top: 1px;
}

.top-nav li {
    float: left;
    padding: 0 0 0 4px;
    position: relative;
}

.top-nav li .span, .top-nav .t_user, .top-nav .btn-message {
    line-height: 35px;
}

.top-nav li a {
    color: #666;
    text-decoration: none;
}

.top-nav li a:hover {
    text-decoration: underline;
}

.top-nav li.i-delimit {
    background-position: 0 -294px;
    width: 1px;
    height: 14px;
    margin-top: 10px;
    margin-left: 5px;
}

.top-nav li .i-arr-dropdown {
    background-position: -11px -294px;
    width: 8px;
    height: 4px;
    vertical-align: middle
}

.top-nav li.on {
    background-color: #fff;
    box-shadow: 0px 0 3px #999;
}

.top-nav li.t_user {
    margin-left: 4px;
}

.top-nav .t_user_box {
    width: 280px;
    top: 35px;
    right: 0;
    background: #fff;
    padding: 10px 0 6px;
    box-shadow: 2px 5px 5px #888;
    z-index: 10;
    display: none;
}

.top-nav .t_box_tit {
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.top-nav .t_box_tit p {
    font-size: 16px;
    color: #5f5f5f;
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
}

.top-nav .t_box_tit a {
    background: #fff0e6;
    border: 1px solid #ff9900;
    color: #ff9900;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
    text-decoration: none;
}

.top-nav .t_box_tit span {
    padding: 0 10px;
}

.top-nav .t_box_alist p.on {
    background: #f2f3f7;
    border-top: 1px solid #dae2ed;
    border-bottom: 1px solid #dae2ed;
    line-height: 32px;
    text-indent: 20px;
    display: block;
}

.top-nav .t_box_alist a {
    display: block;
    line-height: 32px;
    text-indent: 20px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
}

.top-nav .t_box_tit a:hover, .top-nav .t_box_tit a.on {
    background-color: #ff9900;
    color: #fff;
}

.top-nav .item-service a {
    font-size: 14px;
    height: 20px;
    margin-top: 7px;
    margin-left: 10px;
    text-decoration: none;
    line-height: 22px;
    padding: 0 8px;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

.top-nav .item-service a.on {
    color: #f90;
    border: 1px solid #f90;
}

.top-nav .item-service a.off {
    color: #999;
    border: 1px solid #ccc;
}

.top-nav .Explanation {
    margin-left: 6px;
    margin-top: 8px;
}

.top-nav .Explanation .bg_ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: 0 -81px;
}

.top-nav .Explanation .explanationDetails {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 20px;
    width: 250px;
    -webkit-box-shadow: 0 0 8px #aaa;
    -moz-box-shadow: 0 0 8px #aaa;
    box-shadow: 0 0 8px #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 10px;
    z-index: 120;
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.maskLayer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.b-box {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 1000;
}

.box-con {
    width: 450px;
    padding: 20px 30px 30px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-con ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 490px;
}

.box-con ul label {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    color: #333;
}

.box-con ul input, .box-con ul textarea {
    border: 1px solid #BDBDBD;
    color: #999999;
    display: block;
    font-size: 15px;
    font-style: normal;
    margin: 0 0 10px;
    padding: 4px;
    resize: none;
    width: 380px;
    border-radius: 4px;
}

.box-con .btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    cursor: pointer;
    border: 0;
    padding: 0 35px;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}

.box-con .btn-submit {
    background: #ff9900;
}

.box-con .btn-cancle {
    background: #999;
    margin-left: 10px;
}

.btn-message .i-ico {
    width: 13px;
    height: 13px;
    background-position: -103px -294px;
    vertical-align: middle;
    margin-right: 2px;
}

.box-hd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.box-hd .fl {
    width: 90px;
}

.box-hd img {
    width: 90px;
    height: auto;
}

.box-hd .fr {
    width: 340px;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 30px;
}

/*header*/
.header {
    padding: 10px 0;
    background-color: #fff;
    height: 58px;
    position: relative;
    z-index: 12;
}

.header .logo a {
    background: url('../img/orderonline/logo.png') no-repeat center;
    width: 228px;
    height: 18px;
    display: block;
    text-align: center;
    color: #666;
    padding-top: 40px;
    text-decoration: none;
    font-size: 12px;
}

.header .menutop {
    margin-left: 30px;
    margin-top: 17px;
    position: relative;
}

.header .menutop li {
    float: left;
}

.header .menutop a {
    height: 30px;
    font-size: 16px;
    margin: 0 6px;
    text-decoration: none;
    padding: 0 2px;
    display: block;
    color: #000;
}

#magic-line {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #f90;
    padding: 0 !important;
    text-decoration: none;
}

.header .menutop a .item-icon {
    vertical-align: baseline;
    margin-left: 2px;
}

.header .header-car {
    margin-top: 13px;
}

.header .header-car a {
    font-size: 14px;
    height: 36px;
    background-color: #fff;
    text-decoration: none;
    line-height: 36px;
    padding: 0 15px;
    color: #000;
    border: 1px solid #ddd;
    display: block;
}

.header .header-car a i {
    width: 24px;
    height: 23px;
    margin-top: 6px;
    background: url('../img/orderonline/jijia_ico.png') no-repeat -39px -294px;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    display: block;
}

.header .header-car a.h_car {
    position: relative;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.header .header-car a.h_order {
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*20170406 下拉导航*/
.header .dropDownNav .i-ico {
    width: 10px;
    height: 5px;
    background-position: -99px -709px;
    margin-left: 4px;
    vertical-align: middle;
}

.header .secondNav {
    background-color: #fff;
    box-shadow: 0 0 10px #888;
    position: absolute;
    top: 30px;
    left: 56px;
    z-index: 12;
}

.header .secondNav dd a {
    height: 35px;
    line-height: 35px;
    width: 180px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    display: block;
}

.header .secondNav dd a:hover {
    color: #f90;
}

.header .secondNav dd.on a {
    color: #f90;
    font-weight: 700;
}

.header .secondNav i {
    width: 20px;
    height: 20px;
    background-image: url('/Content/img/orderonline/icon_online.png');
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: 6px;
    display: inline-block;
}

.header .secondNav .ico_quote01 {
    background-position: -59px 0px;
}

.header .secondNav .ico_quote02 {
    background-position: -59px -20px;
}

.header .secondNav .ico_quote03 {
    background-position: -59px -40px;
}

.header .secondNav .ico_quote04 {
    background-position: -59px -80px;
}

.header .secondNav .ico_quote05 {
    background-position: -59px -60px;
}

.header .secondNav .new_quote {
    width: 23px;
    height: 16px;
    background-position: -59px -108px;
    margin-right: 0;
    position: absolute;
    right: -26px;
    top: -8px;
}

.quote-hot {
    position: absolute;
    top: 7px;
    right: 24px;
}

.shadow-box {
    width: 100%;
    height: 5px;
    background: url('../img/orderonline/shadow_bg.gif') repeat-x;
}

/*footer*/
.footer {
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.fotlink {
    width: 100%;
}

zhen
.fotlink dl {
    float: left;
    width: 20%;
    text-indent: 68px;
}

.fotlink dt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.fotlink dd a {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.footbox {
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.footbox span {
    font-size: 14px;
    color: #666;
}

.footbox01 {
    margin: 15px 0
}

.contactus {
    text-align: center
}

.followus a.followus-icon {
    height: 22px;
    margin-left: 5px;
    vertical-align: middle;
    background-image: url('../img/orderonline/jijia_ico.png');
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
}

.followus a.facebook {
    width: 19px;
    background-position: 0 -330px;
}

.followus a.twitter {
    width: 19px;
    background-position: -32px -330px;
}

.followus a.youtube {
    width: 15px;
    background-position: -65px -330px;
}

.followus a.sns-in {
    width: 17px;
    background-position: -98px -330px;
}

.followus a.plus-google {
    width: 22px;
    height: 19px;
    background-position: -132px -330px;
}

.footbox01 p, .footbox01 span, .footbox02 p {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 20px;
}

.footbox01 a, .footbox02 a {
    color: #666;
}

.footer_ios {
    width: 900px;
    margin: 20px auto 0px;
}

[name=google_conversion_frame] {
    display: none;
}

/* 兼容ie6位置fixed问题 */
#scrolldiv {
    width: 62px;
    height: 50px;
    right: 50px;
    bottom: 80px;
    cursor: pointer;
    position: fixed;
    display: none;
    background: url("../img/top.png");
    z-index: 20;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 40px;
}

/*20160929*/
.notic {
    color: #000000;
    line-height: 16px;
    width: 100%;
    background-color: #fffaf1;
    padding-bottom: 15px;
}

.notic .n_con {
    padding-top: 10px;
}

.notic .h_close {
    position: absolute;
    top: 0;
    right: 0;
}

.notic b {
    font-weight: 700;
    color: #8a7048
}

.notic p span {
    font-size: 14px;
    font-weight: 600;
    color: #f90;
}

.notic a {
    color: #000;
    text-decoration: underline
}

/*20170302 bootstrap 分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.top-nav .t_box_tit a:hover {
    background-color: #ffad33;
}

/*重定义*/
.pagination > li > a, .pagination > li > span {
    color: #333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #f90;
    border: 1px solid #f90;
}

/*2017421 Message 未读消息提示*/
.tips-numbox {
    margin-left: 6px;
    margin-top: 8px;
}

.tips-num {
    height: 18px;
    min-width: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #f90;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

.no-message a {
    background-color: #ccc;
}

.tips-numbox .i-ico {
    position: absolute;
    top: 18px;
    left: 4px;
    width: 7px;
    height: 4px;
    background: url('../img/orderonline/jijia_ico.png') no-repeat -8px -836px;
}

.no-message .i-ico {
    background-position: 0 -836px;
}

/*20170509 顶部提示*/
.top-tips {
    width: 100%;
}

.top-tips a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    overflow: hidden;
}

/*owl-carousel 切换基本样式*/
.owl-theme .owl-controls {
    text-align: center;
}

.owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #999;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #c2c2c2;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #c2c2c2;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #f60;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url('/Content/img/orderonline/AjaxLoader.gif') no-repeat center center
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 96%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url('/Content/img/orderonline/grabbing.png') 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 80px;
    width: 30px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font: 60px/60px "宋体";
    background-color: transparent;
    overflow: hidden;
    _display: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "<";
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: ">";
}

/*20171012 新版*/
.f30 {
    font-size: 30px;
}

.new-ico {
    background-image: url('/img/img/icons180822.png');
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    display: inline-block;
}

.ico-calculator {
    width: 17px;
    height: 21px;
    background-position: -30px 0;
}

.ico-cart {
    width: 20px;
    height: 20px;
    background-position: -60px 0;
}

.ico-customerservice {
    width: 22px;
    height: 22px;
    background-position: -250px -40px;
    vertical-align: middle;
}

.white {
    color: #ffffff;
}

.cl-936c30 {
    color: #936c30;
}

.cl-a78732 {
    color: #a78732;
}

.cl-a8a8a8 {
    color: #a8a8a8;
}

.cl-b8a87e {
    color: #b8a87e;
}

.cl-464646 {
    color: #464646;
}

.cl-5e5e5e {
    color: #5e5e5e;
}

.cl-626262 {
    color: #626262;
}

.cl-696969 {
    color: #696969;
}

.cl-6a6a6a {
    color: #6a6a6a;
}

.cl-737373 {
    color: #737373;
}

.cl-7c7c7c {
    color: #7c7c7c;
}

.cl-868686 {
    color: #868686;
}

.cl-9f9f9f {
    color: #9f9f9f;
}

.cl-f90 {
    color: #f90;
}

.cl-d5ad70 {
    color: #d5ad70;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb50 {
    margin-bottom: 50px;
}

/*头部*/
.topbar, .header {
    width: 100%; /*height: 96px;*/
    background-color: #7b5822;
    border-bottom: 1px solid #8a7048;
    transition: background .3s cubic-bezier(0, 0, .2, 1) .15s;
}

.topbar.active, .header.active {
    background-color: #3c3c3c;
    border-bottom-color: #4d4d4d;
    transition: background .3s cubic-bezier(0, 0, .2, 1) 0ms;
}

.topbar.active .top-nav {
    border-bottom-color: #4d4d4d;
}

.topbar .logo {
    margin-top: 9px;
}

.topbar .logo:hover, .header-right .salesteam:hover {
    text-decoration: none;
}

.header-right .salesteam:hover span {
    text-decoration: underline;
}

.header .hot-ico {
    position: absolute;
    top: -10px;
    right: -12px;
    width: 23px;
    height: 16px;
    background-position: 0 0;
}

.header-right {
    position: absolute;
    top: 0;
    right: 29px;
    z-index: 8;
}

.header-right dd {
    float: left;
    margin-left: 24px;
}

.header-right a {
    line-height: 54px;
}

.headercar {
    display: block;
    width: 140px;
    height: 55px;
    text-align: center;
    background-color: #ff9900;
}

.headercar em {
    position: absolute;
    top: 9px;
    left: 50px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.headercar:hover {
    background-color: #ffad33;
}

.headercar span {
    display: inline-block;
    text-indent: 12px;
}

/*重定义*/
.top-nav {
    width: auto; /*height: 40px;*/
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    border-bottom-color: #8a7048;
}

.top-nav li a.white {
    color: #ffffff !important;
    font-size: 14px
}

.top-nav li.on a.white {
    color: #f90 !important;
}

.top-nav li .span, .top-nav .t_user, .top-nav .btn-message {
    line-height: 40px;
}

.top-nav li.i-delimit {
    margin-top: 13px;
}

.btn-message .i-ico {
    background: url('../img/icons.png') no-repeat -250px 0;
}

.header {
    background-color: #7b5822;
    padding: 0;
    height: 55px;
}

.header .menutop {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    z-index: 6;
}

.header .menutop li {
    margin-top: 17px;
    padding-left: 20px;
    margin-right: 4px;
}

.header .menutop a {
    height: 36px;
    color: #ffffff;
    margin: 0;
}

#magic-line {
    top: 36px;
    z-index: 4;
}

.header .secondNav {
    top: 56px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #2b2b2b;
    box-shadow: none;
}

.header .secondNav dd {
    float: left;
}

.header .secondNav dd a {
    width: auto;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
}

.header .secondNav dd a:hover {
    color: #ff9900;
    background-color: transparent;
}

/*new-footer*/
.new-footer {
    background-color: #f1f1f1;
    padding: 25px 0;
}

.bottom-navigation {
    width: 810px;
    padding: 10px 0 0px 70px;
    border-right: 1px solid #d7d7d7;
}

.bottom-navigation dl {
    float: left;
    width: 20%;
}

.contact-mail {
    width: 419px;
    margin-top: 13px;
    text-align: center;
}

.contact-mail .new-ico {
    width: 58px;
    height: 38px;
    background-position: -200px -90px;
}

/*重定义*/
.footbox {
    margin-top: 0;
    padding-left: 25px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.followus a.followus-icon {
    height: 22px;
    background-image: url('../img/shareicon2.png');
    background-size: 630%;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.followus a.twitter {
    width: 22px;
    background-position: -47px 0px;
}

.followus a.facebook {
    width: 22px;
    background-position: 2px 0px;
}

.followus a.youtube {
    width: 22px;
    background-position: -93px -0px;
}

.followus a.plus-google {
    width: 22px;
    background-position: -70px 0px;
}

.followus a.instagram {
    width: 22px;
    background-position: -22px -0px;
}

.followus a.instagram {
    width: 22px;
    background-position: -22px -0px;
}

.followus a.linkedin {
    width: 22px;
    background-position: -96px -36px;
}

.followus a.tumblr {
    width: 22px;
    background-position: -118px -36px;
}

.followus a.followus-icon:hover {
    transform: translateY(-3px);
}

/*评分*/
.score {
    width: 80px;
    height: 15px;
    background: url("../img/icons.png") no-repeat -160px -55px;
}

.score i {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    background-position: -160px -40px;
}

.text-center {
    text-align: center;
}

.btn-comm {
    padding: 6px 10px;
    background-color: #f90;
    text-align: center;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

.btn-comm:hover {
    background-color: #ffad33;
}

.btn-d5ad70 {
    background-color: #d5ad70;
    color: #fff;
}

.btn-d5ad70:hover, .btn-d5ad70:focus {
    background-color: #f90;
    color: #fff;
}

/*animation*/
@-webkit-keyframes mymove {
    from {
        top: 0px;
    }
    to {
        top: 5px;
    }
}

@-moz-keyframes mymove {
    from {
        top: 0px;
    }
    to {
        top: 5px;
    }
}

@-ms-keyframes mymove {
    from {
        top: 0px;
    }
    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: 0px;
    }
    to {
        top: 5px;
    }
}

/*20180604 layer重定义*/
.layui-layer-hui .layui-layer-content {
    text-align: left !important;
}

/*20180606 三级导航*/
.header .capDropDownlist {
    position: absolute;
    top: 56px;
}

.header .capDropDownlist dd {
    position: relative;
    background-color: #f3f3f3;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.header .capDropDownlist dd a {
    z-index: 98;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    border-top: 1px solid #e6e6e6;
}

.header .capDropDownlist .capDropDownlist-arrow {
    position: absolute;
    right: 10px;
    top: 13px;
}

.header .capDropDownlist dd a:hover, .header .capDropDownlist dd a.hover {
    background-color: #fff;
    color: #f90;
}

.header .capDropDownlist .secondNavList {
    width: 200px;
}

.header .capDropDownlist .thirdNavList {
    position: absolute;
    top: 0px;
    left: 239px;
    z-index: 97;
    width: 220px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.header .capDropDownlist .thirdNavList .item a {
    width: 180px;
    border-top: 0;
}

.header .capDropDownlist .bottom-fillet {
    width: 240px;
    height: 4px;
    border-bottom: none;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    overflow: hidden;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rightsidebar {
    position: fixed;
    top: 20%;
    right: 20px;
    z-index: 99999;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 8px #aaa;
    box-shadow: 0px 0px 8px #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sidebar-tab {
    position: relative;
    cursor: pointer;
}

.sidebar-tab:hover {
    background-color: #f90;
}

.sidebar-tab-avatar {
    padding: 10px;
}

.sidebar-tab-avatar .avatar-img {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.sidebar-tab-tip {
    position: absolute;
    top: 15px;
    right: 72px;
    width: 153px;
    opacity: 0;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding-right: 7px;
    background: url("/img/img/icons_sidebar.png") no-repeat 0 -45px;
}

.sidebar-tab-tip .item-con {
    display: block;
    width: 130px;
    padding-left: 3px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #494949;
    border-width: 1px 0 1px 1px;
    border-color: #a3a3a3;
    border-style: solid;
}

.rightsidebar .icon-sidebar {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 10px;
    background-image: url('/img/img/icons_sidebar.png');
    background-repeat: no-repeat;
}

.sidebar-tab-tip .icon-sidebar {
    width: 16px;
    height: 35px;
    padding: 0;
    background-position: 0 -320px;
}

.rightsidebar .icon-sidebar-email {
    background-position: 10px -10px
}

.rightsidebar .icon-sidebar-tel {
    background-position: 10px -170px;
}

.rightsidebar .icon-sidebar-skype {
    background-position: 10px -250px;
}

.rightsidebar .icon-sidebar-quotebysales {
    background-position: 10px -90px;
}

/*20180814*/
.cl-999 {
    color: #999;
}

.order-step-list {
    margin-top: 20px;
    margin-left: 20px;
}

.order-step-list li {
    float: left;
}

.order-step-list .icon-step {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/img/img/icon_step0814.png");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.order-step-list .icon-step-quotationcurrent, .step-list .step-quotation:hover .icon-step-quotation {
    background-position: 0 0;
}

.order-step-list .icon-step-quotation {
    background-position: -240px 0;
}

.order-step-list .icon-step-cart {
    background-position: -30px 0;
}

.order-step-list .step-cart:hover .icon-step-cart {
    background-position: -270px 0;
}

.order-step-list .icon-step-uploadfile {
    background-position: -60px 0;
}

.order-step-list .icon-step-filereview {
    background-position: -90px 0;
}

.order-step-list .icon-step-payment {
    background-position: -120px 0;
}

.order-step-list .icon-step-fabrication {
    background-position: -150px 0;
}

.order-step-list .icon-step-ship {
    background-position: -180px 0;
}

.order-step-list .icon-step-confirmrecevied {
    background-position: -210px 0;
}

.order-step-list .dividing-line {
    width: 40px;
    height: 2px;
    background-color: #dcdcdc;
    margin-top: 14px;
    margin-left: 6px;
    margin-right: 6px;
}

.order-step-list .dividing-line.current {
    background-color: #f90;
}

/*20180918修改*/
.language-box a.span {
    display: block;
    background: url(../img/orderonline/icon_ditu1.png) no-repeat 10px center;
    width: 48px;
    height: 37px;
}

.language-box a.current {
    background: #fff url(../img/orderonline/icon_ditu1.png) no-repeat 10px center;
}

.language-box a.span i {
    margin-left: 37px;
}

.language-box a.current .i-arr-dropdown {
    background-position: -98px -492px;
}

.language-qh {
    position: absolute;
    top: 30px;
    left: -50px;
    display: none;
}

.language-qh-box {
    width: 102px;
    height: 61px;
    background: #fff;
    border-radius: 4px 0 4px 4px;
}

.language-qh .language1 {
    display: block;
    padding-left: 35px;
    background: url(../img/orderonline/icon_ditu1.png) no-repeat 10px center;
    line-height: 30px;
}

.language-qh .language2 {
    display: block;
    padding-left: 35px;
    background: url(../img/orderonline/icon_ditu2.png) no-repeat 10px center;
    line-height: 30px;
}

/*20181205注册的金币*/
.ico-redpacket {
    position: absolute;
    left: 50%;
    top: -17px;
    margin-left: -38px;
    width: 55px;
    height: 70px;
    background: url('../img/tab-goldcoin.png') no-repeat;
    -webkit-animation: mymove 2s both linear infinite;

    -moz-animation: mymove 2s both linear infinite;

    -ms-animation: mymove 2s both linear infinite;

    animation: mymove 2s both linear infinite;
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0% {
        background-position: 0 -186px;
    }
    100% {
        background-position: 0 214px;
    }
}

@-moz-keyframes mymove {
    0% {
        background-position: 0 -186px;
    }
    100% {
        background-position: 0 214px;
    }
}

@-ms-keyframes mymove {
    0% {
        background-position: 0 -186px;
    }
    100% {
        background-position: 0 214px;
    }
}

@keyframes mymove {
    0% {
        background-position: 0 -186px;
    }
    100% {
        background-position: 0 214px;
    }
}

/*圣诞节广告*/
.advers-banner {
    width: 100%;
    height: 80px;
    background: url(/Content/img/advers-banner.jpg) no-repeat center;
    position: relative;
}

.advers-banner b {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/Content/img/close-btn.png) no-repeat center;
    position: absolute;
    right: 88px;
    top: 10px;
    cursor: pointer;
}

.user-hd-r .clearfix a {
    color: black
}

/*base*/
.bg_ico {
    background: url(../img/orderonline/jijia_ico.png) no-repeat 0 0
}

.strong {
    font-weight: bold
}

.customer-reviews-list .item {
    width: 300px !important;
    float: left;
    margin: 0 12px;
    padding: 20px 0;
    background: #fbfbfb;
    border-radius: 10px
}

.bx-viewport {
    overflow: inherit !important
}

.bx-pager {
    display: none;
}

.bx-wrapper {
    position: relative;
}

.bx-prev {
    position: absolute;
    left: 30px;
    top: 110px;
    width: 50px;
    height: 98px;
    text-indent: 99999px;
    background: url(../img/anniu.png) no-repeat 0;
}

.bx-next {
    position: absolute;
    right: 35px;
    top: 110px;
    width: 50px;
    height: 98px;
    text-indent: 99999px;
    background: url(../img/anniu.png) no-repeat -200px;
}

/*响应式*/
.pointer {
    cursor: pointer;
}

.absolute {
    position: absolute;
}

.menu-toggle {
    color: #000;
    font-size: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 45px;
    height: 53px;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: #7b5822 url(../img/liebiao.png) no-repeat 50% 45%;
    background-size: 100%;
}

@media screen and (max-width: 1320px) {
    .bottom-navigation {
        width: 100% !important;
        border: 0;
        padding: 0;
    }

    .contact-mail {
        margin: auto;
        float: unset;
    }

    .w1180 {
        width: 100% !important
    }
}

@media screen and (max-width: 1204px) {
    .header {
        height: 110px;
    }

    .header .menutop {
        display: block
    }

    .header-right {
        top: 55px;
    }

    .parameter-configuration .item-show .active, .parameter-configuration .item-PCcon dl {
        width: 480px !important;
    }

    .bx-wrapper {
        overflow: hidden;
    }

    .customer-reviews-list .item {
        width: 22% !important;
    }

    .selfZone, .cart-total .con {
        width: 980px !important;
    }

    .cart-list .info_2, .cart-list dt .product-info {
        width: 210px !important
    }

    .cart-list .info_3, .cart-list dt .product-quantity {
        width: 150px !important
    }

    .cart-list .info_4, .cart-list dt .product-subtotal {
        width: 120px !important
    }
}

@media screen and (max-width: 768px) {

    .header-right {
        top: 0px;
    }

}

@media screen and (max-width: 823px) {
    /*.topbar ul{display:none}*/
    .topbar ul {
        float: left;
        display: block;
    }

    .mb20 > img {
        width: 260px
    }
}

@media screen and (max-width: 820px) {
    .top-nav {
        padding: 0;
    }

    .top-nav li.i-delimit {
        display: none
    }

}

@media screen and (max-width: 768px) {
    .header .menu-toggle {
        display: block;
    }

    .header {
        height: 55px;
    }

    .header .menutop {
        background: #7b5822;
        position: absolute;
        top: 55px;
        display: none;
    }

    .header .menutop li {
        float: none !important;
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-bottom: 1px solid #333;
        margin-top: 0;
    }

    #magic-line {
        display: none
    }
}

@media screen and (min-width: 769px) {
    .header .menu-toggle {
        display: none;
    }

    .header .menutop {
        display: block;
    }
}

@media screen and (max-width: 745px) {

    .topbar {
        height: 97px;
        padding: 0;
    }

}

@media screen and (max-width: 494px) {
    .bottom-navigation dl {
        width: 100% !important;
        text-align: center;
    }

    .footbox img:nth-of-type(2) {
        width: 100%
    }
}

@media screen and (max-width: 320px) {
    .topbar {
        height: 120px;
    }

    .topbar span {
        display: block;
        margin: 15px 0 0 40px;
    }

    .topbar ul {
        margin-left: -40px;
    }
}

hyml, body {
    width: 100%;
    overflow-x: hidden
}

.header #menutop, .top-nav ul {
    margin-bottom: 0;
}

.filezone {
    word-break: break-all;
}

.capability-con table {
    border: 0 !important
}

.item-box h2 {
    border: 0 !important
}

/*.capability-con .item-box .customize .firstRow td {
    background: #f1f1f1 !important;
}*/
.capability-con .item-box .customize td {
    border: 1px solid #bebebe;
    line-height: 20px;
    padding: 2px 4px;
    font-size: 14px !important;
    /*border-left:1px solid #ccc !important;
     font-size:14px!important;
    border-right: 1px solid #ccc !important;
    color:#666668!important*/
}

.capability-con .item-box .customize td span, .capability-con .item-box .customize td p {
    font-size: 14px !important;
    font-family: ROBOTO, Helvetica, Tahoma, Arial, "Microsoft YaHei" !important;
}

/*.capability-con .item-box .customize .firstRow td span{color:#666668!important;}
.category-list.current dt,.category-list dt{    background-color: #9b7740!important;}
.category-list dt span{color:#fff!important}*/

@charset "utf-8";
.smtonline {
    background-color: #ececec;
    padding-top: 20px;
    padding-bottom: 100px;
}

.smtonline-options {
    width: 690px;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 25px;
}

.smtonline-box {
    padding-top: 20px;
    padding-bottom: 20px
}

.smtonline-results {
    width: 580px;
    padding-left: 35px;
    padding-right: 25px;
}

.smtonline-ico {
    background-position: -46px -12px;
    width: 17px;
    height: 21px;
    margin-right: 4px;
}

.online-quotes-input li input {
    width: 220px;
    padding: 0 46px 0 10px;
    height: 30px;
    line-height: 29px;
    color: #888;
}

.online-quotes-input li input, .online-quotes-input li select {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

.online-quotes-input li b {
    width: 40px;
    height: 28px;
    border-left: 1px solid #ccc;
    background: #efefef;
    color: #666;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -42px;
    margin-top: -4px;
    text-align: center;
    line-height: 28px;
    font-weight: normal;
}

.online-quotes-input li {
    margin-bottom: 15px;
}

.online-quotes-input li select {
    width: 220px;
    height: 30px;
    line-height: 30px;
    color: #666;
}

.online-quotes-input-row li input, .online-quotes-input-row li select {
    width: 120px;
}

.tooltip-arrow {
    border-top-color: #fff !important;
}

.option-choose .item {
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #666;
    border: 1px solid #e7e7e7;
    margin-right: 8px;
    font-weight: 400;
    cursor: pointer;
}

.option-choose .choose {
    border: 2px solid #f90;
    color: #000;
}

.form-col4 {
    padding: 5px 10px;
    border: 1px #ccc solid;
    color: #666;
}

.quotes-more-demand .title {
    width: 122px;
    text-align: left;
}

/*费用明细*/
.cost-details .jp-ico {
    width: 20px;
    height: 22px;
    background-position: -162px -34px;
}

.cost-details-list {
    width: 513px;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
}

.cost-details-list dt, .cost-details-list dd, .price-delivery-list dt {
    overflow: hidden;
}

.cost-details-list .ww {
    width: 160px;
    padding: 4px 8px;
    height: 30px;
    border-left: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    display: block;
}

.cost-details-list .title {
    width: 96px;
    background-color: #e1e1e1;
}

/*计价*/
.generate-quotes {
    border: 2px solid #f90;
    margin-bottom: 15px;
}

.generate-quotes-title ul.quote-price {
    background: #f90;
}

.generate-quotes-title ul.quote-price a {
    color: #fff;
}

.generate-quotes-title ul li {
    float: left;
    width: 25%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.generate-quotes-title ul li.current {
    background: #f90;
}

.generate-quotes-title ul li.current a {
    color: #fff;
}

.generate-quotes-title ul li a {
    display: inline-block;
    width: 100%;
    color: #666;
}

.generate-quotes-title ul li.on {
    border-bottom: 1px solid #34964e;
}

.generate-quotes-box {
    background: #fff5e7
}

.generate-quotes-box ul {
    padding: 12px 19px;
}

.generate-quotes-box ul li p {
    line-height: 20px;
    color: #666;
    display: inline-block;
    margin: 0;
}

.generate-quotes-box ul li p:first-child {
    width: 70%;
}

.generate-quotes-box ul li:last-child p {
    font-weight: bold;
}

.generate-quotes ul li:last-child {
    border: none;
}

.delivery-description a:hover {
    color: #f00;
    text-decoration: underline;
}

.express-selection .jp-ico {
    width: 38px;
    height: 16px;
    background-position: -162px -166px;
    margin-left: 10px;
}

/*交期*/
.pcb-time {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.pcb-time .item {
    width: 175px;
}

.pcb-time .jp-ico {
    width: 39px;
    height: 41px;
    margin-left: 10px;
    margin-right: 10px;
}

.pcb-time .expected-ship {
    background-position: -162px -188px;
}

.pcb-time .expected-arrival {
    background-position: -162px -231px;
}

.pcb-time .dividing-line {
    width: 17px;
    height: 50px;
    background-position: -162px -80px;
}

.pcb-time span {
    display: block;
}

/* 备注自定*/
.customize .customize-input {
    width: 187px;
}

.customize .title {
    line-height: 34px;
}

.add-cart {
    height: 38px;
    line-height: 38px;
    margin: 20px 4px 20px 6px;
    padding: 0px 30px;
}

.add-cart:active {
    font-size: 20px;
    padding: 0px 24px;
}

/*PCB价格和交期*/
.price-delivery-list dt {
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.price-delivery-list dd {
    height: 58px;
    line-height: 58px;
}

.price-delivery-list .w1 {
    width: 40%;
}

.price-delivery-list .w2 {
    width: 30%;
}

.price-delivery-list .w3 {
    width: 30%;
}

/*pcb,pcba和钢网*/
.quote-box {
    width: 1298px;
    padding: 15px 0;
    margin-bottom: 15px;
}

.tab-quote {
    width: 564px;
    margin: 0 auto 0px;
}

.tab-quote li {
    float: left;
    height: 50px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
    margin-right: 9px;
}

.tab-quote li a {
    font-size: 18px;
    color: #383838;
    display: block;
}

.tab-quote .i-ico {
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url('/Content/img/smt/icon_online.png');
    display: inline-block;
}

.tab-quote .ico-pcb {
    background-position: 0px 0px;
}

.tab-quote .ico-pcba {
    background-position: 0px -29px;
}

.tab-quote .ico-stencil {
    background-position: 0px -58px;
}

.tab-quote .ico-stencil {
    background-position: 0px -58px;
}

.tab-quote .ico-membrane {
    background-position: 0px -116px;
}

.tab-quote .ico-bom {
    background-position: 0px -87px;
}

.tab-quote li.active, .tab-quote li:hover {
    background-color: #f90;
}

.tab-quote li.active a, .tab-quote li:hover a {
    color: #fff;
    text-decoration: none;
}

.tab-quote li.active .ico-pcb, .tab-quote li:hover .ico-pcb {
    background-position: -29px 0px;
}

.tab-quote li.active .ico-pcba, .tab-quote li:hover .ico-pcba {
    background-position: -29px -29px;
}

.tab-quote li.active .ico-stencil, .tab-quote li:hover .ico-stencil {
    background-position: -29px -58px;
}

.tab-quote li.active .ico-bom, .tab-quote li:hover .ico-bom {
    background-position: -29px -87px;
}

/*查看更多工艺*/
.smt-moreadd {
    padding-left: 20px;
    height: 16px;
    background: url(/Content/img/smt/add.png) no-repeat left center;
}

.smt-morereduce {
    padding-left: 20px;
    height: 16px;
    background: url(/Content/img/smt/produce.png) no-repeat left center;
}

.quotes-more-demand-box {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}

.quotes-more-demand-box.hideCon {
    background: #f9f9f9;
}

.quotes-more-demand-box.showCon {
    background: #fff;
}

.quotes-more-demand-box h2 {
    display: inline-block;
}

.online-quotes-input-row li {
    margin-bottom: 18px;
}

.online-quotes-input-row {
    width: 525px;
    margin: auto;
}

.mr40 {
    margin-right: 40px;
}

/*充值*/
.recharge-box {
    padding: 20px 20px 30px;
}

.recharge-box h4 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 10px 0 12px;
}

.recharge-box label {
    width: 123px;
    color: #5d5d5d !important;
    font-size: 15px !important;
    display: inline-block;
    text-align: right;
    line-height: 45px;
}

.recharge-box input.inp-price, .takeout input.inp-price {
    border: 1px solid #c9c9c9;
    color: #936d51;
    font-size: 22px;
    width: 150px;
    margin-top: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    height: 20px;
    padding: 8px;
    background-color: #f0f0f0;
}

.recharge-box span {
    color: #5b5b5b;
    font-size: 30px;
    font-weight: 400;
    margin-left: 6px;
    margin-right: 6px;
}

.recharge-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.recharge-list a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 8px 16px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.recharge-list li.selected a {
    background-color: #fff7ec;
    border: 1px solid #f90;
}

.recharge-list a:hover {
    text-decoration: none;
}

.recharge-box .gift-amount {
    line-height: 45px;
}

/*加入购物车弹窗样式*/
.layui-layer-title {
    display: none;
}

.layui-layer-page .layui-layer-content {
    padding-top: 20px;
    padding-left: 10px;
}

.order-cart-title {
    height: 60px;
    margin-left: 40px;
}

.order-cart-title h2 {
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
}

.mt40 {
    margin-top: 40px;
}

.smtonline-con-titel li i.smtonline-con-item1 {
    background-image: url(/Content/img/evali-icon.png);
}

.smtonline-con-titel li i.smtonline-con-item3 {
    background-image: url(/Content/img/evali-icon.png);
}

.online-quotes-inputsmt {
    margin-top: 15px;
}

.online-quotes-inputsmt li input {
    width: 200px !important;
    padding: 0 10px;
    color: black;
}

.online-quotes-inputsmt li {
    width: 35%;
    margin-right: 5%;
    font-size: 14px;
}

.online-quotes-inputsmt2 li input {
    padding: 0;
}

.online-quotes-inputsmt2 .option-con {
    width: 120px
}

.first0 {
    height: 134px;
    border: 1px solid #e7e7e7;
    border-radius: 15px 15px 0 0;
    background: #f9f9f9;
}

.btn-first {
    width: 200px;
    height: 42px;
    border: 0;
    background: #f90;
    color: #fff !important;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    margin: 50px 38px;
}

.main-business-process {
    margin-top: -7px;
}

.btn-first:hover {
    background-color: #ffad33;
}

@media screen and (max-width: 750px) {
    .rightsidebar, .addthis-smartlayers {
        display: none !important
    }

    .contact-mail {
        width: 100%
    }
}