
body {
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}
.sign{
    background-color: #e6e6e6;
    border-color: #dadada;
    color:#000000;
}
.sign:hover{
    background-color: #d1d0d0;
    border-color: #dadada;
    color:#000000;
}
.navhead{
    background-color: #fff;
    padding:10px 0px !important;
}
.navbar {
    padding: 20px;
}
.navbar:hover {
    color: lightblue;
}
.active-bar {
    background-color: black;
    color: white; /* 为了能看清文字，你可以将文字颜色设为白色 */
}
.active-bar:hover {
    color: lightblue;
    background-color: black;
}
.show{
    text-decoration: none;
    margin-right: 5px;
    font-size: 14px;
}
.show:hover{
    color:#5294f8;
    text-decoration: none;
    margin-right: 5px;
    font-size: 14px;
}
.navbar-nav li{
    margin: 0 20px;
}
.login-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.login-logo img {
    display: block;
    margin: 0 auto 20px;
    width: 60px;
}
.login-title {
    text-align: center;
    margin-bottom: 30px;
}
.form-control {
    border-radius: 5px;
}
.btn-login {
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
}
.btn-login:hover {
    color:#fff;
}
.social-buttons .btn {
    border-color:#e1e0e5;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}
.social-buttons .btn:hover{
    background-color: #e4e4e4;
    border-color:#e1e0e5;
    color:#000000;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}
.social-buttons .btn img {
    height: 20px;
    margin-right: 10px;
}
.login-footer {
    margin-top: 20px;
    color: #818182;
}
.login-footer h6{
    margin-top: 30px;
    text-align: center;
}
.login-footer a {
    color: #818182;
    font-size: 12px;
}

.pricing-title {
    text-align: center;
    margin-top: 50px;
}
.pricing-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.pricing-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 15px;
    text-align: center;
    width: 360px;
}
.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.pricing-card h4 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}
.pricing-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
}
.pricing-card ul li {
    margin-bottom: 10px;
}
.pricing-card ul li::before {
    content: '✔';
    color: #007bff;
    margin-right: 10px;
}
.btn-get-started {
    background-color: #000;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
}
.btn-get-started:hover {
    background-color: #333;
}
.social-links {
    text-align: center;
    margin-top: 30px;
}
.social-links a {
    margin: 0 10px;
    color: #000;
}
.social-links a:hover {
    color: #007bff;
}
.footer {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #aaa;
}
.social-links img{
    width:24px;
}
.new span{
    background-color: #0947aa!important;
}
.text-blue{
    color:#33adcb;
}
.text-hero{
    padding-right: 100px;
}
.slogan{
    margin: 70px 0;
    font-size: 64px;
}
.slogan2{
    margin: 50px 0 30px 0;
    font-size: 48px;
}
.point img{
    width:50px;
    margin-right: 20px;
}
.point p{
    color:#898989;
    padding-left: 70px;
}
.feature-item{
    margin: 30px 0;
}
.card-body{
    color:#000;
}
.form-input{
    margin-bottom: 30px;
}
.icon img{
    width:20px;
    margin-right: 20px;
}

.hero{
    margin-top: 20px!important;
}
.card-gray{
    background-color: #f8f9fa!important;
    border: 0;
}
.blog-new{
    margin-top: 40px;
    margin-right: 20px;
    border: 0;
}
.blog-new:last-child{
    margin-right: 0px;
    border: 0;
}
.grey{
    color:#9e9e9e;
    font-size: 14px;
}
.update{
    text-decoration: none;
    color:#9e9e9e;
    margin-left: 20px;
}
.login{
    text-decoration: none;
    margin-right: 20px;
}
.blog-card{
    border: 0;
}
.card-header,.card-body{
    background-color: #ffffff;
}
.detail{
    margin-top: 40px;
}
.blog-link{
    text-decoration: none;
    color:#000000;
}
.blog-link:hover{
    text-decoration: none;
    color:#0b47a9;
}
.comment{
    background-color: #000000;
    padding: 10px 50px;
    border-radius: 12px 12px 12px 12px;
}
.comment h2{
    color:#FEFEFE;
    font-size: 40px;
    text-align: center;
    margin: 10px 0 20px;
}
.comment .card-body{
    background-color: #7e7e7e;

    border-radius: 12px 12px 12px 12px;
}
.comment .card-title{
    text-align: right;
    color:#e5f0e8;
    font-size: 16px;
}
.comment h6{
    text-align: right;
    color: #adadad;
    font-size: 14px;
    margin-right: 20px;
    margin-top: -20px;
}
.comment .card-title img{
    width:40px;
}
.comment .card-text{
    color: #ffffff !important;
}
.comment .text-center a{
    margin-bottom: 20px;
}
.seo-score-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e3fcef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.seo-score {
    font-size: 2rem;
    color: #28a745;
}

.section-heading {
    font-weight: bold;
    color: #4b4f56;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.score-buttons .btn {
    margin: 5px;
}

.seo-analysis-section {
    margin-bottom: 30px;
}

.card {
    margin-bottom: 20px;
}

.footer {
    background-color: #000000;
    padding: 40px;
    color: white;
}

.footer a {
    color: white;
}

.score-gauge {
    width: 100px;
    height: 100px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.gauge-text {
    font-size: 1.5rem;
    color: #dc3545;
}
