/* index */
body,html,th,td,button,input {
    font: 14px/1.5 PingFangSC, PingFang SC, PingFangSC-Regular,"Microsoft YaHei", Tahoma, Helvetica, sans-serif
}

body,html {
    background: #F7F9FF;
}

html {
    scroll-behavior: smooth;
}

/* head */
.w1040 {
    width: 1200px;
    margin: 0 auto;
}

.gmssh_index_banner {
    padding-top: 70px;
    padding-bottom: 100px;
    width: 100%;
    background: url(../imgs/gmssh/banner_bg.png);
    background-size: cover;
    background-position-x: center;
}

.gmssh_index_us .gmssh_index_banner_left {
    width: 570px;
}

.gmssh_index_banner_left {
    width: 520px;
    height: 262px;
    margin-top: 30px;
    margin-left: 60px;
}

.gmssh_index_banner_left h2 {
    width: 180px;
    height: 38px;
    font-size: 0;
    padding: 0;
    background: url("../imgs/gmssh/GMSSH.png") no-repeat center center;
    background-size: cover;
}

.gmssh_index_banner_left h3 {
    margin-top: 24px;
    font-weight: 600;
    font-size: 38px;
    color: #040F43;
    line-height: 38px;
}

.gmssh_index_banner_left p {
    margin: 20px 0 30px;
    font-weight: 400;
    font-size: 16px;
    color: #8187A1;
    line-height: 30px;
}

.gmssh_index_banner_left .gmssh_index_banner_btn a,
.down_btn a {
    min-width: 128px;
    line-height: 48px;
    margin-right: 20px;
    font-size: 16px;
    height: 48px;
    text-align: center;
    float: left;
    background: #FFFFFF;
    color: #040F43;
    border: 1px solid #E1E6F0;
    box-sizing: border-box;
    border-radius: 2px;
    font-weight: 500;
    padding: 0 24px;
}

.download_gmssh {
    border-radius: 8px;
}

.download_gmssh .layui-layer-title {
    border: none;
    background-color: transparent !important;
    height: 40px !important;
}

.download_gmssh_title {
    font-weight: 500;
    font-size: 20px;
    color: #121212;
    line-height: 20px;
    text-align: center;
}

.download_gmssh_content {
    display: flex;
    gap: 20px;
    padding: 40px 30px 30px;
}

.download_gmssh_item {
    position: relative;
    flex: 1;
    height: 158px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E1E6F0;
    text-align: center;
    padding: 20px 0 30px;
    transition: all 0.3s;
    cursor: pointer;
}

.download_gmssh_item:hover {
    border-color: transparent;
    box-shadow: 0px 0px 10px 0px rgba(55,99,170,0.1);
}

.down_desc, .down_btn {
    transition: opacity 0.3s ease-in-out;
}

.down_btn,
.download_gmssh_item:hover .down_desc {
    opacity: 0;
}

.down_desc,
.download_gmssh_item:hover .down_btn {
    opacity: 1;
}

.download_gmssh_item img {
    margin: 0 auto 20px;
    width: 40px;
    height: 40px;
}

.download_gmssh_item_title {
    font-weight: 500;
    font-size: 16px;
    color: #121212;
    line-height: 16px;
    margin-bottom: 12px;
}

.download_gmssh_item_desc {
    font-weight: 400;
    font-size: 12px;
    color: #8187A1;
    line-height: 20px;
}

.down_btn {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.download_gmssh_item .down_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-right: 0;
    margin: 0 auto;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
}

.down_btn .gmssh_index_btn_blue {
    margin-bottom: 16px;
}

/* navbar */
.gmssh_index_nav {
    position: sticky;
    top: 70px;
    z-index: 3;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(55,99,170,0.1);
}

.gmssh_index_nav_active {
    position: absolute;
    width: 40px;
    height: 3px;
    background: #3464FF;
    bottom: 0;
    transition: all .3s ease;
}

.gmssh_index_nav_ul {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.gmssh_index_nav_ul li {
    flex: 1;
    text-align: center;
}

.gmssh_index_nav_ul li a {
    display: inline-block;
    width: 100%;
    line-height: 60px;
    font-weight: 500;
    font-size: 16px;
    color: #040F43;
    text-align: center;
    font-style: normal;
}

.gmssh_index_nav_ul li.on a {
    color: #3464FF;
}

.gmssh_index_banner_right {
    width: 467px;
    height: 292px;
    margin-right: 40px;
}

.gmssh_index_banner_right img {
    width: 100%;
    height: 100%;
}

.gmssh_index_banner_left .gmssh_index_btn_default:hover,
.down_btn .gmssh_index_btn_default {
    color: #3464FF;
    border-color: #3464FF;
}

.gmssh_index_banner_left .gmssh_index_banner_btn a.gmssh_index_btn_blue,
.down_btn .gmssh_index_btn_blue {
    background: linear-gradient(180deg, #3E88FF 0%, #3464FF 70%, #144BFF 100%);
    color: #fff;
    border: none;
}

.gmssh_index_banner_left .gmssh_index_banner_btn a.gmssh_index_btn_blue:hover,
.down_btn .gmssh_index_btn_blue:hover {
    background: linear-gradient(180deg, rgba(102, 154, 255, 1) 0%, rgba(45, 114, 255, 1) 64%, rgba(52, 100, 255, 1) 100%);
}

.gmssh_index_bg1 {
    background: #fff;
}

.gmssh_index_bg2 {
    background: #F7F9FF;
}

/* 推荐 */
.gmssh_index_container {
    padding-bottom: 80px;
}

.gmssh_index_container h2 {
    text-align: center;
    padding: 80px 0 60px;
    font-size: 36px;
    font-weight: 500;
    color: #040F43;
    line-height: 36px;
    scroll-margin-top: 130px;
}

/* 产品介绍 */
.intro_banner {
    display: flex;
    width: 100%;
    height: 714px;
    padding: 40px;
    border-radius: 12px;
    background: url(../imgs/gmssh/bg1.png);
    background-size: cover;
}

.intro_banner_left {
    overflow: hidden;
    overflow-y: scroll;
    width: 260px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(55,99,170,0.1);
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 和 Edge */
}

.intro_banner_left::-webkit-scrollbar {
    display: none; /* Chrome, Safari 和 Opera */
}

.gmssh_index_us .intro_banner_left_item p {
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intro_banner_left_item {
    position: relative;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: background 0.3s;
}

.intro_banner_left_item:hover p {
    color: #3464ff;
}

.intro_banner_left_item:hover {
    background: rgba(52, 100, 255, 0.1);
}

.intro_banner_left_item p {
    padding-left: 30px;
    font-size: 16px;
    color: #040F43;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(55,99,170,0.1);
    transition: color 0.3s;
}

.active.intro_banner_left_item {
    background: rgba(52, 100, 255, 0.1);
}

.active.intro_banner_left_item p{
    color: #3464ff;
}

.active .intro_banner_left_process {
    visibility: inherit;
}

.intro_banner_left_process {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #3464FF;
}

.intro_banner_right {
    position: relative;
    flex: 1;
    margin-left: 28px;
}

.intro_banner_right_group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s;
    opacity: 1;
    z-index: 1;
}

.intro_banner_right_title h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    font-weight: 500;
    font-size: 24px;
    color: #040F43;
    line-height: 24px;
}

.intro_banner_right_title h3 img {
    width: 24px;
}

.intro_banner_right_dsc p {
    font-weight: 400;
    font-size: 16px;
    color: #8187A1;
    line-height: 24px;
    height: 48px;
}

.intro_banner_right_img {
    margin-top: 22px;
    background-color: #FFFFFF;
    width: 100%;
    height: 500px;
    border-radius: 12px;
}

.intro_banner_right_img img {
    width: 100%;
    height: 100%;
}

.intro_bottom {
    width: 100%;
    margin-top: 40px;
}

.intro_bottom :nth-last-child(1).intro_bottom_row {
    margin-bottom: 0;
}

.intro_bottom_row {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.intro_bottom_row_item {
    flex: 1;
    height: 164px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 4px;
}

.intro_bottom_row_title {
    font-weight: 500;
    font-size: 18px;
    color: #040F43;
    line-height: 18px;
    margin-bottom: 14px;
}

.intro_bottom_row_content {
    font-weight: 400;
    font-size: 14px;
    color: #8187A1;
    line-height: 24px;
}

/* 功能对比 */
.gmssh_index_us .gmssh_index_xgwd_left {
    height: fit-content;
}

.gmssh_index_xgwd_left {
    float: left;
    width: 585px;
    height: 391px;
    background-color: #fff;
    margin-right: 30px;
}

.gmssh_index_xgwd_left:last-child {
    margin-right: 0;
}

.gmssh_index_us .gmssh_index_xgwd_title {
    height: 166px;
}

.gmssh_index_xgwd_title {
    padding: 30px 40px 24px;
    color: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
}

.gmssh_index_xgwd_title0 {
    background: linear-gradient(270deg, #F2997E 0%, #EC7161 100%);
}

.gmssh_index_xgwd_title1 {
    background: linear-gradient(270deg, #4D83EC 0%, #0D3DDC 100%);
}

.gmssh_index_xgwd_title2 {
    background: linear-gradient(270deg, #49539B 0%, #343C72 100%);
}

.gmssh_index_xgwd_title h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.gmssh_index_xgwd_title p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 24px;
}

.gmssh_index_xgwd_content {
    padding: 20px 40px 30px;
    border: 1px solid #E1E6F0;
    border-top: 0;
    border-radius: 0px 0px 4px 4px;
}

.gmssh_index_us .gmssh_index_xgwd_content ul {
    height: fit-content;
}

.gmssh_index_us .gmssh_index_xgwd_content ul li {
    width: 500px;
}

.gmssh_index_xgwd_content ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 140px;
}

.gmssh_index_xgwd_content li {
    height: 28px;
    width: 251px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #040F43;
}

.gmssh_index_xgwd_content li .iconfont {
    color: #8187A1;
    margin-right: 8px;
}

.gmssh_index_xgwd_content li .coming-soon {
    color: #8187A1;
    font-size: 14px;
}

.gmssh_label {
    float: left;
    width: 148px;
    font-size: 16px;
}

.gmssh_label.gmssh_label_hh {
    line-height: 1.5;
    padding-top: 7px;
}

.gmssh_block {
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    width: calc(100% - 148px);
}

.gmssh_block .gn_select .gn_select_label {
    height: 40px;
    border: 0;
    padding: 0;
}

.gmssh_block .gn_select .gn_select_label .gn_select_txt {
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    font-family: PingFangSC, PingFang SC;
    display: flex;
    align-items: center;
}

.gmssh_block .gn_select .gn_select_label i {
    right: 0;
}

.gmssh_block .gn_select_dropdown-menu {
    margin-bottom: 40px;
}

.gmssh_index_xgwd_foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 24px;
    border-top: 1px solid #E1E6F0;
}

.gmssh_index_xgwd_foot .gmssh_price b {
    font-family: DINProM;
    font-weight: bold;
    font-size: 28px;
    color: #E8001C;
    line-height: 28px;
}

.gmssh_index_xgwd_foot .gmssh_price i {
    position: relative;
    left: 4px;
    bottom: 4px;
    color: #8187a1;
}

.gmssh_index_xgwd_foot .gmssh_gm_btn a {
    display: inline-block;
    width: 108px;
    height: 38px;   
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    background: linear-gradient( 180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
}

.gmssh_index_xgwd_foot .gmssh_gm_btn a:hover {
    opacity: 0.85;
}

.gmssh_index_xgwd_left:hover {
    box-shadow: 0px 10px 36px 0px rgb(5 17 71 / 7%);
}

.gmssh_index_xgwd_left .gn_select_label .gn_select_txt span,
.gmssh_index_xgwd_left .gn_select_dropdown-menu li span{
    display: inline-block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    background: #E8001C;
    border-radius: 2px;
    border: 1px solid #E8001C;
    margin-left: 6px;
    padding: 3px 4px;
    box-sizing: border-box;
}

/* 流程 */
.gmssh_index_lc li {
    width: 285px;
    height: 330px;
    padding: 0 32px 0 33px;
    background: #FFFFFF;
    float: left;
    margin-right: 20px;
    position: relative;
    text-align: center;
    color: #8187A1;
    box-sizing: border-box;
    position: relative;
    top: 0;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
    border: 1px solid #E1E6F0;
}

.gmssh_index_lc li:last-child {
    margin-right: 0;
}

.gmssh_index_lc li:hover {
    top: -10px;
    color: #3464FF;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}

.gmssh_index_lc li:hover .gmssh_index_lc_title {
    color: #3464FF;
}

.gmssh_index_lc_sort {
    position: absolute;
    right: 32px;
    top: 0;
    font-size: 30px;
    line-height: 1;
}

.gmssh_index_lc i {
    padding: 60px 0 33px;
    font-size: 48px;
    line-height: 1;
}

.gmssh_index_lc_title {
    font-size: 18px;
    font-weight: 500;
    color: #040F43;
    line-height: 18px;
}

.gmssh_index_lc_txt {
    padding-top: 20px;
    font-size: 14px;
    color: #8187A1;
    line-height: 26px;
}

/* 产品优势 */
.ymreg_serve_ul li {
    box-sizing: border-box;
    float: left;
    width: 387px;
    height: 240px;
    background: #ffffff;
    border-radius: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 30px 30px 40px;
    transition: all 0.3s;
    border: 1px solid #E1E6F0;
    border-radius: 4px;
}

.ymreg_serve_ul li:nth-child(2),
.ymreg_serve_ul li:nth-child(5) {
    margin-right: 19px;
}

.ymreg_serve_ul li img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.ymreg_serve_ul li .p1 {
    font-weight: 500;
    font-size: 18px;
    color: #040F43;
    line-height: 18px;
    margin-bottom: 20px;
}

.ymreg_serve_ul li .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #8187A1;
    line-height: 24px;
}

.ymreg_serve_ul li:nth-child(3n) {
    margin-right: 0;
}

.ymreg_serve_ul li:nth-child(4),
.ymreg_serve_ul li:nth-child(5),
.ymreg_serve_ul li:nth-child(6) {
    margin-bottom: 0;
}

.ymreg_serve_ul li:hover {
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}

.ymreg_serve_ul li:hover .p1 {
    color: #3464ff;
}

.ymreg_serve_ul li:hover .p1 i {
    color: #3464ff;
}

/* 常见问题 */
.dealer_qs {
    margin-bottom: 60px;
    min-height: 395px;
    background: #FFFFFF;
    padding: 0 30px;
    border-radius: 4px;
}

.dealer_qs_item {
    border-bottom: 1px solid #E1E6F0;
}

.dealer_qs_item_title {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    color: #121212;
    line-height: 18px;
    padding-top: 30px;
    padding-bottom: 24px;
    cursor: pointer;
}

.dealer_qs_item_title:hover {
    color: #3464ff;
}

.dealer_qs_item_title i {
    font-size: 8px;
    transition: transform 0.3s;
}

.dealer_qs_item.active .dealer_qs_item_title i {
    transform: rotate(180deg);
}

.dealer_qs_item_content {
    display: none;
    padding-bottom: 10px;
    font-size: 14px;
    color: #8187A1;
    line-height: 30px;
    font-weight: 400;
}

.more_btn {
    margin: 0 auto;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    font-weight: 400;
    font-size: 16px;
    color: #040F43;
    line-height: 14px;
}

.more_btn:hover {
    color: #3464FF;
    border-color: #3464FF;
}

.more_btn i {
    font-size: 12px;
}
/* 首页结束 */
/* ----------------------------------------------------------------------------------------------------- */
/* 下载页 */
.gmssh_download_banner {
    padding: 100px 0;
    background: url(../imgs/gmssh/download_bg.png) no-repeat center center;
    background-size: cover;
    height: 668px;
    text-align: center;
}

.gmssh_download_banner h1 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 38px;
    color: #040F43;
    line-height: 38px;
}

.gmssh_download_banner p {
    font-weight: 400;
    font-size: 16px;
    color: #8187A1;
    line-height: 30px;
}

.download_card {
    height: 310px;
    margin-top: 60px;
    display: flex;
    gap: 30px;
}

.download_card_item {
    flex: 1;
    padding: 40px 40px 50px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E1E6F0;
}

.download_card_item img {
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
}

.download_card_item .download_gmssh_item_title {
    font-weight: 500;
    font-size: 24px;
    color: #121212;
    line-height: 24px;
    margin-bottom: 20px;
}

.download_card_item .download_gmssh_item_desc {
    font-weight: 400;
    font-size: 16px;
    color: #8187A1;
    line-height: 16px;
    margin-bottom: 30px;
}

.download_card_item_btns {
    display: flex;
    gap: 20px;
}

.download_card_item_btns a {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #3464FF;
    border-color: #3464FF;
    border-radius: 4px;
}

.download_card_item_btns a i {
    margin-left: 8px;
    line-height: 12px;
}

.download_card_item_btns a.gmssh_index_btn_blue {
    color: #FFFFFF;
    background: linear-gradient( 180deg, #3D7FFF 0%, #0053FC 64%, #003BFC 100%);
    border-radius: 4px;
}

/* 购买页 */
/* form表单 */
.gmssh_index_btn_default{
    background: transparent;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.gmssh_index_btn_default:hover{
    color: #3464FF;
    border-color: #3464FF;
}
.gmssh_form_block{
    display: block;
    zoom: 1;
}
.gmssh_form_block::after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.gmssh_form_label{
    vertical-align: top;
    display: block;
    line-height: 38px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #040F43;
    float: left;
}
.gmssh_form_radio_group{
    vertical-align: top;
    display: block;
    margin-left: 86px;
    display: flex;
}
.gmssh_us .gmssh_form_radio_group{
    margin-left: 160px;
}
.fw500 {
    font-weight: 500 !important;
}
.popup_jrsm_box {
    padding: 0 24px;
    font-family: PingFangSC, PingFang SC;
}
.popup_jrsm_box h3 {
    margin: 24px 0 12px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 14px;
    text-shadow: -2px 0px 6px rgba(0, 0, 0, 0.07);
}
.popup_jrsm_box p {
    font-size: 12px;
    font-weight: 400;
    color: #8187A1;
    line-height: 20px;
    text-shadow: -2px 0px 6px rgba(0, 0, 0, 0.07);
    margin-bottom: 16px;
}
.popup_jrsm_box ul {
    border: 1px solid #E1E6F0;
}
.popup_jrsm_box li {
    display: flex;
    align-items: center;
    height: 32px;
    padding-left: 20px;
    border-bottom: 1px solid #E1E6F0;
}
.popup_jrsm_box li:first-child {
    background: #F7F9FF;
}
.popup_jrsm_box li:first-child div {
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    line-height: 12px;
    text-shadow: -2px 0px 6px rgba(0,0,0,0.07);
}
.popup_jrsm_box li:last-child {
    border-bottom: none;
}
.popup_jrsm_box li div:last-child:not(.popup_jrsm_box li:first-child div) {
    color: #E8001C;
}
.popup_jrsm_box li div:first-child {
    width: 148px;
}

.gmssh_form_radio{
    min-width: 100px;
    display: inline-block;
    padding: 0 20px;
    line-height: 38px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    margin-right: 16px;
    box-sizing: border-box;
    color: #040F43;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}
.gmssh_form_radio .top-text {
    position: absolute;
    top: -8px;
    right: -1px;
    height: 18px;
    line-height: 12px;
    padding: 3px 4px;
    color: #fff;
    font-size: 12px;
    background: #E8001C;
    border-radius: 2px;
}
.gmssh_form_radio_img{
    padding: 0;
}
.gmssh_form_radio img{
    display: block;
    width: auto;
    height: 36px;
}
.gmssh_form_radio.active{
    color: #3464FF;
    border-color: #3464FF;
}
.gmssh_form_radio:last-child{
    margin-right: 0;
}
.gmssh_form_tips{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 18px;
}
.gmssh_form_select{
    max-width: 400px;
    width: 100%;
    position: relative;
}
.gmssh_form_select input,.gmssh_form_select input.layui-input{
    width: 100%;
    line-height: 28px;
    height: 28px;
    border: 1px solid #F7F9FF;
    position: relative;
    padding: 0 36px 0 14px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
}
.gmssh_form_select input:hover,.gmssh_form_select input.layui-input:hover{
    border-color: #3464FF!important;
}
.gmssh_form_select i{
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 16px;
}

.gmssh_form_select input:focus{
    border-color: #F7F9FF!important;
}

.zksm {
    position: relative;
    margin-left: 21px;
    font-weight: 400;
    font-size: 12px;
    color: #3464FF;
    line-height: 12px;
}
.zksm::before {
    content: '';
    width: 1px;
    height: 10px;
    background: #E1E6F0;
    position: absolute;
    left: -11px;
    top: 50%;
    margin-top: -5px;
}
.zksm:hover {
    color: #3464FF;
}
.gmssh_form_select .layui-form-select .layui-edge{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #E1E6F0;
    right: 11px;
}
.gmssh_form_select_option{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
}
.gmssh_form_select_option ul{
    max-height: 250px;
    margin-bottom: 0;
    padding-left: 0;
    overflow: auto;
    list-style: none;
    outline: none;
}
.gmssh_form_select_option li{
    padding-left: 16px;
    background: #fff;
    position: relative;
    display: block;
    padding: 3px 16px;
    overflow: hidden;
    color: #404040 !important;
    font-weight: 400 !important;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
}
.gmssh_form_select_option li:hover{
    background-color: #F2F5FF;
}

.gmssh_pz_bg1{
    background-color: #F7F9FF;
}
.gmssh_pz_container h2{
    padding: 54px 0 34px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 28px;
}
.gmssh_pz_tab{
    padding-bottom: 30px;
}
.gmssh_pz_tab a {
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 26px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    margin-right: 20px;
    border-color: #E1E6F0;
    background-color: #fff;
    float: left;
}
.gmssh_pz_tab a.gmssh_index_btn_blue{
    background: linear-gradient(180deg, #3E88FF 0%, #3464FF 70%, #144BFF 100%);
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
}

.gmssh_pz_content_box{
    background-color: #fff;
    padding: 30px 24px 20px;
    margin-bottom: 20px;
}
.gmssh_pz_content_box h3{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 16px;
    padding: 30px 0 20px;
}
.gmssh_pz_content_box h3::before{
    content: '';
    clear: both;
    display: inline-block;
    margin-right: 12px;
    width: 4px;
    height: 14px;
    background: linear-gradient(180deg, #3E88FF 0%, #3464FF 70%, #144BFF 100%);
}
/* 配置信息 */
.gmssh_form_list{
    margin-bottom: 20px;
}
.gmssh_form_list:nth-last-child(1){
    margin-bottom: 0;
}
/* table start */
.gmssh_table{
    border: 1px solid #E1E6F0;
}
.gmssh_table thead th{
    background: #F7F9FF;
    border-right: 1px solid #E1E6F0;
    text-align: left;
    height: 44px;
}
.gmssh_table thead th:nth-child(n+2) > span,
.gmssh_table tbody td:nth-child(n+2) > span{
    padding-left: 40px;
}
.gmssh_table thead th > span{
    padding: 0 20px;
    line-height: 44px;
    color: #040F43;
    font-weight: bold;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    display: inline-block;
}
.gmssh_table thead th:last-child{
    border-right: none;
}
.gmssh_table tbody tr{
    border-top: 1px solid #E1E6F0;
}
.gmssh_table tbody td{
    border-right: 1px solid #E1E6F0;
}
.gmssh_table tbody td > span{
    padding: 14px 20px;
    font-size: 12px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #040F43;
    line-height: 20px;
    display: inline-block;
}

.gnbt_yxgn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 160px;
}


.gmssh_table tbody td:nth-child(1){
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #040F43;
    line-height: 1.5;
}

.gmssh_table tbody td:last-child{
    border-right: none;
}

.product_nian a {
    width: 28px;
    height: 28px;
    background: #F7F9FF;
    text-align: center;
    color: #8187A1;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product_nian input {
    width: 54px;
    height: 28px;
    background: #F7F9FF;
    text-align: center;
    margin: 0 2px;
    font-weight: 500;
    font-size: 14px;
    color: #040F43;
    float: left;
}

.product_nian a.disabled {
    cursor: not-allowed;
}

.product_nian a.disabled i {
    color: #E1E6F0;
}

.product_nian .jian {
    -webkit-transform: scale(0.15);
    -ms-transform: scale(0.15);
    transform: scale(0.15);
}
/* table end */
.gmssh_buy_shopcar span{
    font-size: 20px;
    font-family: DINProM !important;
    font-weight: bold;
    color: #E8001C;
}
.gmssh_buy_shopcar em{
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #8187A1;
}
.gmssh_buy_shopcar p:last-child{
    margin-top: 10px;
    font-size: 0;
}
.gmssh_buy_shopcar a{
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 13px;
    line-height: 28px;
    height: 28px;
    vertical-align: top;
    margin-right: 10px;
}
.gmssh_buy_shopcar .a_gwc{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #3464FF;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}
.gmssh_buy_shopcar .a_gwc .jrgwc, .gmssh_buy_shopcar .a_gwc .yjgwc{
    line-height: 28px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.gmssh_buy_shopcar .a_gwc i{
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    color: #3464FF;
    cursor: pointer;
}
.gmssh_buy_shopcar .a_gwc .yjgwc i{
    width: 10px;
    height: 2px;
    background: #3464FF;
    border-radius: 1px;
    color: #3464FF;
}
.gmssh_buy_shopcar .a_gwc:hover .yjgwc i{
    background: #fff;
}

.gmssh_buy_shopcar .a_gwc:hover{
    background: #3464FF;
}
.gmssh_buy_shopcar .a_gwc:hover i{
    color: #fff;
}
.gmssh_buy_shopcar .gmssh_ljgm {
    padding: 0 14px;
    background: linear-gradient(180deg, #3E88FF 0%, #3464FF 70%, #144BFF 100%);
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-right: 10px;
}

.gmssh_buy_shopcar .gmssh_ljgm:hover {
    opacity: 0.85;
}

/* 自定义配置 */
.gmssh_form_number_box .gmssh_form_number{
    margin-right: 50px;
}
.gmssh_form_number_box{
    display: none;
}
.gmssh_form_number_box.active{
    display: inline-block;
}
.gmssh_form_number{
    text-align: center;
    font-size: 0;
    display: inline-block;
    min-width: 113px;
}
.gmssh_form_number > *{
    vertical-align: middle;
}

.gmssh_form_number button{
    width: 38px;
    background-color: #F7F9FF;
    display: inline-block;
    line-height: 38px;
    font-size: 14px;
    color: #8187A1;
}
.gmssh_form_number button.disabled{
    color: #E1E6F0 !important;
    cursor: not-allowed;
}

.gmssh_form_number button:hover {
    color: #3464FF;
}

.gmssh_form_number button i{
    font-size: 14px;
}
.gmssh_form_number button i.jian{
    transform: scale(calc(14 / 84));
    margin-left: -23px;
}
.gmssh_form_number input{
    margin: 0 4px;
    width: 70px;
    background-color: #F7F9FF;
    display: inline-block;
    line-height: 38px;
    font-size: 14px;
    color: #040F43;
    text-align: center;
    margin: 0 4px;
    width: 51px;
    background-color: #F7F9FF;
    display: inline-block;
    font-size: 14px;
    color: #040F43;
    text-align: center;
}
.gmssh_form_number input.active{
    color: #E1E6F0;

}
.gmssh_form_number span{
    padding-left: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #040F43;
    line-height: 38px;
    display: inline-block;
}
.gmssh_form_number p{
    padding-top: 14px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 20px;
}
.gmssh_buy_shopcar p{
    line-height: 1;
}
/* .gmssh_buy_shopcar p:first-child em{
    text-decoration: line-through;
} */
.gmssh_buy_shopcar p:nth-child(2){
    padding-top: 12px;
}
.gmssh_buy_shopcar p:nth-child(2) > *{
    vertical-align: middle;
}
.gmssh_buy_shopcar p:last-child{
    padding-top: 10px;
}
.layui-form-select dl dd:hover,.layui-form-select dl dd.layui-this{
    background: #F2F5FF;
    color: #003BFC;
}

/* 拖拽 */
.gn-slider_box{
    display: inline-block;
    margin-right: 33px;
    padding-top: 5px;
}

.gn-slider {
    min-height: 30px;
    display: table;
    display: flex;
    padding-bottom: 0;
    align-items: center;
    color: rgba(0, 0, 0, .9);
}

.gn-slider_content {
    position: relative;
    height: 4px;
    padding: 12px 0 27px;
    box-sizing: initial;
    flex: 1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    cursor: pointer;
    width: 500px;
    flex: none;
}

.gn-slider_bar {
    height: 4px;
    background-color: #E1E6F0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.gn-slider_track {
    background-color: #515e88;
    position: absolute;
    height: 4px;
}

.gn-slider_handle {
    width: 16px;
    height: 28px;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    font-size: 0;
    cursor: pointer;
    margin-left: -8px;
}

.gn-slider_handle-inner {
    border-radius: 2px;
    background-color: #515E88;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: auto;
}

.gn-slider_handle-inner::before {
    content: '';
    clear: both;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 1px;
    height: 10px;
    background: #fff;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.gn-slider_handle-inner::after {
    content: '';
    clear: both;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 1px;
    height: 10px;
    background: #fff;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}
.gn-slider_handle_title{
    display: none;

    font-size: 12px;
    -moz-box-sizing: border-box;
    padding: 12px;
    border-radius: 0;
    background-color: #fff;
    line-height: 1.5;
    box-shadow: 0 0 16px 0 rgb(54 58 80 / 16%);
    
    position: absolute;
    pointer-events: none;
    left: 50%;
    bottom: 130%;
    transform: translateX(-50%);
    color: #000;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    width: max-content;
}
.gn-slider_handle_title::before{
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 6px dashed transparent;
    top: 100%;
    left: inherit;
    right: inherit;
    margin-top: -1px;
    border-top-style: solid;
    margin-left: -6px;
    border-top-color: #fff;
}

.gn-slider_handle_title::after{
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 5px dashed transparent;
    top: 100%;
    left: inherit;
    right: inherit;
    margin-top: -1px;
    border-top-style: solid;
    margin-left: -5px;
    border-top-color: #fff;
}

.gn-slider_mark {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}

.gn-slider_text {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    padding-top: 20px;
    white-space: nowrap;
    transform: translateX(-50%);
    line-height: 1;
    font-weight: bold;
    color: #040F43;
}

.gn-slider_text .gn-slider_text_scale {
    height: 12px;
    background-color: #E1E6F0;
    position: absolute;
    left: 50%;
    top: 0px;
}

.gmssh_yxgn{
    margin: 30px 0;
}

.gmssh_yxgn li{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8187A1;
    line-height: 20px;
    float: left;
    min-width: 289px;
    max-width: 289px;
}

.gmssh_yxgn li:nth-child(2n){
    min-width: 150px;
    max-width: 236px;
}

.gmssh_yxgn li i{
    margin-right: 5px;
    color: #3464FF;
}

.gmssh_form_number .layui-form-select dl{
    padding: 0;
    border-color: #E1E6F0;
}

.ysjz_tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-left: 86px;
}
.ysjz_tags .ysjz_tag{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #040F43;
    line-height: 14px;
    width: 60px;
    height: 38px;
    position: relative;
    border-top:1px solid #E1E6F0;
    border-bottom: 1px solid #E1E6F0;
    border-right:1px solid #E1E6F0;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
}
.ysjz_tags .ysjz_tag:first-child {
    border:1px solid #E1E6F0;
}
.ysjz_tags .ysjz_tag .unit{
    display: none;
}
.ysjz_tags .ysjz_tag .discount{
    position: absolute;
    top: -9px;
    right: -1px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color:#fff;
    padding: 3px 4px;
    background: #E8001C;
    border-radius: 2px;
    z-index: 3;

}
.ysjz_tags .active {
    color: #3464FF !important;
    width: 100px;
    transition: all .3s;
}
.ysjz_tags .ysjz_tag.active.tag_year{
    width: 60px !important;
}
.ysjz_tags .active .unit{
   display: inline;
}
.ysjz_tags .active::before {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #3464FF;
    z-index: 2;
}
/* 购买页结束 ----------------------------------------------------------------------------------end */