.urlpars{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
}

.night .urlpars{
    border:1px solid #444;
}

.urlpars h4{
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.urlpars textarea{
    border: 1px solid #e8e8fd;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    height: 4rem;
    padding: 0.5rem;
    font-size: 0.65rem;
    display: block;
}

.urlparsbut{
    margin-top: 0.5rem;
}

.urlparsbut button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.urlparsbut button.urlpardemodata{
    background-color: #795548;
}

.urlparsbut button.urlparevent{
    background-color: #009688;
}

.urlparsres{
    padding: 0.5rem;
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    border-radius: 4px;
    display: none;
}

.night .urlparsres{
    border: 1px solid #444;
}

.urlparsres>h4{
    display: block;
    margin-bottom: 0.5rem;
}

.urlparsres .urlparsreskeshi{
    background-color: #f6f7fa;
    border-radius: 10px;
    padding: 0.5rem;
    border: 1px dashed #e8e8fd;
    overflow-x: auto;
    white-space: nowrap;
}

.night .urlparsres .urlparsreskeshi{
    border: 1px dashed #444;
    background-color: #181a1b;
}

.urlparsres .urlparsreskeshi span{
    display: inline-block;
    padding: 0.25rem 0.5rem;
    margin: 0.12rem;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    font-family: 'SF Mono', Monaco, Consolas, monospace;
}

.protocol { background: #e8f6f3; color: #16a085; border: 1px solid #a3e4d7; }
.domain { background: #e8f4fc; color: #2980b9; border: 1px solid #aed6f1; }
.port { background: #fef9e7; color: #f39c12; border: 1px solid #f9e79f; }
.path { background: #f4ecf7; color: #8e44ad; border: 1px solid #d7bde2; }
.query { background: #fdebd0; color: #e67e22; border: 1px solid #f5b041; }
.hash { background: #fadbd8; color: #e74c3c; border: 1px solid #f1948a; }

.urlparsres .urlparsrescanshu{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.5rem;
}

.urlparsres .urlparsrescanshu li{
    background-color: #f6f7fa;
    padding: 0.5rem;
    border-left: 2px solid #2196f3;
    border-radius: 5px;
}

.night .urlparsres .urlparsrescanshu li{
    background-color: #181a1b;
}

.urlparsres .urlparsrescanshu li span{
    margin-bottom: 0.5rem;
    display: block;
    color: #009688;
}

.urlparsres .urlparsrescanshu li p{
    font-size: 0.7rem;
    word-break: break-word;
    line-height: 1.5;
}

.urlparsreslist{
    border: 1px solid #e8e8fd;
    border-radius: 3px;
    overflow: hidden;
}

.night .urlparsreslist{
    border: 1px solid #181a1b;
}

.urlparsreslist>div:nth-child(1){
    background-color: #e8e8fd;
    height: 1.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #e8e8fd;
}

.night .urlparsreslist>div:nth-child(1){
    background-color: #181a1b;
    border-bottom: 1px solid #181a1b;
}

.urlparsreslist>div:nth-child(1) span{
    text-align: center;
    width: 50%;
    display: inline-block;
}

.urlparsreslist>div:nth-child(2){
    
}

.canshulist{
    padding: 0.25rem;
    border-radius: 6px;
}

.canshulist>div{
    padding: 0.25rem;
}

.canshulist>div input{
    width: calc(50% - 0.25rem);
    float: left;
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #e8e8fd;
    padding-left: 0.5rem;
}

.canshulist>div input:last-child{
    float: right;
}

.urlparsresnocanshus{
    padding: 2rem 0 !important;
    text-align: center;
    color: #9d9dc6;
    font-size: 0.8rem;
}