body {
    /* margin: 0;
    padding: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    background: #060c21;
    font-family: 'poppins', sans-serif;
}

.box {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #060c21;
    /* left: 10px; */
}

.box:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -1;
}

.box:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -2;
    filter: blur(40px);
}

.box:before,
.box:after {
    background: linear-gradient(235deg, #89ff00, #060c21, #00bcd4);
}

.content {
    /* 边框与内容之间的距离 */
    padding: 20px; 
    box-sizing: border-box;
    color: #fff;

}

.input_content {
    position: absolute;
    color: #4B4B4B;
    font-family: '微软雅黑';
    width: 95%;
    margin: 0;
    height: 36px;
    outline-style: none;
    border: 1px solid #ddd;
}


.inputdiv {
    width: 100%;
    height: 40px;
    text-align: center;
    /* position: relative; */
    /* margin: 10px auto; */
    /* left: 10%; */

}

/* .inputdiv input {

} */

.inputdiv input:focus {
    border: 0px;
    outline-style: none;
    border: 1px solid #317ef3;
}

.inputdiv .toke {
    height: 200px;
    display: inline-block;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    /* left: -81px; */
    /*background: blue;*/
}

.inputdiv .toke:hover {
    width: 400px;
    height: 40px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;

}

.inputdiv > * {
    float: left;
}

.inputdiv .scan {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: 0px;
}


.inputdiv .scan:hover {
    width: 40px;
    height: 40px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;

}

/* .inputdiv .line {
    width: 1px;
    height: 20px;
    border-left: 1px solid #eee;
    margin-top: 10px;
    position: relative;
    left: -50px;
} */

.inputdiv .search {
    width: 100px;
    height: 40px;
    font-family: '微软雅黑';
    font-weight: 600;
    background: #4E6EF2;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    color: white;
    position: relative;
    left: 3px;
    float: right;
    font-size: 18px;
}

.inputdiv .search:hover {
    background: #418ef3;
}
