/* 公共样式 */
.jdjs_app{    display: flex;
    align-items: center;
    justify-content: space-between;}
.qwjs {
    margin-top: 70px;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 30px;}
.qwjs .qwss {    width: calc(100% - 45px);
    border: none;
    outline: none;
    font-size: 16px;
    margin: 0;
    padding: 0;}
.qwjs .tj{
    background-image: url(images/ssan-20260106.png);
    background-repeat: no-repeat;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-size: 30px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    cursor: pointer;}
