#banner {
    padding: 0 32px;
}

#banner .item > img {
    width: 100%;
    max-width: 100%;
}

#banner .flexslider {
    margin-bottom: 0;
    border: 0;
}

#banner .flex-direction-nav a {
    height: 48px;
    margin-top: -24px;
}

#banner .flex-active {
    background: #e94609;
}

#banner .flex-control-paging {
    position: absolute;
    bottom: 10px;
}

#list .flex-direction-nav a {
    height: 48px;
    margin-top: -24px;
}

#list section {
    position: relative;
    margin: 40px 20px 0;
    border: #e5e5e5 1px solid;
    border-radius: 4px;
    padding: 20px;
    background-color: #fdfdfd;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

#list section .arraw {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 167px;
    height: 123px;
    background: url(../images/arraw.png);
    overflow: hidden;
    font-size: 36px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    padding-left: 80px;
}

#list section .arraw span {
    position: relative;
}

#list section .arraw span:before {
    content: '$';
    position: absolute;
    left: -14px;
    top: 10px;
    font-size: 24px;
    line-height: 1;
}

#list .info blockquote {
    border-left-color: #e84709;
    padding: 0 20px;
    margin: 10px 0;
}

#list .info blockquote h2 {
    margin: 0;
    color: #000;
}

#list .info blockquote footer {
    margin-top: 0;
}

#list .info blockquote footer:before {
    content: '';
}

#list .info ul {
    height: 240px;
    min-height: 228px;
    overflow: auto;
    list-style: none;
    margin: 10px 20px 30px 0;
    padding: 0 10px 0 28px;
}


/* 
@media (min-width: 1200px) {
    #list .info ul {
        height: 330px;
    }
} */

#list .info li {
    padding: 12px 0;
    border-bottom: #ccc 1px solid;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#list .info li:before {
    font-family: "iconfont";
    content: '\e619';
    font-size: 12px;
    position: absolute;
    left: -24px;
    width: 20px;
    text-align: center;
    margin-right: 6px;
}

#list .info li:hover {
    color: #e84709;
    padding-left: 5px
}

#list .info p {
    padding-left: 20px;
}

#list .info p a {
    color: #000;
    text-decoration: none;
    margin-right: 20px;
}

#list .info p a:hover {
    text-decoration: underline;
}

#list .info p a:nth-child(2) .iconfont {
    color: #e3724b;
}

#list .info p a .iconfont {
    color: #47c4fe;
}

#list .info p a.btn {
    margin: -5px 0 0 0;
    color: #fff;
    border-radius: 5px;
}

.thumb .slides li {
    border: transparent 2px solid;
}

.thumb .slides .flex-active-slide {
    border: #e94609 2px solid;
}

.carousel .flex-viewport {
    border-bottom: #D2C6C1 2px solid;
}

#list .carousel .flex-direction-nav {
    display: none;
}

.silder .flexslider {
    margin-bottom: 10px;
}

#item {
    background: #ffffff;
}

#item .silder {
    margin-top: 16px;
}

#item .detail {
    margin-top: 20px;
    padding-left: 0;
}

#item .detail .panel-heading {
    font-size: 16px;
    line-height: 48px;
    color: #e94609;
    background: #FFF2E8;
}

#item .detail .panel-heading dt{
    height:48px;
    line-height: 48px;
}
#item .detail .panel-heading dd {
    height:48px;
    line-height: 48px;
    font-family: arial;
    font-size: 40px;
    font-weight: bolder;
    position: relative;
    padding-left: 20px;
    vertical-align:middle;
}

#item .detail .panel-heading span {
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 24px;
}



#item .detail .panel-heading.hasdiscount dt{
    width:118px;
}

#item .detail .panel-heading.hasdiscount dd{
    margin-left: 136px;
}


#item .detail .panel-heading.hasdiscount del{
    font-size: 24px;
    vertical-align: top;
    margin-left: -18px;
}

#item .detail .panel-body {
    background: #FFF9F5;
}

#item .detail dl{
    margin-bottom: 8px;
}
#item .detail dt {
    text-align: left;
    width: 96px;
    font-weight: normal;
    position: relative;
    padding: 2px 0;
    text-align: right;
    color: #888;
}

#item .detail dd {
    margin-left: 110px;
    padding: 2px 0;
}

#item .detail dd a {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
    color: #666666;
    padding: 4px 8px;
    border: #e5e5e5 1px solid;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#item .detail dd a:hover,
#item .detail dd a.active {
    background: #ffc96c;
}

#item .detail .counter {
    font-size: 12px;
    padding: 10px 0 0;
    border-top: 1px dotted #ddd;
}

#item .detail .counter span {
    margin: 0 10px;
}

#item .detail .btns{
    margin: 20px 0;
}

#item .detail .btns a {
    padding: 12px 16px;
    margin: 0 10px;
    height: 48px;
}

#item .detail .btns a:last-child {
    background: #DC2828;
}

#item .detail .destination {
    padding: 8px 0;
}

#item .detail .btns a.btn-default {
    color: #fff;
    background: #5a5a5a;
}


/* @media (min-width: 1200px) {
    #item .detail .btns a {
        margin: 0 20px;
        padding: 12px 32px;
    }
} */

#item .detail fieldset {
    border-top: #e0e0e0 1px solid;
    text-align: center;
}

#item .detail fieldset legend {
    padding: 10px 20px;
    width: auto;
    border: 0;
    color: #e94609;
    font-size: 14px;
    margin: 0;
}

#item .detail ul {
    max-height: 132px;
    overflow:auto;
    margin-bottom: 0;

}

#item .detail .fee{
    border-top: 1px dotted #ddd;
    margin-top: 12px;
}
#item .detail .fee .form-group{
    margin-bottom: 0;
}

#item .detail .fee label.col-sm-5{
    padding-right: 0;
    padding-top: 8px;
    text-align: right;
    color:#888;
    font-weight: normal;
}

#item .detail .feeshipping {
    display: inline-block;
    height: 34px;
    padding: 8px 12px 4px;
    color:#e94609;
    font-weight: bolder;
}

/* 
@media (min-width: 1200px) {
    #item .detail ul {
        height: 192px;
    }
} */

#item .detail li {
    padding:0 8px;
    list-style-image: url(../images/icon.png);
}

#item .related {
    margin-top: 20px;
}

#item .related h3 {
    margin: 0 -15px 20px;
    padding-left: 30px;
    background: #c5c5c5;
}

#item .related h3 span {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    background: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}

#item .related span:before {
    content: '';
    background: #e63d16;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    overflow: hidden;
}

#item .related .flexslider {
    margin: 0;
}

#item .related .slides a {
    display: block;
    position: relative;
    border: #ccc 1px solid;
}

#item .related .slides a div {
    text-align: center;
    background: rgba(23, 21, 48, 0.69);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
}

#item .related.show li {
    width: 180px;
    margin-right: 5px;
    display: block;
    float: left;
}

#item .row > h2 {
    margin: 0;
    padding: 20px;
    border-bottom: #e94609 4px solid;
}

#item .scrollspy {
    margin-top: 20px;
}

#item nav ul,
#item .affix-top,
#item .affix {
    background: #c5c5c5;
    width: 960px;
    top: 0;
    z-index: 4;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    padding-left: 30px;
    border-top: #fff 4px solid;
    border-bottom: none;
    height: 46px;
}

#item nav ul.nav-tabs > li > a,
#item .affix-top.nav-tabs > li > a,
#item .affix.nav-tabs > li > a {
    margin-right: 0;
    color: #666666;
    height: 42px;
    font-size: 16px;
}

#item .affix.nav-tabs > li {
    margin: 0;
}

#item nav ul.nav-tabs > li.active > a,
#item nav ul.nav-tabs > li.active > a:hover,
#item nav ul.nav-tabs > li.active > a:focus,
#item .affix-top.nav-tabs > li.active > a,
#item .affix-top.nav-tabs > li.active > a:hover,
#item .affix-top.nav-tabs > li.active > a:focus,
#item .affix.nav-tabs > li.active > a,
#item .affix.nav-tabs > li.active > a:hover,
#item .affix.nav-tabs > li.active > a:focus {
    position: relative;
    background: #ffffff;
    border: 0;
    font-weight: bolder;
}

#item nav ul.nav-tabs > li.active > a:before,
#item .affix-top.nav-tabs > li.active > a:before,
#item .affix.nav-tabs > li.active > a:before {
    content: '';
    background: #e63d16;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    overflow: hidden;
}

#item .affix-top li:first-child {
    background: #ffffff;
}

#item .affix-top li:first-child > a:before {
    content: '';
    background: #e63d16;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    overflow: hidden;
}

#item #detail,
#item #params,
#item #faq,
#item #consulting,
#item #other {
    padding-top: 46px;
}

#item #detail > h4,
#item #params > h4,
#item #faq > h4,
#item #consulting > h4,
#item #other > h4 {
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
    color: #e94609;
    font-weight: 700;
    border: 1px solid #D0D0d0;
    background-color: #E0E0E0;
    margin-left: -15px;
    margin-right: -15px;
}

#item #detail img {
    max-width: 100%;
}

#item #faq li {
    position: relative;
    list-style: none;
    padding: 8px;
}

#item #faq .well {
    border: 0;
}

#item #faq .order {
    position: absolute;
    top: 4px;
    left: -40px;
    font-size: 28px;
    color: #e94609;
}

#item #consulting .comment {
    display: table;
    margin-bottom: 20px;
}

#item #consulting img {
    display: table-cell;
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

#item #consulting .author {
    display: table-cell;
    width: 160px;
    min-width: 160px;
    padding: 0 10px;
    white-space: nowrap;
    vertical-align: middle;
}

#item #consulting .popover {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    z-index: 1;
}

#item #other .well {
    display: table;
    box-shadow: #ccc 2px 2px 2px;
}
#item #other .well:hover {
    background-color: #E8E8E8;
}
#item #other img {
    width: 212px;
    height: 160px;
    border: #ccc 2px solid;
    box-shadow: #fff 4px 4px 4px;
}

#item #other .text {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding: 0 20px;
}

#item #other .text h3 {
    margin-top: 8px;
    padding-left: 10px;
    border-left: #e94609 4px solid;
}

#item #other .text li {
    padding: 4px 0;
    list-style-image: url(../images/icon.png);
}

#item #other .price {
    display: table-cell;
    vertical-align: middle;
}

#item #other .price a {
    display: inline-block;
    border-radius: 50%;
    background: #e94609;
    color: #fff;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    position: relative;
}

#item #other .price a:before {
    font-size: 18px;
    content: '$';
    margin-top: -2px;
    margin-right: -8px;
}

#account {
    background: #fff;
    min-height: 500px;
}

#account .account-header {
    height: 80px;
    background: url(../images/account.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#account .account-header a{
    position: absolute;
    left: 80px;
    top: 20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
#account .account-header a:after{
    position: absolute;
    top:0;
    left:0;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-family: 'iconfont';
    font-size: 36px;
    content : '\e61f';
    text-align: center;
    display: none;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.6)
}
#account .account-header a:hover:after{
    display: block;
    
}

#account .account-header img {
    width: 110px;
    height: 110px;
    border: #fff 4px solid;
    border-radius: 50%;
}

#account .account-header span {
    display: inline-block;
    padding: 54px 0 0 216px;
    font-size: 18px;
    text-shadow: 2px 2px 2px #fff;
}

#account .account-body {
    padding-top: 60px;
}

#account .account-body .col-md-3 {
    padding-right: 0;
}

#account .account-body .nav li {
    position: relative;
    margin-top: 0;
    margin-bottom: 2px;
    color: #d2ccd8;
}

#account .account-body .nav li:after {
    position: absolute;
    top: 18px;
    right: 10px;
    content: ' > ';
}

#account .account-body .nav li a {
    padding: 16px 40px;
    border-radius: 0;
    color: #d2ccd8;
    background: #a6a1ac;
    font-size: 18px;
}

#account .account-body .nav li a .iconfont {
    font-size: 18px;
    font-weight: bolder;
    margin-right: 8px;
}

#account .account-body .nav li.active {
    color: #e94609;
}

#account .account-body .nav li.active a {
    color: #e94609;
    background: #f5f6f9;
    border-left: #e94609 2px solid;
}

#account .account-body .col-md-9 {
    padding-left: 0;
}

#account .account-body .tab-content {
    position: relative;
    background: #f5f6f9;
    min-height: 500px;
    padding: 40px;
}

#account .account-body .tab-content h3 {
    margin: 0 0 20px;
    padding: 20px 10px;
}

#account .account-body .tab-content .list-group-item {
    border: 0;
    border-bottom: #e5e5e5 1px solid;
    background: transparent;
    color: #666666;
    font-size: 16px;
}

#account .account-body .tab-content .list-group-item.unread {
    color: #e94609;
    font-weight: bolder;
}

#account .account-body .tab-content .list-group-item .badge {
    background: transparent;
    color: #999999;
}

#account .account-body .tab-content table {
    border: 1px solid #ddd;
}

#account .account-body .tab-content th {
    background: #e3e1e6;
    padding: 12px 18px;
}

#account .account-body .tab-content th:last-child {
    text-align: right;
    width: 260px;
    font-size: larger;
    font-weight: bolder;
}

#account .account-body .tab-content th i.iconfont{
    font-weight: normal;
}

#account .account-body .tab-content th:last-child span {
    color: #e94609;
}

#account .account-body .tab-content td {
    background: #fff;
    color: #666666;
    vertical-align: middle;
    padding: 16px;
    border-top-style: dotted;
}

#account .account-body .tab-content td:nth-child(3) {
    border-left: 1px solid #ddd;
}

#account .account-body .tab-content td:first-child {
    width: 140px;
}

#account .account-body .tab-content td img {
    width: 120px;
}

#account .account-body .tab-content p span {
    font-weight: bold;
    color: #666;
}

#account .account-body .tab-content .total {
    font-size: 16px;
    color: #e94609;
}

#account .btn-primary {
    border-radius: 4px;
}

#account .form-control:focus {
    border-color: #ffba00;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 186, 0, 0.6);
}

#account .avatar {
    padding: 40px;
    text-align: center;
}

#account .avatar .cropper-container {
    width: 300px;
    margin: 0px auto;
    position: relative;
}

#account .avatar .uploader {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 9;
    opacity: 0;
}

#account .avatar .cropper-container:hover .uploader {
    opacity: 1;
}

#order {
    background: #fff;
}

#order .nav-tabs {
    background: #e3e1e6;
}

#order .nav-tabs a,
#order .nav-tabs a:hover {
    background: #e3e1e6;
    color: #999999;
    cursor: default;
}

#order .nav-tabs li.active a {
    background: #fff;
    color: #e94609;
}

#order .checkout .panel-footer p {
    margin: 20px;
    font-size: 18px;
}

#order .checkout .panel-footer p span {
    font-size: 24px;
    color: #e94609;
}

#order .shopping .form-control {
    border-radius: 2px;
    margin-bottom: 14px;
}

#order .shopping .form-control:focus {
    border-color: #ffba00;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 186, 0, 0.6);
}

#order .panel-order {
    padding: 40px 20px;
    background: #fff;
}

#order .panel-order .panel-heading {
    padding: 0;
    border-bottom: #e94609 1px solid;
}

#order .panel-order .panel-heading .panel-title {
    display: inline-block;
    padding: 8px 28px;
    font-style: italic;
    color: #fff;
    background: #e94609;
    font-size: 16px;
}

#order .panel-body + .panel-heading {
    margin-top: 20px;
}

#order .panel-order .panel-body {
    background: #f5f6f9;
}

#order table th {
    background: #d2d7e7;
    text-align: center;
}

#order table td {
    background: #fff;
    vertical-align: middle;
}

#order table td.td-cover {
    width: 16%;
}

#order table td.td-cover img {
    width: 100%;
}

#order table td.td-name h4 {
    text-decoration: underline;
    font-size: 16px;
}

#order table td.td-price {
    width: 12%;
    text-align: center;
}

#order table td.td-count {
    text-align: center;
    width: 24%;
}

#order table td.td-count > span {
    vertical-align: 55%;
}

#order table td.td-count .input-group-container {
    display: inline-block;
    width: 120px;
}

#order table td.td-count .input-group {
    width: 120px;
}

#order table td.td-count .input-group input {
    text-align: center;
}

#order table td.td-total {
    text-align: center;
    width: 12%;
    color: #e94609;
    font-weight: bolder;
    position: relative;
}

#order table td.td-total a {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    overflow: hidden;
    border-radius: 50%;
    background: #e94609;
    color: #fff;
}

#order table td.td-order {
    text-align: left;
}

#order table td.td-order a {
    color: #333333;
    text-decoration: underline;
}

#order table td.td-order label {
    font-weight: normal;
}

#order table td.td-order span {
    margin-right: 40px;
}

#order table td.td-order span.price {
    color: #e94609;
    font-weight: bolder;
    font-size: larger;
}

#order .orderview textarea {
    height: 80px;
}

#order .orderview .btn-pay {
    border: 0;
    padding: 0;
}

#order .total {
    padding-left: 610px;
    font-size: 16px;
    color: #666666;
}

#order .total dt {
    width: 120px;
    padding: 4px 0;
    font-weight: normal;
}

#order .total dt.t {
    font-size: 18px;
    font-weight: bold;
}

#order .total dd {
    margin-left: 140px;
    text-align: right;
    padding: 4px 0;
}

#order .total dd.p {
    font-size: 18px;
    font-weight: bold;
    color: #e94609;
}

#order .total hr {
    margin: 10px 0;
}

#order table img {
    width: 160px;
}

#order .express {
    padding: 20px 40px;
}

#order .express p {
    margin: 0;
    position: relative;
}

#order .express hr {
    margin: 10px 0;
}

#order .express label {
    font-weight: normal;
}

#order .express input {
    margin-right: 8px;
    top: 4px;
}

#dealer {
    background: #fff;
    min-height: 500px;
}

#dealer .dealer-header {
    margin: 20px 0 0;
    position: relative;
    border-bottom: #e94609 2px solid;
}

#dealer .dealer-header span {
    display: inline-block;
    padding: 4px 20px;
    font-size: 18px;
    background: #e94609;
    color: #fff;
    font-style: italic;
}

#dealer .dealer-body .col-md-3 {
    padding-right: 0;
}

#dealer .dealer-body .nav li {
    position: relative;
    margin-top: 0;
    margin-bottom: 2px;
    color: #d2ccd8;
}

#dealer .dealer-body .nav li:after {
    position: absolute;
    top: 18px;
    right: 10px;
    content: ' > ';
}

#dealer .dealer-body .nav li a {
    padding: 10px 40px;
    border-radius: 0;
    color: #8A8A8A;
    background: #e3e1e6;
    font-size: 18px;
    text-align: right;
}

#dealer .dealer-body .nav li.active {
    color: #e94609;
}

#dealer .dealer-body .nav li.active a {
    color: #e94609;
    background: #ffffff;
    border-left: #e94609 2px solid;
}

#dealer .dealer-body .col-md-9 {
    padding-left: 0;
}

#dealer .dealer-body .tab-content {
    position: relative;
    background: #fff;
    min-height: 500px;
    padding: 0 20px 0;
}

#dealer .dealer-body .tab-content ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

#dealer .dealer-body .tab-content li {
    float: left;
    width: 160px;
    padding: 20px 10px;
}

#dealer .dealer-body .tab-content li:hover {
    background: #e3e1e6
}

#dealer .dealer-body .tab-content a {
    display: block;
    text-align: center;
    color: #666666;
    cursor: default;
}

#dealer .dealer-body .tab-content a:hover{
    text-decoration: none;
}

#dealer .dealer-body .tab-content a div {
    height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#dealer .dealer-body .tab-content img {
    width: 138px;
    height: 103px;
    margin-bottom: 8px;
}

#express {
    padding: 20px;
    background: #fff;
}

#press {
    padding: 20px;
    background: #fff;
}

#press h3{
    border-left:#e84709 4px solid;
    padding: 0 20px;
}

#press ul{
    list-style: none;
}
#press p {
    padding:0 10px;
}
#press > p > b{
    display:inline-block;
    width: 100px;
    text-align: right;
}

.select-state{position:relative;display:block;height: 34px;padding: 8px 0 4px;}
.select-state ul{position:absolute;top:32px;left:0;z-index:9;border:#efefef 1px solid;width:200px;height:200px;overflow:auto;background:#fff;box-shadow:#efefef 1px 1px 1px;margin:0;padding:0;}
.select-state li{font-size:12px;line-height:14px;padding:2px;cursor:pointer;}
.select-state li:hover{background:#efefef;}
.select-state-target{display:block;cursor:pointer;}
.select-state i{display:inline-block;float:left;width:16px;height:11px;background-image:url(../images/state.png);background-repeat:no-repeat;margin-right:8px;background-position:0 100px;}
.select-state-target i{position:absolute;left:0;top:12px;}
.select-state-target span{display:block;width:300px; height:20px;padding-left:24px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:normal;}
#item .select-state li{padding: 4px;}