.electronic_ct_box {
    width: 1200px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    padding: 30px 0;
    box-sizing: border-box;
}

hr {
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 1);

    box-shadow: 0px 1px 1px rgba(208, 10, 21, 0.15);
}

.electronic_tem_box {
    width: 250px;
    /* height: 836px; */
    background: rgba(255, 242, 243, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    /* position: fixed; */
    position: absolute;
    z-index: 999;
    transition: .5s;
}
.electronic_content_box{
    padding:0 0 0 280px;
    box-sizing: border-box;
}
.picture_box {
    text-align: center;
    padding: 25px;
    box-sizing: border-box;

}

.electronic_tem_text {
    text-align: left;
    color: rgb(51, 51, 51);
    font-size: 12px;
    line-height: 30px;

}

.code_box {
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}

.picture_box img {
    width: 100%;
}

.code {
    width: 55% !important;
}

.code_text {
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 12px;
    line-height: 40px;

}
.electronic_title{
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: right;
    color: rgba(51, 51, 51, 1);
    /* line-height: 44px; */
    border-bottom: 1px solid rgba(208, 10, 21, 1);
    margin-bottom: 30px;
}
.electronic_part_box{
    flex-wrap: wrap;
    flex-shrink:0;
}
.electronic_part{
    width: 150px;
    text-align: center;
    margin-right: 105px;
    margin-bottom: 25px;
}
.electronic_part:nth-child(4n){
    margin: 0;
}
.part_img{
    width: 100%;
    box-shadow: 4px 4px 1px  rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}
.part_text{
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    margin-bottom: 5px;

}
.goContent{
    display: inline-block;
    padding:7px 20px;
    box-sizing: border-box;
    color: rgba(208, 10, 21, 1);
    border: 1px solid rgba(208, 10, 21, 1);
    border-radius: 4px;
    cursor: pointer;
}
.goContent:hover{
    color: rgba(208, 10, 21, 1);
}