.stdsolution-detail{
    width: 1200px;
    margin: 0 auto;
    font-family: "思源黑体 CN";
}

.common-box{
    width: 864px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #EDEEF2;
}

.main-info-wrap{
    display: flex;
}

.goods-basic-left-inner-img {
    width: 296px;
}

.goods-image {
    position: relative;
    z-index: 8;
}

.goods-image .middle {
    position: relative;
    width: 296px;
    height: 300px;
    margin: 0 auto;
}

.goods-image .middle .pic {
    width: 296px;
    height: 296px;
    cursor: move;
}

.bigimg {
    min-width: 1200px;
    display: block;
}

.goods-image .small {
    width: 296px;
    margin-top: 8px;
    position: relative;
}

.goods-image .small .small-inner {
    position: relative;
    width: 198px;
    height: 48px;
    overflow: hidden;
    margin: 0 auto;
}

.goods-image .small .small-inner ul {
    display: flex;
    position: absolute;
    height: 48px;
    width: 198px;
    top: 0px;
    left: 0px;
}

.goods-image .small .small-inner ul li {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    flex-shrink: 0;
    float: left;
    border: 1px solid transparent;
}

.goods-image .active {
    border: 1px solid #e4e4e4 !important;
}

.goods-image .small .small-inner ul li:first-of-type {
    margin-left: 0;
}

.goods-image .small .small-inner ul li .small-img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.goods-basic-left-inner-img .goods-basic-left-inner-tip {
    font-size: 12px;
    line-height: 140%;
    color: #828282;
    margin-top: 14px;
    margin-bottom: 16px;
    text-align: center;
}

.goods-basic-left-inner-img .swiper-button-next {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #BEBEBE;
    border-bottom: 2px solid #BEBEBE;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 7px;
    transform: rotate(-45deg);
    display: none;
}

.goods-basic-left-inner-img .swiper-button-prev {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #BEBEBE;
    border-bottom: 2px solid #BEBEBE;
    position: absolute;
    cursor: pointer;
    top: 15px;
    left: 12px;
    transform: rotate(45deg);
    display: none;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;
    cursor: pointer;
}

div.zoomdiv {
    z-index: 999;
    position: absolute;
    top: 0px !important;
    left: 296px !important;
    width: 200px;
    height: 200px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.jqZoomPup {
    z-index: 999;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 88px !important;
    height: 88px !important;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    background: rgba(0, 113, 220, 0.1);
}

.main-info{
    margin-left: 20px;
}

.main-info .schemeCommodityName{
    color: #333;
    font-size: 20px;
    font-weight: 749;
    line-height: 140%;
    margin-bottom: 10px;
    word-break: break-all;
}

.supplier {
    display: inline-block;
    flex: 0 0 226px;
    word-break: break-all;
}

.main-info .desc{
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.label-value{
    color:  #333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.label-value > div{
    margin-bottom: 12px;
    display: flex;
}

.label-value span{ 
    display: inline-block;
    width: 90px;
    flex: 0 0 90px;
}

.label-value .industry{
    width: 418px;
    word-wrap: break-word;
}

.sub-info-wrap{
    margin-top: 20px;
    padding: 0;
}

.sub-info-wrap .head-tab {
    display: flex;
    background: #F7F8FA;
    padding: 0 20px;
    border-radius: 8px 8px 0 0;
}

.sub-info-wrap .head-tab h3{
    color: #333;
    font-size: 16px;
    font-weight: 513;
    line-height: normal;
    margin-right: 40px;
    padding: 14px 0;
    position: relative;
    cursor: pointer;
}

.sub-info-wrap .head-tab .active::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #0071DC;
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
    
.sub-info-wrap .tab-info {
    padding: 20px;
}

.sub-info-wrap .tab-info .tab-title{
    color: #333;
    font-size: 16px;
    font-weight: 749;
    line-height: normal;
    margin: 40px 0 20px;
}
.attr-table {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #EDEEF2;
    border-spacing: 0;
}
.attr-table th {
    padding: 8px 20px;
    background:  #F7F8FA;
    color:#333;
    font-size: 14px;
    font-weight: 749;
    line-height: normal;
}

.attr-table td {
    padding: 12px 20px;
    color:  #333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.attr-table th,.attr-table td {
    border-bottom: 1px solid #EDEEF2;
}
.attr-table th:nth-child(2n+1) {
    border-right: 1px solid #EDEEF2;
}

.attr-table td:nth-child(2n+1) {
    border-right: 1px solid #EDEEF2;
}

.attr-table tr:last-of-type td{
    border-bottom: none;
}

.no-attr {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.tab-info-desc {
    word-break: break-all;
}
.tab-info-desc img{
    max-width: 100%;
}

.tab-info-desc li, .tab-info-desc li::marker{
    margin-left: 20px;
}


.file-wrap .file-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    background:  #F7F8FA;
    color: #596979;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.file-wrap .file-item .pdf-name{
    width: 547px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-wrap .pdf-icon{
    width: 21px;
    height: 24px;
    vertical-align: sub;
    margin-right: 10px;
}

.file-wrap .btn-box{
    display: flex;
    align-items: center;
}

.file-wrap .btn-box::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #A6ACBA;
    margin-right: 20px;
}

.btn-box div {
    border-radius: 6px;
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.btn-box .preview{
    border: 1px solid #E1E5EE;
    background:  #FFF;
    color: #333;
    margin-right: 20px;
}

.btn-box .preview::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/svg/preview.svg') no-repeat;
    background-size: 16px 16px;
    margin-right: 4px;
    vertical-align: sub;
}

.btn-box .preview:hover{
    color: #0071DC;
}

.btn-box .preview:hover::before {
    background: url('../img/svg/preview-blue.svg') no-repeat;
}

.btn-box .downloadBtn {
    border: none;
    background: #0071DC;
    color: #fff;
}

.btn-box .downloadBtn::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/svg/download.svg') no-repeat;
    background-size: 16px 16px;
    margin-right: 4px;
    vertical-align: sub;
}

.btn-box .downloadBtn:hover {
    background-color: #004F9A;
}

.right-fixed-box {
    position: fixed;
    top: 168px;
    left: 50%;
    transform: translateX(280px);
    width: 316px;
    border-radius: 8px;
    border: 1px solid #EDEEF2;
    box-sizing: border-box;
    padding: 20px 16px;
    background-color: #fff;
}

.right-fixed-box .row-item{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.right-fixed-box .row-item label {
    font-weight: 749;
}

.right-fixed-box .price{
    color: #333;
    font-size: 14px;
    font-weight: 749;
    line-height: normal;
    padding: 16px 20px;
    border-radius: 6px;
    background: #F7F8FA;
    margin-bottom: 20px;
}

.right-fixed-box .money {
    color: #FF5300;
    font-size: 16px;
    margin-left: 48px;
}
.right-fixed-box .no-price-tips{
    color: #828282;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.right-fixed-box .step-price {
    padding: 16px 20px;
    border-radius: 6px;
    background: #F7F8FA;
    margin-bottom: 20px;
}

.right-fixed-box .step-title{
    color: #333;
    font-size: 14px;
    font-weight: 749;
    line-height: normal;
    margin-bottom: 10px;
}

.right-fixed-box .step-title,.right-fixed-box .step-item{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.right-fixed-box .step-title >span ,.right-fixed-box .step-item>span {
    width: 50%;
    box-sizing: border-box;
}

.right-fixed-box .step-item + .step-item {
    margin-top: 6px;
}

.right-fixed-box .step {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.right-fixed-box .small-money {
    color: #FF5300;
    font-size: 14px;
    font-weight: 749;
    line-height: normal;
}

.inventory-table{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E8EEF3;
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.inventory-table table{
    border-spacing: 0;
    width: 100%;
}

.inventory-table td {
    padding: 6px 0;
    color: #7C8393;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid #E8EEF3;
    border-bottom: 1px solid #E8EEF3;
}

.inventory-table td:nth-child(2n){
    color: #333;
    width: 159px;
    border-right: none;
}

.inventory-table tr:last-of-type td {
    border-bottom: none;
}

.right-btn-box {
    display: flex;
    align-items: center;
    color: #242E3E;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.right-btn-box button{
    border: none;
    box-sizing: border-box;
    background-color: transparent;
    white-space: nowrap;
    cursor: pointer;
}


.right-btn-box button +  button {
    margin-left: 20px;
}

.right-btn-box .service-btn{
    width: 196px;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #0071DC;
}

.right-btn-box .service-btn:hover{
    background-color: #004F9A;
}

.right-btn-box img {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.share {
    position: relative;
}

.share::before {
    content: '';
    background: url('../img/svg/share-white.svg') no-repeat 100%;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.share:hover {
    color: #58606C;
}

.share:hover::before {
    content: '';
    background: url('../img/svg/grey-share.svg') no-repeat 100%;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.share:hover .shareApp {
    display: block;
}

.share .shareApp {
    padding: 10px 4px 10px 9px;
    background: #fff;
    filter: drop-shadow(4px 4px 30px rgba(72, 84, 106, 0.12));
    border-radius: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-55%);
    top: 50px;
    display: none;
    color: #333;
    font-size: 14px;
}

.share .shareApp::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -19px;
    left: 45%;
}

.share .shareApp li {
    width: 164px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.share .shareApp li.wx::before {
    content: '';
    width: 32px;
    height: 32px;
    background: url('../img/svg/wx.svg') no-repeat 0 0;
    background-size: 32px;
    margin-right: 8px;
}

.share .shareApp li.qq::before {
    content: '';
    width: 32px;
    height: 32px;
    background: url('../img/svg/qq.svg') no-repeat 0 0;
    background-size: 32px;
    margin-right: 8px;
}

.share .shareApp li.wb::before {
    content: '';
    width: 32px;
    height: 32px;
    background: url('../img/svg/wb.svg') no-repeat 0 0;
    background-size: 32px;
    margin-right: 8px;
}

.share .shareApp li:hover {
    background: #F7F8FA;
}

.share .sharewxpic {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    width: 139px;
    height: 168px;
    right: 180px;
    top: -10px;
    color: #333;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    padding: 24px;
    opacity: 0;
}

.share .wx:hover .sharewxpic {
    opacity: 1;
}

.share .sharewxpic img {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin: 0 auto 20px;
}
