/* div{

    margin: 0;
    padding: 0;

} */

.title{
    color: #42b0dc;
    text-align: center;
}

.buttonapp {
    height: 50px;
    width: 300px;
    margin: 1px;
    /* 添加一些间距 */
    font-size: 25px;
    background: linear-gradient(to bottom right, #f1e3e3, rgb(160, 192, 224));
    border: 2px solid #808080;
    border-bottom: 3px solid #606060;
    padding: 10px 16px;
    background-color: #f0f0f0;
}

.divapp {
    width: 320px;
    height: 370px;
    /* text-align:center; */
    overflow-y: auto;
}

#dialog01,
#dialog02,
#dialog03,
#dialog04,
#dialog05,
#dialog06,
#dialog07,
#dialog08,
#dialog09 {
    height: 500px;
    width: 330px;
    border-radius: 10px;
    /*圆角*/
    border-color: #ccc;
    overflow-y: auto;
}

.button-a,
.button-b {
    width: 70px;
    height: 70px;
    font-size: 20px;
    border: 2px solid #808080;
    border-bottom: 3px solid #606060;
}

.button-a {
    background-color: rgb(137, 175, 212);
    float: left;
}

.button-b {
    background-color: rgb(135, 225, 193);
    float: right;
}

#skipcarTextInsert,
#equipNumTextInsert,
#SkeletonTextInsert,
#TerminalTextInsert,
#WirespeedTextInsert,
#TransferCardTextInsert,
#TransfercardTextInsert,
#DeviceTextInsert,
#PlasticparticlesTextInsert,
#SnapTextInsert,
#ConnectorDeviceTextInsert,
#WeldDeviceTextInsert,
#SkeletoncomponentsTextInsert,
#ChipTextInsert,
#MagnetTextInsert,
#LaserDeviceTextInsert,
#LaserSkeletoncomponentsTextInsert,
#LaserChipTextInsert,
#LaserMagnetTextInsert,
#CrimpingDeviceTextInsert,
#SkeletonchipcomponentsTextInsert,
#HeadDeviceTextInsert,
#HeadPlasticparticlesTextInsert,
#HeadbushTextInsert,
#HeadskeletonTextInsert,
#DetectiondeviceTextInsert,
#O_ringTextInsert,
#CorrugatedpipeTextInsert,
#DetectionCardTextInsert {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 160px;
}

h2,
#Screen {
    margin: 0;
    padding: 0;
    margin-left: 3px;
}

#Screen {
    width: 50px;
    height: 30px;
    background-color: rgb(185, 224, 234);
}