/* 库存上载软件介绍页 */
.products_software_container{
    background:#fff;
}
.products_software_container .products_software_banner{
    height:479px;
    background: url('../images/kcsz_bg.png') no-repeat center;
}
.products_software_banner .software_banner_con{
    display: flex;
    width:1500px;
    height:100%;
    margin:0 auto;
    position: relative;
}
.software_banner_introduce{
    display: inline-block;
    margin:145px 0 0 45px;
}
.software_banner_introduce img{
    margin-bottom:16px;
}
.software_banner_introduce .software_introduce_text{
    font-size:18px;
    text-align: left;
    line-height:30px;
    color:#555555;
}
/* 下载样式-start */
.software_introduce_btn{
    display: inline-flex;
    align-items: center;
    margin-top:40px;
}
.software_introduce_btn .introduce_btn_item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:170px;
    height:43px;
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 56px;
    border: 1px solid transparent;
    font-size: 15px;
	background: linear-gradient(to right, #ffffff, #ffffff) padding-box, linear-gradient(to right, rgba(58, 75, 255, 1), rgba(158, 106, 253, 1),rgba(255, 147, 114, 1)) border-box;
    cursor: pointer;
}
.introduce_btn_item .introduce_btn_text{
    /* 兼容所有浏览器 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; /* 备用，覆盖可能继承的颜色属性 */
    background-image: linear-gradient(to right, rgba(58, 75, 255, 1), rgba(158, 106, 253, 1),rgba(255, 147, 114, 1));
}
.software_introduce_btn .introduce_btn_item i{
    font-size: 15px !important;
}
.introduce_btn_item .introduce_btn_more{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 12px;
    text-indent: 1px;
    color: #FFFFFF;
    background: linear-gradient(to right, rgba(122, 133, 255, 1), rgba(158, 106, 253, 1));
}
.introduce_btn_item .introduce_btn_more::before{
    display: inline-block;
    transform: scale(0.7);
}
.software_introduce_btn .introduce_btn_item:hover{
    background: linear-gradient(to right, rgba(58, 75, 255, 1), rgba(158, 106, 253, 1),rgba(255, 147, 114, 1)) border-box;
}
.software_introduce_btn .introduce_btn_item:hover .introduce_btn_text{
    color: #ffffff !important;
    background-image: none !important;
    -webkit-text-fill-color: unset;
}
.software_introduce_btn .introduce_btn_item:hover  .introduce_btn_more{
    color:#DC84A5;
    background:#ffffff;
}

/* 底部下载按钮特殊样式 */
.products_software_bottom .introduce_btn_item{
    width:228px;
    height:60px;
    margin-right:23px;
    font-size: 22px;
}
.products_software_bottom .introduce_btn_item i{
    font-size: 22px !important;
}
.products_software_bottom .introduce_btn_more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 14px;
}
/* 下载样式-end */
.software_banner_con .software_banner_picture{
    display: inline-block;
    margin:70px 0 0 119px;
    position: relative;
}
.software_banner_picture .banner_picture_icon1{
    display: inline-block;
    width:72px;
    height:89px;
    background:url('../images/kcsz_bg_icon1.png') no-repeat;
    position: absolute;
    top: 88px;
    left: 5px;
}
.software_banner_picture .banner_picture_icon2{
    display: inline-block;
    width:122px;
    height:139px;
    background:url('../images/kcsz_bg_icon2.png') no-repeat;
    position: absolute;
    top: 74px;
    left: 482px;
}
.software_banner_picture .banner_picture_icon3{
    display: inline-block;
    width:91px;
    height:96px;
    background:url('../images/kcsz_bg_icon3.png') no-repeat;
    position: absolute;
    top: 170px;
    right: -96px;
}

.products_software_container .products_software_line{
    height: 30px;
    margin-bottom:30px;
    border-bottom: 1px dashed transparent;
    font-size: 15px;
    background: linear-gradient(to right, #F4F0FF, #A890FA, #EEE9FF) border-box;
    border: none;
    mask: linear-gradient(to right, #000 6px, transparent 6px) repeat-x, linear-gradient(to bottom, #000 6px, transparent 6px) repeat-y, linear-gradient(to right, #000 6px, transparent 6px) repeat-x 0 100%, linear-gradient(to bottom, #000 6px, transparent 6px) repeat-y 100% 0;
    mask-size: 0px 1px, 1px 0px, 8px 1px, 1px 0px;
}

.products_software_container .products_software_title{
    text-align: center;
    padding:30px 0 60px 0;
    font-size: 20px;
    line-height:38px;
    color:#333;
}
.products_software_title .software_title_hint{
    font-size: 30px;
    font-weight: bold;
}

.products_software_container .software_way_one{
    background:linear-gradient(to bottom,#FFFFFF 30%,#F3FAED);
}
.software_way_one .way_one_width{
    width:1300px;
    margin:0 auto;
}
.software_way_one .way_one_introduce{
    height:210px;
    box-sizing: border-box;
    padding: 20px 50px 30px;
    border-radius: 10px;
    border:2px solid #fff;
    background:linear-gradient(to bottom,#EDF9EB,#F9FBF5);
}
.way_one_introduce .way_one_hint{
    display: flex;
    align-items: center;
}
.way_one_introduce .one_hint_icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:85px;
    height:85px;
    margin-right:16px;
    border-radius: 50%;
    background:rgba(255, 255, 255, 0.4);
}
.way_one_introduce .one_hint_icon::before{
    content:'';
    display: inline-block;
    width:45px;
    height:45px;
    background:url('../images/kcsz_fs1.svg') no-repeat;
}
.way_one_introduce .one_hint_container{
    font-size: 16px;
    line-height: 21px;
    color:#84AA7D;
}
.way_one_introduce .one_hint_container .hint_container_title{
    margin-bottom:6px;
    font-size: 22px;
    font-weight: bold;
    line-height: 29px;
    color:#196709;
}
.way_one_introduce .way_one_text{
    display: flex;
    align-items: center;
    margin-top:11px;
    font-size: 14px;
    line-height: 24px;
    color:#70766B;
}
.way_one_introduce .way_one_text::before{
    content:'';
    display: inline-block;
    width:7px;
    height:7px;
    margin-right: 10px;
    border-radius: 50%;
    background:#358D23;
}
.way_one_introduce .way_one_text .one_text_title{
    font-weight: bold;
}
.software_way_one .way_one_step{
    display: flex;
}
.software_way_one .way_one_step .way_step_container{
    margin-left:120px;
}
.software_way_one .way_step_img{
    margin-left: 50px;
    position: relative;
}
.software_way_one .way_step_img .step_img_float{
    position: absolute;
    top:55px;
    left:-18px;
}

.products_software_container .software_way_two{
    margin-top:80px;
    padding-bottom:40px;
    background: linear-gradient(to bottom, #FFFFFF 30%, #F7FAFF);
}
.software_way_two .way_two_width{
    width:1300px;
    margin:0 auto;
}
.software_way_two .way_two_introduce{
    height:247px;
    padding:20px 50px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    border:2px solid #fff;
    background:linear-gradient(to bottom,#E6F5FE,#F3FEFF);
}
.way_two_introduce .way_two_hint{
    display: flex;
    align-items: center;
}
.way_two_introduce .two_hint_icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 80px;
    margin-right: 16px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.4);
}
.way_two_introduce .two_hint_icon::before{
    content: '';
    display: inline-block;
    width: 37px;
    height: 40px;
    background: url('../images/kcsz_fs2.svg') no-repeat;
}
.way_two_introduce .two_hint_container{
    font-size: 16px;
    line-height: 21px;
    color: #61A3BF;
}
.way_two_introduce .two_hint_container .hint_container_title{
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
    line-height: 29px;
    color: #22799F;
}
.way_two_introduce .way_two_text{
    display: flex;
    align-items: center;
    margin-top: 13px;
    font-size: 14px;
    line-height: 24px;
    color: #5F767C;
}
.way_two_introduce .way_two_text::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: #40A8D5;
}
.way_two_introduce .way_two_text .two_text_title{
    font-weight: bold;
}
.software_way_two .way_two_step{
    display: flex;
}
.software_way_two .way_two_step img{
    margin-left:60px;
    margin-right:50px;
}

/* 步骤样式-start */
.way_step_container .step_container_icon{
    display: inline-block;
    width:85px;
    height:30px;
    margin-bottom:35px;
    border-radius: 50px;
    font-size: 17px;
    text-align: center;
    line-height:30px;
    color:#FFFFFF;
}
/* 橙粉 */
.way_step_container .step_container_icon.orange_pink{
    background:linear-gradient(to right,#FC954B,#F45DD3);
}
/* 黄橙 */
.way_step_container .step_container_icon.yellow_orange{
    background:linear-gradient(to right,#FCCD4B,#FF9500);
}
/* 青绿 */
.way_step_container .step_container_icon.dark_green{
    background:linear-gradient(to right,#A8E03F,#74B81C);
}
/* 浅蓝 */
.way_step_container .step_container_icon.cambridge_blue{
    background:linear-gradient(to right,#06B0FF,#0558EF);
}
.way_step_container .step_container_title{
    margin-bottom:15px;
    font-size: 20px;
    font-weight: bold;
    color:#444444;
}
.way_step_container .step_container_text{
    width: 324px;
    font-size:16px;
    text-align: left;
    line-height: 28px;
    color:#666666;
}

/* 步骤样式-end */

.products_software_container .products_software_bottom{
    height:357px;
    box-sizing: border-box;
    padding-top:92px;
    font-size: 18px;
    text-align: center;
    color:#666666;
    background:url('../images/kcsz_bottom_bg.png') no-repeat left/cover;
}
.products_software_bottom .software_bottom_title{
    margin-bottom:12px;
    font-size:30px;
    font-weight: bold;
    color:#222222;
}