html,body{
    background: #F1F4F8;
}
.crumbs{
    height: 62px;
    line-height: 62px;
    width: 1200px;
    margin: 0 auto;
}
.crumbs li{
    float: left;
    line-height: 62px;
    height: 62px;
}
.crumbs li a{
    font-size: 14px;
    margin-right: 8px;
}
.crumbs li:not(:last-child):after{
    content: '';
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/info/arrow-067ed9a55e.png");
    margin-right: 8px;
    vertical-align: middle;
}

.wrap{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.thumbnail-box {
    width: 550px;
    overflow: hidden;
}

.thumbnail-container {
    height: 386px;
    width: 64px;
    float: left;
    text-align: center;
}

.thumbnail {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    margin-bottom: 16px;
}
.thumbnail:hover {
    border-color: #000;
}

.thumbnail.active {
    border-color: #000;
}

.main-image-container {
    position: relative;
    width: 455px;
    height: 386px;
    background: #F6F8FB;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 24px;
    float: left;
}

.main-image-wrapper {
    width: 9999px;
    transition: transform 0.5s ease;
    overflow: hidden;
}

.main-image-item {
    width: 455px;
    height: 386px;
    float: left;
    text-align: center;
    line-height: 386px;
}

.main-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    vertical-align: middle;
}

.arrow {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    color: white;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    background:#fff url("https://cpstatic.zzchemical.com/static/trade-hub/img/supply/arrow-rt-e6dc08f9e7.png") no-repeat center center;
    margin-top: -22px;
    border-radius: 50%;
    border: 1px solid #E5E5E8;
}

.arrow:hover {
    background-color: #F4F4F4;
}

.arrow-left {
    left: 20px;
    background-image: url("https://cpstatic.zzchemical.com/static/trade-hub/img/supply/arrow-lf-31b9303aaf.png");
}

.arrow-right {
    right: 20px;
}


.product-container {
    width: 584px;
}
.product-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    line-height: 32px;
}
.product-bg{
    background: #F6F8FB;
    border-radius: 6px;
    margin: 15px 0;
    padding:15px 0 1px 0;
}
.info-row {
    overflow: hidden;
    line-height: 25px;
    padding:0 27px;
    font-size: 14px;
    margin-bottom: 10px;
}
.info-label {
    width: 180px;
    color: #555;
    float: left;
}
.info-value {
    margin-left: 115px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.price {
    color: #555;
}
.price span{
    font-size: 18px;
    color: #222222;
    font-weight: bold;
}
.price strong{
    color: #DA291C;
    font-size: 24px;
    font-weight: bold;
}
.location-tag {
    background: #F2F4FA;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    border:1px solid #F2F4FA;
}
.location-tag:hover{
    background: #EDF2FF;
    border-color: #ADC2FF;
    color: #142DE0;
}

.action-buttons {
    margin-top: 20px;
}
.btn {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 212px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-radius: 24px;
    margin-left: 15px;
    color: #fff;
    font-weight: bold;
}
.btn-primary {
    background-color: #142DE0;
}

.btn-primary:hover{
    color: #fff;
}
.btn-secondary {
    background-color: white;
    border-color: #222;
    color: #222;
}
.btn-secondary:hover{
    background-color: #F4F4F4;
}
.favorite {
    float: left;
    text-align: center;
    margin-left: 15px;
    font-size: 14px;
    cursor: pointer;
    line-height: 48px;
}
.favorite-container {
    position: relative;
    float: right;
}
.favorite-container:hover .qrcode-popup {
    display: block;
}
.star {
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/supply/collect-73492fe76e.png") 0 0 no-repeat;
    width: 18px;
    height: 17px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.layui-layer-tips .layui-layer-content{
    color: #222;
    font-size: 14px;
}

.container{
    padding-top: 24px;
}

/* 主内容区域 */
.main-content {
    width: 876px;
    padding:0 30px 30px 30px;
    float: left;
    background: #fff;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 侧边栏 */
.sidebar {
    width: 300px;
    float: right;
}

/* 选项卡 */
.tabs {
    border-bottom: 1px solid #DDE1EB;
}

.tabs ul {
    height: 56px;
    font-size: 20px;
    margin-top: 10px;
}

.tabs li {
    float: left;
    cursor: pointer;
    width: 210px;
    line-height: 52px;
    height: 52px;
    border-bottom: 4px solid #fff;
}

.tabs li.active {
    border-color: #0268FF;
    font-weight: bold;
}

.tabs li a {
    color: #222;
}

/* 产品信息表格 */
.product-info {
    margin-top: 25px;
}

.product-info table {
    width: 100%;
    border-collapse: collapse;
}

.product-info td {
    padding:10px 20px;
    border: 1px solid #DDE1EB;
}

.product-info .label {
    background-color: #F6F8FB;
    width: 280px;
}

/* 产品详情 */
.product-details{
    padding: 0 10px;
}
.product-details img{
    max-width: 100%;
}
.product-details-title {
    font-size: 20px;
    margin: 20px 0 20px 0;
    color: #222;
}


/* 联系信息 */
.sidebar .contact-info {
    background: #fff;
    border-radius: 16px;
    padding:1px 10px 24px 14px;
}

.sidebar .contact-info h3 {
    font-size: 20px;
    line-height: 36px;
    text-indent: 10px;
    margin-top: 15px;
}
.sidebar .contact-info h4 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    border-radius: 8px;
    padding:10px 20px;
    background: linear-gradient(90deg, #F2F7FF, #FFFFFF);
    margin-top: 5px;
    line-height: 20px;
}

.sidebar .contact-info p {
    font-size: 16px;
    color: #222;
    line-height: 28px;
    padding-left: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar .contact-info p span{
    float: left;
    width: 100%;
    color: #555;
    font-weight: bold;
    margin-top: 3px;
}

.map {
    margin: 15px auto 0 auto;
    width: 240px;
    height: 158px;
}

/* 产品分类 */
.product-categories {
    background: #fff;
    border-radius: 16px;
    margin-top: 24px;
    padding: 1px 0 25px 0;

}

.product-categories h3 {
    font-size: 20px;
    text-indent: 24px;
    line-height: 24px;
    margin-top: 20px;
    color: #333;
}

.category-grid {
    overflow: hidden;
    padding: 20px 8px 0 8px;
}

.category-item {
    float: left;
    width: 33.33%;
    padding:5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
}

.category-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.category-item p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.view-all {
    text-align: center;
}

.view-all a {
    display: inline-block;
    width: 181px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #222;
    border-radius: 20px;
    color: #222;
    background: #fff;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

.view-all a:hover {
    background: #F4F4F4;
    color: #000;
}

.detail-content-box{
    padding: 0 10px;
}

.detail-content-box .top {
    height: 28px;
    line-height: 28px;
    margin-bottom: 4px;
    font-size: 18px;
}

.detail-content-box .top .l {
    padding-left: 20px;
    font-size: 14px;
    color: #ffffff;
}

.detail-content-box .top .r {
    font-size: 14px;
    color: #222222;
}

.detail-content-box .top .r strong {
    font-size: 20px;
    color: #e60012;
}

.main-table {
    width: 100%;
    border: solid 1px #e5e7ed;
    box-sizing: border-box;
    margin-bottom: 14px;
    overflow: hidden;
}

.tb-tit {
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    padding: 10px 0 15px;
}

.main-table .item {
    position: relative;
    border-bottom: 1px solid #e5e7ed;
}

.main-table .item.no-bb {
    border-bottom: 0;
}

.main-table .tit {
    position: absolute;
    left: 0;
    width: 266px;
    height: 100%;
    padding-top: 9px;
    padding-left: 16px;
    font-size: 14px;
    color: #222222;
    background-color: #F6F8FB;
    border-right: 1px solid #E5E7ED;
    box-sizing: border-box;
}
.main-table .tit span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-table .txt {
    position: relative;
    float: left;
    width: 608px;
    min-height: 39px;
    padding-top: 9px;
    padding-left: 12px;
    margin-left: 266px;
    font-size: 13px;
    color: #222222;
    background-color: #fff;
    box-sizing: border-box;
}
.main-table .txt.txt-rz {
    padding-bottom: 4px;
}

.main-table .icon-pic {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-position: -60px -150px;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -2px;
}

.main-table .item .rz-l {
    /*width: 490px;*/
}

.main-table .item .rz-l .rz-l-download .rz-l-img {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

.main-table .item .link {
    font-size: 13px;
    color: #386ed3;
    padding-right: 18px;
    cursor: pointer;
}

.main-table .item .link:hover {
    color: #e60012;
}
.main-table .item #applyCerts {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-table .item .options li {
    min-width: 125px;
    margin-bottom: 8px;
}

.main-table .item .options .s-point {
    margin-right: 4px;
}

.main-table .item .link1 {
    display: block;
    font-size: 13px;
    color: #386ed3;
}

.main-table .item .link1:hover {
    color: #e60012;
}

.other-table .other-title {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    background-color: #e60012;
    margin-bottom: 10px;
}

.other-table .other-title .tit1 {
    width: 226px;
    padding-left: 16px;
    box-sizing: border-box;
}

.other-table .other-title .tit2 {
    width: 170px;
    padding-left: 20px;
    box-sizing: border-box;
}

.other-table .other-title .tit3 {
    width: 138px;
    padding-left: 20px;
    box-sizing: border-box;
}

.other-table .other-title .tit4 {
    width: 119px;
    padding-left: 20px;
    box-sizing: border-box;
}

.other-table .other-title .tit5 {
    width: 140px;
    padding-left: 20px;
    box-sizing: border-box;
}

.other-table .other-table-content {
    width: 100%;
    background-color: #fff;
    border: solid 1px #E5E7ED;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 14px;
}
.other-table .other-table-content caption{
    font-size: 16px;
}
.other-table .other-table-content{
    line-height: 42px;
}

.other-table .other-table-content thead{
    background: #DCDCDC;
}
.other-table .other-table-content tr th{
    padding-left: 20px;
    font-weight: bold;
}
.other-table .other-table-content tr td{
    padding-left: 20px;
}
.other-table .other-table-content tbody tr:nth-child(even){
    background: #F6F8FB;
}

.other-table .icon-bc {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -60px -180px;
    vertical-align: middle;
    margin-left: 8px;
    cursor: pointer;
}

.other-table .icon-mdrz {
    display: inline-block;
    width: 16px;
    height: 17px;
    background-position: -60px -210px;
    vertical-align: middle;
    margin-left: 12px;
    cursor: pointer;
}

.other-desc {
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #e5e7ed;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.other-desc .tit {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #222222;
    background-color: #e5e7ed;
}

.other-desc .desc {
    padding: 5px 16px;
    background-color: #fff;
}

.other-desc .desc li {
    line-height: 20px;
    font-size: 13px;
    color: #222222;
}

.other-desc2 p{
    font-size: 14px;
    color: #989898;
    line-height: 24px;
}

/* 添加在线下单按钮的二维码弹窗样式 */
.order-btn-container {
    position: relative;
    display: inline-block;
}

.qrcode-popup {
    position: absolute;
    top: -230px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 2px 15px 0px rgba(138,135,135,0.15);
    display: none;
    z-index: 100;
    width: 200px;
    height: 195px;
    text-align: center;
}

.qrcode-content img {
    width: 123px;
    height: 123px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.qrcode-content p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.order-btn-container:hover .qrcode-popup {
    display: block;
}

/* 添加小三角形指向按钮 */
.qrcode-popup:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}