/*productInfo.css*/
/*productInfoTitle*/
/*title*/
.ProductInfosTitle {
    position: relative;
    padding: 10px 15px;
}


.ProductInfosTitle>* {
    display: inline-block;
    font-size: 24px;
}

.ProductInfosTitle>span {
    width: 6px;
    height: 12px;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    z-index: -1;
    transition: all .8s;
    background: #ed1f65;
}

section:hover .ProductInfosTitle>span {
    width: 100%;
}

/*title-end*/
.f12 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 12;
    font-size: 13px;
}

.aboutContentText {
    text-indent: 2em;
}

.productInfo {
    background: white;
}

.productInfoT {
    padding-left: 50px !important;
    position: relative;
}

.productInfosBox>div {
    margin-top: 50px;
}

.productInfosHeader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
}

.productsInfos {
    display: flex;
    justify-content: space-between;
}

.productInfoImgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
    border: 1px solid #e6e6e6;
    width: 100%;
}

.productInfoImgBox>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    cursor: crosshair;
}

.productInfoMd {
    font-size: 15px;
    color: #717171;
}

.productsInfos {
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}

.productDetail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 999;
    display: -webkit-box;
    overflow: hidden;
    display: none;
}

.productDetail>img {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transform: scale(2);
}

.productInfoTitle {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 20px;
}

.productInfoLine {
    height: 2px;
    width: 100%;
    background: #eeeeee;
}

.productInfoContent {
    margin-top: 20px;
    font-size: 15px !important;
    margin-bottom: 100px;
    line-height: 2;
}
.productInfoBuy{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.productInfo-join-consult{
    display: inline-block;
    background: #ffffff;
    color: #1b1e21;
    padding: 10px 50px 10px 50px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.4s;
    border: 1px solid #ed1f65;

}
.share-btn{
    display: inline-block;
    background: #ffffff;
    color: #1b1e21;
    padding: 10px 50px 10px 50px;
    cursor: pointer;
    transition: 0.4s;
    border: 1px solid #1b1e21;
    margin: 15px 10px 0 10px;
}
.productInfo-join-consult:hover{
    background: #ed1f65;
    color: #ffffff;
}
.productInfoBuy>a {
    display: inline-block;
    background: #ed1f65;
    color: #ffffff;
    padding: 10px 50px 10px 50px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.4s;
}

.productInfoBuy>a:hover {
    background: #ffffff;
    color: #ed1f65;
}

.productInfoDetailRtx {
    margin: 40px 0;
}

.productInfoDetailRtx img {
    width: 100%;
}

.productInfoPage {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productInfoPage>div {
    cursor: pointer;
}

.productInfoPage>div:hover {
    color: #00a587;
}
.product-consult-message-main{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0,10,10,0.3);

}
.product-consult-message-box{

    backdrop-filter: blur(10px);
    background: white;
    border-radius: 10px;
    padding: 20px;
}
.product-consult-message-text{
    display: flex;
    justify-content: center;
    margin: 30px auto;
}
.product-consult-message-button-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 450px;
    margin: 0 auto;
}
.product-consult-message-again-btn{
    border-radius: 5px;
    padding: 7px 40px;
    color: white;
    background-color: rgba(0,10,10,0.7);

    cursor: pointer;
}
.product-consult-message-consult-btn{
    border-radius: 5px;
    padding: 7px 40px;
    color: white;
    background-color: rgba(0,10,10,0.7);

    cursor: pointer;
}


.product-consult-main{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0,10,10,0.3);
}
.product-consult-box{
    height: 40vw;
    width: 60vw;
    backdrop-filter: blur(10px);
    background: white;

    display: flex;
    justify-content: center;
}
.qr-main{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0,10,10,0.3);

}
.qr-big-box{
    height: 23vw;
    width: 20vw;
    backdrop-filter: blur(10px);
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 7px;
    min-width: 207px;
    min-height: 248px;
}
.qr-box{
    height: 15vw;
    width: 16vw;
}
.qr-text{
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.qr-tips{
    margin-top: 15px;
}
.qr-box img{
    height: 100%;
    width: 100%;
}
.product-consult-left-box{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product-consult-right-box{
    height: 100%;
    width: 100%;
    background: #f7f8f9;
}
.product-consult-title{
    font-size: 22px;
    font-weight: 550;
}
.product-consult-items{
    margin: 10px 0;
    height: 40px;
    width: 80%;
}
.product-consult-input{
    height: 100%;
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 1px solid #eeeeee;
    padding: 0 10px;
}
.product-consult-textarea-items{
    height: 80px;
}
.product-consult-input::placeholder{
    font-size: 14px;
}
.product-consult-input:focus{
    outline: none;
    border: 1px solid #959494;
}
.product-consult-code-items{
    display: flex;
}
.product-code-img{
    height: 100%;
    width: 50%;
    object-fit: contain;
}
.product-consult-code-input{
    height: 100%;
    width: 50%;
}
.product-consult-button{
    background: #2fbeed;
    color: white;
}
.product-consult-right-box{
    overflow: hidden;
    overflow-y: auto;
}
.product-consult-right-title{
    padding: 20px 0  20px 10px;
    border-bottom: 1px solid #efeff0;
}
.product-items{
    margin: 10px 15px;
    padding: 10px;
    background: white;
    height: 100px;
    width: calc(100% - 25px);
    display: flex;
    justify-content: space-between;
}
.product-items-left{
    height: 100%;
    width: 100%;
}
.product-items-img{
    height: 100%;
    width: 30%;
    object-fit: contain;
}
.delete-product-btn{
    cursor: pointer;
}

.share-btn-box{
    position: relative;
}
/*修改*/
.share-hide-box{
    display: none;
    width: 142px;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 18px 10px rgba(0,0,0,0.09);
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    text-align: center;
}
.share-hide-box::after{
    content: '';
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #ffffff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.share-hide-box-item{
    font-size: 12px;
    margin: 15px 0;
    width: 100%;
    cursor: pointer;
}
