* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, PingFang SC-Semibold;
}
a{
    text-decoration: none;
    color: #333;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #C3C3C3; }
input::-moz-placeholder { /* Firefox 19+ */ color: #C3C3C3; }
input:-ms-input-placeholder { /* IE 10+ */ color: #C3C3C3; }
input:-moz-placeholder { /* Firefox 18- */ color: #C3C3C3; }
/* 定义字体 */
/*@font-face {*/
/*    font-family: 'DIN';*/
/*    src: url('../fonts/DIN-Regular.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'DIN';*/
/*    src: url('../fonts/DIN-Black.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/

body {
    background: #F2F4F7;
}

.main {
    width: 100%;
    max-width: 1200px; /* 保留原最大宽度 */
    margin: 0 auto;
    /*padding: 0 20px; !* 添加左右内边距，防止贴边 *!*/
    box-sizing: border-box;

}
.nav-top{
    padding-top: 80px;
}
.open-image{
    position: absolute;
    top: 0px;
    left:0px;
    opacity: .9;
    width: 70px!important;
    height: 30px !important;
}
/**
头部导航
 */
.header-main {
    margin-top: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.header-main-bg {
    padding-top: 25px;
    padding-bottom: 20px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header-main-bg-blur{
    margin-top:0px;
    padding-top: 25px;
    padding-bottom: 20px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.header-nav-main{
}
.header-main-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.header-login {

}

.header-login > a {
}

.header-login > a > img {
    width: 144px;
    height: 50px;
}

.header-center {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.header-search {
    margin-right: 53px;
    box-sizing: border-box;
    position: relative;
}

.header-search-input {
    width: 240px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 21px;
    padding: 0px 45px 0px 15px;
}
.search-icon{
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 15px;
    top: 6px;
    fill: currentColor;

}

.header-nav {

}

.header-nav > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 18px;
    color: #333333;
    height: 40px;
    line-height: 40px;

}
.nav-active{
    font-weight: 800;
}

.header-nav-li {
    margin-right: 40px;
    list-style: none

}

.login-btn {
    /*margin-left: 55px;*/
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header_ctrls_dropdown{
    /*height: 40px;*/
}
.header_ctrls_dropdown > a {
    display: inline-block;

    /*padding: 5px 24px;*/
    /*line-height: 40px;*/
    background: #C2CEDD;
    border-radius: 20px;
    /*opacity: 0.2;*/
    text-align: center;
    font-size: 16px;
    color: #2D3755;

    height: 30px;
    width: 100px;
    line-height: 30px;
}

.header_ctrls_divider{
    width: 0;
    height: 18px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    display: inline-block;
    top: -3px;
    vertical-align: middle;
    padding-right: 32px;
}

.menu-a{
    position: relative;
    display: inline-block;
    /*height: 40px;*/
    /*line-height: 40px;*/
}
.menu-a>a{
    display: inline-block;
}

.menu_none{
    display: none;
}
.down_menu {
    position: absolute;
    /*background: #ffffff;*/
    /*box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.03);*/
    min-width: 139px;
    left: -43px;
    z-index: 9999;
    /*top: 38px;*/
    top: 18px;
    /*top: 100%;*/
}
.head_line{
    width: 100%;
    height: 4px;
    background: #2d3755;
    position: absolute;

    bottom: 0;
    right: 0;
    left: 0;
}

.down_menu  > li:first-child{
    margin-top: 20px;
}
.down_menu  > li {
    line-height: 40px;
    text-align: center;
    list-style: none;
    background: #fff;
}
.down_menu > li:first-child {
    border-radius: 10px 10px 0px 0px;
}

.down_menu > li:last-child {
    margin-bottom: 20px;
    border-radius: 0px 0px 10px 10px;
}

.down_menu  > li > a {
    /*margin: 0 38px;*/
    /*margin-bottom: 12px;*/

    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
}
.down_menu  > li > a:hover{
    font-weight: bold;
    color: #000000;
}
.head_line{
    width: 100%;
    height: 4px;
    background: #2d3755;
    position: absolute;

    bottom: 0;
    right: 0;
    left: 0;
}


.logout_down_menu {
    position: absolute;
    /*background: #ffffff;*/
    /*box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.03);*/
    min-width: 139px;
    left: 18px;
    z-index: 9999;
    /* top: 38px; */
    top: 100%;
    height: 71px;
    top: 18px;
}
.logout_down_menu > li:nth-child(1){
    border-radius: 10px 10px 10px 10px;
}

/**
申述卡片 提取出来
 */

.index-center-card{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(279px, 1fr)); /* 最小宽度为100px，最大宽度等分 */
    column-gap: 28px;
    row-gap: 30px;
    /*margin-bottom: 30px;*/
}

.index-card-item{
    padding: 14px 16px 10px;
    background: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    border-radius: 7px;
}
.index-card-item:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 20px rgba(16, 85, 189, .1);
    transform: translate(0, -.25rem) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}
.index-card-item-title{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600 !important;
}
.index-card-item-title>p{
    width: 246px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-card-item-desc{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #999999;
    padding-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 20px;
}

.index-card-item-list{
    /*margin-bottom: 27px;*/
}

.index-card-item-ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px;
}
.index-card-item-ul-li{
    flex:1;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
}
.index-card-item-ul-li>div:first-child{
    margin-bottom: 5px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    font-size: 12px;

}
.index-card-item-ul-li>div:last-child{
    margin-bottom: 11px;
    font-weight: 500;
    text-align: left;
    color: #999999;
    font-size: 12px;

}

.index-center-card-price-btns{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.index-center-card-price{
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #2d3755;
}
.index-center-card-price-tips{
    background: linear-gradient(90deg,#ffdbb4, #ffffff);
    border-radius: 15px;
}
.index-center-card-price-tips>p{
    padding: 7px 21px;

    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #e96d20;
}
.index-center-card-price-buy{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 30px;
    text-align: center;
    justify-content: flex-end;
}
.index-center-card-price-buy-btn{
    font-size: 12px;
    text-align: center;
    color: #999999;
}
.index-center-card-price-buy-btn1{
    width: 60px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 16px;
    margin-right: 6px;
}
.index-center-card-price-buy-btn2{
    width: 90px;
    height: 30px;
    background: linear-gradient(270deg,#2d3755 , #8e98b7);
    border-radius: 15px;
    color: #f8f8f8;
}



















.ppp{
    text-align: center;
    height: 35px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 16px;
    margin-bottom: -13px;
}
.p20{
    padding: 20px 20px;
}














/**
新的footer
 */

.footer {
    background: #ececec;
}

.footer_main {
    padding-top: 42px;
    cursor: pointer;
}

.footer_head {
    margin-bottom: 13px;
    cursor: pointer;
}

.footer_head > ul {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); !* 最小宽度为100px，最大宽度等分 *!*/
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr 1.3fr 2.5fr;

    column-gap: 70px;
    row-gap: 20px;
}

.footer_head > ul > li {
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    list-style: none;
}

.footer_main_list {

}


.footer_main_list > ul {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); !* 最小宽度为100px，最大宽度等分 *!*/
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr 1.3fr 2.5fr;

    column-gap: 70px;
    row-gap: 20px;
}

.footer_main_list > ul > li {
    display: flex;
    flex-direction: column;

}

.footer_main_list > ul > li > a {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 13px;
}


.footer_qr_img {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 17px;
}

.footer_qr_img_item {
}

.footer_qr_img_item:first-child {
    margin-right: 31px;
}

.footer_qr_img_item > img {
    width: 77px;
    height: 77px;
    margin-bottom: 10px;

}

.footer_qr_img_item > p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #666666;

}

.footer_jubao {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #666666;

}


.footer_hr {
    height: 1px;
    background: #d8d8d8;
    margin: 16px 0px 28px;
}

.footer_fa {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 13px;
}

.footer_fa > a {
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333;
    margin-right: 8px;
}

.footer_copyright {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer_copyright > a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #666666;
    padding-bottom: 24px;
    margin-right: 8px;
}



.footer_link {
    /*margin-bottom: 37px;*/
    padding-bottom: 37px;
}

.footer_link > ul {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.footer_link > ul > li {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    margin-right: 26px;
    list-style: none;
}

.footer_link > ul > li > a {
    color: #8c8c8c;
}