
/*放大缩小*/
.menu_item.t_show { 
    -webkit-animation: t_show 0.3s ease-out both;
}
.menu_item.t_hide { 
    -webkit-animation: t_hide 0.15s ease-out both;
}

@keyframes t_show {
    0%{ -webkit-transform:scale(1, 1); }
    100%{  -webkit-transform:scale(1.2, 1.15); }
}

@keyframes t_hide {
    0%{  -webkit-transform:scale(1.2, 1.15);}
    100%{ -webkit-transform:scale(1, 1);}
}

/*banan*/
.sub_banner {
  height: 300px;
  min-width: 1000px;
  max-width: 100%;
  margin: 44px auto 0;
}
.sub_banner-container {
  height: 350px;
  width: 100%;
  background: rgba(48, 48, 48);
}

.g-wrap .sub_bannerWord1 {
  height: 350px;
  /* background: url(../../imgs/platformPay/bg-platfrom.png) no-repeat; */
  background-size: 100% 100%;
  position:relative;
}

.sub_banner-content {
  width: 1200px;
  padding: 48px 0;
  margin: 0 auto;
}

.sub_banner-content .title {
  font-size: 33px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 44px;
  color: #FFFFFF;
  letter-spacing: 2px;
}
.sub_banner-content .session {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
  margin: 36px 0;
  letter-spacing: 2px
}
.sub_banner-content .btn {
  width: 80px;
  background: #FF9100;
  opacity: 1;
  border-radius: 26px;
  padding: 12px 41px;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
  cursor: pointer;
}
.sub_banner-content .btn a {
  color: #fff;
}

/* 平台 */
.platform-pay {
  width: 80vw;
  min-width: 1200px;
  margin: 60px auto;
}
.platform-pay .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 44px;
  color: #333333;
  opacity: 1;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

.platform-pay .p-session {
  margin: 30px 0;
  padding: 46px 30px;
  width: 100%;
  height: calc(80vw / 2.06);
  min-height: calc(1200px / 2.06);
  background: #FFFFFF;
  box-shadow: 0px 1px 19px rgba(144, 174, 227, 0.16);
  opacity: 1;
  box-sizing: border-box;
  display: flex;
}

.platform-pay .p-session .p-left {
  width: calc(80vw / 1.68);
  min-width: calc(1200px / 1.68);
  height: calc(80vw / 2.31);
  min-height: calc(1200px / 2.31);
  background:url('../../imgs/platformPay/simboss-ar-bg.png') ;
  background-size: 100% 100%;
}
.platform-pay .p-session .p-right {
  padding: 0 20px;
  flex: 1;
}
.platform-pay .p-session .p-right .r-title {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 52px;
  color: #333333;
  opacity: 1;
  text-align: center;
  margin: 22px 0 35px 0;
}

.platform-pay .p-session .p-right .r-content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
  padding: 0 25px;
  text-align: center;
  opacity: 1;
}

.platform-pay .p-session .p-right hr {
  height: 1px;
  background-color: #CBCBCB;
  border: none;
  margin: 89px 25px 35px 25px;
}

.platform-pay .p-session .p-right .r-content2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
  opacity: 1;
  text-align: center;
}

.platform-pay .p-session .p-right .btn {
  width: 151px;
  padding: 15px 10px;
  background: #2D77E8;
  opacity: 1;
  border-radius: 26px;
  text-align: center;
  margin: 0 auto;
  margin-top: 85px;
  color: #ffffff;
} 
.platform-pay .p-session .p-right .btn a {
  color: #ffffff;
}

/* 核心功能 */

.core {
  width: 80vw;
  min-width: 1200px;
  margin: 20px auto;
}

.core .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 44px;
  color: #333333;
  opacity: 1;
  text-align: center;
  letter-spacing: 1px;
}

.core .c-session {
  margin: 30px 0;
  padding: 30px 0px;
  width: 100%;
  /* height: 580px; */
  opacity: 1;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.core .c-session .item {
  width: calc(80vw / 3.16);
  min-width: calc(1200px / 3.16);
  height: calc(80vw / 2.92);
  min-height: calc(1200px / 2.92);
  margin: 10px 10px;
  padding: 0 0 20px 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 11px rgba(39, 39, 39, 0.09);
  opacity: 1;
  border-radius: 5px;
}

.core .c-session .item img {
  width: calc(80vw / 3.16);
  min-width: calc(1200px / 3.16);
  height: calc(80vw / 4.612);
  min-height: calc(1200px / 4.61);
}

.core .c-session .item .i-title {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 29px;
  color: #333333;
  opacity: 1;
  margin: 25px 0;
}

.core .c-session .item .i-content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  opacity: 1;
  text-align: center;
}


/* 合作模式 */

.cooperation {
  width: 80vw;
  min-width: 1200px;
  margin: 20px auto;
}

.cooperation .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 44px;
  color: #333333;
  opacity: 1;
  text-align: center;
  letter-spacing: 1px;
}

.cooperation .co-session {
  margin: 30px 0;
  padding: 30px 0px;
  width: 100%;
  /* height: 580px; */
  opacity: 1;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.cooperation .co-session .item {
  width: calc(80vw / 3.16);
  min-width: calc(1200px / 3.16);
  height: calc(80vw / 2.92);
  min-height: calc(1200px / 2.92);
  margin: 10px 10px;
  padding: 0 0 20px 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 11px rgba(39, 39, 39, 0.09);
  opacity: 1;
  border-radius: 5px;
}

.cooperation .co-session .item img {
  width: calc(80vw / 3.16);
  min-width: calc(1200px / 3.16);
  height: calc(80vw / 4.612);
  min-height: calc(1200px / 4.61);
}

.cooperation .co-session .item .i-title {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 29px;
  color: #333333;
  opacity: 1;
  margin: 25px 0;
}

.cooperation .co-session .item .i-content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  opacity: 1;
  text-align: center;
}



/* 场景应用 */

.scene {
  width: 80vw;
  min-width: 1200px;
  margin: 20px auto;
  box-sizing: border-box;
}

.scene .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 44px;
  color: #333333;
  opacity: 1;
  text-align: center;
  letter-spacing: 1px;
}

.scene .s-session {
  margin: 30px 0;
  padding: 30px 0px;
  /* width: 1200px; */
  /* height: 580px; */
  opacity: 1;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.scene .s-session .item {
  /* flex: 1; */
  width: calc(80vw / 4.8);
  min-width: calc(1200px / 4.8);
  height: calc(80vw / 5.45);
  min-height: calc(1200px / 5.45);
  margin: 10px 24px;
  padding: 0 0 20px 0;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  opacity: 1;
  box-sizing: border-box;
  text-align: center;
}

.scene .s-session .item img {
  width: calc(80vw / 5.45);
  min-width: calc(1200px / 5.45);
  height: calc(80vw / 8);
  min-height: calc(1200px / 8);
  margin: 15px;
  box-sizing: border-box;
}

.scene .s-session .item .i-title {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 29px;
  color: #333333;
  opacity: 1;
  margin: 25px 0;
}

.scene .s-session .item .i-content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  opacity: 1;
  text-align: center;
}


 /*申请*/
 .application-wrap {
  width: 80vw;
  min-width: 1200px;
  margin: 0px auto;
  background-color: #ffffff;
  padding-bottom: 110px;
}

.application-wrap p:first-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 44px;
  color: #333333;
  opacity: 1;
  text-align: center;
  letter-spacing: 1px;
}

.application-wrap p:nth-child(2) {
  padding: 0 75px 65px;
  color: #808080;
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 28px;
}

.application-wrap .apply-contact {
  padding: 25px 0 50px;
  color: #808080;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  border: none;
  outline: none;
}

.application-wrap ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 0 35px;
  align-items: center;
}

.application-wrap ul li {
  flex: 1;
  -ms-flex: 1;
  text-align: center;
}

.application-wrap li input {
  display: block;
  width: 166px;
  height: 30px;
  margin: 15px auto 0;
  color: #333;
  border: none;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #03A7FF;
  opacity: 1;
  border-radius: 5px;
  padding-left: 10px;
  /* text-align: center; */
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #03A7FF;
}

.application-wrap button {
  display: block;
  width: 192px;
  height: 43px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background-color: #61b0ff;
}

.application-wrap .icon-arrow {
  width: 55px;
  height: 25px;
  margin-top: -25px;
  background-image: url(../../imgs/cardTestIcon.png);
  background-size: 100% 100%;
}




/* 行业应用 */

.industry {
  width: 80vw;
  min-width: 1200px;
  margin: 20px auto 60px;
  padding: 50px;
  background: #E6F4FF;
  box-sizing: border-box;
}

.industry .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 44px;
  color: #333333;
  opacity: 1;
  text-align: center;
  letter-spacing: 1px;
}

.industry .in-session {
  margin: 80px 0 0 0;
  padding: 0 50px 40px 100px;
  display: flex;
}

.industry .in-session .in-title {
  padding: 30px 40px;
  z-index: 99;
}

.industry .in-session .in-title p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 27px;
  color: #333333;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
}
.industry .in-session .in-title .actived {
  background-color: #ffffff;
  color: #1453EC;
}
.industry .in-session .in-hr {
  width: 1px;
  height: auto;
  background: #707070;
  opacity: 1;
}

.industry .in-session .in-img {
  flex: 1;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  flex-wrap: nowrap;
  height: 268px;
}
.industry .in-session .in-img .img-warp {
  flex-wrap: nowrap;
  height: 268px;
  white-space:nowrap;
}
.industry .in-session .in-img .img-warp img {
  z-index: -1;
  width: 168px;
  height: 213px;
  margin: 28px 35px;

}

.industry .in-session .in-prev {
  display: flex;
  align-items: center;
}
.industry .in-session .in-prev img {
  width: 36px;
  height: 63px;
  cursor: pointer;
}

/* 底部 */
.footerMsg {
  height: 246px;
  background-color: #F7F7F7;
  clear: both;
}

.footerMsg > div > div {
  display: inline-block;
  vertical-align: top;
}

.footerMsg .footerTitle1 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin-left: 35px;
}

.footerTitle1 > div:nth-child(1) {
  margin-top: 80px;

}

.footerTitle1 > div:nth-child(2) {
  margin-top: 8px !important;
}

.footerTitle1 > div:nth-child(2), .footerTitle1 > div:nth-child(3), .footerTitle1 > div:nth-child(4) {
  font-size: 14px;
  font-weight: 400;
  color: rgba(138, 138, 138, 1);
  margin-top: 0;
  margin-right: 40px;
  line-height: 25px;
}

.footerMsg > div > div:nth-child(2) {
  height: 74px;
  width: 1px;
  background: #E3E3E3;
  margin: 86px 21px 0 24px;
}

.footerMsg > div > div:nth-child(4) {
  height: 74px;
  width: 1px;
  background: #E3E3E3;
  margin-top: 86px;
}

.footerMsg>div>div:nth-child(6){
  height:74px;
  width:1px;
  background:#E3E3E3;
  margin:86px 1px 0 44px;
}

.footerMsg .footerTitle2 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(138, 138, 138, 1);
  margin-top: 56px;
  margin-right: 40px;
  line-height: 25px;
}

.footerMsg .footerTitle3 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(138, 138, 138, 1);
  margin-top: 39px;
  text-align: center;
  margin-left: 43px;
}

.footerMsg .qrCode {
  margin-top: 30px;
}

.footerMsg .qrCode > div:nth-child(1) {
  width: 90px;
  height: 90px;
  background: url(../../imgs/index/weixin@2x.png) no-repeat;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(138, 138, 138, 1);
}

.footerMsg .qrCode > div:nth-child(2) {
  width: 91px;
  height: 91px;
  background: url(../../imgs/index/ali@2x.png) no-repeat;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(138, 138, 138, 1);
  margin-left: 50px;
}

.footerMsg .qrCode img{
  width: 90px;
  height: 90px;
}

.footerMsg .qrCode p{
  font-size: 14px;
  margin-top: 8px;
}

.none {
  display: none;
}

.show-msg-wrap {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  background-color: #ff6d54;
  z-index: 999;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.show-msg-wrap[opacity="0"] {
  display: none;
}

.opacity-1 {
  opacity: 1 !important;
}

/* 售后服务 */
.help{
  width: 144px;
  height: 50px;
  position: fixed;
  right: 0;
  top: 60%;
  background: #00aef3;
  border-radius: 5px;
  z-index: 122;
}
.help .line1{
  display: flex;
  height: 32px;
  margin-top: 2px;
}
.help .line1>div:nth-child(1){
  margin: 6px 0 0 13px ;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 2px 2px 2px #333;
}
.help .line1>div:nth-child(2){
  width: 32px;
  height: 32px;
  background: url("../../imgs/index/help.png") no-repeat;
  
}
.help .line2{
  font-size: 10px;
  color: #E0E0E0;
  text-shadow: 2px 2px 2px #333;
  padding:  1px 0 0 13px;
}