/*解决方案公共部分*/
.content_out{
    padding-top: 75px;
    width: 100%;
    min-width: 1200px;
}

/*title*/
  .light_title{
    margin: 60px 0px 70px 0!important;
  }
.content_title{
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 76px;
    color: #3C3C3CFF;
    text-align: center;
    width: 100%;
    margin: 50px 0px 30px 0;
    font-weight: bold;
    background: url(/images/home/retail/tit_bg.png?v=ac839996) no-repeat center;
    background-size: 275px 46px;
}
.content_title:after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #FE9C2CFF;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 25px);
}



.banner_wrap{
    text-align: center;
}
.main_title{
    margin-top: 105px;
    height: 42px;
    line-height: 1;
    color: #68350CFF;
    letter-spacing: 4px;
}
.main_title span{
    font-size: 42px;
    vertical-align: bottom;
    display: inline-block;
}
.main_title b{
    font-size: 42px;
    vertical-align: bottom;
    display: inline-block;
}
.sub_title{
    font-size: 32px;
    line-height: 1;
    color: #68350CFF;
    margin-top: 22px;
    letter-spacing: 1px;
    opacity: 0.9;
}
.detail_btn{
    display: block;
    margin: 42px auto 0;
    color: #fff;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border-radius: 25px;
    background: #FE9C2CFF;
}

.trade_ul{
    width: 1200px;
    height: 495px;
    margin: 0 auto;
}
.trade_li{
    float: left;
    width: 350px;
    height: 100%;
    margin-left: 75px;
}
.trade_li:first-child{
    margin-left: 0;
}
.trade_li_ico{
    width: 200px;
    height: 200px;
    margin: 50px auto 15px;
    border-radius: 50%;
    border: 1px solid #FE9C2CFF;
}
.trade_li_ico img{
    width: 50px;
    margin: 75px;
}
.trade_li_title{
    font-size: 20px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin: 40px 0 25px 0;
}
.trade_li_txt{
    font-size: 14px;
    color: #3C3C3CFF;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1px;
}

.light_session{
    background: url("/images/home/retail/retail_blank_bj.jpg?v=a28c4ad9") no-repeat center;
    background-size: cover !important;
}
.light_wrap{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding: 120px 0;
}
.light_li{
    float: left;
    width: 154.2px;
    height: 380px;
    margin-left: 20px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    transition: .4s;
}
.light_li:hover{
    transform: translateY(-15px);
}
.light_li:first-child{
    margin-left: 0;
}
.light_li_img_wrap{
    display: table;
    width: 100%;
    height: 116px;
}
.light_li_img_in{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.light_li_img_in img{
    width: 90%;
    margin: 5%;
}
.light_li_title{
    position: relative;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 5px;
}
.light_li_title:after{
    content: '';
    display: block;
    width: 86%;
    height: 1px;
    background: #d5d5d7;
    position: absolute;
    left: 7%;
    top: 8px;
}
.light_li_titlefour .light_li_title_in{
    width: 50%!important;
}
.light_li_titlefour:after{
    width: 76.2%!important;
    left: 11.9%!important;
}
.light_li_title_in{
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #333;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 60%;
}

.light_li_items{
    padding: 10px;
    text-align: left;
}
.light_li_items .light_li_item{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding-left: 19px;
    background: url("/images/home/retail/tick_ico1.png?v=aa4fa92f") no-repeat left center;
    background-size: 14px;
}
.light_li_items2{
    margin-left: 5px;
}
.light_li_items2 .light_li_item{
    background: url("/images/home/retail/tick_ico2.png?v=a9f0a107") no-repeat left center;
    background-size: 14px;
}
.light_li_items3 .light_li_item{
    background: url("/images/home/retail/tick_ico3.png?v=a0045856") no-repeat left center;
    background-size: 14px;
}
.company_wrap{
    text-align: center;
}
.company_title{
    width: 640px;
    margin: 100px 0px 80px 0!important;
}
.company_ul_out{
    width: 1200px;
    margin: 0 auto 0;
}
.company_ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.company_ul:before,
.company_ul:after{
    content: none !important;
    display: none !important;
}
.company_li{
    float: none;
    height: 72px;
    margin: 0;
    width: auto;
}
.company_li_in{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F3F5F9;
    box-sizing: border-box;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    background: #FFFFFF;
    box-shadow: 2px 3px 15px 1px rgba(0,61,160,0.08), 0px 2px 11px 0px rgba(245,249,255,0.78), 0px -20px 98px 0px rgba(246,250,255,0.44);
    border-radius: 8px;
}
.company_li_img{
    max-width: 140px;
    max-height: 45px;
    height: auto;
    width: auto;
    object-fit: contain;
}
.company_more{
    display: block;
    margin: 75px auto 80px;
    width: 330px;
    height: 50px;
    line-height: 48px;
    color: #F58225FF;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 30px;
}
.company_more:hover{
    border-color: #F58225FF;
}


/*软件行业*/
.soft_banner_wrap{
    height: 370px;
    background: url("/images/home/retail/banner_retail.jpg?v=a32c53de") no-repeat center;
    background-size: cover;
}
 /* 行业背景 */
 .bw8_plan_content{
     width: 100%;
     overflow: hidden;
     margin-top: 40px;
 }
.retail_tab_section{
    background: url("/images/home/retail/bg.jpg") no-repeat center;
    background-position: top center;
    background-size: 100% auto;
    padding: 60px 0 30px;
}
.retail_tab_box{
    width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    overflow: hidden;
}
.retail_tab_bar{
    width: 900px;
    margin: 0 auto;
    margin-top: 18px;
    display: flex;
    height: 56px;
    align-items: flex-end;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.retail_tab_bar span{
    color: #AB420FFF;
}
.retail_challenge_title span{
    color: #AB420FFF;
}
.retail_tab_item{
    flex: 1;
    display: block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 24px;
    background: #FFE0BDFF;
    border: 2px solid #FFB150FA;
    box-sizing: border-box;
    transition: background-color .2s, color .2s, border-color .2s;
    position: relative;
    border-bottom: 0;
    font-weight: bold;
}
.retail_tab_item span{
    display: inline;
}
.retail_tab_item:first-child{
    border-radius: 30px 30px 0 0;
}
.retail_tab_item:last-child{
    border-radius: 30px 30px 0 0;
}
.retail_tab_item:hover{
    background: #FFEEE2FF;
}
.retail_tab_item.active{
    height: 66px;
    line-height: 66px;
    margin-top: -10px;
    margin-bottom: -2px;
    z-index: 2;
    font-size: 28px;
    background: linear-gradient(0deg, #FFFFFF 0%, #F0F4FF 100%);
    border-radius: 30px 30px 5px 5px;
    border: 2px solid rgba(255,255,255,0.98);
}
.retail_tab_panels{
    padding: 20px 90px 80px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-top: -2px;
}
.retail_tab_panel{
    display: none;
}
.retail_tab_panel.active{
    display: block;
}
.retail_tab_panel_inner{
    min-height: 520px;
}
.retail_tab_panel_inner img{
    width: 100%;
}
.retail_tab_panel_inner span{
    color: #AB420FFF;
}
.retail_detail_card_in img{
    width: 20px;
    position: relative;
    top: 4px;
    right: 5px;
}
.retail_challenge_box{
    padding-top: 60px;
}
.retail_challenge_title{
    font-size: 20px;
    color: #333;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 18px;
}
.retail_challenge_lists{
    display: flex;
}
.retail_challenge_list{
    flex: 1;
    padding-right: 30px;
}
.retail_challenge_list:last-child{
    padding-right: 0;
}
.retail_challenge_item{
    position: relative;
    padding-left: 26px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin: 10px 0;
}
.retail_challenge_item:after{
    content: '';
    position: absolute;
    left: 3px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url("/images/home/retail/tick_ico4.png?v=a1f0b7bf") no-repeat center;
    background-size: 18px 18px;
}
.retail_detail_box{
    padding-top: 10px;
}
.retail_detail_title{
    text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 1;
    padding: 70px 0 40px 0;
    font-weight: bold;
}
.retail_detail_title span{
    color: #AB420FFF;
}
.retail_tab_panels .retail_detail_title{
    font-size: 28px;
}
.retail_detail_cards{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.retail_detail_card{
    width: 25%;
    height: 220px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
}
#retail_tab_2 .retail_detail_card{
    width: 33.3333%;
}
/*.retail_detail_card:nth-child(-n+4){*/
/*    margin-top: 0;*/
/*}*/
.retail_detail_card_in{
    padding-bottom: 1px;
    transition: box-shadow .2s;
    height: 220px;
    position: relative;
    overflow: visible;
    background: #FFFFFF;
    box-shadow: -1px 3px 26px 0px rgba(254,146,23,0.15);
    border-radius: 10px;
    border: 1px solid #F2E7E5;
}
.retail_detail_card_in:before{
    content: '';
    position: absolute;
    left: 50%;
    width: 80px;
    height: 6px;
    margin-left: -40px;
    background: #FE9C2CFF;
    border-radius: 0 0 10px 10px;
}
.retail_detail_card_in:hover{
    box-shadow: 0 10px 26px rgba(0,0,0,.10);
}
.retail_detail_card_title{
    text-align: center;
    font-size: 16px;
    color: #1E232AFF;
    line-height: 1;
    margin-bottom: 15px;
    padding-top: 32px;
    font-weight: bold;
}
.retail_detail_card_desc{
    font-size: 14px;
    line-height: 24px;
    color: #1F2329FF;
    padding: 0 20px 10px;
}
.trial_wrap .trial_btn {
    background-color: #F58225FF;
}
.trial_wrap .trial_title{
    background: url(/images/home/case-ai/txt_trial_wl.png?v=a520bae4) no-repeat center;
}
.light_li_itemsLeft{
    margin-left: 15px!important;
}