@charset "utf-8";
/**
 * @version:               1.0.0
 * @createTime:            2021.11.22
 * @updateTime:            2021.11.22
 * @author:                zhangju
 * @description            页面公用样式
 ***/
html, body {
    width: 100%;
    height: 100%;
    background: #f2f5fa;
}

.fd-page-wrapper {
    width: 100%;
    height: 100%;
}

.fd-page-main {
    display: block;
    padding: 100px 0 48px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.fd-page-main > .fd-content-w {
    padding: 24px 0;
    height: 100%;
}

.fd-white-box {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e4e6;
}

/*中间内容区域 1230px*/
.fd-content-w {
    margin:  0 auto;
    width: 1230px;
    min-height: 100%;
}

/* **************************************** 导航菜单 start **************************************** */
.fd-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
}

.fd-header-nav {
    height: 100px;
    border: 1px solid rgba(1, 96, 167, 0.8);
    background: url("../images/bgs/bg-nav.png") no-repeat;
    background-size: 100% 100%;
}

.fd-header-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.fd-nav-top {
    padding: 6px 0;
    width: 100%;
    height: 36px;
}

.fd-link-01 {
    display: inline-block;
    padding: 0 8px 0 24px;
    height: 24px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    background: rgba(255, 255, 255, 0.15) url("../images/icons/icon01.png") no-repeat 8px 5px;
    border-radius: 12px;
    cursor: pointer;
}


.fd-link-01:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration:none;
    background-color: rgba(255, 255, 255, 0.3);
}

.fd-login-register {
    position: relative;
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.fd-login-register::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    width: 1px;
    height: 12px;
    background: #fff;
    transform: translateX(-50%);
}

.fd-link-login {
    padding-right: 10px;
    color: #ff981f;
    cursor: pointer;
}

.fd-link-login:hover {
    color: #ffb35a;
    text-decoration:none;
}

.fd-link-register {
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.fd-link-register:hover {
    color: #fff;
    text-decoration:none;
}

.fd-nav-bottom {
    width: 100%;
    height: 62px;
}

.fd-nav-logo {
    display: inline-block;
    padding-left: 50px;
    height: 100%;
    line-height: 64px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url("../images/logo.png") no-repeat -4px center;
}

.fd-nav-logo-svg {
    height: 62px;
}

.fd-nav-logo text {

}

.fd-nav-menu {
    float: right;
    display: inline-block;
    height: 100%;
    font-size: 0;
}

.fd-nav-menu .fd-nav-item {
    position: relative;
    display: inline-block;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.fd-nav-menu .fd-nav-item a {
    color: inherit;
    text-decoration:none;
}

.fd-nav-menu .fd-nav-item + .fd-nav-item {
    margin-left: 40px;
}

.fd-nav-menu .fd-nav-item:hover {
    color: #fff;
}

.fd-nav-menu .fd-nav-item.active {
    font-weight: bold;
    color: #fff;
}

.fd-nav-menu .fd-nav-item::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 1.5px;
    background: #ff981f;
    transition: all 0.3s;
}

.fd-nav-menu .fd-nav-item.active::after,
.fd-nav-menu .fd-nav-item:hover::after {
    width: 100%;
    height: 3px;
}

/* **************************************** 导航菜单 end **************************************** */

/* **************************************** 模快标题 start **************************************** */

.fd-section-title {
    position: relative;
    padding-left: 32px;
    padding-right: 20px;
    width: 100%;
    height: 48px;
}

.fd-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0053b4, rgba(0, 83, 180, 0.03));
}

.fd-section-title h3 {
    display: inline-block;
    font-size: 22px;
    line-height: 45px;
    color: #0053b4;
    font-weight: bold;
}

.fd-more-btn {
    float: right;
    font-size: 14px;
    line-height: 48px;
    color: #0053b4 !important;
    cursor: pointer;
}
/* **************************************** 模快标题 end **************************************** */

/* **************************************** 新闻列表 start **************************************** */

.fd-section-list {
    font-size: 0;
}

.fd-list-item01 {
    margin-top: 24px;
    width: 100%;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
}

.fd-list-item01 a {
    position: relative;
    display: block;
    padding-right: 100px;
    height: 22px;
    text-align: left;
}

.fd-list-item01 .fd-list-p {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    width: 100%;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    vertical-align: middle;
}

.fd-list-item01 .fd-list-p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #0053b4;
    transform: translateY(-50%);
}

.fd-list-item01:hover .fd-list-p{
    color: #0053b4;
}

.fd-list-item01:hover .fd-list-p::before {
    background: #0053b4;
}

.fd-list-item01 .fd-span-date {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    font-size: 16px;
    color: #b3b4b8;
    text-align: right;
}

/* **************************************** 新闻列表 end **************************************** */

/* **************************************** tab页签 start **************************************** */

.fd-tab-list {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d9dadb;
    font-size: 0;
}

.fd-tab-list .fd-tab-item {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    min-width: 72px;
    max-width: 80px;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.fd-tab-list .fd-tab-item + .fd-tab-item {
    margin-left: 24px;
}

.fd-tab-list .fd-tab-item::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 0;
    background: #0053b4;
    transition: all 0.3s;
}

.fd-tab-list .fd-tab-item:hover {
    color: #0053b4;
}

.fd-tab-list .fd-tab-item.active {
    font-weight: bold;
    color: #0053b4;
}

.fd-tab-list .fd-tab-item:hover::before,
.fd-tab-list .fd-tab-item.active::before {
    width: 100%;
    height: 2px;
}

.fd-tab-list .fd-tab-item.active::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #0053b4;
    transform: translateX(-2px);

}

.fd-tab-list .fd-tab-item > * {
    pointer-events: none;
}
/* **************************************** tab页签 end **************************************** */


/* **************************************** 面包屑 start **************************************** */

.fd-box-breadcrumb {
    padding-left: 16px;
    padding-right: 8px;
    width: 100%;
    height: 56px;
    background: linear-gradient(to bottom, #fff, #f0f0f0);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.51);
}

.fd-breadcrumb {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
}

.fd-breadcrumb em {
    font-weight: bold;
    color: #0053b4;
}

.fd-box-breadcrumb + .fd-box-main {
    width: 100%;
    height: calc(100% - 56px);
}

/* **************************************** 面包屑 end **************************************** */

/* **************************************** 搜索区域 start **************************************** */
.fd-form-box {
    display: inline-flex;
    float: right;
    height: 56px;
    align-items: center;
    justify-content: center;
}

.fd-select-box {
    position: relative;
    padding-left: 8px;
    padding-right: 16px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    border: 1px solid #e2e4e6;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    outline: none;
}

.fd-select-box .fd-select-value {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fd-select-box .fd-mousedown {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 28px;
    cursor: pointer;
}

.fd-select-box .fd-mousedown::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 16px;
    width: 0;
    border: 6px solid transparent;
    border-top: 6px solid #a2a2a2;
}

.fd-select-list {
    position: absolute;
    z-index: 10;
    top: 42px;
    left: 0;
    right: 0;
    border-radius: 2px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.fd-select-item:hover {
    background: #f7f7f7;
}

.fd-select-item.active {
    background: #e9f1ff;
}

.fd-select-item {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fd-input-box {
    display: flex;
    align-items: center;
    margin-left: 12px;
    padding-left: 32px;
    width: 390px;
    height: 40px;
    font-size: 0;
    border: 1px solid #e2e4e6;
    border-radius: 2px;
    background: #fff url("../images/icons/icon-search.png") no-repeat 8px;
}

.fd-input-content {
    flex: 1;
    padding-right: 8px;
    height: 36px;
    color: #333;
    font-size: 16px;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
}

.fd-submit-btn {
    width: 86px;
    height: 36px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    background: #0053b4;
    cursor: pointer;
}

.fd-submit-btn:hover {
    background: #4786cf;
}
/* **************************************** 搜索区域 end **************************************** */

/* **************************************** 底部栏 start **************************************** */

.fd-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    z-index: 100;
}

.fd-support {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #fafbff;
    background: #044287;
}

/* **************************************** 底部栏 end **************************************** */


/*计算按钮*/
a.f-button {
    margin: 24px auto 0;
    display: block;
    width: 300px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    background: #0053b4;
    cursor: pointer;
    text-decoration: none;
}
