
/*促销型号页面*/
.sales {
    width: 60%;
    height: 320px;
    float: left;
}

.sales-content .sales-content-model {
    width: 33.3%;
    border-top: 1px solid #dddddd;
}

.sales-content .sales-content-model-2 {
    width: 33.3%;
}

.bom {
    width: 35%;
    height: 320px;
    float: right;
    border: 1px solid #DDDDDD;
}

.bom-integral {
    height: 40px;
    background-color: #0094d4;
    box-shadow: 0px 2px 5px #adadad;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.bom-integral-p {
    margin-top: 32px;
    margin-left: 25%
}

.bom-integral-p img {
    margin-right: 12px;
}

.upload {
    background-color: #0094d4;
    color: #ffffff;
    width: 72%;
    border-radius: 3px;
    text-align: center;
    padding: 8px 15px;
    margin: 0 auto;
    margin-top: 40px;
}

.upload-th{
    padding: 8px 12px;
    width: 86% !important;
    margin-top: 25px !important;
}

.upload a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.index-bom-inquery {
    background-color: #e8e8e8;
    /* line-height: 40px; */
     text-align: center;
    font-size: 14px;
    color: #0094d4;
    padding: 9px;
    word-break: break-all;
}

.upload-bg:hover {
    background-color: #00577d;
}

/*英文促销型号页面*/
.bom-en {
    width: 35%;
    height: 320px;
    float: right;
    border: 1px solid #DDDDDD;
}

.bom-integral-en {
    height: 40px;
    background-color: #0094d4;
    box-shadow: 0px 2px 5px #adadad;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.bom-integral-p-en {
    margin-top: 32px;
    margin-left: 3%
}

.bom-integral-p-en img {
    margin-right: 12px;
}


/*网站head部搜索悬浮框效果*/
.logo_bottom {
    text-align: center;
    font-size: 18px;
    color: #74797c;
    margin-top: 6px;
    font-family: "SF UI Display", "Helvetica Neue", "Segoe UI", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif
}

.logo_bottom a {
    color: #74797c;
}

.logo_bottom a:hover {
    text-decoration: none;
}

.xuanfu {
    list-style-type: none;
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin: 0 !important;
    padding-left: 14px;
    overflow: hidden;
}

.xuanfu li {
    float: left;
}

.xuanfu li a {
    text-decoration: none;
    color: #999999
}

.xuanfu_margin {
    margin-left: 20px;
}


/*仪器仪表页面*/
.classify-inst {
    margin-top: 10px;
}

.classify-inst a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}

.classify-inst a:hover {
    color: #0094d4;
}

.instrument-product {
    width: 33.3%;
    display: block;
    float: left;
    height: 160px;
    border: 1px solid #ddd;
}

.instrument-product:hover {
    text-decoration: none;
    border: 1px solid #0094d4;
}

.instrument-product .am-tile-sku [itemprop=image] img {
    width: 76px;
    height: 76px;
}

.instrument-product .am-tile-sku {
    padding: 10px;
    position: relative;
}

.instrument-product .am-tile-sku [itemprop=stock] {
    position: absolute;
    right: 5px;
    top: 5px;
}

.instrument-product .am-tile-sku [itemprop=image] {
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: center;
}

.am-tile-con a[class^=instrument-product] {
    -webkit-transition: box-shadow .4s ease-out 0s;
    -o-transition: box-shadow .4s ease-out 0s;
    transition: box-shadow .4s ease-out 0s;
    text-decoration: none;
}

.am-instrument {
    margin-top: 25px;
}

/*仪器仪表页面左侧菜单*/
.accordion {
    padding: 0px;
    width: 100%;
    max-width: 360px;
    margin: 0px 0px 0px 0px;
    background: #3ebde9;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 8px 15px 8px 42px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #19a8dc;
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    left: 12px;
    font-size: 18px;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li {
    list-style-type: none;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Submenu */
.submenu {
    padding: 0px;
    display: none;
    background: #FFFFFF;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #e6e6e6;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #888888;
    padding: 8px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #DDDDDD;
}

.accessories a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

.accordion-en .link {
    padding: 8px 15px 8px 12px;
}

/*仪器仪表英文界面样式*/
.accordion-en .link {
    cursor: pointer;
    display: block;
    padding: 8px 15px 8px 42px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #19a8dc;
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion-en .link {
    padding: 8px 15px 8px 12px;
}

.submenu-en {
    font-size: 13px;
}

.instrument-product .am-tile-sku dt {
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.instrument-product .am-tile-sku [itemprop=brand] {
    font-size: 13px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.instrument-product .am-tile-sku [itemprop=price] {
    font-size: 16px;
    color: #0094d4;
}


/*放假通知页面（元旦）*/
.message-box {
    width: 600px;
    height: 400px;
    margin: 0 auto;
    background: url(https://res.ameya360.com/basedata/oldassets/images/notice-bg.jpg) no-repeat;
    color: #575959;
    padding: 38px;
    font-size: 18px;
    background-size: 100% 100%;
    font-family: 'SF UI Display', 'Helvetica Neue', 'Segoe UI', Tahoma, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.message-box-head {
    color: #d04040;
    font-size: 26px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 20px;
}

.message-box-text {
    margin-left: -30px
}

.message-box-text2, .message-box-text4 {
    margin-left: 34px;
    text-indent: 0px;
}

.message-box-text li {
    list-style-type: none;
    line-height: 28px;
}

.message-box-text5 {
    float: right;
    margin-top: 25px;
}

.close-close {
    margin-top: -22px;
    margin-right: -15px;
}


/*样式整合*/
.am-tile-con .distance {
    margin-right: 5px;
}

.am-tile-floors {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.qq-distance1 {
    margin-top: 35px;
}

.qq-distance2 {
    margin-top: 5px;
    margin-bottom: 15px
}

.qq-distance3 {
    margin-top: 15px;
}

.upload-bom {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 38px;
    cursor: pointer;
}


/*物流详情流程样式*/
.am-cdo-flowIndi.step3 div:nth-of-type(3) ~ dl dt {
    background: #b3b3b3;
    -webkit-box-shadow: none;
    box-shadow: none
}

.am-cdo-flowIndi.step3 div:nth-of-type(3) ~ dl dd {
    color: #999
}

.am-cdo-flowIndi.step3 div:nth-of-type(3) ~ div {
    background: #b3b3b3;
    -webkit-box-shadow: none;
    box-shadow: none
}

.am-cdo-flowIndi.step3 div:nth-of-type(3) {
    background-image: -webkit-linear-gradient(left, #02abe0 0, #b3b3b3 100%);
    background-image: -o-linear-gradient(left, #02abe0 0, #b3b3b3 100%);
    background-image: linear-gradient(to right, #02abe0 0, #b3b3b3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02abe0', endColorstr='#ffb3b3b3', GradientType=1);
    -webkit-box-shadow: none;
    box-shadow: none
}

.am-cdo-flowIndi.step4 div:nth-of-type(4) ~ dl dt {
    background: #b3b3b3;
    -webkit-box-shadow: none;
    box-shadow: none
}

.am-cdo-flowIndi.step4 div:nth-of-type(4) ~ dl dd {
    color: #999
}

.am-cdo-flowIndi.step4 div:nth-of-type(4) ~ div {
    background: #b3b3b3;
    -webkit-box-shadow: none;
    box-shadow: none
}

.am-cdo-flowIndi.step4 div:nth-of-type(4) {
    background-image: -webkit-linear-gradient(left, #02abe0 0, #b3b3b3 100%);
    background-image: -o-linear-gradient(left, #02abe0 0, #b3b3b3 100%);
    background-image: linear-gradient(to right, #02abe0 0, #b3b3b3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02abe0', endColorstr='#ffb3b3b3', GradientType=1);
    -webkit-box-shadow: none;
    box-shadow: none
}

/*制造商页面*/
.mfr-nav {
    width: 100%;
    margin-top: 18px;
    overflow: hidden;
}

.mfr-h4 {
    float: left;
}

.mfr-number {
    clear: both;
    background-color: #0094d4;
    margin-top: 18px;
    text-align: center;
    box-shadow: 0px 2px 5px #045272;
}

.mfr-number ul {
    margin: 5px;
    list-style-type: none;
    margin-left: -32px;
    line-height: 1.4em;
}

.mfr-number ul li {
    display: inline-block;
    padding: 0;
    zoom: 1;
}

.mfr-number ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 8px 10px;
}

.mfr-number ul li a:hover {
    background-color: #66bfe5;
}

.mfr-list {
    margin-top: 18px;
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #c7c7c7;
}

.mfr-header {
    width: 100%;
}

.mfr-banner {
    width: 100%;
    height: 200px;
    background-color: #dddddd;
    margin-top: 62px;
}

.mfr-banner img {
    width: 100%;
    height: 100%;
}

.mfr-header h4 {
    text-align: left;
    color: #2963a9;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    text-transform: uppercase;
    background-color: #d8d8d8;
    margin: 0 0 10px 0 !important;
}

.mfr-header h4 a {
    text-decoration: none;
    color: #494949;
    font-size: 22px;
    padding: 2px;
}

.mfr-group table {
    width: 100%;
    margin: 10px;
    font-size: 14px;
    text-align: left;
    color: #333333;
    border-width: 0;
    border-spacing: 0;
}

.mfr-group table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.mfr-group > table > tbody > tr > td {
    width: 33.3%;
    vertical-align: top;
    border-width: 0;
    padding: 10px 0px;
}

.mfr-group > table > tbody > tr > td > a {
    color: #333333;
    text-decoration: none;
}

.mfr-group > table > tbody > tr > td > a:hover {
    color: #269cd7;
}

/*.mfr-group-ul{width: 100%;overflow: hidden;}*/
/*.mfr-group-li{width: 33.3%; float: left; list-style-type: none; margin-top: 10px;}*/
/*.mfr-group-li a{text-decoration: none; color:#333333; }*/
/*.mfr-group-li a:hover{color: #269cd7;}*/
.mfr-banner-img {
    width: 100%;
    height: 100%;
}


/*order订单支付页面*/
.order-check-conter {
    height: 28px;
}

.order-check {
    font-size: 16px;
    color: #000;
    font-family: inherit;
    margin-top: 5px;
}

.order-addform-title {
    height: 50px;
    line-height: 50px;
    background-color: #daf4ff;
    font-size: 16px;
    padding-left: 13px;
    border-top: 1px dashed #ddd;
}

.order-addform-gl-manage {
    height: 50px;
    line-height: 50px;
}

.order-addform-gl-manage a {
    float: right;
    font-size: 16px;
    text-decoration: none;
}

.order-new-add {
    width: 100%;
    height: 125px;
    overflow: hidden;
}

.order-new-address {
    width: 33.333%;
    height: 119px;
    float: left;
    margin-bottom: 20px;
}

/*.order-add-border{width: 309px; height: 119px;}*/
.order-add-border {
    width: 309px;
    height: 119px;
    background: url('https://res.ameya360.com//basedata/oldassets/images/add-border2.png') no-repeat;
    cursor: pointer;
    padding: 9px 16px;
    font-size: 14px;
    position: relative;
}

.order-add-border:hover {
    background: url('https://res.ameya360.com//basedata/oldassets/images/add-border1.png') no-repeat;
}

.order-add-border1 {
    background: url('https://res.ameya360.com//basedata/oldassets/images/add-border1.png') no-repeat;
    position: relative;
}

/*.order-add-border2{margin: 0 auto; position: relative;}*/
/*.order-add-border3{float: right; position: relative;}*/
.order-select {
    width: 34px;
    height: 27px;
    z-index: 3;
    background: url('https://res.ameya360.com//basedata/oldassets/images/select.png') no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
}

.order-default {
    width: auto;
    height: 26px;
    padding: 0px 8px;
    background-color: #999999;
    color: #ffffff;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    filter: alpha(opacity=60);
    opacity: .6;
}

.order-modify {
    margin-top: 8px
}

.order-modify a {
    text-decoration: none;
}

.modify {
    display: none;
}

.order-edit-address {
    height: auto;
    margin-top: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
}

.rder-edit-span {
    margin-left: 9px;
    position: relative;
    top: 2px;
    font-size: 14px;
}

.addressee {
    width: 100%;
    padding: 0 0 5px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
}

.add-box {
    width: 100%;
    height: 300px;
    min-width: 700px;
    position: relative;
    display: none;
}

.add-box ul {
    padding: 0px;
}

.add-box ul li {
    list-style: none;
}

.add-box ul li {
    width: 100%;
    padding: 10px;
}

.add-box ul li .title {
    display: inline-block;
    width: 150px;
    padding: 5px;
    text-align: right;
}

.add-box ul li .title i {
    color: red;
    margin-right: 8px;
}

.add-box ul li .title-font {
    font-family: 'SF UI Display', 'Helvetica Neue', 'Segoe UI', Tahoma, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.add-box ul li .txt {
    display: inline-block;
}

.add-box ul li .txt input {
    width: 130px;
    height: 25px;
}

.add-box ul li .consig-txt input {
    width: 100px;
    height: 25px;
}

.add-box ul li .select select {
    width: 100px;
    height: 25px;
}

.add-box ul li .txt-large {
    display: inline-block;
}

.add-box ul li .txt-large textarea {
    width: 400px;
    height: 82px;
    font-family: 'SF UI Display', 'Helvetica Neue', 'Segoe UI', Tahoma, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.fa {
    position: relative;
}

.fa .title {
    position: absolute;
    top: 5px;
    left: 10px;
}

.fa .txt-large {
    position: absolute;
    top: 5px;
    left: 162px;
    line-height: 20px;
}

.add-box-btn {
    width: 80px;
    height: 26px;
    background-color: #0094d4;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    margin-top: 66px;
    left: 362px;
}

.add-box-btn:hover {
    background-color: #17abeb;
    cursor: pointer;
}

.order-pay {
    height: 44px;
    line-height: 44px;
    position: relative;
}

.order-pay ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
}

.order-pay-txt {
    margin-left: 8px;
    margin-right: 8px;
}

.order-pay-payment {
    margin-left: 120px;
}

.order-pay ul li i {
    width: 14px;
    height: 14px;
    background: url('https://res.ameya360.com//basedata/oldassets/images/order-icon.png') no-repeat;
    background-position: -3px -15px;
    position: absolute;
    top: 15px;
    cursor: pointer;
}

.order-to-pay {
    height: 54px;
    background-color: #f7f7f7;
    line-height: 54px;
    padding-left: 62px;
    font-size: 14px;
    color: #010101;
    position: relative;
    display: none;
}

.triangle {
    width: 17px;
    height: 17px;
    background: url('https://res.ameya360.com//basedata/oldassets/images/order-icon.png') no-repeat;
    background-position: -1px 3px;
    position: absolute;
    top: -16px;
    left: 80px;
}

.order-payment {
    height: 54px;
    background-color: #f7f7f7;
    line-height: 54px;
    padding-left: 266px;
    font-size: 14px;
    color: #010101;
    position: relative;
    display: none;
}

.triangle-two {
    width: 17px;
    height: 17px;
    background: url('https://res.ameya360.com//basedata/oldassets/images/order-icon.png') no-repeat;
    background-position: -1px 3px;
    position: absolute;
    top: -16px;
}

.order-invoice {
    height: 44px;
    line-height: 44px;
    position: relative;
}

.order-invoice ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    width: 33%
}

.order-invoice-z {
    text-align: center
}

.order-invoice-s {
    text-align: right;
    padding-right: 30px;
    position: relative;
}

.order-invoice-pu {
    height: 254px;
    background-color: #f7f7f7;
    position: relative;
    display: none;
}

.tri-invoice-one {
    position: absolute;
    top: -16px;
    left: 65px;
}

.invoice-box {
    width: 470px;
    height: 240px;
    position: relative;
}

.invoice-box ul {
    padding: 0px;
}

.invoice-box ul li {
    list-style: none;
}

.invoice-box ul li {
    width: 100%;
    padding: 10px;
}

.invoice-box ul li .title {
    display: inline-block;
    width: 124px;
    padding: 5px;
    text-align: right;
}

.invoice-box ul li .title i {
    color: red;
    margin-right: 8px;
}

.invoice-box ul li .txt {
    display: inline-block;
}

.invoice-box ul li .txt input {
    width: 243px;
    height: 25px;
}

.invoice-box ul li .other input {
    width: 122px;
    height: 25px;
}

.invoice-box-btn {
    width: 80px;
    height: 26px;
    background-color: #0094d4;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}

.invoice-box-btn:hover {
    background-color: #17abeb;
    cursor: pointer;
}

.order-invoice-zeng {
    height: auto;
    background-color: #f7f7f7;
    position: relative;
    display: none;
}

.tri-invoice-two {
    position: absolute;
    top: -16px;
    left: 581px;
}

.invoice-box-zeng {
    width: 600px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.invoice-box-zeng ul {
    padding: 0px;
}

.invoice-box-zeng ul li {
    list-style: none;
}

.invoice-box-zeng ul li {
    width: 100%;
    padding: 10px;
}

.invoice-box-zeng ul li .title {
    display: inline-block;
    width: 130px;
    padding: 5px;
    text-align: right;
}

.invoice-box-zeng ul li .title i {
    color: red;
    margin-right: 8px;
}

.invoice-box-zeng ul li .txt {
    display: inline-block;
}

.invoice-box-zeng ul li .txt input {
    width: 360px;
    height: 25px;
}

.invoice-box-zeng ul li .people input {
    width: 112px;
    height: 25px;
}

.invoice-box-span {
    display: inline-block;
}

.order-invoice-up {
    height: 66px;
    background-color: #f7f7f7;
    display: none;
    position: relative;
}

.tri-invoice-three {
    position: absolute;
    top: -16px;
    right: 72px;
}

.order-up {
    width: 80px;
    height: 26px;
    background-color: #0094d4;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    float: right;
    margin-top: 20px;
    margin-right: 58px
}

.order-up:hover {
    background-color: #17abeb;
}

.fileinput-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
}

.fileinput-button a {
    color: white;
}

.order-remarks {
    margin-top: 30px;
}

.modal-backdrop.in {
    opacity: 0.5;
}


.invoice-box-en {
    margin-left: 30px;
}

.invoice-box-incr {
    width: 94%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 8px 0px;
    overflow: hidden;
}

.invoice-box-incr ul {
    padding: 0px;
    margin-top: 15px;
}

.invoice-box-incr ul li {
    list-style: none;
    margin-top: 5px;
}

/*.invoice-box-incr ul li{ width: 100%;padding: 10px;}*/
.invoice-box-incr ul li .title {
    display: inline-block;
    width: 130px;
    padding: 5px;
    text-align: right;
}

.invoice-box-incr ul li .title i {
    color: red;
    margin-right: 8px;
}

.invoice-box-incr ul li .txt {
    display: inline-block;
}

.invoice-box-incr ul li .txt input {
    width: 360px;
    height: 25px;
}

.invoice-box-incr ul li .people input {
    width: 112px;
    height: 25px;
}

.invoice-increase {
    width: 266px;
    height: 160px;
    float: left;
}

.invoice-logo {
    height: 37px;
    line-height: 37px;
}

.invoice-box-en ul li .title {
    display: inline-block;
    width: 50px;
    padding: 5px;
    text-align: right;
}

.invoice-box-btn-en {
    margin-left: 128px;
}

.order-show {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.order-show a {
    text-decoration: none;
    font-size: 14px;
}

.error {
    color: red;
    margin-left: 5px;
}

.addressdeatils {
    height: 36px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}





