@charset "utf-8";

/* CSS Document */

body, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, ol, p, select, td, textarea, th, ul, li {
    margin: 0;
    padding: 0;
}

body {
    background: #fafafa;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    min-width: 1200px;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto;
}

div,
ul,
li,
dl,
dt,
dd,
span,
img,
p,
h2,
h3,
h4 {
    list-style: none;
}

a {
    text-decoration: underline;
}

a:link {
    color: #666;
}

a:visited {
    /*color: #c00;*/
}

a:hover,
a:active,
a:focus {
    /*color: #c00;*/
    outline-style: none;
}


input:focus {
    outline: none;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    *zoom: 1; /*IE触发layout*/
}

.center {
    width: 1200px;
    margin: 0px auto;
}

.head {
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
}

.head a {
    color: #777;
    text-decoration: none;
    margin-left: 20px;
}

.head a:visited {
    color: #777;
}

.head a:hover {
    color: #d72222;
    text-decoration: none;
}

.head .head-color {
    color: #d72222;
}

.head .head-color a {
    color: #d72222;
    margin-left: 0px;
}

.head .head-color a:visited {
    color: #d91f1f;
}

.head .head-color a:hover {
    color: #d91f1f;
}

.head i {
    font-size: 16px;
    margin-right: 5px;
}

.head .head-text-right {
    text-align: right;
}

.head .head-user-info img {
    margin-bottom: 5px;
}

.head .head-user-info a {
    color: #0d3a89;
    margin-left: 0px;
}

.nav {
    background: #FFFFFF;
    height: 76px;
    line-height: 76px;
    position: relative;
}

.nav .logo {
    background: url(../../images/web/logo.png) no-repeat;
    width: 172px;
    height: 47px;
    display: block;
    margin-top: 15px;
}

.nav .nav-left {
    float: left;
    width: 172px;
    line-height: 76px;
}

.nav .nav-right {
    float: right;
    font-size: 16px;
    padding-right: 0px;
}

.nav a {
    color: #333;
    text-decoration: none;
}

.nav a:visited {
    color: #333;
    text-decoration: none;
}

.nav a:hover {
    color: #d72222;
    text-decoration: none;
}

.nav .nav-bar {
    width: 100%;
}

.nav .nav-bar li {
    float: left;
    height: 76px;
    padding: 0;
    margin: 0 15px;
    line-height: normal;
    overflow: hidden;
}

.nav .nav-bar li:last-child {
    margin-right: 0;
}

.nav .nav-bar li > a {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 73px;
}

.nav .nav-bar li > a:hover {
    border: none;
    padding: 0;
}

.nav .nav-bar li .line {
    display: block;
    height: 3px;
    width: 0;
    background: #d72222;
    transition: width .3s;
}

.nav .nav-bar li:hover .line {
    width: 100%;
}

.nav .nav-bar .nav-sub {
    width: 1200px;
    top: 76px;
    left: 50%;
    overflow: hidden;
    margin-left: -600px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    min-height: 150px;
    z-index: 9999;
    display: none;
}

.nav .nav-bar > li:hover .nav-sub {
    display: block;
}

.nav-sub dl {
    float: left;
    width: 820px;
    padding: 10px 30px 30px 30px;
}

.nav-sub dl dt {
    border-left: 4px solid #d72222;
    padding-left: 11px;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
}

.nav-sub dl dd {
    float: left;
    margin-top: 10px;
    padding-right: 15px;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    width: 15%;
    word-break: keep-all;
    white-space: nowrap;
}

.nav-sub dl dt a {
    color: #333 !important;
    text-decoration: none;
}

.nav-sub dl dt a:visited {
    color: #333 !important;
    text-decoration: none;
}

.nav-sub dl dt a:hover {
    color: #333 !important;
    text-decoration: none;
}

.nav-sub dl dd a {
    color: #666 !important;
    text-decoration: none;
}

.nav-sub dl dd a:visited {
    color: #666 !important;
    text-decoration: none;
}

.nav-sub dl dd a:hover {
    color: #d72222 !important;
    text-decoration: none;
}

.nav-sub .nav-subright {
    float: right;
    width: 250px;
    border-left: 1px solid #e0e0e0;
    padding: 10px 30px 20px 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.nav-sub .nav-subright h3 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
}

.nav-sub .nav-subright h4 {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-top: 5px;
}

.nav-sub .nav-subright span {
    color: #d72222 !important;
    font-weight: 600;
}

.banner {
    width: 100%;
    height: 330px;
    background: #274382;
}

.content-main {
    width: 1200px;
    margin: 0 auto 30px;
}
.nav-ico {
    height: 100px;
    font-size: 15px;
    margin-top: -25px;
    z-index: 999;
    /*position: relative;*/
    padding-top: 50px;
}

.nav-ico ul {
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.nav-ico ul li {
    width: 220px;
    height: 100px;
    /*box-sizing: border-box;*/
    /*box-shadow: 0 2px 40px 0 rgba(0,0,0,0.38);*/
    /*border-radius: 8px;*/
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 24px;
}

.nav-ico ul li:hover h3 {
    color: rgba(198, 23, 31, 1);
}

.nav-ico ul li:last-child {
    margin-right: 0;
}

.nav-ico ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.nav-ico .n-ico1 {
    background: url(../../images/web/index-2017_07.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    margin-right: 14px;
}

.nav-ico .n-ico2 {
    background: url(../../images/web/index-2017_09.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    margin-right: 14px;
}

.nav-ico .n-ico3 {
    background: url(../../images/web/index-2017_11.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    margin-right: 14px;
}

.nav-ico .n-ico4 {
    background: url(../../images/web/icon-jgfwpt.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    margin-right: 14px;
}

.nav-ico .n-ico5 {
    background: url(../../images/web/2018-ico6_03.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    margin-right: 14px;
}

.nav-ico h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: rgba(0, 0, 0, 1);
}

.nav-ico p {
    font-size: 12px;
    color: rgba(133, 133, 133, 1);
    line-height: 22px;
}

.nav-ico .nav-left2 {
    float: right;
}

/*新闻开始*/
.flex-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.news {
    width: 436px;
}

.news-tab {
    padding: 15px 20px 0 20px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.news-tab ul li {
    float: left;
    width: 110px;
    line-height: 32px;
    padding-bottom: 5px;
    cursor: pointer;
}

.news-tab .news-active {
    border-bottom: 3px solid #dc1f1f;
    color: #d72222;
    font-weight: 900;
}

.news-border {
    height: 1px;
    background: #e0e0e0;
    margin: 0 20px 0 20px;
    margin-top: -1px;
}

.news-content {
    width: 100%;
    height: 510px;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.news-content span {
    color: #858585;
    font-size: 18px;
}

.news-content p {
    /*background: url(../../images/web/yuandian_03.png) no-repeat 0px 13px;*/
    margin-top: 4px;
}

.news-content p i {
    padding-right: 20px;
    background: url(../../images/web/video_03.png) no-repeat 0px 3px;
    width: 16px;
    height: 14px;
}

.news-content p a {
    float: left;
    color: #555;
    text-decoration: none;
    padding-left: 12px;
}

.news-content p a:visited {
    float: left;
    color: #555;
    text-decoration: none;
    padding-left: 12px;
}

.news-content p a:hover {
    float: left;
    color: #d72222;
    text-decoration: underline;
    padding-left: 12px;
}

.news-content h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.news-content .new-notice-box h3 a {
    color: #932323;
    text-decoration: none;
}

.news-content .new-notice-box h3 a:visited {
    color: #932323;
    text-decoration: none;
}

.news-content .new-notice-box h3 a:hover {
    color: #C6171F;
    text-decoration: none;
}

.news-content .new-notice-box h3 b {
    /*background: #FB4645;*/
    background: linear-gradient(270deg, #C6171F 0%, #FF6B72 100%);
    color: #fff;
    font-size: 12px;
    border-radius: 8px 8px 0 8px;
    margin-right: 10px;
    font-style: italic;
    height: 20px;
    line-height: 20px;
}

.notice {
    width: 436px;
}

.notice-tab {
    font-size: 18px;
    color: #3c3733;
    text-align: center;
    height: 32px;
    margin-bottom: 25px;
}

.notice-tab ul li {
    float: left;
    width: 110px;
    line-height: 30px;
    padding-bottom: 5px;
    cursor: pointer;
}

.notice-tab ul li a {
    color: #3c3733;
    text-decoration: none;
    font-weight: bold;
}

.notice-tab ul li a:active {
    text-decoration: none;
    color: #3c3733;
}

.notice-tab .notice-active a {
    color: #C6171F;
    text-decoration: none;
}

.notice-border {
    height: 1px;
    background: #e0e0e0;
    margin: 0 20px 0 20px;
    margin-top: -1px;
}

.notice-content {
    width: 100%;
    height: 510px;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.notice-content a {
    color: #292929;
    text-decoration: none;
}

.notice-content a:visited {
    color: #292929;
    text-decoration: none;
}

.notice-content a:hover {
    color: #C6171F;
    text-decoration: underline;
}

.notice-content h3 {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}

.notice-content h3 a {
    color: #292929;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.notice-content h3 a:visited {
    color: #292929;
    text-decoration: none;
}

.notice-content h3 a:hover {
    color: #C6171F;
    text-decoration: none;
}

.notice-content h3 b {
    color: #fff;
    padding: 0 4px;
    font-size: 12px;
    margin-right: 6px;
    background: linear-gradient( 270deg, #C6171F 0%, #FF6B72 100%);
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.notice-content li {
    border-bottom: 1px solid #eeeeee;
    margin: 0 24px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
}


.notice-content li:last-child {
    border-bottom: none;
}

.notice-content li .date-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    color: #858585;
    font-weight: normal;
}

.notice-right {
    background: #f5f5f5;
    line-height: 20px;
    float: right;
    width: 40px;
    text-align: center;
    height: 40px;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.notice-content2 {
    width: 100%;
    height: 510px;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.notice-content2 a {
    color: #292929;
    text-decoration: none;
}

.notice-content2 a:visited {
    color: #292929;
    text-decoration: none;
}

.notice-content2 a:hover {
    color: #C6171F;
    text-decoration: underline;
}

.notice-content2 h3 {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
}

.notice-content2 h3 a {
    color: #292929;
    text-decoration: none;
    font-size: 16px;
}

.notice-content2 h3 a:visited {
    color: #292929;
    text-decoration: none;
}

.notice-content2 h3 a:hover {
    color: #C6171F;
    text-decoration: none;
}

.notice-content2 h3 b {
    background: linear-gradient(270deg, #C6171F 0%, #FF6B72 100%);
    border-radius: 4px;
    color: #fff;
    padding: 0 4px;
    font-size: 12px;
    margin-right: 6px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.notice-content2 li {
    border-bottom: 1px solid #eeeeee;
    margin: 0 24px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
}

.notice-content2 li:last-child {
    border-bottom: none;
}

.notice-content2 .notice-item2 {
    display: flex;
    justify-content: space-between;
}

.notice-content2 span {
    color: #858585;
    font-size: 14px;
    font-weight: normal;
}

.shortcut-content {
    width: 280px;
    height: 510px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
}

.shortcut h3 {
    float: left;
    width: 160px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding: 20px 0 0 20px;
}

.shortcut .short-right {
    float: right;
    width: 80px;
    font-size: 14px;
    padding: 20px 20px 0 0
}

.shortcut .short-right a {
    color: #1857c7;
    text-decoration: none;
}

.shortcut .short-right a:visited {
    color: #1857c7;
    text-decoration: none;
}

.shortcut .short-right a:hover {
    color: #d72222;
    text-decoration: underline;
}

.shortcut .short-bg2 {
    background: #f5f5f5;
    line-height: 50px;
}

.shortcut h4 {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding-left: 20px;
}

.shortcut h4 i {
    font-size: 30px;
    color: #667a9c;
    padding-right: 5px;
}

.shortcut h4 span {
    color: #d72222;
    font-size: 18px;
}

.shortcut h5 {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    padding-left: 20px;
    line-height: 32px;
}

.shortcut .short-service {
    width: 100%;
    height: 117px;
    background: url('../../images/home/service-bg.png') no-repeat center;
    text-align: center;
}

.shortcut .short-service .hot-service-text {
    color: #292929;
    font-size: 16px;
    line-height: 32px;
    padding-top: 12px;
}

.shortcut ul {
    padding: 24px 24px 9px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.shortcut .short-item {
    width: 105px;
    height: 105px;
    background: #fafafa;
    border-radius: 8px;
    margin-right: 22px;
    margin-bottom: 15px;
}

.shortcut .short-item:nth-of-type(even) {
    margin-right: 0;
}

.shortcut .short-item:hover {
    background: #fff;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.16);
}

.shortcut .short-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #292929;
    text-decoration: none;
}

.shortcut .short-item a:visited {
    color: #292929;
    text-decoration: none;
}

.shortcut .short-item a:hover {
    color: #292929;
    text-decoration: none;
}

.shortcut .short-item a i {
    width: 48px;
    height: 48px;
}

.shortcut .short-item a .short-ico1 {
    background: url(../../images/home/icon-1.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.shortcut .short-item a .short-ico2 {
    background: url(../../images/home/icon-2.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.shortcut .short-item a .short-ico3 {
    background: url(../../images/home/icon-3.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.shortcut .short-item a .short-ico4 {
    background: url(../../images/home/icon-4.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.shortcut .short-item a .short-ico5 {
    background: url(../../images/home/icon-5.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

/*特殊服务开始*/
.huodong {
    margin-top: 24px;
}
.huodong ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.huodong ul li {
    width: 384px;
    background: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    box-sizing: border-box;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    background: url('../../images/web/special-service-bg.png') #fff no-repeat right center;
}

.huodong ul li:last-child {
    margin-right: 0;
}


/*研究报告开始*/
.research-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}


.research-tab {
    padding: 15px 20px 0 20px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.research-tab ul li {
    float: left;
    width: 110px;
    line-height: 30px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-right: 20px;
}

.research-tab .research-active {
    border-bottom: 3px solid #dc1f1f;
    color: #333;
    font-weight: 900;
}

.research-tab a {
    color: #666;
    text-decoration: none;
}

.research-border {
    height: 1px;
    background: #e0e0e0;
    margin-bottom: 20px;
}

.research-content {
    width: 768px;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 24px 24px 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.research-content .research-left {
    width: 342px;
}

.research-content .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.research-content .square-title {
    width: 100px;
    height: 32px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: url('../../images/web/square-bg.png') no-repeat;
    margin-right: 16px;
}

.research-content .title-wrap a {
    color: #C6171F;
    font-size: 16px;
}

.research-content .research-left img {
    width: 100%;
    height: 162px;
}

.research-content a {
    text-decoration: none;
}

.research-content a:visited {
    text-decoration: none;
    padding-left: 12px;
}

.research-content a:hover {
    color: #d72222;
    text-decoration: underline;
}

.research-left .intro-wrap {
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.research-left .intro-wrap h4 {
    padding: 12px 14px;
}

.research-left .intro-wrap a {
    color: #292929;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.research-left .intro-wrap a:visited {
    color: #292929;
    text-decoration: none;
}

.research-left .intro-wrap a:hover {
    color: #d72222;
    text-decoration: underline;
}

.research-right ul {
    margin-top: -16px;
}

.research-left ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
}

.research-left ul li:last-child {
    border-bottom: none;
}

.research-left ul li a {
    width: 202px;
    font-weight: 500;
    font-size: 16px;
    color: #292929;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.research-left ul li a:visited {
    color: #292929;
    text-decoration: none;
}

.research-left ul li a:hover {
    color: #d72222;
    text-decoration: underline;
}


.research-right {
    width: 348px;
}

.research-right ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
}

.research-right ul li:last-child {
    border-bottom: none;
}

.research-right ul li  a {
    width: 239px;
    color: #292929;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.research-right ul li a:visited {
    color: #292929;
    text-decoration: none;
}

.research-right ul li a:hover {
    color: #d72222;
    text-decoration: underline;
}

.research-content ul li span {
    font-size: 16px;
    color: #858585;
    line-height: 32px;
}


.calendar {
    width: 408px;
}

.calendar .calendar-bg {
    background: #fafafa;
    height: 40px;
}

.calendar .calendar-bg2 {
    background: #f5f5f5;
    line-height: 50px;
    margin-top: 6px;
    height: 50px;
}

.calendar h3 {
    float: left;
    width: 160px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding: 15px 0 8px 20px;
}

.calendar i {
    color: #1857c7;
    padding-right: 5px;
}

.calendar .calendar-right {
    float: right;
    width: 20px;
    font-size: 14px;
    padding: 15px 0 8px 20px;
}

.calendar .calendar-l {
    float: left;
    width: 30px;
    margin-left: 20px;
    font-size: 30px;
}

.calendar .calendar-l2 {
    float: left;
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    color: #333;
}

.calendar .calendar-l3 {
    float: right;
    width: 30px;
    font-size: 30px;
}

.calendar .calendar-bg2 i {
    color: #6a6a6a;
    font-size: 30px;
}

.calendar ul {
    margin: 0px 20px 0 18px;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #e2e2e2;
}

.calendar ul li {
    float: left;
    width: 38px;
    margin-top: 6px;
    margin-bottom: 8px;
    cursor: pointer;
}

.calendar .calendar-active {
    background: #e72e2e;
    border-radius: 40px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 28px;
    margin-left: 4px;
    margin-right: 4px;
}

.calendar .calendar-active2 {
    border-bottom: 4px solid #d9d9d9;
}

.calendar #mini-clndr {
    height: 524px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    margin-top: 0;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
}
.calendar #mini-clndr .clndr {
    height: 100%;
}

.calendar #mini-clndr .clndr .controls {
    padding: 10px 0;
}

.calendar #mini-clndr .clndr .days-container .days .headers {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.calendar #mini-clndr .clndr .days-container .days .day, #mini-clndr .clndr .days-container .days .empty {
    width: 48px;
    height: 63px;
    background: #fafafa;
    border-radius: 2px;
    margin: 0px 5px 6px 5px;
}

/*金融产品*/
.product {
    margin-top: 20px;
}

.product .product-l {
    float: left;
    width: 90px;
    font-size: 18px;
    padding-left: 15px;
    color: #333;
    border-left: 4px solid #dc1f1f;
}

.product .product-l a {
    color: #333;
    text-decoration: none;
    float: none;
}

.product .product-l a:visited {
    color: #333;
    text-decoration: none;
    float: none;
}

.product .product-l a:hover {
    color: #d72222;
    text-decoration: none;
    float: none;
}

.product .product-l2 {
    float: left;
    width: 180px;
    font-size: 16px;
    color: #999;
}

.product .product-l3 {
    float: right;
    width: 320px;
}

.product .product-l3 ul {
    margin-top: 0px;
}

.product .product-l3 ul p {
    float: left;
    width: 80px;
    color: #666;
}

.product .product-l3 ul li {
    float: left;
    width: 60px;
    background: #dddddd;
    cursor: pointer;
    height: 3px;
    margin-top: 20px;
    margin-left: 10px;
    padding: 0;
    display: block;
}

.product .product-active {
    background: #134598 !important;
}

.product ul {
    margin-top: 20px;
}

.product ul li {
    float: left;
    width: 204px;
    background: #fff;
    height: 250px;
    padding: 10px;
    transition: all .3s;
}

.product ul li:hover {
    box-shadow: 0px 5px 20px #dfdfdf;
}

.product .product-md {
    margin-left: 20px;
}

.product h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding-top: 10px;
    min-height: 50px;
}

.product h4 {
    background: #ff6600;
    border-radius: 25px;
    width: 100px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 50px;
    margin-top: 6px;
    font-weight: 500;
}

.product h2 {
    font-size: 30px;
    color: #ff4e00;
    text-align: center;
    margin-top: 30px;
}

.product p {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.product .product-border {
    height: 1px;
    background: #e8e8e8;
    margin-top: 40px;
}

.product h5 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 6px;
}

.product h5 a {
    color: #999;
    text-decoration: none;
}

.product h5 a:visited {
    color: #999;
    text-decoration: none;
}

.product h5 a:hover {
    color: #d72222;
    text-decoration: none;
    color: #ff6600
}

.product a {
    color: #333;
    text-decoration: none;
}

.product a:visited {
    color: #333;
    text-decoration: none;
}

.product a:hover {
    color: #d72222;
    text-decoration: none;
}

/*视频*/
.video {
    margin-top: 20px;
}

.video .video-l {
    float: left;
    width: 40px;
    font-size: 18px;
    padding-left: 15px;
    color: #333;
    border-left: 4px solid #dc1f1f;
}

.video .video-l2 {
    float: left;
    width: 40px;
    font-size: 18px;
    padding-left: 5px;
    color: #333;
}

.video .video-l3 {
    float: left;
    width: 10px;
    padding-left: 5px
}

.video .video-l a {
    color: #333;
    text-decoration: none;
    float: none;
}

.video .video-l a:visited {
    color: #333;
    text-decoration: none;
    float: none;
}

.video .video-l a:hover {
    color: #d72222;
    text-decoration: none;
    float: none;
}

.video .video-l2 a {
    color: #333;
    text-decoration: none;
    float: none;
}

.video .video-l2 a:visited {
    color: #333;
    text-decoration: none;
    float: none;
}

.video .video-l2 a:hover {
    color: #d72222;
    text-decoration: none;
    float: none;
}

.video .video-left {
    float: left;
    width: 246px;
    background: #fff url(../../images/web/2018-ico8_24.png) center 30% no-repeat;
    height: 378px;
    margin-top: 20px;
}

.video .video-left h4 {
    font-size: 18px;
    color: #666;
    margin-top: 220px;
    padding: 10px 0;
    text-align: center;
}

.video .video-left h4 a {
    text-decoration: none;
    color: #666;
}

.video .video-left h5 {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding: 0;
    text-align: center;
}

.video .video-border {
    height: 1px;
    background: #999;
    width: 90%;
    margin: 0 auto;
}

.video .video-left2 {
    float: left;
    width: 620px;
    margin-top: 20px;
    width: 620px;
    height: 378px;
    background: #FFFFFF;
    margin-left: 10px;
}

.video .video-l4 {
    float: left;
    width: 184px;
    background: url(../../images/web/video2_07.png) no-repeat;
    height: 120px;
    margin: 20px 0 0 20px;
}

.video .video-l5 {
    float: right;
    width: 360px;
    margin: 20px 20px 0 20px;
}

.video .video-l5 h4 {
    font-size: 16px;
    color: #333;
    float: left;
}

.video .video-l5 h5 {
    font-size: 12px;
    color: #999;
    float: right;
    font-weight: 500;
}

.video .video-meun a {
    border: 1px solid #e62525;
    background: #fff;
    color: #e62525;
    text-align: center;
    width: 120px;
    padding: 3px 0;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer;
    margin-top: 10px;
}

.video .video-left2 ul {
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    text-align: right;
    color: #999;
    font-size: 12px;
}

.video .video-left2 ul li {
    line-height: 52px;
    padding: 0 20px 0 20px;
}

.video .video-left2 h3 {
    float: left;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
}

.video .video-left2 h3 a {
    color: #134598;
    text-decoration: none;
    float: left;
    font-size: 16px;
}

.video .video-left2 h3 a:visited {
    color: #134598;
    text-decoration: none;
    float: left;
    font-size: 16px;
}

.video .video-left2 h3 a:hover {
    color: #d72222;
    text-decoration: none;
    float: left;
    font-size: 16px;
}

.video .video-left2 a {
    /*color: #666;*/
    text-decoration: none;
    float: left;
    font-size: 14px;
}

.video .video-left2 a:visited {
    color: #666;
    text-decoration: none;
    float: left;
    font-size: 14px;
}

.video .video-left2 a:hover {
    color: #d72222;
    text-decoration: underline;
    float: left;
    font-size: 14px;
}

.video .video-bg {
    background: #f9f9f9;
}

.video .video-meun a:hover {
    background: #e62525;
    color: #fff;
    text-decoration: none;
}

.video .video-l5 p {
    font-size: 12px;
    color: #666;
}

.video .video-left3 {
    float: right;
    width: 314px;
    margin-top: 20px;
}

.video .video-left3 ul li {
    height: 67px;
    text-align: right;
    padding: 10px;
    font-size: 12px;
    color: #999;
}

.video .video-bg2 {
    background: #fff url(../../images/web/video3_10.png) no-repeat right;
    margin-bottom: 10px;
}

.video .video-bg3 {
    background: #fff url(../../images/web/video4_15.png) no-repeat right;
    margin-bottom: 10px;
}

.video .video-bg4 {
    background: #fff url(../../images/web/video4_15.png) no-repeat right;
}

.video .video-left3 h3 a {
    color: #134598;
    text-decoration: none;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.video .video-left3 h3 a:visited {
    color: #134598;
    text-decoration: none;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.video .video-left3 h3 a:hover {
    color: #d72222;
    text-decoration: none;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.video .video-left3 p a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}

.video .video-left3 p a:visited {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}

.video .video-left3 p a:hover {
    color: #d72222;
    text-decoration: underline;
    font-size: 14px;
    text-align: left;
}

.video .video-left3 p {
    text-align: left;
    margin-top: 10px;
}

.fund-wrap {
    width: 100%;
}

/*数据中心*/
.data {
    margin-top: 32px;
}

.data-content {
    display: flex;
    justify-content: space-between;
}


.data ul a {
    text-decoration: none;
}

.data ul a:visited {
    text-decoration: none;
}

.data ul a:hover {
    text-decoration: none;
}

.data ul li {
    width: 221px;
    height: 254px;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
}

.data ul li:hover {
    box-shadow: 0 5px 20px #6d7a96;
}

.data .data-bg1 {
    width: 100%;
    height: 148px;
    background: url(../../images/home/data1.png) no-repeat;
    background-size: 100% 100%;
}

.data .data-bg2 {
    width: 100%;
    height: 148px;
    background: url(../../images/home/data2.png) no-repeat;
    background-size: 100% 100%;
}

.data .data-bg3 {
    width: 100%;
    height: 148px;
    background: url(../../images/home/data3.png) no-repeat;
    background-size: 100% 100%;
}

.data .data-bg4 {
    width: 100%;
    height: 148px;
    background: url(../../images/home/data4.png) no-repeat;
    background-size: 100% 100%;
}

.data .data-bg5 {
    width: 100%;
    height: 148px;
    background: url(../../images/home/data5.png) no-repeat;
    background-size: 100% 100%;
}

.data-content .desc-wrap {
    padding: 16px 18px;
    text-align: left;
}

.data-content .desc-wrap h3 {
    font-size: 16px;
    color: #C6171F;
    font-weight: 500;
    margin-bottom: 8px;
}

.data-content .desc-wrap p {
    font-size: 14px;
    color: #858585;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*三级页面*/
.detailed-banner {
    background: url(../../images/web/detailed-1_02_02.png) no-repeat center;
    width: auto;
    height: 150px;
}

.detailed-Crumbs {
    font-size: 14px;
    margin-top: 20px;
    color: #999;
}

.detailed-Crumbs a {
    text-decoration: none;
    color: #999;
}

.detailed-Crumbs a:visited {
    text-decoration: none;
    color: #999;
}

.detailed-Crumbs a:hover {
    text-decoration: underline;
    color: #d72222;
}

.detailed-Crumbs span {
    color: #333;
}

.detailed-left {
    float: left;
    width: 860px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detailed-left h1 {
    font-size: 32px;
    color: #333;
    line-height: 40px;
    margin-bottom: 15px;
}

.detailed-left .detailed-title {
    font-size: 13px;
    color: #999;
    text-align: left;
}

.detailed-left .detailed-l {
    float: right;
    font-weight: 600;
}

.detailed-left .detailed-l span {
    font-size: 16px;
}

.detailed-left .detailed-title a {
    text-decoration: none;
    color: #333;
}

.detailed-left .detailed-title a:visited {
    text-decoration: none;
    color: #333;
}

.detailed-left .detailed-title a:hover {
    text-decoration: none;
    color: #d72222;
}

.detailed-left .detailed-boredr {
    background: #e1e1e1;
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
}

.detailed-left .detailed-boredr3 {
    background: #666;
    height: 3px;
    width: 100%;
    margin: 40px 0 20px 0;
}

.detailed-left .detailed-l2 {
    float: left;
    width: 120px;
    overflow: hidden;
}

.detailed-left .detailed-l2 h4 {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    padding: inherit;
}

.detailed-left .detailed-l2 ul {
    line-height: 50px;
    font-size: 14px;
}

.detailed-left .detailed-l2 ul li {
    border-top: 1px solid #e1e1e1;
    cursor: pointer;
}

.detailed-left .detailed-l2 ul li a {
    text-decoration: none;
    color: #999;
    outline: none;
}

.detailed-left .detailed-l2 ul li a:visited {
    text-decoration: none;
    color: #999;
}

.detailed-left .detailed-l2 ul li a:hover {
    text-decoration: none;
    color: #333;
}

.detailed-left .detailed-l2 ul li span {
    padding-left: 20px;
}

.detailed-left .detailed-leftbg {
    background: #43c34c;
    padding: 0 8px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 3px;
}

.detailed-left .detailed-leftbg2 {
    background: #259ce0;
    padding: 0 8px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 3px;
}

.detailed-left .detailed-leftbg3 {
    background: #f5980e;
    padding: 0 8px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 3px;
}

.detailed-left .detailed-leftbg4 {
    background: #f43131;
    padding: 0 8px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 3px;
}

.detailed-left .detailed-l3 {
    float: right;
    width: 700px;
}

.detailed-left .detailed-l3 p {
    margin: 25px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.detailed-left .detailed-l3 p strong {
    font-size: 17px;
}

.detailed-left .detailed-download {
    font-size: 15px;
    color: #333;
}

.detailed-left .detailed-download i {
    margin-right: 10px;
    color: #1857c7;
    font-size: 20px;
}

.detailed-left .detailed-download a {
    text-decoration: none;
    color: #134598;
    font-size: 16px;
    font-weight: 800;
}

.detailed-left .detailed-download a:visited {
    text-decoration: none;
    color: #134598;
}

.detailed-left .detailed-download a:hover {
    text-decoration: underline;
    color: #d72222;
}

.detailed-left a {
    text-decoration: none;
    color: #333;
}

.detailed-left a:visited {
    text-decoration: none;
    color: #333;
}

.detailed-left a:hover {
    text-decoration: none;
    color: #d72222;
}

.detailed-left .warning {
    line-height: 30px;
    font-size: 13px;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 2px solid #d5232a;
    height: 120px;
    padding: 10px;
    margin: 40px 0 160px 0;
    background: #fdfdfd;
}

.detailed-left .warning span {
    color: #666;
}

.detailed-left .detailed-l3 ul {
    line-height: 38px;
    margin-bottom: 120px;
}

.detailed-left .detailed-l3 ul li {
    background: url(../../images/web/dian-1_05.jpg) no-repeat 0px 18px;
    padding-left: 20px;
}

.detailed-left .detailed-l3 ul li a {
    text-decoration: none;
    color: #666;
}

.detailed-left .detailed-l3 ul li a:visited {
    text-decoration: none;
    color: #666;
}

.detailed-left .detailed-l3 ul li a:hover {
    text-decoration: underline;
    color: #d72222;
}

.detailed-left .detailed-l3 ul h3 {
    font-size: 18px;
    color: #333;
}

.detailed-left .detailed-l3 ul h3 i {
    padding-right: 12px;
    color: #909090;
}

.detailed-right {
    float: right;
    width: 300px;
    overflow: hidden;
    margin-top: 50px;
}

.detailed-right .detailed-rbg {
    background: #f3f3f3;
    border-bottom: 2px solid #e11e26;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
}

.detailed-right .detailed-rbg h4 {
    font-size: 14px;
    color: #333;
    padding-left: 15px;
}

.detailed-right ul {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.detailed-right ul li {
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.detailed-right ul li span {
    border: 1px solid #dcdcdc;
    height: 20px;
    line-height: 20px;
    background: #fff;
    font-size: 12px;
    color: #999;
    width: 55px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.detailed-right a {
    text-decoration: none;
    color: #666;
}

.detailed-right a:visited {
    text-decoration: none;
    color: #666;
}

.detailed-right a:hover {
    text-decoration: underline;
    color: #d72222;
}

.detailed-right .detailed-r {
    float: left;
    width: 112px;
}

.detailed-right .detailed-r2 {
    float: right;
    width: 180px;
}

.detailed-right .detailed-boredr2 {
    background: #dcdcdc;
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
}

.detailed-right .detailed-menu {
    background: #e11e26;
    width: 300px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    border-radius: 3px;
    transition: all .3s;
    margin-bottom: 50px;
    margin-top: 15px;
    font-weight: 600;
}

.detailed-right .detailed-menu:hover {
    background: #ef353d;
    overflow: hidden;
}

.detailed-right .detailed-menu i {
    float: left;
    line-height: 54px;
    padding: 0 70px 0 20px;
    font-size: 30px;
}

.detailed-right .detailed-m a {
    text-decoration: none;
}

/*****轮播广告*******/

.banner-box {
    width: 100%;
    position: relative;
}

.banner {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 999;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

.unslider {
    position: relative;
    height: 400px;
}

.unslider .unslider-wrap {
    position: relative;
}

.unslider .unslider-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1000;
    text-align: center;
}

.unslider .unslider-nav ol {
    list-style: none;
}

.unslider li.slider-item {
    height: 400px;
    width: 100%;
    background-size: cover !important;
}

.unslider .unslider-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-indent: -999em;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: background .5s, opacity .5s;
}

.unslider .unslider-nav li.unslider-active {
    width: 50px;
    border-radius: 5px;
    opacity: 1;
}

.login-form-box {
    width: 310px;
    height: 30px;
    position: absolute;
    top: 67px;
    right: 40px;
    z-index: 1000;
}

.login-form {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 38px;
    height: 320px;
    width: 310px;
    border-radius: 8px;
    background: #fff;
    padding: 16px 20px;
    z-index: 99999;
}

.login-form .account_tab {
    height: 36px;
    display: flex;
    box-sizing: border-box;
}

.login-form .account_tab li {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #666666;
}

.login-form .account_tab li span {
    display: none;
}

.login-form .account_tab li.active {
    color: #A82D2A;
}

.login-form .account_tab li.active span {
    height: 3px;
    width: 80px;
    margin-left: 25px;
    display: inline-block;
    background: #A82D2A;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.login-form .login-box .input-box {
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    display: flex;
    margin-top: 16px;
}

.login-form .login-btn {
    margin-top: 16px;
    color: #fff;
    background: #A82D2A;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border: none;
    width: 100%;
    cursor: pointer;
}

.input-box .prefix {
    height: 100%;
    width: 40px;
    font-size: 20px;
    color: #D8D8D8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-btn {
    box-sizing: border-box;
    width: 90px;
    height: 38px;
    color: #999999;
    margin-top: 16px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    cursor: pointer;
}

.msg-btn {
    box-sizing: border-box;
    width: 90px;
    height: 38px;
    color: #999999;
    margin-top: 16px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    cursor: pointer;
}

.input-box input {
    flex: 1;
    width: 0;
    border: none;
    height: 100%;
    display: inline-block;
    color: #999999;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-box input::placeholder {
    color: #999999;
    font-size: 14px;
    vertical-align: top;
}

.login-box-foot {
    text-align: right;
    margin-top: 13px;
}

.login-box-foot a {
    color: #999999;
    text-decoration: none;
    padding-left: 5px;
}

.layui-layer-msg:has(#errmsg) {
    /*background: rgba(222, 74, 60, 0.05);*/
    /*color: #DE4A3C;*/

    background: rgba(168, 45, 42, 0.75);
    color: #fff;
}

#errmsg {
    width: 150px;
    word-break: break-all;
    white-space: break-spaces;
}


/*****分享插件******/
.cf-share {
    position: fixed;
    top: 450px;
}

.cf-share .cf-share-weixin {
    position: relative;
}

.cf-share canvas {
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 5px;
    position: absolute;
    top: 0px;
    left: 110px;
    z-index: 1;
    display: none;
}

@media only screen and (max-width: 767px) {

}

.product .cppl {
    width: 100%;
    padding-top: 15px;
}

.product .cppl .ziguan-qh,
.product .cppl .ziguan-zq,
.product .cppl .simu {
    width: 33.33%;
    height: 240px;
    float: left;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}

.product .cppl .ziguan-qh {
    background-image: url("../../images/web/index-chanpin_07.jpg");
}

.product .cppl .ziguan-zq {
    background-image: url("../../images/web/index-chanpin_09.jpg");
}

.product .cppl .simu {
    background-image: url("../../images/web/index-chanpin_11.jpg");
}

.product .cppl a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    width: 220px;
    line-height: 40px;
    margin-top: 150px;
    padding: 0 10px;
}

.index-list-box {
    margin-top: 15px;
}

.index-list {
    background: #fff;
    height: 48px;
    overflow: hidden;
}

.index-list .title {
    font-size: 14px;
    color: #777;
    line-height: 48px;
    padding: 0 0 0 15px;
    float: left;
}

.index-list .title .fa {
    box-sizing: border-box;
    line-height: 24px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    background: #999;
    text-align: center;
    color: #fff;
    border-radius: 12px;
}

.index-list .title span {
    padding: 0 5px;
    font-weight: bold;
}

.index-list .index-box {
    float: left;
    position: relative;
    height: 48px;
    width: 1000px;
    overflow: hidden;
    color: #999999;
}

.index-list .unslider {
    height: 48px;
    float: left;
    overflow: hidden;
}

.index-list .index-box ul,
.index-list .index-box li {
    list-style: none;
}

.index-list .index-box li {
    font-size: 14px;
    line-height: 48px;
    height: 48px !important;
    overflow: hidden;

}

.index-list .index-box .index {
    line-height: 48px;
    height: 48px;
    width: 25%;
    box-sizing: border-box;
    /*padding: 0 20px 0 10px;*/
    text-align: center;
    float: left;
}

.index-list .index-box .index .value.up {
    color: red;
}

.index-list .index-box .index .value.down {
    color: green;
}

.index-list .sbtn {
    width: 48px;
    height: 48px;
    float: right;
}

.index-list .sbtn {
    width: 48px;
    height: 48px;
    float: right;
}

.index-list .sbtn a {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    width: 48px;
    height: 24px;
}

/*lizhilin 20250308新增*/
.login-group {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 38px;
    width: 240px;
    height: 148px;
    background: #fff;
    padding: 16px 0px;
    z-index: 99999;
    background: rgba(255,255,255,0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}
/* 按钮样式 */
.option {
    width: 108px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 12px 50px;
    gap: 12px;
    border-radius: 6px;
    background: #FFFFFF;
    text-decoration: none;
    color: #A82D2A;
    font-size: 18px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, color 0.3s;
    font-family: Source Han Sans;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;

}

/* 图标 */
.option img {
    width: 24px;
    height: 24px;
    transition: filter 0.3s;
    z-index: 0;
}

/* 悬停效果 */
.option:hover {
    background-color: #A82D2A;
    color: white !important;
}


/* 悬停效果 */
/*.option:hover .login-text {*/
/*    background-color: #A82D2A;*/
/*    color: white !important;*/
/*}*/

.option:hover img {
    filter: brightness(0) invert(1);
}

.login-text{
    font-family: Source Han Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}


.style-title {
    height: 32px;
    font-weight: bold;
    font-size: 22px;
    color: #3c3733;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.style-title::before {
    content: '';
    display: block;
    width: 6px;
    height: 32px;
    background: linear-gradient(
      rgb(197, 9, 16) 18%,
      rgb(220, 103, 109) 18%,
      rgb(220, 103, 109) 58%,
      rgb(245, 199, 203) 58%
    );
    margin-right: 10px;
}

.style-title a {
    color: #3c3733;
    text-decoration: none;
}
