@import url(./common.css);
.mains .container{
    min-width: 1346px;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.container .flex-row{
    padding: 40px 0;
    width: 1174px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}
.container .flex-row .title{
  font-size: 28px;
  font-weight: 700;
}
.container .flex-row .content{
  margin-top: 25px;
  font-size: 16px;
  color: #363E45;
}
.container .flex-reserve{
    flex-direction: row-reverse;
}
.container .msg{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 420px;
}
.company-logo {
  width: 156px;
  height: 42px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.company-name {
  width: 631px;
  font-size: 50px;
  margin: 48px 0 16px;
  font-weight: bold;
  color: #fff;
}
.company-profile {
  width: 630px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 48px;
}
.company-product {

}
.product-applet {
  position: relative;
  display: inline-block;
  width: 184px;
  height: 57px;
  line-height: 57px;
  margin-right: 20px;
  font-size: 22px;
  color: #fff;
  background: #3D7FFF;
  border-radius: 52px 52px 52px 52px;
  opacity: 1;
}
.applet-img {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.product-app {
  position: relative;
  display: inline-block;
  width: 184px;
  height: 57px;
  line-height: 57px;
  font-size: 22px;
  margin-right: 20px;
  color: #fff;
  background: #DFE4E9;
  border-radius: 52px 52px 52px 52px;
  opacity: 1;
}
.product-h5 {
  position: relative;
  display: inline-block;
  width: 184px;
  height: 57px;
  line-height: 57px;
  margin-right: 20px;
  font-size: 22px;
  color: #fff;
  background: #DFE4E9;
  border-radius: 52px 52px 52px 52px;
  opacity: 1;
}
.user-down {
  position: absolute;
  top: 10%;
  left: 20%;
}
.product-applet:hover .user-down-qr {
  display: block;
}
.user-down-qr {
  display: none;
  width: 134px;
  height: 134px;
  position: absolute;
  top: 77px;
  left: 0;
  z-index: 666;
  margin-left: 25px;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.product-app:hover .product-app-qr {
  display: block;
}
.product-app-qr {
  display: none;
  /* width: 134px;
  height: 134px; */
  width: 134px;
  height: min-content;
  position: absolute;
  color: #646566;
  font-size: 14px;
  top: 77px;
  left: 0;
  z-index: 666;
  margin-left: 25px;
  /* padding: 10px; */
  background: #FFFFFF;
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.product-h5:hover .product-h5-qr {
  display: block;
}
.product-h5-qr {
  display: none;
  /* width: 134px;
  height: 134px; */
  width: 134px;
  height: min-content;
  position: absolute;
  color: #646566;
  font-size: 14px;
  top: 77px;
  left: 0;
  z-index: 666;
  margin-left: 25px;
  /* padding: 10px; */
  background: #FFFFFF;
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.ml{
    margin-left: 21px;
}
.container .msg ul{
    margin-top: 13px;
}
.container .msg .ul{
    margin: 13px 0 12px;
}
.container .msg ul li{
    margin-bottom: 12px;
    list-style: inside;
}
#app .msg{
    justify-content: center;
}
.link{
    display: block;
    width: 82px;
    line-height: 21px;
    border: 1px solid #019264;
    text-align: center;
}

.title{
    font-size: 20px;
}
.primary{
    color: #019264;
}

.mb140 {
  margin-bottom: 140px;
}
#app img{
    height: auto;
}
#app .title{
    font-size: 36px;
}
#app .ul{
    font-size: 18px;
    color: #818181;
    margin-top: 37px;
}

#banner .banner-main-img{
  position: relative;
  width: 100%;
}
#banner .banner-main-img img{
  width: 100%;
  height: 100%;
}
.ml44 {
  margin-left: 44px;
}
.mr44 {
  margin-right: 44px;
}
.ml106 {
  margin-left: 106px;
}
.mr106 {
  margin-right: 106px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.block-level-color {
  background-color: #f7f9ff;
}
.tabList {
  width: 1200px;
  min-width: 1200px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.tabList-li {
  display: flex;
  align-items: center;
  padding-bottom: 34px;
  
}
.tabList-li:hover {
  color: #3662EC;
  border-bottom: 2px solid #3662EC;
}
.tabList-li-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.tabList-li-icon img {
  width: 100%;
  height: 100%;
}
.tabList-active {
  color: #3662EC;
  border-bottom: 2px solid #3662EC;
}
.pcCashier-img {
  width: 630px;
  height: 530px;
}
.p0 {
  padding: 0 !important;
}
.wechantpubilc-img {
  width: 600px;
  height: 600px;
}

.content-img {
  width: 600px;
  height: 550px;
}

.index-footer {
  width: 1200px;
  margin: 0 auto 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #202020;
}
.index-footer .indexFoot-headLeft {

}
.indexFoot-headLeft .indexFoot-title {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.indexFoot-headLeft .indexFoot-mobile {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.indexFoot-headLeft .indexFoot-serviceTime {
  font-size: 16px;
  font-weight: 500;
  color: #969799;
}
.zanwei {
  width: 100px;
  height: 100px;
  padding: 2px;
  margin-top: 12px;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
}

.zanwei1 {
  width: 100px;
  height: 100px;
  padding: 10px;
  margin-top: 12px;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.indexFoot-headRight {
  font-size: 18px;
  color: #fff;
}