/* .pos_c {
    padding-left: calc(100vw * 380 / 1920);
    font-size: 18px;
} */
.product-name {
    color:#0A307F;
    font-size: 1.1rem;
}
.product-detail{
    /*display: flex;*/
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    /* padding: 30px 14% 46px;
    padding-left: calc(100vw * 380 / 1920); */
}
.product-detail-top{
    width: 100%;
    /* height: calc(100% - 130px); */
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding:0;
    box-sizing: border-box;
}

.product-detail-left{
    width: 49%;
}
.detail-img{
    width: 100%;
    /* height: 240px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url("/images/image2/product/img-bg.png"); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* box-shadow: 1px 0 8px rgba(102,102,102,0.5); */
}
.detail-img img{
    /*height: 318px;*/
    width:80%;
}
.product-detail-bottom{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-page{
    background: #EDF6FF;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 49%;
    margin-top: 20px;
    height: 48px;
    padding:24px 3%;
    box-sizing: border-box;

}

.detail-page .detail-page-left{
    color: #0A307F;
    position: relative;

}
.detail-page .detail-page-left::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left:-12px;
    margin: auto;
    background: #1674CC;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.detail-page .detail-page-right{
    background: #1674CC;
    border-radius: 20.5px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding:0 10px;

}
.product-detail-right{
    width: 49%;
    /*margin-left: 1%;*/
    /* height: 250px; */
}
.detail-content-content{
    width: 100%;
    padding:0px 7px 0 0;
    box-sizing: border-box;
    /* height: calc(100% - 40px); */
    /* overflow-y: scroll; */
}
::-webkit-scrollbar{
    width: 3px;
}
::-webkit-scrollbar-track-piece{
    background:#F9F9F9;
}

::-webkit-scrollbar-thumb {
    height: 10px !important;
}
/* -webkit-scrollbar {
     width: 3px;
 }
 -webkit-scrollbar-thumb {
     background: #1674CC;
 }
 -webkit-scrollbar-track {
     border-radius: 0;
     background: #F9F9F9!important;

 }*/
.detail-content .detail-content-title{
    font-weight: bold;
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.detail-tag{
    color:#fff;
    font-size: 1rem;
    background: #1674CC;
    text-align: center;
    padding:0 19px;
    height:28px;
    line-height: 28px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 20px;
    display: inline-block;
}
.detail-content-top{
    background: #f9f9f9;
    padding:10px;
    box-sizing: border-box;
}
.detail-content-top p{line-height: 1.5rem;}
.detail-content-top-item{
    font-size: 1.1rem;
    color:#333;
    margin-bottom: 9px;
}
.detail-content-top-item:last-child{
    margin-bottom: 0;
}
.detail-content-bottom{
    border:1px solid #F9F9F9;
    background: #fff;
    padding:10px;
    box-sizing: border-box;
    overflow-y: auto;
    height: calc(100% - 300px);
}
/* .detail-content-bottom2{height: calc(100% - 400px);} */
.detail-content-bottom .line{
    background-image: linear-gradient(to right,#1674CC,#fff);
    opacity: 0.6;
    height: 5px;
    width: 100%;
    margin-top: 20px;
}
.detail-content-bottom2{margin-top: 80px;height: calc(100% - 380px);}
.detail-content-bottom2 .line{margin-top: 0px;}
.detail-content-bottom-item{
    margin-bottom: 12px;
    color:#333;
    font-size: 1rem;
}
.detail-content-bottom-item:last-child{
    margin-bottom: 0;
}
/*  .detail-content-bottom-content{
      line-height: 36px;
      font-size: 16px;
  }*/
.content-text{
    font-weight: bold;
}

.active{color:red}
@media only screen and (max-width:550px) {
    .detail-content-top{font-size: 1rem;}
    .detail-content-bottom{font-size: 1rem;}
    .product-detail{padding:10px}
    .detail-content-bottom{height: calc(100% - 225px);}
    .detail-content-bottom2{margin-top: 50px;height: calc(100% - 275px);}
    /* .detail-content-bottom2 .line{margin-top: 60px;} */
}
