.JackSite-box {
    position: relative;
    line-height: 38px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding: 10px;
}

.JackSite-box li {
    list-style-type: none;
}

.JackSite-box li a {
    color: #333333 !important;
    cursor: pointer;
    pointer-events: none;
}

.JackSite-box li input {
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.JackSite-box li input:focus,
.JackSite-box li textarea:focus,
.JackSite-box li select:focus{
    outline: 0;
    border: 1px solid #e5e9ef;
}

.urls span.qiantai,
.JackSite-box li #meta_baiduPC,
.JackSite-box li #meta_baiduMobile,
.JackSite-box li #meta_haosou,
.JackSite-box li #meta_shenma,
.JackSite-box li #meta_toutiao {
    border-left: none !important;
    border-bottom: 1px solid #e5e9ef !important;
    border-top: 1px solid #e5e9ef !important;
    border-right: 1px solid #e5e9ef !important;
}

.JackSite-box li.quanzhong ul li span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.JackSite-box li.quanzhong ul li input {
    background-color: #eeeeee;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.JackSite-box li select {
    border: 1px solid #e5e9ef;
    line-height: 38px;
    height: 38px;
    width: 100%;
    padding: 0 10px;
}

.JackSite-box li textarea {
    border-radius: 3px;
    max-width: 100%;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.JackSite-box li button {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 26px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.JackSite-box li ul {
    margin: 0;
    padding: 0;
    width: calc(100% + 10px);
    overflow: hidden;
}

.JackSite-box li ul li {
    display: flex;
    padding: 0 10px 0 0;
    float: left;
    width: 20%;
}

.JackSite-box li ul li span {
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    padding: 0 5px;
    color: #666666;
    border: 1px solid #e5e9ef;
}

.JackSite-box li ul li span, .JackSite-box li ul li input {
    width: 50%;
    text-align: center;
}

.JackSite-box .post-btn {
    margin-top: 10px;
    text-align: center;
}

.JackSite-box .yanzhengma {
    display: flex;
}

.JackSite-box .yanzhengma input {
    border-radius: 3px 0 0 3px;
}

.JackSite-box .yanzhengma img {
    width: 100px !important;
    height: 38px !important;
    border-radius: 0 3px 3px 0;
    border-bottom: 1px solid #e5e9ef !important;
    border-top: 1px solid #e5e9ef !important;
    border-right: 1px solid #e5e9ef !important;
}

.JackSite-box li button:hover {
    opacity: .8
}

.urls {
    display: flex;
}

.urls input.z_meta {
    width: 80%;
}

.urls span.qiantai {
    width: 20%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    border-radius: 3px;
}

.houtai {
    padding: 4px;
    color: #ffffff;
    width: 160px;
    font-size: 12px;
    text-align: center;
    background: #3a6ea5;
}

#shoulukg {
    padding: 4px;
    color: #fff !important;
    width: 160px;
    font-size: 12px;
    text-align: center;
    background: #3a6ea5;
}

#shouluxx {
    margin-top: 6px;
}

#shouluxx p span {
    width: 100px;
}

#shouluxx p strong {
    color: #ffffff;
    font-size: 14px;
    padding: 6px 18px;
    background: #3a6ea5;
    border: 1px solid #3399cc;
    cursor: pointer;
}

@media only screen and (max-width:768px) {
    .JackSite-box li ul li {
        padding: 0 4px 4px 0;
        width: 50%;
    }
    
    .JackSite-box li ul li span {
        width: 60%;
    }
    
    .JackSite-box li ul li input {
        width: 36%;
    }
}