div {
    box-sizing: border-box;
}

#am-ful-panel {
    width: 100%;
    display: flex
}

.product-left {
    width: 60%;
}

.product-right {
    width: 40%;
    overflow: hidden;
}

.prod-mn-panel {
    width: 98%;
    border-right: 1px solid #e7e7e7;
}

.breadcrumb1 {
    float: right;
    margin-top: -36px;
}

.breadcrumb1 > li + li:before {
    padding: 0 5px;
    content: no-close-quote;
    color: #ccc;
}

.icon-share, .icon-error, .icon-rohs, .icon-wet, .icon-mp, .icon-tssop, .icon-ear, .icon-pb, .icon-mp-new, .icon-mp-eol, .icon-mp-nrnd, .icon-rohs-no, .icon-pb-no {
    display: inline-block;
    background-image: url(https://res.ameya360.com//basedata/assets/img/icn-prod.png);
    vertical-align: -2px;
}

.icon-share {
    background-position: -7px -81px;
}

.icon-error {
    background-position: -55px -77px;
}

.prd-spec {
    width: 100%;
    overflow: hidden;
    padding-left: 20px
}

.prd-spec-intr .ecmd {
    height: 28px;
}

.prd-spec-product {
    width: 25%;
    float: left;
    margin-right: 2%;
}

.prd-spec-intr {
    width: 73%;
    float: left;
    padding-top: 10px;
}

.am-item-sd {
    margin: 15px 0px 0px 0px;
}

.prd-spec-intr th {
    padding: 3px 0px;
    font-weight: inherit;
    display: block;
    font-size: 14px;
}

.prod-classify {
    list-style-type: none;
    padding: 0px;
}

.prod-classify li {
    float: left;
    margin-right: 12px;
}

.prod-classify span {
    font-size: 10px;
}

.prod-classify .aec span {
    vertical-align: -3px;
    color: #FF0000;
}

.icon-share, .icon-error {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.icon-share {
    vertical-align: -3px;
}

/*.icon-share-hf:hover{color: #0a98d5;}*/
.icon-rohs {
    width: 20px;
    height: 20px;
    background-position: -4px 0px;
}

.icon-rohs-no {
    width: 20px;
    height: 20px;
    background-position: -4px -23px;
}

.icon-pb {
    width: 20px;
    height: 20px;
    background-position: -26px -2px;
}

.icon-pb-no {
    width: 20px;
    height: 20px;
    background-position: -26px -22px;
}

.icon-wet {
    width: 15px;
    height: 15px;
    background-position: -109px -7px;
}

.icon-mp {
    width: 20px;
    height: 20px;
    background-position: -63px -21px;
}

.icon-mp-new {
    width: 20px;
    height: 20px;
    background-position: -45px -21px;
}

.icon-mp-nrnd {
    width: 20px;
    height: 20px;
    background-position: -80px -21px;
}

.icon-mp-eol {
    width: 20px;
    height: 20px;
    background-position: -97px -21px;
}

.icon-tssop {
    width: 20px;
    height: 20px;
    background-position: -56px -40px;
}

.icon-ear {
    width: 15px;
    height: 18px;
    background-position: -111px -41px;
}

.icn-pdf {
    display: inline-block;
    background-image: url(https://res.ameya360.com//basedata/assets/img/spriteimg@1x.png);
    background-position: -210px -150px;
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 8px;
}

/*tab页切换规格参数、产品特性、技术文档、产品评论*/
.tab-switch {
    width: 100%;
    background: #fff;
}

/*.tab-switch .title{height:20px;border-bottom: 4px solid #e7e7e7;}*/
.tab-switch .title-list {
    width: 100%;
    position: relative;
    top: 6px;
    padding: 0px;
}

.tab-switch .title-list li {
    width: 25%;
    line-height: 36px;
    text-align: center;
    float: left;
    display: inline;
    background-color: #efefef;
    cursor: pointer;
}

.tab-switch .title-list li.on {
    background-color: #f9f9f9;
}

.tab-switch .title-list p {
    position: absolute;
    top: 33px;
    left: 0px;
    width: 25%;
    height: 7px;
    border-top: 3px solid #0094d4;
    overflow: hidden;
    text-align: center;
}

.prod-tab {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.product {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: none;
    padding: 20px 10px;
}

.product-wrap .prod-show {
    display: block;
}

.prod-parameter {
    width: 85%;
    margin: 0 auto;
    font-size: 13px;
    border: 1px solid #e7e7e7;
}

.prod-parameter th {
    padding: 10px 20px;
    border: none;
    width: 25%;
    border-right: 1px solid #e7e7e7
}

.prod-parameter td {
    border: none;
    padding: 10px 20px;
}

.prod-tech {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: inherit;
}

.prod-tech th {
    padding: 8px 0px;
}

.prod-review {
    width: 100%;
}

.prod-box-nb {
    float: right;
    margin-bottom: 30px;
}

.prod-box-number {
    font-size: 10px;
    margin-left: 50px;
}

.prod-box-btn {
    border-radius: 4px;
    border: none;
    padding: 5px 10px;
    outline: none;
    background-color: #0a98d5;
    color: #ffffff;
    font-size: 12px;
    margin-left: 12px;
}

.prod-review-txt {
    clear: both;
    border-top: 1px solid #e7e7e7;
    padding: 15px 0px;
    font-size: 12px;
}

.prod-hidden {
    display: none;
}

.show-more {
    text-align: center;
    font-size: 12px;
    color: #0a98d5;
    cursor: pointer;
}

.prod-related {
    width: 100%;
}

.prod-related-title {
    height: 45px;
    border-top: 1px solid #e7e7e7;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
}

.prod-related-conter {
    width: 100%; /* border-top: 1px solid #e7e7e7;*/
}

.e-box {
    display: flex;
    flex-wrap: wrap;
    height: 380px;
    overflow-y: auto;
}

.prod-related-pro {
    width: 33.333%;
    height: 190px;
    text-align: center;
    float: left;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

/*.prod-related-pro2{border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7;}*/
.prod-related-pro:hover {
    text-decoration: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1) inset;
}

.prod-related-img {
    margin-top: 18px;
}

.prod-related-img img {
    height: 100px;
}

.prod-related-pn {
    margin-top: 5px;
    color: #0094d4
}

.prod-related-mfg {
    margin-top: 5px;
    color: #284750;
}

/*库存信息*/
.stair {
    font-size: 10px;
    color: #0B7AC1;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 102px;
    left: 24px;
}

.prod-sd-panel {
    height: auto;
    border-left: 1px solid #ddd;
}

.prod-stock-title {
    height: 45px;
    border-top: none;;
    line-height: 45px;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.stock-icon, .related-icon {
    width: 4px;
    height: 14px;
    background-color: #0094d4;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -2px;
}

.stock-head {
    background-color: #f8f8f8;
    overflow: hidden;
}

.stock-head-p1 {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 15px;
}

.stock-head-p2 {
    font-size: 12px;
    color: #8c8c8c;
    margin-top: -10px;
    margin-left: 15px;
    word-break: break-word;
}

.stock-head-more {
    float: right;
    font-size: 12px;
    color: #8c8c8c;
}

.stock-number {
    background: #f4f4f4;
    color: #adadad;
    border: 1px solid #ccd4d7;
    font-weight: 400;
    padding: 1px 5px;
    margin-left: 3px;
    vertical-align: 1px;
    font-size: 10px;
    border-radius: 12px;
    text-align: center;
}

.stock-box {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e7e7e7;
    padding: 10px 0px;
    overflow: hidden;
}

.stock-price {
    width: 32%;
    float: left;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.stock-price-one, .stock-price-two, .stock-price-three {
    display: none
}

.stock-details {
    width: 66%;
    float: left;
    margin-left: 2%;
}

.stock-num-icn {
    border: 1px solid #0094d4;
    font-size: 12px;
    border-radius: 3px;
    color: #0094d4;
    text-align: center;
}

.stock-bigzize {
    font-size: 12px;
    font-weight: 900;
}

.prod-dollar, .prod-rmb {
    color: #0094d4;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 3px;
}

.stock-price-tb {
    margin: 0 auto;
    font-size: 12px;
}

.stock-price-tb th {
    text-align: right;
    padding-top: 2px;
    padding-right: 5px;
}

.stock-price-tb td {
    text-align: left;
    padding-left: 5px;
}

.stock-price-intr {
    font-size: 12px;
    font-weight: 100;
    width: 100%;
}

.stock-price-intr th {
    text-align: left;
    padding-top: 2px;
    width: 45%;
    vertical-align: text-top;
}

.stock-price-intr td {
    text-align: left;
    /*padding-right: 5px;*/
    width: 50%;
    vertical-align: text-top;
    display: inline-block;
    word-break: break-all;
}

.prod-item-action {
    padding: 15px 0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.prod-item-action td {
    padding-left: 15px;
}

.false-btn {
    padding: 4px 36px;
}

.false-price-tb {
    font-size: 14px;
    margin-top: -8px;
}

.route-order-more {
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}

.route-order {
    display: none;
}

.prod-qhuo {
    width: 120px;
    height: 36px;
    line-height: 36px;
    float: right;
}

.prod-wrong {
    margin-left: 12px;
    margin-top: 15px;
}

.prod-wrong-icon {
    position: absolute;
    left: 14px;
    top: 131px;
    font-size: 24px;
    font-style: normal;
}

.predict-more-icon {
    width: 10px;
    height: 7px;
    background-image: url(https://res.ameya360.com//basedata/assets/img/predict-icon.png);
    display: inline-block;
    cursor: pointer;
}

.prod-banner {
    position: relative;
    width: 460px;
    height: 280px;
    background-color: #00B83F;
    margin-top: 15px;
    overflow: hidden;
}

.prod-banner img {
    width: 100%;
    height: 100%;
}

.prod-ban-btn {
    /*width: 100px;*/
    /*height: 30px;*/
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 6px;
    position: absolute;
    bottom: 30px;
    left: 42px;
    text-align: center;
    /*line-height: 30px;*/
    color: #0f0e0e;
    font-size: 14px;
}

.prod-ban-btn:hover {
    background-color: #e0dede;
}

.prod-th1 th { /*padding-right: 5px;*/
    padding-right: 10px;
}

.prod-th2 th {
    padding-right: 10px;
}

.showerror {
    font-size: 13px;
}

.jiathis_style {
    margin-top: -17px;
}


/*productlist页面 start*/
.am-item-table [data-type=stock] strong:after {
    content: " - ";
}

.pl-filter {
    height: auto;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 0px 9px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.filtertable {
    overflow-x: scroll;
    width: 100%;
    padding: 0px 0px 25px 0px;
}

.filtertable table th {
    font-size: 14px;
    padding-right: 18px;
    padding-left: 8px;
}

.filtertable table select {
    border-right: 1px solid #a9a9a9;
    border-right: 2px solid #a9a9a9;
}

.filtertable table td {
    padding-right: 18px;
    overflow: auto;
}

.filtertable table select option {
    margin: 7px 5px;
}

.ft-btn {
    margin: 18px 0px;
}

.filter-btn {
!important;
    padding: 5px 12px;
    margin-right: 18px;
}

.am-item-table {
    border-top: 1px solid #ddd;
}

/*productlist页面 end*/


/*相关产品*/
.prod-related {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.prod-related .rd-title {
    height: 46px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.prod-related .rd-title-list {
    display: flex;
}

.prod-related .rd-title-list li {
    width: 33.39%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    float: left;
    display: inline;
    border-right: 1px solid #e7e7e7;
    cursor: pointer;
}

.prod-related .rd-title-list li.on {
    background-color: #e7e7e7;
}

.rd-product {
    height: auto;
    position: relative;
    display: none;
}

.showtime {
    display: block
}

.new-replace {
    position: relative
}

.new-replace-tip {
    width: 70px;
    position: absolute;
    left: -70px;
    top: 0px;

}
.new-replace-tipEn{
    width: 110px !important;
    position: absolute;
    left: -110px !important;
    top: 0px;
}
.new-replace-tip div{
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.new-replace-title{
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
}

.new-replace-tip li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    cursor: pointer;
}

.new-replace-tip li.on {
    color: #0094d4;
}

.imgSize .prod-related-img img {
    height: 78px;
}
.imgSize .prod-related-img{
    margin-top: 20px;
}
.imgSize .prod-related-mfg{
    margin-top: 30px;
}
.illustrate{
    padding: 22px 36px;
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 16px;
    font-size: 12px;
    color: #666666;
    margin: 0;
}
.illustrate li{
    list-style: none;
    line-height: 21px;
}
.illustrate li span{
    color: #999999 !important;
}


/*替代料搜索样式*/
#re-search {
    margin-left: 22%;
    margin-top: 20px;
}
#re-search .example {
    color: #fe5858;
    margin-top: 2px;
}
#re-search .fa-search {
    position: absolute;
    margin-left: 10px;
    margin-top: 14px;
    color: #999;
    z-index: 10;
}
#re-search input {
    border-color: #0094d4;
    height: 43px;
    padding-left: 30px;
}
#re-search .btn {
    padding: 9px 24px;
    font-size: 16px;
}





/*替代料详情页*/
.replace-title {
    height: 36px;
    display: flex;
    background-color: #0194d4;
    color: #ffffff;
    font-size: 14px;
}
.replace-title div{
    line-height: 36px;
    text-align: center;
    width: 25%;
    border-right: 1px solid #f6f6f6;
}
.replace-product {
    padding: 20px 0 0 0 !important;
}
.replace-box {
    display: flex;
    font-size: 12px;
}
.replace-box:hover {
    background-color: #f9f9f9;
}
.replace-box .item {
    width: 25%;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding: 10px;
}
.replace-box .item ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.replace-box .item ul li{
    margin-bottom: 5px;
}
.replace-box .similar{
    border: 1px solid #0197d8;
    color: #0197d8;
    font-size: 10px;
    width: 80px;
    line-height: 20px;
    border-radius: 15px;
    text-align: center;
    margin: 0;
}
.replace-box .item .info .price{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.replace-box .item .info .price p {
    margin: 0;
    color: #ff0000;
}
.replace-box .item .info .price img {
    width: 14px;
    height: 18px;
}
.replace-box .item .info .re-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.replace-box .item .info .re-btn .btn{
    padding: 6px 9px !important;
}

.ladder-price {
    width: 170px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px
    rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 30px;
    right: -10px;
    padding: 20px 0;
    z-index: 999;
    border-radius: 10px;
    display: none;
}
.ladder-price:before{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    top: -7px;
    right: 9px;
}
/*分页*/
.replace-paging{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}
/*替代料详情页右边库存信息*/
.replace-stock .stair {
    font-weight: normal;
}
.replace-stock .stair img {
    margin-top: -3px;
    margin-left: 3px;
}

.replace-stock .stock-price,
.replace-stock .stock-price-tb {
    position:relative;
}
