﻿.prod-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.prod-header{
    position: relative;
    padding: 20px 0;
    background-color: #fff;
    z-index: 9997;
}
.prod-detail {
    position: relative;
    padding: 0 30px;
    min-height: 300px;
    float: right;
    width: 834px;
}
.prod-header-logo{
    position: relative;
    overflow: hidden;
    border: solid 1px #f1f1f1;
}
.prod-header-logo img {
    width: 300px;
}
.prod-fix-left {
    display: none;
}
.prod-header.fixed {
    border-bottom: solid 1px #e7e7e7;
    margin-left: 161px;
    position: fixed;
    top: 0;
    padding:0;
    width: 1040px
}
.prod-header.fixed .prod-detail {
    width: 980px;
    min-height: 0;
}
.prod-header.fixed .prod-nav-wrapper,.prod-header.fixed .prod-header-logo {
    display: none;
}
.prod-intro.fixed {
    margin-left: 160px;
}
.prod-fix-left.fixed {
    position: fixed;
    top: 0;
    display: block;
    width: 160px;
    border-right: solid 1px #e7e7e7;
}
.prod-fix-left.fixed .swiper-slide {
    border-bottom: solid 1px #e7e7e7;
}
.prod-detail h1{
    font-size: 27px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    margin-bottom: 5px;
}
.prod-row{
    position: relative;
    padding: 5px 0;
    font-size: 14px;
}
.prod-row.params {
    z-index: 9996;
}
.prod-lectotype-title {
    float: left;
    width: 75px;
    overflow: hidden;
}
.prod-lectotype-body {
    margin-left: 75px;
}
.prod-lectotype-item {
    float: left;
    position: relative;
    border: solid 1px #ccc;
    line-height: 22px;
    cursor: pointer;
    margin: 0 7px 7px 0;
}
.prod-lectotype-item.lect {
    background-color: #ffffa0;
}
.prod-lectotype-item.more {
    display: none;
}
.prod-lectotype-item:hover {
    border: dashed 1px #666;
}
.prod-lectotype-item.lect:hover {
    border: dashed 1px #ff3600;
}
.prod-lectotype-item div.dl-scroll{
    position: absolute;
    background-color: #fff;
    border: solid 1px #ccc;
    left: -1px;
    top: 22px;
    color: #ff3600;
    line-height: 25px;
    min-width: 200px;
    cursor: pointer;
    max-height: 220px;
    overflow: auto;
    display: none;
    z-index: 9997;
}
.prod-lectotype-item div.dl-scroll > p{
    padding: 0 7px;
    text-align: left;
    line-height: 1.5;
}
    .prod-lectotype-item div.dl-scroll > p:hover {
        background-color: #f1f1f1;
    }
.prod-lectotype-item img{
    position: absolute;
    right: 3px;
    top: 6px;
}
    .prod-lectotype-item i {
        width: 10px;
        height: 10px;
        background-image: url('../images/arrow-down.png');
        background-repeat: no-repeat;
        position: absolute;
        display: inline-block;
        right: 3px;
        top: 6px;
    }
.lectotype-item-header{
    padding:0 7px;
    color: #333;
    border-right: solid 1px #ccc;
}
.lectotype-item-value {
    padding-right: 5px;
    color: #999;
    font-weight: 400;
}
.lect .lectotype-item-value{
    padding-right: 17px;
    color: #ff3600;
}
.edit .lectotype-item-value {
    padding-right: 5px;
}
.edit .lectotype-item-value input {
    width: 60px;
    border: none;
    outline: none;
    color: #ff3600;
}
.prod-lectotype-ite.edit .dl-scroll,.prod-lectotype-item.edit i {
    display: none;
}
#lectotype-name {
    color: #ff3600;
    font-weight: 600;
}
.prod-yb-body img {
    margin: 0 auto;
    display: block;
}
.prod-fix-left .prod-yb-trumb {
    float: left;
    width: 134px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 520px;
}
.prod-yb-trumb img:hover,.prod-yb-trumb img.selected {
    width: 118px;
    border: solid 3px #333;
}
.prod-nav-wrapper {
    margin: 7px auto;
    width: 1170px;
    background-color: #f1f1f1;
    border: solid 1px #e7e7e7;
    padding-left: 30px;
}
.prod-intro {
    height: auto;
}
.prod-intro>div {
    display: none;
}
.prod-intro>div.selected {
    display: block;
}
.prod-intro-body {
    overflow: hidden;
}
.prod-intro-body div {
    width: auto!important;
}
.btn-wrapper{
    margin-top: 10px;
}
#reset, #expand {
    cursor: pointer;
    font-size: 12px;
    color: #777;
}

.prod-content {
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.menu-body {
    float: left;
    width: 310px;
    padding: 7px;
    font-size: 15px;
}
.fixed .menu-body {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
    background-color: #fff;
}
.prod-body {
    overflow: hidden;
    padding: 7px;
    margin-left: 325px;
}
.fixed .prod-body {
    padding-left: 332px;
    margin-left: 0;
}
.prod-search {
    font-size: 14px;
    border-top: solid 1px #e7e3e7;
}
.prod-search-row {
    line-height: 26px;
    border-bottom: solid 1px #e7e3e7;
    padding: 5px 10px;
    background-color: #f9f9f9;
}
.prod-search-key {
    float: right;
    border: solid 1px #ccc;
}
.prod-search-key input {
    border: none;
    padding: 2px 5px;
    outline: none;
}
.prod-search-key button {
    border: none;
    padding: 2px 5px;
    outline: none;
    cursor: pointer;
}
.prod-search-nav {
    overflow: hidden;
    padding-right: 10px;
}
.prod-search-order {
    float: right;
}
.prod-search-order span {
    cursor: pointer;
}
.prod-search-order span.split {
    margin: 0 10px 0 5px;
    border-left: solid 1px #e7e7e7;
}
.prod-search-order span.selected {
    color: #ff3600;
    font-weight: bold;
}
.prod-search-count {
    font-weight: bold;
}
.prod-search-count span {
    color: #ff3600;
    margin: 0 5px;
}
.prod-list {
    overflow: hidden;
    padding-top: 5px;
    margin-right: -10px;
}
.v-split {
    position: absolute;
    left: 325px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: #e1e1e1;
    z-index: 888;
}
.buy-nums{
    display: inline;
    font-size: 14px;
    margin-right: 7px;
    border: solid 1px #ccc;
    float: left;
}
.buy-nums:hover {
    border-color: #ff3600;
}
.buy-nums * {
    outline: none;
    margin: 0;
    height: 26px;
    line-height: 26px;
    float: left;
}
.buy-nums a{
    cursor: pointer;
    width: 26px;
    text-align: center;
    user-select: none;
    -ms-user-select:none;
}
.buy-nums input {
    border: none;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    width: 58px;
    text-align: center;
}
.buy-pcs {
    height: 26px;
    line-height: 26px;
    float: left;
    margin-right: 10px;
}
.btn.disabled {
    background-color: #f7f7f7;
    border: solid 1px #e7e7e7;
    color: #999;
}
.save-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, 0.376);
    z-index: 10000;
    display: none;
}
.save-block {
    width: 500px;
    margin: 0 auto;
    margin-top: 150px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 10px 15px;
    border-radius: 5px;
}
.row-block {
    padding: 5px 0;
}
.row-title {
    position: relative;
    line-height: 25px;
    font-size: 14px;
    padding-left: 18px;
    cursor: default;
}
.name .row-title {
    padding-left: 0;
}
.row-title input[type=radio] {
    position: absolute;
    left: 0;
    top: 6px;
}
.row-title input:checked + label {
    font-size: 16px;
    color: #ff3600;
}
.store-list {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 150px;
    border: solid 1px #999;
    background-color: #fff;
    box-shadow: 2px 2px 2px #ccc;
}
.store-body {
    position: relative;
    background-color: #fff;
    cursor: pointer;
    float: left;
    overflow: hidden;
    margin: 5px 0 0 5px;
    width: 85px;
    border: solid 1px #fff;
    padding: 10px 0;
}
.store-body.selected {
    background-color: #cce8ff;
    border: solid 1px #99d3ff;
}
.store-body img {
    width: 65px;
    height: 65px;
    border: solid 1px #f1f1f1;
    display: block;
    margin: 0 auto;
}
.store-body div {
    font-size: 13px;
    text-align: center;
    line-height: 21px;
}
.store-body i {
    font-size: 12px;
    color: #e1e1e1;
    font-style: normal;
}
.store-body i.c {
    color: #ff6000;
}
.row-block input[type=text] {
    border: solid 1px #999;
    width: 100%;
    line-height: 25px;
    box-shadow: 2px 2px 2px #ccc;
}
.local-dir input {
    background-color: #f7f7f7;
}
.local-dir {
    position: relative;
}
.local-dir i, .row-title i {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #ff3600;
    cursor: pointer;
    font-size: 12px;
}
.row-title i.mag {
    right: 60px;
}
.row-title i {
    top: 2px;
}
.row-block button {
    padding: 2px 10px;
    font-size: 14px;
}