
.penle a {
    text-decoration: underline !important;
}
  .productpage{
  /*  max-height:1100px;*/
    height: auto;
    padding-top: 110px;
}
.pro-content{
   width: 1200px;
   margin: 0 auto;
   display: flex;
}
.pro-content .left-menu{
    float: left;
    padding-top: 10px;
    position: relative;
    right: 40px;
    margin-bottom: 50px;
}
.pro-content .left-menu .back{
    width: 160px;
    height: 37px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}
.pro-content .left-menu .back span{
    margin-left: 15px;
}
.pro-content .left-menu .menu{
   margin-top: 87px;
}
.pro-content .left-menu .menu .select-btn{
    width: 250px;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content:left;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    margin-bottom: 15px;
    background-color: #fff;
}
.pro-content .left-menu .menu .select-btn.active{
    background-color: #000;
    color: #fff;
} 
.pro-content .left-menu .menu .select-btn span{
    margin-left: 55px;
    line-height:20px;
}
.pro-content  .right-content{
    text-align: center;
    margin-left: 40px;
    width: 999px;
    margin-bottom: 50px;
}
.pro-content .back-btn{
  /*  display: none;*/
}

 .pro-content .back-btn{
        width: 100px;
        height: 40px;
        border: 1px solid #e5e5e5;
        border-radius: 50px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        margin-left: 0px;
        margin-bottom: 20px;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 14px;
        color: #000; 
    }
    .pro-content  .back-btn img{
        width: 16px;
    }
    .pro-content .back-btn span{
        margin-left: 8px;
    }




.pro-content .section{
    display: none;
}
.pro-content .section.active {
    display: block;
  }
.pro-content #securitycode .title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.pro-content  #securitycode .input-enter{
    width: 999px;
    height: 90px;
    border: 2px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 85px;
}
.pro-content  #securitycode .input-enter input{
    margin-left: 33px;
    width: 500px;
    height: 70px;
    border: none;
    outline: none;
    font-size: 16px;
}
    .pro-content #securitycode .input-enter a {
        margin-left: 33px;
        width: 500px;
        height: 70px;
        border: none;
        outline: none;
        font-size: 16px;
        text-align: center;
        color: #FFF;
        background: #d12e35;
    }

    .pro-content #securitycode .button {
        width: 999px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        background-color: brown;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 35px;
        color: #fff;
        cursor: pointer;
        display: none
    }
    .pro-content #securitycode .next-btn {
        width: 170px;
        height: 50px;
        background-color: #313131;
        color: #fff;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        font-size: 16px;
        float: left;
        margin-top: 65px;
    }
/*#supplement*/
.pro-content #supplement .title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.pro-content  #supplement .console{
    display: flex;
    justify-content: center;
}
.pro-content  #supplement .console .select-box{
    width: 274px;
    height: 274px;
    /* width: auto;
    height: auto; */
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin: 95px 65px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pro-content  #supplement .console .select-box:hover {
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.pro-content  #supplement .console .select-box img{
    width: auto;
}
.pro-content  #supplement .console .select-box p{
    font-size: 26px;
    color: #646368;
    margin-top: 40px;
}



    .pro-content #search-particles .shops-card-small-pc {
        width: 200px;
        height: 50px;
        line-height: 50px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 98;
        color: #FFF;
        box-sizing: border-box;
        font-size: 24px;
        font-weight: bold;
        background: url(../images/cart.png);
        background-size: auto 80%;
        background-position: 10px center;
        background-repeat: no-repeat;
        background-color: #313131;
    }

    .pro-content #search-particles .shops-small-bottom {
    
        display:none;
       width: 100%;
        height: 50px;
        line-height: 50px;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 98;
        color: #FFF;
        box-sizing: border-box;
        font-size: 24px;
        font-weight: bold;
        background-color: #313131;
        align-items:center;
        justify-content:center
       
    }

    .pro-content #search-particles .shops-small-bottom div{ width:50%; text-align:center}


   .pro-content #search-particles .shops-small-bottom .next-btn {
            border-right: 1px solid #eeeeee;
            color: #FFF;
            font-size: 24px;
            margin-top: 0px;
            width: 50%;
   }


 .pro-content #search-particles .shops-card {
            width: 341px;
            height: 100%;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 99;
            background-color: #eeeeee;
            padding: 40px 20px;
            box-sizing: border-box;
 }
.pro-content #search-particles .shops-card .card-title{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.pro-content #search-particles .shops-card .closecard{
   position: absolute;
   top: 40px;
   right: 30px;
   cursor: pointer;
}
    .pro-content #search-particles .shops-card .shops-list {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        max-height: 70%;
        overflow: auto;
    }
.pro-content #search-particles .shops-card .shops-list .shops-item{
    width:100%;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
   /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);*/
    display: flex;
    align-items: center;
    padding: 9px 10px;
    box-sizing: border-box;

}
.pro-content #search-particles .shops-card .shops-list .shops-item .shops-pic{
    width: 120px;
    height: 70px;
}
.pro-content #search-particles .shops-card .shops-list .shops-item .shops-pic img{
    width: 100%;
    height: 100%;
}
.pro-content #search-particles .shops-card .shops-list .shops-item .shopsadjust{
    width: 100%;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    position: relative;

}
.pro-content #search-particles .shops-card .shops-list .shops-item .shopsadjust .delitem{
    position: absolute;
    right: 0;
    width: 26px;
    top: -4px;
    cursor: pointer;
}
.pro-content #search-particles .shops-card .shops-list .shops-item .shops-num{
    display: flex;
    justify-content: space-between;
    color: #646368;
    margin-top:20px;
}
.pro-content #search-particles .shops-card .shops-list .shops-item .shops-num .adjustnum{
    display: flex;
    gap: 10px; 
}
.pro-content #search-particles .shops-card .shops-list .shops-item .shops-num .adjustnum button{
    width: 25px;
    height: 25px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background-color: #868686;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-content #search-particles .shops-card  .sureorder{
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    width: 202px;
    height: 47px;
    margin-top: 50px;
}



.pro-content  #country .title{
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
    .pro-content #country .next-btn {
        width: 170px;
        height: 50px;
        background-color: #313131;
        color: #fff;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        font-size: 16px;
        float: left;
        margin-top: 65px;
    }


    .pro-content #country #country-select {
        width: 999px;
        height: 75px;
        padding: 0 0px;
        border-radius: 5px;
        border: 1px solid #767676;
        font-size: 24px;
        background-color: #fff;
        outline: none;
        cursor: pointer;
        background-image: url('../images/down-icon.png');
        background-position: right 8px center;
        background-repeat: no-repeat;
        margin-top: 8%;
        appearance: none;
        box-sizing:border-box;
    }

        .pro-content #country #country-select option {
            font-size: 16px;
            cursor: pointer;
        }

    .pro-content #country .form-input {
        width: 400px;
        height: auto;
        background-color: #fff;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        position: relative;
    }

        .pro-content #country .form-input select {
            padding: 24px 24px 8px;
            width: 100%;
            border: 1px solid #d8d8d8;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: url('arrow-down.png') no-repeat; /* 设置自定义的箭头图像 */
            background-position: 96% center; /* 调整箭头的位置 */
            background-size: 15px; /* 调整箭头图像的大小 */
            /* 调整箭头与文本之间的间距 */
        }

        .pro-content #country .form-input .op-list {
            position: absolute;
            border: solid 1px #767676;
            width: 100%;
            max-height: 350px;
            min-height:50px;
            overflow-y: auto;
            top: 68px;
          /*  transform: translateY(50%);*/
            z-index: 50;
            background-color: #fff;
          /*  padding-left: 20px;*/
            box-sizing: border-box;
        }

            .pro-content #country .form-input .op-list.hidden {
                opacity: 0;
                visibility: hidden;
            }

            .pro-content #country .form-input .op-list .iop {
                height: 40px;
                margin-left: 5px;
            }

                .pro-content #country .form-input .op-list .iop:hover {
                    background-color: #1E90FF;
                    cursor: pointer;
                }

        .pro-content #country .form-input input {
            outline: none;
            border: none;
            font-size: 14px;
            width: 100%;
            height: 100%;
            background:none;
            padding: 24px 24px 8px 24px;
            text-align:center

        }

        /* .pro-content #country .form-input input:focus {
                box-shadow: 0 0 8px 0 rgba(55,158,227,.2);
                outline: 0;
                border-color: #31a1e0;
            }

        .pro-content #country .form-input select:focus {
            box-shadow: 0 0 8px 0 rgba(55,158,227,.2);
            outline: 0;
            border-color: #31a1e0;
        }*/

        .pro-content #country .form-input input:focus + label,
        .pro-content #country .form-input input:valid + label {
            font-size: 12px;
            top: 5px;
        }

        .pro-content #country .form-input label {
            position: absolute;
            left: 24px;
            right: 24px;
            top: 15px;
            color: #6f6f6f;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            pointer-events: none;
            transition: all 0.3s;
        }
        .pro-content #country .form-input .c-tooltip {
            position: absolute !important;
            right: 4px;
            top: 17px;
        }

            .pro-content #country .form-input .c-tooltip .c-icon {
                width: 20px;
                height: 20px;
            }

            .pro-content #country .form-input .c-tooltip .c-tooltip__body {
                left: auto;
                right: calc(100% - 8px);
                width: 200px;
                position: absolute;
                background-color: #fff;
                top: 50%;
                /* left: 0; */
                padding: 16px;
                transform: translateY(-50%);
                border-radius: 4px;
                box-shadow: 0 1px 2px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.07), 0 4px 8px rgba(0,0,0,.07), 0 8px 16px rgba(0,0,0,.07), 0 16px 32px rgba(0,0,0,.07), 0 32px 64px rgba(0,0,0,.07);
                transition: visibility 0s linear 66.66666667ms,opacity 66.66666667ms ease-in-out;
                z-index: 20;
                opacity: 0;
                visibility: hidden;
            }

                .pro-content #country .form-input .c-tooltip .c-tooltip__body::after {
                    content: '';
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border: 8px solid transparent;
                    border-color: transparent;
                    border-left-color: #fff;
                    left: calc(100% - 1px);
                    right: auto;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .pro-content #country .form-input .c-tooltip:hover .c-tooltip__body {
                opacity: 1;
                visibility: visible;
            }






.pro-content  #supnumber .title{
    font-size: 40px;
    font-weight: bold;
    color: #000;
} 
.pro-content  #supnumber .input-enter{
    width: 999px;
    height: 90px;
    border: 2px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 85px;
}
.pro-content  #supnumber .input-enter input{
    margin-left: 33px;
    width: 500px;
    height: 70px;
    border: none;
    outline: none;
    font-size: 16px;
}
    .pro-content #supnumber .ifr-barscan {
        margin-left: 33px;
        width: 500px;
        height: 70px;
        border: none;
        outline: none;
        font-size: 16px;
        overflow:hidden;
    }
        .pro-content #supnumber .ifr-barscan .iframe {
            margin-left: 33px;
            width: 500px;
            height: 70px;
            border: none;
            outline: none;
            font-size: 16px;
            overflow: hidden;
            border: medium none;
        }
.pro-content  #supnumber .illustrate-box{
    margin-top: 22px;
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding:  26px;
    box-sizing: border-box;
}
    .pro-content #supnumber .illustrate-box  img{ width:40%
    }

.pro-content #supnumber .illustrate-box .oneword{
    width: 50%;
    margin-left: 26px;
    text-align: left;
}
.pro-content  #supnumber .next-btn{
  width: 170px;
  height: 50px;
  background-color: #313131;
  color: #fff;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  float: left;
  margin-top: 65px;
}
.pro-content  #barcode .title{
    font-size: 40px;
    font-weight: bold;
    color: #000;
} 
.pro-content  #barcode .input-enter{
    width: 999px;
    height: 90px;
    border: 2px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 85px;
}
.pro-content  #barcode .input-enter input{
    margin-left: 33px;
    width: 500px;
    height: 70px;
    border: none;
    outline: none;
    font-size: 16px;
}
    .pro-content #barcode .input-enter a {
        margin-left: 33px;
        width: 500px;
        height: 70px;
        border: none;
        outline: none;
        font-size: 16px;
        text-align: center;
        color: #FFF;
        background: #d12e35;
    }

    .pro-content #barcode .button {
        width: 999px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        background-color: brown;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 35px;
        color: #fff;
        cursor: pointer;
        display: none
    }



.pro-content  #securitycode .illustrate-box .oneword{
    width: auto;
    margin-left: 26px;
    text-align: left;
}
.pro-content #securitycode .illustrate-box img {
    /*height: 80%*/
    width:30%
}
.pro-content  #securitycode .illustrate-box{
    margin-top: 22px;
    width: auto;
    height: auto;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 26px;
}
.pro-content  #barcode .illustrate-box .oneword{
    width: 333px;
    margin-left: 26px;
    text-align: left;
}
.pro-content  #barcode .next-btn{
  width: 170px;
  height: 50px;
  background-color: #313131;
  color: #fff;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  float: left;
  margin-top: 65px;
}
.pro-content #proof {
    width: 999px;
  }
.pro-content #proof .title{
    font-size: 40px;
    font-weight: bold;
    color: #000;
} 
.pro-content #proof .form-box{
    width: 999px;
    height: auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 0 10px 10px 10px;
    margin-top: 143px;
    padding: 0 65px;
    box-sizing: border-box;
    padding-bottom: 30px;
}
    .pro-content #proof .form-box .toggle-btn {
        width: 159px;
        height: 55px;
        line-height: 55px;
        border-radius: 10px 10px 0px 0px;
        border: none;
        outline: none;
        position: absolute;
        font-size: 18px;
        padding-bottom: 30px;
        cursor: pointer;
    }

    .pro-content #proof .form-box .offline-btn {
        background-color: #b7b7b7;
        color: #fff;
        left: 0;
        top: -56px;
    }
.pro-content #proof .form-box .online-btn{
    background-color: #b7b7b7;
    color: #fff;
    left: 167px;
    top: -56px;
}
    .pro-content #proof .form-box .selCur {
        background-color: #313131;
    }
.pro-content #proof .form-box .form-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.pro-content #proof .form-box .form-group .lineflex{
    margin-top: 45px;
}
    .pro-content #proof .form-box .form-group #PlatformName {
       display:none
    }
.pro-content #proof .form-box .form-group .form-label{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
}
.pro-content #proof .form-box .form-group .input-field{
 width: 355px;
 height: 50px;
 background-color: #f7f7f7;
 border: 1px solid #eeeeee;   
 border-radius:10px 10px 10px 10px;
 display: flex;
 align-items: center;
 padding-left: 13px;
 box-sizing: border-box;
}
.pro-content #proof .form-box .form-group .input-field input{
    outline: none;
    border: none;
    background-color: #f7f7f7;
}
.pro-content #proof .form-box .form-group .form-select{
    display: flex;
    flex-wrap: wrap;
}
.pro-content #proof .form-box .form-group select{
    width: 130px;
    height: 50px;
    outline: none;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;   
    border-radius: 10px;
    background-image: url('../images/down.png');
    background-position: right 25px center;
    background-repeat: no-repeat;
    appearance: none;
    color: #b6b6b6;
    padding: 0 30px;
    font-size: 16px;
}
.pro-content #proof .form-box .form-group .certificate{
    margin-top: 55px;
}
.pro-content #proof .form-box .form-group .uploadimg{
    display: flex;
    align-items: center;
}
.pro-content #proof .form-box .form-group .uploadimg .upload-btn{
    width: 144px;
    height: 58px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;   
    border-radius: 10px;
    color: #646368;
    font-size: 16px;
    cursor: pointer;
}
.pro-content #proof .form-box .form-group .uploadimg .upload-mes{
   display: flex;
   align-items: center;
}
.pro-content #proof .form-box .form-group .uploadimg .legend{
    width: 350px;
    text-align: left;
    margin-left: 32px;
    font-size: 14px;
    color: #646368;
}


.pro-content #proof .form-box .certificate .proofimgs {
        width: auto;
        height: auto;
        font-size: 0;
        height: 60px;
        padding-left:10px;
        overflow: hidden;
    }
.pro-content #proof .form-box .certificate .proofimgs .imgli {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        background: #dedede;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative
    }
 .pro-content #proof .form-box .certificate .proofimgs .imgli img {
            width: 100%;
            height: 100%;
        }
 .pro-content #proof .form-box .certificate .proofimgs .imgli .icn_close {
            width: 25px;
            height: 25px;
            background-image: url("../images/close.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 20;
        }
.pro-content #proof .next-btn{
    width: 170px;
    height: 50px;
    background-color: #313131;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    float: left;
    margin-top: 65px;
  }


  .pro-content #search-particles{
    width: 870px;
    height: auto;
  } 
  .pro-content #search-particles .title{
    font-size: 40px;
    font-weight: bold;
    color: #000;
  }
  .pro-content #search-particles .search-input{
    width: 865px;
    height: 67px;
    border: 2px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 75px;
  }
  .pro-content #search-particles .search-input input{
    outline: none;
    border: none;
    font-size: 16px;
    margin-left: 25px;
    width:90%;
  }
  .pro-content #search-particles .search-input button{
    width: 102px;
    height: 67px;
    background-color: #000;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    right: -3px;
  }
  
  .pro-content #search-particles .particles-content{
    margin-top: 45px;
  }
.pro-content #search-particles .particles-content .subtitle{
    font-size: 26px;
    color: #000;
    text-align: left;
    font-weight: bold;
    padding-bottom: 34px;
    position: relative;
  }
  .pro-content #search-particles .particles-content .subtitle::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    width: 869px;
  }  
.pro-content #search-particles .particles-content .pcl-box{
     margin-top: 40px;
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
     justify-content: center;
}
.pro-content #search-particles .particles-content .pcl-box .pcl-item{
    width: 130px;
    height: 130px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-right: 13px; */
    margin-bottom: 12px;
    position: relative;
}
    .pro-content #search-particles .particles-content .pcl-box .pcl-item .img{
       width:auto; height:auto; max-height:70%; max-width:100%;
    }
.pro-content #search-particles .particles-content .pcl-box .pcl-item .s-btn{
   width: 18px;
   height: 18px;
   border-radius: 50px;
   position: absolute;
   top: 8px;
   right: 7px;
   display: flex;
   align-items: center;
   cursor: pointer;
}
.pro-content #search-particles .particles-content .pcl-box .pcl-item .s-btn img{
    margin: 0 auto;
}
.pro-content #search-particles .particles-content .pcl-box .pcl-item #add{
background-color: #039fe7;
}
.pro-content #search-particles .particles-content .pcl-box .pcl-item #remove{
    background-color: #e90011;
}
.pro-content #search-particles .particles-content .pcl-box .pcl-item p{
    margin: 0;
    margin-top: 7px;
    font-size: 14px;
} 
.pro-content #search-particles .particles-content .more-btn{
    width: 202px;
    height: 47px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    color: #000;
    outline: none;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    margin-top: 30px;
}
.pro-content #search-particles .particles-content .next-btn{
    width: 170px;
    height: 50px;
    background-color: #313131;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
.pro-content #write-place .title{
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.pro-content #write-place .penle{
    text-align: left;
    color: #646368;
    font-size: 14px;
}
.pro-content #write-place .penle:nth-child(2){
    margin-top: 87px;
}
.pro-content #write-place .penle:nth-child(3){
    margin-top: 25px;
}
.pro-content #write-place .penle:nth-child(5){
    margin-top: 27px;
}
.pro-content #write-place .penle:nth-child(6){
    margin-top: 30px;
}
.pro-content #write-place .message-form {
    width: 999px;
    height: auto;
    background-color: #eeeeee;
    border-radius: 10px;
    margin-top: 35px;
    padding: 44px 34px 200px 34px;
    box-sizing: border-box;
}

.pro-content #write-place .message-form .gridbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pro-content #write-place .message-form .form-input {
    width: 400px;
    height: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
.pro-content #write-place .message-form .form-input select{
    padding: 24px 24px 8px;
    width: 100%;
    border: 1px solid #d8d8d8;
    appearance: none;
    -webkit-appearance: none;
  -moz-appearance: none;
  background: url('arrow-down.png') no-repeat; /* 设置自定义的箭头图像 */
  background-position: 96% center; /* 调整箭头的位置 */
  background-size: 15px; /* 调整箭头图像的大小 */
  /* 调整箭头与文本之间的间距 */
}
.pro-content #write-place .message-form .form-input .op-list{
            position: absolute;
            border: solid 1px #767676;
            width:100%;
            height: 125px;
            overflow-y: auto;
            top: -12px;
            transform: translateY(50%);
            z-index: 50;
            background-color: #fff;
            padding-left: 20px;
            box-sizing: border-box;
}
.pro-content #write-place .message-form .form-input .op-list.hidden{
   opacity: 0;
   visibility: hidden;
}
.pro-content #write-place .message-form .form-input .op-list .iop {
            height: 25px;
            margin-left: 5px;
        }
 .pro-content #write-place .message-form .form-input .op-list  .iop:hover {
            background-color: #1E90FF;
            cursor: pointer;
        }

.pro-content #write-place .message-form .form-input input {
    outline: none;
    border: none;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 24px 24px 8px 24px;
    border: 1px solid #d8d8d8;
}
.pro-content #write-place .message-form .form-input input:focus {
    box-shadow: 0 0 8px 0 rgba(55,158,227,.2);
    outline: 0;
    border-color: #31a1e0;
}
.pro-content #write-place .message-form .form-input select:focus{
    box-shadow: 0 0 8px 0 rgba(55,158,227,.2);
    outline: 0;
    border-color: #31a1e0;
}
.pro-content #write-place .message-form .form-input input:focus +label,
.pro-content #write-place .message-form .form-input input:valid +label
{
    font-size: 12px;
    top: 5px;
}
.pro-content #write-place .message-form .form-input label{
    position: absolute;
    left: 24px;
    right: 24px;
    top: 15px;
    color: #6f6f6f;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none; 
    transition: all 0.3s;
    text-align:left;
}
/* .pro-content #write-place .message-form .form-input .error-message{
    position: absolute;
    top: 100%;
    left: 0;
    content: none;
    display: block;
    color: #e10600;
    font-size: 12px;
} */

.pro-content #write-place .message-form .form-input  .c-tooltip{
    position: absolute!important;
    right: 4px;
    top: 17px;
}
.pro-content #write-place .message-form .form-input  .c-tooltip .c-icon{
    width: 20px;
    height: 20px;
}
.pro-content #write-place .message-form .form-input  .c-tooltip .c-tooltip__body{
    left: auto;
    right: calc(100% - 8px);
    width: 200px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    /* left: 0; */
    padding: 16px;
    transform: translateY(-50%);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.07), 0 4px 8px rgba(0,0,0,.07), 0 8px 16px rgba(0,0,0,.07), 0 16px 32px rgba(0,0,0,.07), 0 32px 64px rgba(0,0,0,.07);
    transition: visibility 0s linear 66.66666667ms,opacity 66.66666667ms ease-in-out;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
}
.pro-content #write-place .message-form .form-input  .c-tooltip .c-tooltip__body::after{
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 8px solid transparent;
    border-color: transparent;
    border-left-color: #fff;
    left: calc(100% - 1px);
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pro-content #write-place .message-form .form-input  .c-tooltip:hover .c-tooltip__body{
   opacity: 1;
   visibility:visible;
}
.pro-content #write-place .message-form .sub-next-btn {
    width: 170px;
    height: 50px;
    background-color: #313131;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    float: left;
    margin-top: 87px;
}
.pro-content #write-place  .message-form .next-btn-push{
    width: 250px;
    height: 50px;
    background-color: #313131;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    float: left;
    margin-top: 87px;
  }

.securitycodeBtn {
    background-image: url(../images/fwcode.png);
    background-repeat: no-repeat;
    background-position: 18px 17px;
}
.securitycodeBtn.active{
    background-image: url(../images/fwcode-a.png);
}
.supplementBtn{
    background-image: url(../images/supplement.png);
    background-repeat: no-repeat;
    background-position: 25px 17px;
}
.supplementBtn.active{
    background-image: url(../images/supplement-a.png);
}
.countryBtn{
    background-image: url(../images/country.png);
    background-repeat: no-repeat;
    background-position: 25px 17px;
}
.countryBtn.active{
    background-image: url(../images/country-a.png);
}
.supnumberBtn{
    background-image: url(../images/supnumber.png);
    background-repeat: no-repeat;
    background-position: 20px 17px;
}
.supnumberBtn.active{
    background-image: url(../images/supnumber-a.png);
}
.barcodeBtn{
    background-image: url(../images/barcode.png);
    background-repeat: no-repeat;
    background-position: 22px 17px;
}
.barcodeBtn.active{
    background-image: url(../images/barcode.png);
}
.proofBtn{
    background-image: url(../images/proof.png);
    background-repeat: no-repeat;
    background-position: 22px 15px;

}
.proofBtn.active{
    background-image: url(../images/proof-a.png);
}
.searchparticlesBtn{
    background-image: url(../images/search-particles.png);
    background-repeat: no-repeat;
    background-position: 22px 20px;
}
.searchparticlesBtn.active{
    background-image: url(../images/search-particles-a.png);
}
.writeplaceBtn{
    background-image: url(../images/write-place.png);
    background-repeat: no-repeat;
    background-position: 22px 18px;
}
.writeplaceBtn.active{
    background-image: url(../images/write-place-a.png);
}
@media screen and (max-width: 1350px){
.pro-content{
        width: 90%;
}
.pro-content  .right-content{
        width: 80%;
}



.pro-content  #country #country-select{
        width: 90%;
}
.pro-content  #securitycode .input-enter{
        width: 90%;
        margin: 0 auto;
        margin-top: 60px;
}
.pro-content  #securitycode .input-enter input{
        margin-left: 20px;
        font-size: 20px;
}
.pro-content  #supnumber .input-enter{
        width: 90%;
        margin: 0 auto;
        margin-top: 60px;
}
.pro-content  #supnumber .input-enter input{
        margin-left: 20px;
        font-size: 20px;
}
.pro-content  #supnumber  .illustrate-box{
        width: 90%;
        margin: 0 auto;
        margin-top: 60px;
  }

.pro-content  #supnumber .next-btn{
    float: none;
    margin: 0 auto;
    margin-top: 60px;
}
.pro-content  #barcode .input-enter{
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
}
.pro-content  #barcode .input-enter input{
    margin-left: 20px;
    font-size: 20px;
}
    .pro-content #barcode .input-enter a {
        margin-left: 20px;
        font-size: 20px;
    }
    .pro-content #barcode .button {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        display:none;
    }
.pro-content  #securitycode  .illustrate-box{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.pro-content  #securitycode  .illustrate-box img{
    width: 100%;
    height:auto;
    margin: 20px 0;
}
    .pro-content #securitycode .illustrate-box .oneword {
        width: auto;
        text-align: left;
        margin-bottom: 20px;
    }
.pro-content  #barcode  .illustrate-box{
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
}
   
        .pro-content #barcode .next-btn{
    float: none;
    margin: 0 auto;
    margin-top: 60px;
}
.pro-content #proof {
    width: 90%;
}

.pro-content  #proof .form-box{
    width: 90%;
    height: auto;
    padding:0 30px;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 100px;
}

.pro-content #proof .form-box .toggle-btn {
    width: 120px;
    height:55px;
    line-height:55px;
    border-radius: 10px 10px 0px 0px;
    border: none;
    outline: none;
    position: absolute;
    font-size: 18px;
    padding-bottom: 30px;
    cursor: pointer;
   
}

    .pro-content #proof .form-box .offline-btn {
        background-color: #b7b7b7;
        color: #fff;
        left: 0;
        top: -56px;
    }
.pro-content #proof .form-box .online-btn{
    background-color: #b7b7b7;
    color: #fff;
    left: 130px;
    top: -56px;
}
    .pro-content #proof .form-box .selCur {
        background-color: #313131;
    }


    .pro-content #proof .form-box .form-group .lineflex {
        margin-top: 45px;
    }
.pro-content #proof .form-box .form-group .form-label{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
}
.pro-content #proof .form-box .form-group .input-field{
 width: 300px;
 height: 50px;
 background-color: #f7f7f7;
 border: 1px solid #eeeeee;   
 border-radius: 10px;
 display: flex;
 align-items: center;
 padding-left: 13px;
 box-sizing: border-box;
}
.pro-content #proof .form-box .form-group .input-field input{
    outline: none;
    border: none;
    background-color: #f7f7f7;
}
.pro-content #proof .form-box .form-group .form-select{
    display: flex;
    flex-wrap: wrap;
}
.pro-content #proof .form-box .form-group select{
    width: 100px;
    height: 40px;
    outline: none;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;   
    border-radius: 10px;
    background-image: url('../images/down.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    appearance: none;
    color: #b6b6b6;
    padding: 0 30px;
    font-size: 12px;
}
.pro-content #proof .form-box .form-group .certificate{
    margin-top: 55px;
}
.pro-content #proof .form-box .form-group .uploadimg{
    display: flex;
    align-items: center;
}
.pro-content #proof .form-box .form-group .uploadimg .upload-btn{
    width: 144px;
    height: 58px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;   
    border-radius: 10px;
    color: #646368;
    font-size: 16px;
    cursor: pointer;
}
.pro-content  #proof .form-box .uploadimg {
    flex-wrap: wrap;
}
.pro-content #proof .form-box .form-group .uploadimg .upload-btn{
    width: 120px;
    height: 48px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 20px;
}
.pro-content #proof .form-box .form-group .uploadimg .upload-mes{
   display: flex;
   align-items: center;
}
.pro-content #proof .form-box .form-group .uploadimg .legend{
    width: 200px;

    font-size: 12px;
    margin-left: 0px;
}

 




.pro-content  #proof .next-btn{
    float: none;
    margin: 0 auto;
    margin-top: 60px;
}
.pro-content #search-particles{
    width: 90%;
}
.pro-content #search-particles .search-input{
    width: 90%;
}
.pro-content #search-particles .particles-content{
    width: 90%;
}
.pro-content #search-particles .particles-content .subtitle::after{
    width: 100%;
}
.pro-content #write-place{
    width: 90%;
}
.pro-content #write-place .message-form{
width: 100%;
}
}

.typeimg {
    width: 87px!important;
}
@media screen and (max-width: 820px){

    .productpage{
        padding-top: 60px;
    }
    .pro-content{
        width: 100%;
    }
    .pro-content .left-menu{
        display: none;
    }
    .pro-content  .right-content{
        width: 90%;
        margin: 0 auto;
    }
    .pro-content #securitycode .title,
    .pro-content #supplement .title,
    .pro-content  #country .title,
    .pro-content  #supnumber .title,
    .pro-content #barcode .title,
    .pro-content #proof .title,
    .pro-content #search-particles .title
    {
        font-size: 50px;
        text-align: center;
    }
    .pro-content  #supplement .console .select-box{
        width: 300px;
        height: 250px;
        margin: 50px 30px 90px 30px;
    }
    .pro-content  #supplement .console .select-box .supimg1{
        /* width: auto; */
        width: 70px;
        height: 80px;
    }
    .pro-content  #supplement .console .select-box .supimg2{
        width: 80px;
        height: 80px;
    }
    .pro-content  #supplement .console .select-box  p{
        font-size: 20px;
        margin-top: 30px;
    }
    .pro-content  #country {
        margin-bottom: 200px;
    }
        .pro-content #country #country-select {
            margin-top: 10%;
            width: 90%;
            height: 100px;
            font-size: 24px;
            padding-left: 0px;
            margin-left: 5%;
        }
        .pro-content #country .form-input {
            width: 100%;
        }

            .pro-content #country .form-input input {
                width: 100%;
            }


      .pro-content #country .next-btn {
            display: block;
            margin: 0 auto;
            margin-top: 60px;
            float:none
        }



    .pro-content .back-btn{
        width: 100px;
        height: 40px;
        border: 1px solid #e5e5e5;
        border-radius: 50px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        margin-left: 25px;
        margin-bottom: 20px;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 14px;
        color: #000; 
    }
    .pro-content  .back-btn img{
        width: 16px;
    }
    .pro-content .back-btn span{
        margin-left: 8px;
    }
    .pro-content  #country .next-btn{
        display: block;
        margin: 0 auto;
        margin-top: 60px;
    }
    .pro-content  #supnumber .input-enter{
        width: 90%;
        margin: 0 auto;
        margin-top: 60px;
    }
    

    .pro-content  #supnumber .input-enter input{
        margin-left: 20px;
        font-size: 20px;
    }
    .pro-content  #supnumber .next-btn{
        float: none;
       margin: 0 auto;
       margin-top: 60px;
    }
    .pro-content  #securitycode .input-enter{
        width: 90%;
        margin: 0 auto;
        margin-top: 60px;
    }
    

    .pro-content  #securitycode .input-enter input{
        margin-left: 20px;
        font-size: 20px;
    }
    .pro-content  #securitycode .next-btn{
        float: none;
       margin: 0 auto;
       margin-top: 60px;
    }

        .pro-content #barcode .button {
            width: 90%;
            margin: 0 auto;
            margin-top: 30px;
            display: block;
        }

     .pro-content #proof {
        width: 100%;
    }
    .pro-content #proof .form-box{
        width: 90%;
        
    }

    .pro-content #search-particles{
        width: 100%;
    }
    .pro-content #search-particles .search-input{
        width: 90%;
        height: 70px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .pro-content #search-particles .particles-content .subtitle::after{
        width: 0%;
    }
    .pro-content #search-particles .search-input button{
        width: 70px;
        height: 70px;
    }

    .pro-content #search-particles .search-input img{
        width: 20px;
    }
    .pro-content #search-particles .particles-content {
       width: 100%;
    }
    .pro-content #search-particles .particles-content .pcl-box{
        width: 80%;
        margin: 0 auto;
        gap: 15px;
        overflow: hidden;
    }
    .pro-content #search-particles .particles-content .subtitle{
        width: 90%;
        text-align: center;
        font-size: 30px;
        margin: 0 auto;
    }
    .pro-content  #search-particles .next-btn{
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: 60px;
    } 
    .pro-content #write-place {
        width: 100%;
        margin-bottom: 30px;
    }
    .pro-content #write-place  .message-form{
        width: 90%;
        padding-bottom: 40px;
        margin: 0 auto;
        margin-top:35px;
    }
 
 

    .pro-content #write-place .message-form .form-input {
        width: 100%;
    }
    .pro-content #write-place .message-form .form-input input{
        width: 100%;
    }
    .pro-content #write-place .message-form .next-btn-push{
        margin: 0 auto;
        float: none;
        margin-top: 50px;
    }

    .typeimg {
        width: 60px;
    }
}
@media screen and (max-width: 540px){

    .pro-content{
        width: 100%;
    }
    .pro-content  .right-content{
        width: 100%;
        margin: 0 auto;
    }
    .pro-content #securitycode .title,
    .pro-content #supplement .title,
    .pro-content  #country .title,
    .pro-content  #supnumber .title,
    .pro-content #barcode .title,
    .pro-content #proof .title,
    .pro-content #search-particles .title,
    .pro-content #write-place .title
    {
        font-size: 30px;
        text-align: center;
    }
    .pro-content  #supplement .console .select-box{
            width: 280px;
            height: 180px;
            margin: 50px 10px 90px 10px;
    }
    .pro-content  #supplement .console .select-box .supimg1{
        width: 40px;
        height: 50px;
    }
    .pro-content  #supplement .console .select-box .supimg2{
        width: 50px;
        height: 50px;
    }
    .pro-content  #supplement .console .select-box p{
        margin-top: 20px;
        font-size: 18px;
    }
        .pro-content #supnumber .illustrate-box{ display:block}
        .pro-content #supnumber .illustrate-box img {
            width: 100%
        }

            .pro-content #supnumber .illustrate-box .oneword {
                width: 100%;
                padding-top: 16px;
                margin-left:0px
            }

        .pro-content #search-particles .shops-small-bottom {
        display:flex;}
            .pro-content #search-particles .shops-card-small-pc {
           display:none
        }
    .pro-content #search-particles .shops-card{
        width: 100%;
        padding: 40px 0;
        display:none;
    }
    .pro-content #search-particles .shops-card .card-title{
        margin-left: 20px;
    }
    .pro-content #search-particles .shops-card .shops-list{
        gap: 10px;
    }
    .pro-content #search-particles .shops-card .shops-list .shops-item .shopsadjust{
        padding-left: 5px;
    }
    .pro-content #search-particles .shops-card .shops-list .shops-item .shopsadjust .delitem{
        width: 20px;
    }
    .pro-content #search-particles .shops-card .shops-list .shops-item{
        width: 90%;
        height: 85px;
        margin: 0 auto;
    }
    .pro-content #search-particles .shops-card .shops-list .shops-item .shops-pic{
        width: 100px;
        height: 50px;
    }
    .pro-content #search-particles .shops-card .shops-list .shops-item .shops-name{
        font-size: 12px;
    }
    .pro-content #search-particles .shops-card .shops-list .shops-item .shops-num span{
        font-size: 12px;
    }
    .pro-content #search-particles .shops-card .shops-list .shops-item .shops-num  .adjustnum button{
        width: 18px;
        height: 18px;
    }

        .pro-content #country #country-select {
            margin-top: 10%;
            height: 70px;
            font-size: 18px;
            padding-left: 0px;
            margin-left:5%;
        }
        .pro-content #country .next-btn {
            display: block;
            margin: 0 auto;
            margin-top: 60px;
            float:none;
        }
     .pro-content .back-btn{
        width: 90px;
        height: 34px;
     }
    .pro-content .back-btn img{
        width: 16px;
    }
    .pro-content .back-btn span{
        margin-left: 5px;
    }
    .pro-content  #country .next-btn{
        display: block;
        margin: 0 auto;
        margin-top: 60px;
    }
    .pro-content  #securitycode .input-enter{
        width: 90%;
        height: 50px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .pro-content  #securitycode .input-enter input{
        width: 90%;
        height: 40px;
        margin-left: 20px;
        font-size: 16px;
    }
    .pro-content  #supnumber .input-enter{
        width: 90%;
        height: 50px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .pro-content  #supnumber .input-enter input{
        width: 90%;
        height: 40px;
        margin-left: 20px;
        font-size: 16px;
    }
    .pro-content  #barcode .input-enter{
        width: 90%;
        height: 50px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .pro-content  #barcode .input-enter input{
        width: 90%;
        height: 40px;
        margin-left: 20px;
        font-size: 15px;
    }
    .product-content .button {
        width: 90%;
        height: 50px;
        margin: 0 auto;
        margin-top: 20px;
        display:block;
    }
    .pro-content #proof {
        width: 100%;
    }
    .pro-content #proof .form-box{
       padding: 0 5px;

    }
    .pro-content  #proof .form-box .form-group {
        /* display: flex;
          justify-content: center; */
    }
    .pro-content  #proof .form-box .certificate{
      
    }
    .pro-content #search-particles{
        width: 100%;
    }
    .pro-content #search-particles .search-input{
        width: 90%;
        height: 50px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .pro-content #search-particles .search-input button{
        width: 60px;
        height: 55px;
    }
    .pro-content #search-particles .search-input img{
        width: 20px;
    }
    .pro-content #search-particles .particles-content {
       width: 100%;
    }
    .pro-content #search-particles .particles-content .subtitle{
        width: 90%;
        text-align: center;
        font-size: 22px;
        margin: 0 auto;
    }
    .pro-content #search-particles .particles-content{
        /* grid-template-columns:repeat(3,1fr) */
    }
    .pro-content #write-place {
        width: 100%;
        margin-bottom: 30px;
    }
    .pro-content #write-place .message-form {
        width: 90%;
        margin: 0 auto;
        margin-top:35px ;
    }
    .pro-content #write-place  .message-form .form-input{
        width: 100%;
    }
    .pro-content #write-place  .message-form .form-input input{
        width: 100%;
    }
    .pro-content #write-place .penle{
        width: 90%;
        margin: 0 auto;
    }
    .pro-content #write-place .penle:nth-child(2){
        margin-top: 40px;
    }
    .typeimg {
        width: 40px;
    }
}


/*摄像头*/
.product-scan {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
}

    .product-scan .videoElement {
        width: 100%;
        height: 100%;
        position: absolute;
        display: none;
        top: 0;
        left: 0;
    }

        .product-scan .videoElement video {
            object-fit: fill;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .product-scan .videoElement .close-btn {
            width: 30px;
            height: 30px;
            background-color: #e3e3e3;
            border-radius: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 25px;
            cursor: pointer;
            position: absolute;
            top: 2%;
            right: 2%;
        }
}