.dedecms-img-avatar {
    height: 2.6875rem;
    border-radius: 50%;
}

.dede-highlight {
    color: #F35323;
}

.dede-text-gray {
    color: #969799;
}

input:focus {
    border: 1px solid #F35323 !important;
}

.dede-text-link {
    color: #F35323;
    text-decoration: none;
}

.dede-text-link:hover {
    color: #F35323;
    text-decoration: underline;
}

.dede-box-link:hover {
    text-decoration: none;
}

/* 导航栏start */

.dede-nav-fixed {
    z-index: 10;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.dede-nav-logo a img {
    width: 11.5rem;
    margin-top: 1rem;
}

.dede-nav-login {
    margin: auto;
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #f75e2f;
    border: 1px solid #F35323;
    border-radius: .25rem;
    color: #FFFFFF;
    font-size: .875rem;
    margin-right: .5rem;
    margin-left: 1rem;
}

.dede-nav-login:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #fa3d04;
}

.dede-nav-register {
    margin: auto;
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border: 1px solid #DCDEE0;
    border-radius: .25rem;
    color: #646566;
    font-size: .875rem;
    margin-right: .5rem;
}

.dede-nav-register:hover {
    color: #323233;
    text-decoration: none;
    background-color: #f7f7f7;
}

.dede-current {
    color: #F35323 !important;
    font-size: 1rem !important;
    font-weight: 500;
}

.dede-nav-text>li>a {
    font-size: 0.875rem !important;
    color: #646566;
    margin-right: .5rem !important;
}

.uk-navbar-nav .dede-active a, .uk-nav .dede-active a {
    color: #F35323 !important;
    /* font-size: 1rem !important; */
    font-weight: 500;
}

.dede-nav-text>li>a:hover,
.dede-nav-droptext>li>a:hover {
    color: #F35323 !important;
    font-size: .875rem !important;
    font-weight: 500;
}

.dede-nav-text>li>a span {
    margin-left: .25rem;
}

.dede-nav-droptex>li>a {
    color: #646566 !important;
}


/* 导航栏end */


/* 主体部分 */


/* 产品特性 */

.dede-title-point {
    width: .5rem !important;
    height: .5rem !important;
    margin-left: .375rem !important;
    background: #F35323 !important;
}

.dede-product-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: -1rem !important;
    margin-top: .625rem;
}

.dede-card-title {
    font-size: 1.25rem;
    font-weight: 500;
}


/* 帮助中心 */

.dede-help-box {
    border: 1px solid #EBEDF0;
    padding: 1rem;
}

.dede-help-paddingleft {
    padding-left: 1.5rem !important;
}


/* .dede-text-bg {
    width: 4rem;
    height: 4rem;
    background-color: #FFF1E6;
    border: 1px solid #FFCB8F;
} */


/* 底部版权start */

.dede-text-tell {
    color: #FAFAFA;
}

.dede-footer-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin-bottom: 30px;
}

.dede-footer-subnav ul li a {
    font-size: .875rem;
    color: #999;
}

.dede-button{
    text-align: center;
    background-color: #f75e2f;
    border: 1px solid #F35323;
    border-radius: .25rem;
    color: #FFFFFF;
    margin: 0;
    border: none;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}

.dede-button:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #fa3d04;
}

.uk-notification-top-center{
      margin-top: 120px;
}