@media only screen and (min-width: 996px) {
    .workorder {
        max-width: 1200px;
        margin: 50px auto;
        padding: 40px;
        border: 1px solid #e4e6f0;
        box-shadow: 0 0 5px 0 #ddd;
        background: #fff;
    }
    .topp {
        font-size: 15px;
        text-align: center;
        line-height: 25px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ddd;
        color: #5d5d65;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .BugList {
        display: flex;
        flex-wrap: wrap;
    }
    .BugList li {
        color: var(--main-color-666);
        font-size: 14px;
        border-radius: 5px;
        border: 1px solid #dce1e7;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        user-select: none;
        cursor: pointer;
        margin-bottom: 15px;
        margin-right: 15px;
    }
    .BugTitle {
        font-size: 14px;
        color: #5d5d65;
        margin-bottom: 15px;
    }
    .workOrderItem {
        margin-bottom: 30px;
    }
    .BugSelected {
        border: 1px solid #317fe6 !important;
        background-image: url(../images/ordericon.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .BugTitle em {
        color: red;
    }
    .YourWebSite {
        display: flex;
        align-items: center;
    }
    .YourWebSite p {
        font-size: 14px;
        color: #5d5d65;
        margin-right: 15px;
    }
    .YourWebSite input {
        width: 500px;
        height: 35px;
        padding-left: 15px;
        outline: none;
        border: 1px solid #dddddd;
        border-radius: 4px;
        display: block;
        color: #5d5d65;
    }
    .Bugtext {
        width: 100%;
        display: block;
        margin-top: 20px;
        color: #5d5d65;
        border-radius: 4px;
        padding-left: 15px;
        padding-top: 15px;
        border: 1px solid #dddddd;
        min-height: 150px;
        outline: none;
        margin-bottom: 10px;
    }
    .resultTo {
        display: flex;
        align-items: center;
    }
    .resultTo p {
        color: #5d5d65;
        font-size: 14px;
        margin-right: 15px;
    }
    .resultTo label {
        display: flex;
        margin-right: 15px;
        cursor: pointer;
        user-select: none;
    }
    .resultTo label span {
        font-size: 14px;
        display: block;
        margin-left: 5px;
        color: #5d5d65;
    }
    .inputTabCon {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }
    .inputTabCon p {
        font-size: 14px;
        margin-right: 15px;
        color: #5d5d65;
    }
    .inputTabCon input {
        width: 200px;
        height: 35px;
        padding-left: 15px;
        color: #5d5d65;
        border: 1px solid #ddd;
        outline: none;
        border-radius: 4px;
    }
    .inputTab {
        display: none;
    }
    .subOrder {
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: block;
        background-color: #317ee7;
        font-size: 14px;
        color: var(--main-color-white);
    }
}

@media only screen and (max-width: 996px) {
    .workorder {
        width: 95%;
        margin: 30px auto;
        padding: 20px;
        border: 1px solid #e4e6f0;
        box-shadow: 0 0 5px 0 #ddd;
        background: #fff;
    }
    .topp {
        font-size: 14px;
        text-align: center;
        line-height: 25px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ddd;
        color: #5d5d65;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .BugList {
        display: flex;
        flex-wrap: wrap;
    }
    .BugList li {
        color: var(--main-color-666);
        font-size: 14px;
        border-radius: 5px;
        border: 1px solid #dce1e7;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        user-select: none;
        cursor: pointer;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .BugTitle {
        font-size: 14px;
        color: #5d5d65;
        margin-bottom: 15px;
    }
    .workOrderItem {
        margin-bottom: 30px;
    }
    .BugSelected {
        border: 1px solid #317fe6 !important;
        background-image: url(../images/ordericon.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .BugTitle em {
        color: red;
    }
    .YourWebSite {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .YourWebSite p {
        font-size: 14px;
        color: #5d5d65;
        display: block;
        margin-bottom: 10px;
    }
    .YourWebSite input {
        width: 500px;
        height: 35px;
        padding-left: 15px;
        outline: none;
        border: 1px solid #dddddd;
        border-radius: 4px;
        display: block;
        color: #5d5d65;
    }
    .Bugtext {
        width: 100%;
        display: block;
        margin-top: 20px;
        color: #5d5d65;
        border-radius: 4px;
        padding-left: 15px;
        padding-top: 15px;
        border: 1px solid #dddddd;
        min-height: 150px;
        outline: none;
        margin-bottom: 10px;
    }
    .resultTo {
        display: flex;
        align-items: center;
    }
    .resultTo p {
        color: #5d5d65;
        font-size: 14px;
        margin-right: 15px;
    }
    .resultTo label {
        display: flex;
        margin-right: 15px;
        cursor: pointer;
        user-select: none;
    }
    .resultTo label span {
        font-size: 14px;
        display: block;
        margin-left: 5px;
        color: #5d5d65;
    }
    .inputTabCon {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }
    .inputTabCon p {
        font-size: 14px;
        margin-right: 15px;
        color: #5d5d65;
    }
    .inputTabCon input {
        width: 200px;
        height: 35px;
        padding-left: 15px;
        color: #5d5d65;
        border: 1px solid #ddd;
        outline: none;
        border-radius: 4px;
    }
    .inputTab {
        display: none;
    }
    .subOrder {
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: block;
        background-color: #317ee7;
        font-size: 14px;
        color: var(--main-color-white);
    }
}