/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

.features2 {
    padding: 14px 20px;
    border-radius: 10px;
    background: #fff;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.features2 .thumb{
    width: 100%;
    height: 30px;
}
.features2 .thumb::before {
    /*background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    border-radius: 10px;
    border: 2px solid var(--theme);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}
.features2 .thumb:hover::before {
    visibility: visible;
    opacity: 1;
}
.features3 {
    padding: 14px 20px;
    background: #fff;
    color: var(--white) !important;
    width: initial;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.features3 .thumb::before {
    /*background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    border-radius: 10px;
    border: 2px solid var(--theme);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}
.features3 .thumb:hover::before {
    visibility: visible;
    opacity: 1;
}
.features {
    padding: 14px 20px;
    background: #fff;
    color: var(--white) !important;
    width: initial;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.features .thumb::before {
    /*background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    border-radius: 10px;
    border: 2px solid var(--theme);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}
.features .thumb:hover::before {
    visibility: visible;
    opacity: 1;
}
.solution ul li:hover {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}
/*#hover-tab >a:hover{*/
/*    padding: 20px;*/
/*    z-index: 2;*/
/*    color: var(--bs-list-group-active-color) !important;*/
/*    background-color: var(--bs-list-group-active-bg);*/
/*    border-color: var(--bs-list-group-active-border-color);*/
/*}*/
.hover-tab-active{
    padding: 20px;
    z-index: 2;
    color: var(--bs-list-group-active-color) !important;
    background-color: var(--bs-list-group-active-bg) !important;
    border-color: var(--bs-list-group-active-border-color) !important;
}
.alist-group-item{
    color:white  !important;
    blur(14px);
    padding-left: 20px;
    background: rgba(23, 24, 27, 0.5);
    box-shadow: rgba(0, 113, 239, 0.1) 0px 12px 48px 0px;
}
.color-white{
    color: white !important;
}
.img-size{
    text-align: center!important;
    height: 30px !important;
    width: 30px !important;
    margin-left: 15px;
}
/*.features .thumb:hover::after {*/
/*    opacity: 1;*/
/*}*/

#side {
    width: 120px;
    height: 492px;
    position: fixed;
    right: 20px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 99;
}
#side .back_top {
    width: 120px;
    height: 36px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
    color: #333;
}
.pointer {
    cursor: pointer;
}
#side .work_code {
    width: 120px;
    /* height: 142px; */
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
    padding-bottom: 10px;
}
#side .work_code .code_text {
    font-size: 12px;
    font-family: PingFang SC;
    /*font-weight: 400;*/
    color: #666666;
    margin: 5px;
    white-space: pre-wrap;
}
#side .zixun {
    width: 120px;
    height: 173px;
    background: #fff;
    border-radius: 63px 63px 4px 4px;
    box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
    position: relative;
}
.section-bg{
    width: 328px;
    height: 578px;
    background: url(assets/img/b2c/bg1.png) left top / 100% 100% no-repeat;
}
.section-image{
    width: 240px;
    height: 520px;
}
.section-image2{
    /*width: 240px;*/
    height: 620px;
}
.section-image3{
    /*width: 240px;*/
    height: 420px !important;
}

.section-i{
    flex: none;
    width: 180px;
    height: 56px;
    margin: 0 20px 20px 0;
    text-align: center;
    font-size: 18px;
    line-height: 56px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.6s;

}
.section-active{
    border-radius: 2px;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 21px 1px rgba(0, 60, 181, 0.07);
    color: #2A7EFC !important;
}
.section-active2{
    border-radius: 2px;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 21px 1px rgba(0, 60, 181, 0.07);
    color: #2A7EFC !important;
    border-left: 4px solid #2A7EFB !important;
}
.section-i:hover{
    border-radius: 2px;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 21px 1px rgba(0, 60, 181, 0.07);
    color: #2A7EFC !important;
}
.section-i i{
    margin-right: 10px;
}
.simg{
    display: block !important;;
}
.simg-none{
    display: none !important;
}
.section-body{
    display: flex;
    margin-bottom: 50px;
}
.section-body ul{
    flex: 1;
    min-width: 0;
    padding: 24px 23px 37px !important;
    border-top: 4px solid #2A7EFC;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-bottom: 0px;
}
.section-body li {
    display: flex;
    font-size: 14px;
    /*line-height: 20px !important;*/
    color: #777777;
    text-align: left;
}

.section-body li:first-child {
    padding-bottom: 27px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 24px !important;
    color: #333333;
}
.section-body li a {
    color: #777777;
}

.section-body a {
    text-decoration: none;
}
.section-body li div {
    width: 100px;
}
.section-body  li div:nth-child(2) {
    flex: 1;
    min-width: 0;
}
.section-body  .qrcodes {
    display: flex;
    padding: 23px 16px 25px;
    border-top: 4px solid #FF9D00;
    border-radius: 6px;
    margin-left: 20px;
    background-color: #FFFFFF;
}
.section-body .qrcodes>div {
    flex: none;
    width: 140px;
    padding: 4px 0 11px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.section-body .qrcodes img {
    width: 132px !important;
    height: 132px !important;
    margin: 8px !important;
}
.fun_grid_item {
    width: 380px;
    height: 233px;
    background-size: cover;
    padding: 43px 0 0 26px;
    background-size: cover;
    background-repeat: no-repeat;
}
.fun_grid_item .tit {
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.sm_line {
    display: block;
    width: 28px;
    height: 4px;
    background: #2A7EFC;
    margin: 18px 0 13px;
}

.fun_grid_item .desc {
    width: 292px;
    height: 52px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 26px;
}

.operation_bottom_left_card {
    width: 608px;
    height: 370px;
    margin: 0 94px 0 35px;
}
.grid_text {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

 .grid_item {
     cursor: pointer;
    /*width: 280px;*/
    height: 250px;
    border-radius: 4px;
    border-radius: 6px;
    box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
    transition: all .5s ease-in-out;
    border-top: 4px solid #2A7EFB;
}
.grid_item .tit {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 53px 96px 17px;
}
.grid_item .desc {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    margin: 0 40px;
    text-align: center;
}

.nav_box {
    width: 440px;
    height: 140px;
    background: #ffffff ;
    border-radius: 2px 2px 0px 0px;
    color: #333;
    padding: 35px 0 35px 18px;
    align-items: center;
    display: flex;
}
.nav_box img {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    display: block;
}
.nav_title {
    font-size: 20px;
    font-weight: 600;
}

.nav_text {
    margin-top: 7px;
    width: 285px;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
}

.nav_box:hover {
    border-left: 4px solid #2A7EFB !important;
}
.blue{
    color: #2A7EFC !important;
}
.flex1 {
    display: flex;
}
.left {
    width: 50%;
}
.left img {
    margin-top: 78px;
    width: 60px;
    height: 60px;
}
.left_title {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
}
.left_text {
    display: inline-block;
    width: 500px;
    font-size: 17px;
    font-weight: 400;
    color: #555555;
    margin-top: 30px;
}
.right {}
.right img {
    width: 600px;
    height: 500px;
}

.section-body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 69px;
}
.section-body .company {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}
.section-body .address {
    margin-top: 16px;
    font-size: 15px;
    line-height: 15px;
    color: #888888;
}

.section-body  .attribute {
    margin-top: 35px;
}

.section-body .attribute .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 62px;
    padding-left: 88px;
    margin-top: 33px;
    background-position: left center;
    background-size: 62px 62px;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 15px;
    color: #666666;
}

.section-body .address div~div {
    margin-top: 10px;
}
.section-body .attribute .item div:last-child {
    margin-top: 11px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #333333;
}
 .section-foot {
    display: flex;
    margin-left: 100px;
}
.section-foot .qrcode {
    flex: none;
    width: 242px;
    height: 262px;
    padding-top: 37px;
    border-radius: 6px;
    margin-right: 77px;
    background-color: #FFFFFF;
}
.section-foot .qrcode img {
    width: 230px;
    height: 230px;
    margin: 0 auto;
}
.section-foot  .qrcode .title {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.section-foot .qrcode .message {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}