﻿p {
	margin: 0;
	padding: 0;
}
.pos .section h1 {
	color: #fff;
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.2rem;
	margin: 80px 0 30px 0;
}

.pos .section p.desc {
	color: #000;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.1rem;
}
.pos .section p.white {
	color: white;
}
.pos .section_banner {
	background-image: url(/Content/new/assets/imgs/software/pos/banner_bg.jpg);
	height: 600px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.pos .section_banner p {
	color: #fff;
	text-align: left;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: .2rem;
}

.pos .section_banner h1 {
	padding: 96px 0 0;
	font-size: 62px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.2rem;
	line-height: 75px;
}

.pos .section_banner .desc {
	margin: 40px 0 0 0;
	width: 267px;
}

.video_btn_6 {
    margin: 0 auto !important;
}

.pos .btn {
	padding: 20px;
	text-align: center;
	border-radius: 40px;
	font-size: 28px;
	letter-spacing: 0.2rem;
	background: #fff;
	color: #289BF9;
	box-sizing: border-box;
}
.pos .btn:hover {
	cursor: pointer;
}
.pos .btn1:hover {
	background: #289BF9;
	color: #fff;
}
.pos .btn2 {
	background: #289BF9;
	color: #fff;
}
.pos .btn2:hover {
	border: 1px solid #289BF9;
	color: #289BF9;
	background: none;
}
.pos .btn3 {
	background: none;
	color: #fff;
	border: 1px solid #fff;
}
.pos .btn3:hover {
	background: #289BF9;
	border: none;
}

.pos .section_branchTypeList {
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section_branchTypeList .list {
	width: 90%;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.section_branchTypeList .list ul {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
}

.supermarket {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_supermarket.png);
}
.supermarket:hover {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_supermarket_a.png);
}
.convenient {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_convenient.png);
}
.convenient:hover {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_convenient_a.png);
}
.clothing {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_clothing.png);
}
.clothing:hover {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_clothing_a.png);
}
.babiesrus {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_babiesrus.png);
}
.babiesrus:hover {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_babiesrus_a.png);
}
.grocery {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_grocery.png);
}
.grocery:hover {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_grocery_a.png);
}
.fruit {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_fruit.png);
}
.fruit:hover {
	background-image: url(/Content/new/assets/imgs/software/pos/fun_fruit_a.png);
}

.section_branchTypeList .list ul li {
	text-align: center;
	width: 10%;
	font-size: 22px;
	color: #3497F3;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 160px;
}

.section_branchTypeList .list ul li a {
	width: 100%;
	height: 100%;
	color: #3497F3;
	position: absolute;
	top: 0;
	left: 0;
}
.section_branchTypeList .list ul li:hover {
	cursor: pointer;
}
.section_branchTypeList .list ul li a span {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}

.pos .section_branchType {
	background-image: url(/Content/new/assets/imgs/software/pos/branchType_bg.jpg);
	height: 700px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.pos .section_branchType .desc {
	margin-top: 180px;
}


.pos .section_branchType .desc p {
	line-height: 44px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.pos .section_branchType .watch {
	padding-top: 30px;
	text-align: center;
}

.pos .section_client h1 {
	color: #000;
}


.pos .section_client p {
	margin-top: 20px;
	margin-bottom: 45px;
	color: #A1A1A1;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.2rem;
}

.pos .section_client .content {
	display: flex;
	justify-content: space-between;
}

.pos .section_client .client-box {
	width: 24%;
	box-shadow: 4px 7px 8px #9a9a9a7d;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pos .section_client .img-box {
	height: 79.5%;
	width: 100%;
}

.pos .section_client .img-box img {
	width: 90%;
	height: 90%;
	padding: 5%;
}

.pos .section_client .bottom {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #3297F1;
	color: #fff;
	font-size: 24px;
}

.pos .section_cloud {
	background-image: url(/Content/new/assets/imgs/software/pos/cloud_bg.jpg);
	position: relative;
	width: 100%;
	height: 750px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.pos .section_cloud h1 {
	margin: 70px 0 45px 0;
}

.pos .section_memberManage h1 {
	color: #000;
	margin: 100px 0 70px 0;
}

.pos .section_memberManage .img-wrapper {
	width: 600px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 150px;
}

.pos .section_memberManage .text-wrapper {
	width: 100%;
	height: 96%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pos .section_memberManage .text-wrapper .row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 20%;
	overflow: unset;
	position: relative;
}

.pos .section_memberManage .text-wrapper .item {
	font-size: 28px;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 0.1rem;
}

.pos .section_memberManage .text-wrapper .item-left {
	text-align: right;
	top: 50%;
	transform: translate(calc(-100% + 100px),-50%);
}

.pos .section_memberManage .text-wrapper .item-right {
	text-align: left;
	top: 50%;
	transform: translate(calc(100% + 190px),-50%);
}

.pos .section_memberManage .text-wrapper .row2 .item-left {
	transform: translate(calc(-100%),-50%);
}

.pos .section_memberManage .text-wrapper .row2 .item-right {
	transform: translate(calc(100% + 328px),-50%);
}

.pos .section_memberManage .text-wrapper .row3 .item-right {
	transform: translate(calc(100% + 170px),-50%);
}

.pos .section_memberManage .text-wrapper .txt1 {
	color: #000;
	margin: 15px 0;
}

.pos .section_memberManage .text-wrapper .txt2 {
	color: #A0A0A0;
}

.pos .section_guandian {
	width: 100%;
	height: 900px;
	background-image: url(/Content/new/assets/imgs/software/pos/guandian_bg.jpg);
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.pos .section_guandian .img-wrapper {
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.pos .section_guandian .text-wrapper {
	position: absolute;
	top: 14%;
	left: 39%;
}

.pos .section_guandian h1 {
	color: #fff;
	margin: 0;
	text-align: left;
}

.pos .section_guandian .desc {
	color: #fff;
	font-size: 24px;
	text-align: left;
	line-height: 40px;
}
.pos .section_guandian .btn {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

.section_file {
	height: 765px;
}

.section_file .wrapper {
	display: flex;
	align-items: center;
}

.section_file .left-img {
	width: 50%;
}

.section_file .list-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
	background: #3297F1;
	width: 50%;
	padding-left: 20px;
}

.section_file .list-title {
	width: 100%;
	height: 80px;
	line-height: 99px;
	font-size: 36px;
}

.section_file .list-item {
	font-size: 22px;
	line-height: 38px;
	margin-top: 30px;
	position: relative;
	letter-spacing: 0.1rem;
}

.section_file .list-item .icon {
	width: 30px;
}

.pos .section_function {
	width: 100%;
	height: 960px;
	background-image: url(/Content/new/assets/imgs/software/pos/function_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.pos .section_function .wrapper{
	z-index: 0;
}

.pos .section_function .desc-wrapper {
	padding-top: 90px;
	padding-bottom: 20px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.pos .section_function .desc {
	height: 260px;
}

.pos .section_function h1 {
	color: #fff;
	margin: 70px 0;
}
}

.pos .section_function .desc p {
	color: #000;
	font-size: 16px;
}

.pos .section_function .desc p.p {
	margin: 0 auto;
	width: 200px;
	background-color: #E7E7E7;
	color: #727272;
	line-height: 50px;
	text-align: center;
}

.pos .section_function .img {
	width: 80%;
	margin: auto;
	display: block;
	margin-top: 30px;
}

.pos .section_function .desc ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	width: 81%;
	margin: 0 auto;
}

.pos .section_function .desc ul li {
	margin: 30px 0;
	color: #000;
	font-size: 16px;
}

.section_wsc {
	background: url(/Content/new/assets/imgs/software/pos/wsc_bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 940px;
}

.pos .section_wsc h1 {
	margin: 100px 0 35px 0;
}

.section_wsc .img {
	width: 780px;
	display: block;
	margin: 56px 140px 56px;
}

.pos .section_offline {
	background-color: #f6f6f6;
}

.pos .section_offline h1 {
	color: #000;
	margin: 100px 0 35px 0;
}

.pos .section_offline p {
	color: #9F9F9F !important;
}

.pos .section_offline .img {
	display: block;
	margin:50px auto 100px;
}

.section_pay {
	background: url(/Content/new/assets/imgs/software/pos/pay_bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 490px;
}
.section_pay .img {
	width: 80%;
	display: block;
	margin:40px auto 0 ;
}
.section_pay ul {
	width: 80%;
	display: block;
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
	color: #fff;
	font-size: 22px;
}
.section_pay ul li{
	width: 10%;
	text-align: center;
}

.pos .section_protect{
	height: 680px;
}

.pos .section_protect .wrapper img{
	width: 100%;
}

.pos .section_protect h1 {
	color: #000;
}

.pos .section_protect .protect-content {
	display: flex;
	justify-content: space-between;
}

.section_protect .sec12-l,
.section_protect .sec12-r {
	position: relative;
	width: 49.5%;
}

.section_protect .desc {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	height: 26%;
}

.section_protect .desc h2 {
	text-align: center;
	font-size: 30px;
	margin: 15px 0;
}

.section_protect .desc p {
	font-size: 18px;
	line-height: 26px;
	width: 90%;
	margin: auto;
}

.pos .section_equipment .content {
	display: flex;
	justify-content: space-between;
}
.pos .section_ex_equipment .content {
	display: flex;
	justify-content: space-between;
}

.pos .section_equipment .client-box {
	width: 24%;
	box-shadow: -2px 0px 11px #9a9a9a7d;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pos .section_ex_equipment .client-box {
	width: 30%;
	box-shadow: -2px 0px 11px #9a9a9a7d;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pos .section_ex_equipment .client-box {
	width: 19%;
}
.pos .section_equipment .client-box .name,
.pos .section_ex_equipment .client-box .name {
	font-size: 24px;
	color: #717171;
	width: 90%;
	text-align: center;
	border-bottom: 2px solid #CECECE;
	height: 50px;
	line-height: 50px;
}
.pos .section_ex_equipment .client-box .name {
	border-top: 2px solid #CECECE;
	border-bottom: none;
	margin-top: 20px;
	height: 60px;
	line-height: 60px;
}
.pos .section_equipment .img-box,
.pos .section_ex_equipment .img-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
	padding-top: 20px;
}

.pos .section_equipment .img-box img{
	width: 210px;
}
.pos .section_ex_equipment .img-box img {
	width: 180px;
}

.pos .section_equipment .bottom {
	width: 100%;
	line-height: 80px;
	text-align: center;
	color: #9D9D9D;
	font-size: 18px;
	height: 200px;
	position: relative;
}
.pos .section_equipment .bottom p {
	line-height: 28px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pos .section_equipment .bottom .downLoad {
	width: 200px;
	height: 60px;
	background: #3297F1;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 30px;
}
.footer {
	margin: 35px 0 0;
	border-top: 1px solid #ddd;
	background: #f6f6f6 none repeat scroll 0 0;
}