.product-main {
	background-color: #fff;
    margin-top: -90px;
}
.footer-top{
	margin-top: 0px;
}
.product-banner {
	position: relative;
}
.product-banner img{
	width: 100%;
}
.product-wrap {
	margin: 0 auto;
}
.btn-wrap{
	position: absolute;
	left: calc(14% - 4px);
	bottom: 15%;
    display: flex;
    gap: 35px;
}
.product-banner .btn1{
	width: 142px;
	height: 50px;
    background: #165DFF;
    border: 0;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 400;
}
.product-banner .btn1:focus, .product-banner .btn1:focus-visible, .product-banner .btn2:focus, .product-banner .btn2:focus-visible{
    outline: none;
}
.product-banner .btn2{
	width: 142px;
	height: 50px;
    background: #fff;
    border: 0;
    color: #2B2F37;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 400;
}
.product-box {
    padding: 80px 0px 0;
	text-align: center;
    background: #fff;
}

.product-box h4 {
	margin-bottom: 20px;
	font-weight: 400;
    font-size: 36px;
    color: #000100;
}
.product-box .imgs {
	width: 100%;
    padding-top: 64px;
}
.product-box .imgs img {
	width: 100%;
}
.product-box > h6 {
	color: #7A808C;
	margin: 0 auto;
    font-size: 20px;
	font-weight: 400;
}
.product-box .product-box-content {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flowchart-wrap{
    width: 1305px;
    margin: auto;
    padding-bottom: 150px;
}

.industry-list-wrap{
    padding-bottom: 80px;
}
.industry-list-wrap .product-box{
    background-color: transparent;
}
.industry-list-wrap .product-box > h4, .industry-list-wrap .product-box > h6{
    color: #fff;
}
.industry-list-wrap .industry-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 70px;
}
.industry-list-wrap .industry-list .industry-item{
    width: 308px;
    height: 226px;
}
.industry-list-wrap .industry-desc{
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
}
.sales-service-wrap .product-box{
    background-color: transparent;
    padding-bottom: 100px;
}
.sales-service{
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    margin-top: 40px;
}
.sales-service .sales-service-item{
    width: 447px;
    border: 1px solid #EEF4F1;
    display: flex;
    align-items: center;
    padding: 16px 10px;
    border-radius: 5px;
    line-height: 1;
    background: linear-gradient(180deg, #ffffff4d 0%, #ffffffcc 100%);
}
.sales-service .sales-service-item img{
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.sales-service .sales-service-item .sales-content{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.sales-service .sales-service-item .sales-content p:nth-child(1){
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    color: #2B2F37;
    line-height: 1;
}
.sales-service .sales-service-item .sales-content p:nth-child(2){
    font-size: 14px;
    margin-bottom: 0;
    color: #7A808C;
    text-align: left;
    line-height: 1.3;
}
.functional-matrix{
    padding-bottom: 80px;
}
.product-box .product-box-content img {
    min-width: 834px;
}
.product-box .product-box-content h4 {
   font-size: 24px;
   color: #2B2F37;
   line-height: 1;
   margin-bottom: 20px;
}
.product-box .product-box-content h6 {
   font-size: 18px;
   color: #4A505C;
   line-height: 1;
   margin-bottom: 40px;
}
.product-box .product-box-content .product-box-content-right {
    width: 550px;
    text-align: left;
    margin-left: 42px;
 }
.product-box .product-box-content .product-box-content-left {
    width: 550px;
    text-align: left;
    margin-right: 42px;
 }
.product-box .product-box-content .product-box-content-right .ask, .product-box .product-box-content .product-box-content-left .ask {
    margin-top: 40px;
    width: 98px;
    height: 36px;
    line-height: 36px;
    background: #165DFF;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
}
.product-box .product-box-content li {
    font-size: 14px;
    color: #7A808C;
    line-height: 20px;
    margin-bottom: 22px;
}
.product-box .product-box-content li>img{
    min-width: 10px;
    margin-right: 16px;
}
.terminal-adaptation-wrap{
    background-color: #EAF3FE;
    padding-bottom: 93px;
}
.terminal-adaptation-list{
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 1400px;
}
.terminal-adaptation-list .terminal-adaptation-item-wrap{
    display: flex;
    align-items: center;
    gap: 30px;
}
.terminal-adaptation-list .terminal-adaptation-item{
    background-repeat: no-repeat;
    background-size: contain;
    height: 220px;
    padding: 40px;
    box-sizing: border-box;
}
.terminal-adaptation-list .terminal-adaptation-item p:nth-child(1){
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    max-width: 608px;
}
.terminal-adaptation-list .terminal-adaptation-item p:nth-child(2){
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 26px;
    text-align: left;
    max-width: 608px;
}
.terminal-adaptation-list .terminal-adaptation-item p:nth-child(3){
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    margin-bottom: 0;
    text-align: left;
    max-width: 608px;
    line-height: 1.5;
}
.terminal-adaptation-list .terminal-adaptation-item-wrap:nth-child(2) .terminal-adaptation-item:nth-child(1){
    width: 923px;
}
.terminal-adaptation-list .terminal-adaptation-item-wrap:nth-child(2) .terminal-adaptation-item:nth-child(2){
    width: 447px;
}
.terminal-adaptation-list .terminal-adaptation-item-wrap:nth-child(3) .terminal-adaptation-item:nth-child(1){
    width: 447px;
}
.terminal-adaptation-list .terminal-adaptation-item-wrap:nth-child(3) .terminal-adaptation-item:nth-child(2){
    width: 923px;
}
.terminal-adaptation-list .terminal-adaptation-item-wrap:nth-child(3) .terminal-adaptation-item:nth-child(2) p, .terminal-adaptation-list .terminal-adaptation-item-wrap:nth-child(3) .terminal-adaptation-item:nth-child(1) p, .terminal-adaptation-list .terminal-adaptation-item-wrap:nth-child(2) .terminal-adaptation-item:nth-child(2) p{
    color: #2B2F37;
}
.cashier-function-wrap{
    background: linear-gradient(103deg, #E9F6FE 2.43%, #EDF3FD 96.62%);
    padding-bottom: 152px;
}
.cashier-function-wrap .cashier-function-btn-wrap{
    display: flex;
    justify-content: center;
    width: 1400px;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0;
    gap: 100px;
    margin: 40px auto;
}
.cashier-function-wrap .cashier-function-btn-wrap .cashier-function-text{
    position: relative;
    font-size: 16px;
    color: #7A808C;
    cursor: pointer;
}
.cashier-function-wrap .cashier-function-btn-wrap .cashier-function-text.active{
    color: #165DFF;
}
.cashier-function-wrap .cashier-function-btn-wrap .cashier-function-text.active::after{
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 2px;
    width: 64px;
    background-color: #165DFF;
}
.cashier-function-wrap .cashier-function-content .cashier-content-left{
    width: 908px;
    height: 502px;
    min-width: 908px;
}
.cashier-function-wrap .cashier-function-content .cashier-content-left img{
    max-width: 908px;
    max-height: 502px;
}
.cashier-function-wrap .cashier-function-content .cashier-content-panel{
    display: none;
    flex: 1;
    align-items: center;
    gap: 43px;
}
.cashier-function-wrap .cashier-function-content .cashier-content-panel.active{
    display: flex;
}
.cashier-function-wrap .cashier-function-content .cashier-content-panel .cashier-content-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.cashier-function-wrap .cashier-function-content .cashier-content-panel .cashier-content-right > p{
    font-size: 20px;
    color: #2B2F37;
    margin-bottom: 0;
}
.cashier-function-wrap .cashier-function-content .cashier-content-panel .cashier-content-right > div{
    display: flex;
    align-items: flex-start;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.cashier-function-wrap .cashier-function-content .cashier-content-panel .cashier-content-right > div img{
    margin: 8px 3px 0;
    min-width: 16px;
    width: 16px;
    height: 16px;
}
.marketing-campaign{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 80px;
}
.marketing-campaign .marketing-campaign-img{
    min-width: 908px;
    width: 908px;
    height: 510px;
}
/* active */
.marketing-campaign .collapse-panel-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 462px;
}
.marketing-campaign .collapse-panel-item{
    background-color: #fff;
    border-top: 2px solid transparent;
    cursor: pointer;
}
.marketing-campaign .collapse-panel-item .title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 24px;
    font-size: 20px;
    margin-bottom: 5px;
}
.marketing-campaign .collapse-panel-item .title-wrap img{
    min-width: 15px;
    width: 15px;
    height: 16px;
}
.marketing-campaign .collapse-panel-item .desc{
    display: none;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}
.marketing-campaign .collapse-panel-item .desc li{
    font-size: 14px;
    color: #7A808C;
    padding: 0 24px;
    text-align: left;
}
.marketing-campaign .collapse-panel-item.active{
    border-color: #165DFF;
    box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.09);
}
.marketing-campaign .collapse-panel-item.active .title-wrap img{
    display: none;
}
.marketing-campaign .collapse-panel-item.active .title-wrap{
    height: auto;
    padding-top: 30px;
    margin-bottom: 20px;
}
.marketing-campaign .collapse-panel-item.active .desc{
    display: flex;
}






















.relative-box{
    position: relative;
}
.product-box .imgs-box-content {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-box .imgs-box-content .imgs-box-content-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
    padding: 0 70px;
}
.product-box .imgs-box-content .imgs-box-content-box img{
    width: 120px;
    height: 120px;
}
.product-box .imgs-box-content .imgs-box-content-box .title{
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}
.product-box .imgs-box-content .imgs-box-content-box .desc{
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin-top: 26px;
    text-align: center;
}
.product-box .imgs-box-content .imgs-box-content-btn{
   text-align: center;
   color: #FF901A;
   font-size: 20px;
   font-weight: 500;
   margin-top: 64px;
   cursor: pointer;
}
.btn-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-box .btn1{
    width: 300px;
    height: 80px;
    line-height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0 10px 0px rgba(0,0,0,0.09);
    border: none;
    margin-right: 40px;
    border-radius: 0 30px 0 30px;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.btn-box .btn2{
    width: 300px;
    height: 80px;
    line-height: 80px;
    background: #FF901A;
    border: none;
    border-radius: 0 30px 0 30px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}