/*
德材翌科技www.dcykjgw.com
*/

.lyear-wrapper {
    position: relative;
}
.lyear-login {
    display: flex !important;
    min-height: 100vh;
    align-items: center !important;
    justify-content: center !important;
}
.lyear-login:after{
    content: '';
    min-height: inherit;
    font-size: 0;
}
@media (max-width: 768px) {
    .login-center {
        background: #fff;
        min-width: 29.25rem;
        padding: 12px;
        border-radius: 3px;
        margin: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .login-center {
        background: #fff;
        min-width: 29.25rem;
        padding: 2.14286em 3.57143em;
        border-radius: 3px;
        margin: 2.85714em;
    }
}
@media (min-width: 1024px){
    .login-center {
        background: #fff;
        min-width: 29.25rem;
        padding: 2.14286em 3.57143em;
        border-radius: 3px;
        margin: 2.85714em;
    }
}
.login-header {
    margin-bottom: 1.5rem !important;
}
.login-center .has-feedback.feedback-left .form-control {
    padding-left: 38px;
    padding-right: 12px;
}
.login-center .has-feedback.feedback-left .form-control-feedback {
    left: 0;
    right: auto;
    width: 38px;
    height: 38px;
    line-height: 38px;
    z-index: 4;
    color: #dcdcdc;
}
.login-center .has-feedback.feedback-left.row .form-control-feedback {
    left: 15px;
}

.cla_sjhdl_hqyzm{
    float: right;
    height: 38px;
    background-color: #03A9F4;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 5px;
    width: 28%;
    max-width: 60px;

}
.cla_sjhdl_sryzm{
    max-width: 215px;
    width: 62%;
}

.cla_us_loxy{
    font-weight: bold;
}
.cla_us_lotab{
    padding: 5px 0px;
}
.cla_us_lotab .cla_us_lotab_di{
    float: left;
        width: 50%;
        text-align: center;
        padding: 5px 0px;

}
.cla_us_lotab_di_xz{
     border-bottom: 1px solid #33cabb;
}
/*登录-end*/

.cla_gdhfnr{
    border: 1px solid #c8c8c8;
    padding: 5px 8px;
    margin: 0px 0px 6px 0px;
}


.xf_jsfwcon{
    width: 94%;
    height: 90%;
    background-color: #ffffff;
    position: absolute;
    padding: 10px 8px;
    z-index: 999891015;
    top: 5%;
    left: 3%;box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display:none;
}
.xf_jsfwcon_off{
    width:30px;height:30px;
}


.dcykjc_seobaidu {
    margin: 0 auto;
    padding: 20px 8px;
}
.dcykjc_seobaidu header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.dcykjc_seobaidu .logo {
    width: 120px;
    margin-bottom: 20px;
}
.dcykjc_seobaidu h1 {
    font-size: 2.5rem;
    color: var(--dark-color);
    margin-bottom: 10px;
    background: linear-gradient(to right, var(--primary-color), #1e3c72);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}
.dcykjc_seobaidu h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), #1e3c72);
    border-radius: 2px;
}
.dcykjc_seobaidu .card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 30px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition);
}
.dcykjc_seobaidu .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.dcykjc_seobaidu h2 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.dcykjc_seobaidu h2 .c_but_set-blue{
    background-color: #3385ff;
    color: #ffffff;
    padding: 5px 5px;
    border-radius: 5px;
    margin-left: 10px;
    box-shadow: 0px 0px 9px 0px #03A9F4;
}
.dcykjc_seobaidu h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--secondary-color);
    border-radius: 3px;
}
.dcykjc_seobaidu .form-group {
    margin-bottom: 20px;font-size: 16px;
}
.dcykjc_seobaidu label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}
.dcykjc_seobaidu input[type="text"], textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    font-size: 16px;
    transition: var(--transition);
    background-color: rgba(255, 255, 255, 0.8);
}
.dcykjc_seobaidu input[type="text"]:focus, textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(51, 133, 255, 0.2);
}
.dcykjc_seobaidu textarea {
    min-height: 120px;
    resize: vertical;
}
.dcykjc_seobaidu .btn {
    display: inline-block;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(51, 133, 255, 0.3);
}
.dcykjc_seobaidu .btn:hover {
    color:red;
}
.dcykjc_seobaidu .btn:active {
    transform: translateY(0);
}
.dcykjc_seobaidu .instructions {
    margin-top: 40px;
}
.dcykjc_seobaidu .instructions ol {
    padding-left: 20px;
}
.dcykjc_seobaidu .instructions li {
    margin-bottom: 15px;
}
.dcykjc_seobaidu .alert {
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    display: none;
}
.dcykjc_seobaidu .alert-success {
    background-color: rgba(40, 167, 69, 0.1);
    border-left: 4px solid var(--success-color);
    color: var(--success-color);
}
.dcykjc_seobaidu .alert-error {
    background-color: rgba(220, 53, 69, 0.1);
    border-left: 4px solid var(--error-color);
    color: var(--error-color);
}
.dcykjc_seobaidu .tech-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(51, 133, 255, 0.2) 0%, transparent 20%),
        radial-gradient(circle at 90% 30%, rgba(51, 133, 255, 0.2) 0%, transparent 20%),
        radial-gradient(circle at 50% 80%, rgba(51, 133, 255, 0.2) 0%, transparent 20%);
}
.dcykjc_seobaidu footer {
    text-align: center;
    margin-top: 50px;
    color: #666;
    font-size: 14px;
}
@media (max-width: 768px) {
    .dcykjc_seobaidu h1 {
        font-size: 2rem;
    }
    .dcykjc_seobaidu .card {
        padding: 20px;
    }
}

/*sitemp网站地图生成*/
.dcykjc_sitemapcontent {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;padding: 0px 8px;
}
.dcykjc_sitemapcontent .col-lg-8{
    width: 100%;
}
.dcykjc_sitemapcontent .hero-section {
    background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
    color: white;
    padding: 10px 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
}

.dcykjc_sitemapcontent .logo {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.dcykjc_sitemapcontent .logo span {
    color: #4fc3f7;
}

.dcykjc_sitemapcontent .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    overflow: hidden;
}

.dcykjc_sitemapcontent .card-header {
    background: linear-gradient(90deg, #3f51b5 0%, #5c6bc0 100%);
    color: white;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-bottom: none;
}

.dcykjc_sitemapcontent .form-control {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
}

.dcykjc_sitemapcontent .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
    border-color: #5c6bc0;
}

.dcykjc_sitemapcontent .btn-primary {
    background: linear-gradient(90deg, #3f51b5 0%, #5c6bc0 100%);
    border: none;
    border-radius: 10px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.dcykjc_sitemapcontent .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(63, 81, 181, 0.3);
}

.dcykjc_sitemapcontent .result-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
    display: none;
}

.dcykjc_sitemapcontent .result-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.dcykjc_sitemapcontent .result-item:last-child {
    border-bottom: none;
}

.dcykjc_sitemapcontent .result-label {
    font-weight: 600;
    color: #3f51b5;
}

.dcykjc_sitemapcontent .result-value {
    color: #555;
}

.dcykjc_sitemapcontent .progress-container {
    margin-top: 1rem;
    display: none;
}

.dcykjc_sitemapcontent .progress {
    height: 10px;
    border-radius: 5px;
    background-color: #e0e0e0;
}

.dcykjc_sitemapcontent .progress-bar {
    background: linear-gradient(90deg, #4fc3f7 0%, #29b6f6 100%);
    border-radius: 5px;
}

.dcykjc_sitemapcontent .loading-text {
    text-align: center;
    margin-top: 10px;
    color: #3f51b5;
    font-weight: 500;
}

.dcykjc_sitemapcontent .footer {
    text-align: center;
    margin-top: 3rem;
    padding: 1.5rem 0;
    color: #666;
    font-size: 13px;
}

.dcykjc_sitemapcontent .tech-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    background-image: 
        linear-gradient(to right, rgba(63, 81, 181, 0.3) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(63, 81, 181, 0.3) 1px, transparent 1px);
    background-size: 20px 20px;
}

.dcykjc_sitemapcontent .pulse {
    animation: pulse 2s infinite;
}
.dcykjc_sitemapcontent .d-flex{
    display: flex;margin-bottom: 30px;
}
.dcykjc_sitemapcontent .form-check {
  display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(63, 81, 181, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(63, 81, 181, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(63, 81, 181, 0);
    }
}
/*ico图标生成*/
.container_icotbsc h1 {
    color: #333;
    text-align: center;
}
.container_icotbsc {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.container_icotbsc .upload-area {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.container_icotbsc .upload-area:hover {
    border-color: #666;
    background-color: #f0f0f0;
}
.container_icotbsc .upload-area.highlight  {
    border-color: #2196F3;
    background-color: #e3f2fd;
}
.container_icotbsc #gj_fileInput {
    display: none;
}
.container_icotbsc .preview {
    text-align: center;
    margin: 20px 0;
}
.container_icotbsc #imagePreview {
    max-width: 100%;
    max-height: 200px;
    display: none;
    margin: 0 auto;
}
.container_icotbsc button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.container_icotbsc button:hover {
    background-color: #45a049;
}
.container_icotbsc button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
.container_icotbsc .options {
    margin: 20px 0;display: flex;
}
.container_icotbsc label {
    display: block;
    margin: 10px 0;margin-right: 10px;
}
.container_icotbsc select {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.container_icotbsc .info {
    color: #666;
    font-size: 0.9em;
    margin-top: 20px;
}
/*在线字符统计*/
.gj_zifutongji {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}
.gj_zifutongji h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 300;
}
.gj_zifutongji .gj_textarea-container {
    position: relative;
    margin-bottom: 20px;
}
.gj_zifutongji textarea {
    width: 100%;
    min-height: 200px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.6;
    resize: vertical;
    transition: border-color 0.3s;
}
.gj_zifutongji textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}
.gj_zifutongji .gj_stats-container {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.gj_zifutongji .gj_stat-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.gj_zifutongji .gj_stat-item:last-child {
    border-bottom: none;
}
.gj_zifutongji .gj_stat-label {
    font-weight: bold;
    color: #555;
}
.gj_zifutongji .gj_stat-value {
    color: #2c3e50;
    font-weight: 500;
}
.gj_zifutongji .gj_total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #3498db;
    font-size: 18px;
}
.gj_zifutongji .gj_total .gj_stat-label {
    color: #3498db;
}
.gj_zifutongji .gj_total .gj_stat-value {
    color: #3498db;
    font-weight: bold;
}
.gj_zifutongji .gj_placeholder {
    color: #999;
    text-align: center;
    padding: 30px 0;
}

.c_sitejs{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
}
.c_sitejs h2,.c_sitejs h3{
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
}
/*德材翌科技-网站检测-start*/
.c_wzjc_container {
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;padding: 0;
}
.c_wzjc_container .header {
    background: linear-gradient(90deg, #03A9F4 0%, #9b9a9a 100%);
    color: white;
    padding: 10px 10px;
    text-align: center;
}

.c_wzjc_container .header h1 {
   font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
}

.c_wzjc_container .header p {
    opacity: 0.9;
    font-size: 16px;
}

.c_wzjc_container .content {
    padding: 30px;
}

.c_wzjc_container .input-group {
    display: flex;
    margin-bottom: 25px;
}

.c_wzjc_container .input-group input {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid #e1e5ee;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.c_wzjc_container .input-group input:focus {
    outline: none;
    border-color: #4b6cb7;
}

.c_wzjc_container .input-group button {
    background: #4b6cb7;
    color: white;
    border: none;
    padding: 0 30px;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.c_wzjc_container .input-group button:hover {
    background: #3a5ca9;
}

.c_wzjc_container .input-group button:disabled {
    background: #a0aec0;
    cursor: not-allowed;
}

.c_wzjc_container .status {
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 8px;
    background: #f8f9fa;
    display: none;
}

.c_wzjc_container .status.active {
    display: block;
}

.c_wzjc_container .status-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    color: #2d3748;
}

.c_wzjc_container .progress-bar {
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.c_wzjc_container .progress {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    border-radius: 4px;
    transition: width 0.5s;
}

.c_wzjc_container .status-text {
    font-size: 15px;
    color: #4a5568;
}

.c_wzjc_container .result {
    display: none;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.c_wzjc_container .result.active {
    display: block;
}

.c_wzjc_container .result-item {
    padding: 10px;
    border-left: 5px solid;
    margin-bottom: 15px;
    border-radius: 0 8px 8px 0;
    background: #f8f9fa;
}

.c_wzjc_container .result-item.dns {
    border-left-color: #4b6cb7;
}

.c_wzjc_container .result-item.website {
    border-left-color: #38a169;
}

.c_wzjc_container .result-item.whois {
    border-left-color: #9f7aea;
}

.c_wzjc_container .result-item.error {
    border-left-color: #e53e3e;
}

.c_wzjc_container .result-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.c_wzjc_container .result-title i {
    margin-right: 10px;
    font-size: 20px;
}

.c_wzjc_container .result-desc {
    font-size: 15px;
    color: #4a5568;
}

.c_wzjc_container .result-ip {
    margin-top: 10px;
    padding: 10px;
    background: white;
    border-radius: 4px;
    font-family: monospace;
    font-size: 14px;
}

.c_wzjc_container .whois-details {
    margin-top: 10px;
    padding: 10px;
    background: white;
    border-radius: 4px;
    font-size: 14px;
}

.c_wzjc_container .whois-row {
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}

.c_wzjc_container .whois-label {
    font-weight: 600;
    min-width: 120px;
    color: #4a5568;
}

.c_wzjc_container .whois-value {
    flex: 1;
    color: #2d3748;
}

.c_wzjc_container .loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.c_wzjc_container .success-icon, .error-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    line-height: 20px;
    color: white;
    font-weight: bold;
}

.c_wzjc_container .success-icon {
    background: #38a169;
}

.c_wzjc_container .error-icon {
    background: #e53e3e;
}

@media (max-width: 768px) {
    .c_wzjc_container .header h1{
        font-size: 18px;
    }
    .c_wzjc_container .header p{
        font-size: 14px;
    }
    .c_wzjc_container .input-group {
    	flex-direction: column;
    }
    
    .c_wzjc_container .input-group input {
    	border-radius: 8px;
    	margin-bottom: 10px;
    }
    
    .c_wzjc_container .input-group button {
    	border-radius: 8px;
    	padding: 10px;
        font-size: 15px;
    }
    
    .c_wzjc_container .content {
    	padding: 10px;
    }
    
    .c_wzjc_container .whois-row {
    	flex-direction: column;
    }
    
    .c_wzjc_container .whois-label {
    	min-width: auto;
    	margin-bottom: 5px;
    }

}
/*德材翌科技-网站检测-end*/