
/*轮播图版块*/
/* Carousel base class */
.carousel {
    /*margin-bottom: 1rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
    height: 600px;
    background-color: #ffffff;
}
.carousel-item > .carousel-item-container {
    height: 600px;
    width: 100%;
    position: absolute;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 2000px 600px;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    position: relative;
    background-image: none;
    width: 30px;
    height: 60px;
    padding: 0;
}
.carousel-control-prev-icon .iconfont,
.carousel-control-next-icon .iconfont {
    position: absolute;
    font-size: 2rem;
    top: 0;
    left: 0;
    color: #ffffff;
}
/*特色版块==========================================*/
.featurette-main ul,
.featurette-main li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.featurette-main {
    margin-top:35px
}
.featurette-main li  {
    background-color: #f5f5f5;
    margin-top:8px
}
.featurette-main li:nth-child(even) .container{
    background-color: #ffffff;
}
.featurette-main li:nth-child(odd) .container{
    background-color: #fdfdfd;
}
.featurette-main li .container {
    display: flex;
    flex-flow: row nowrap;
    height: 380px;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
}
.featurette-main li .container div:first-child{
    /*width: 50%;*/
    margin-right: 150px;
}
.featurette-main li .container .img-box:nth-child(odd) {
    text-align: center;
}
.featurette-main li .container .img-box:nth-child(even) {
    text-align: left;
}
.featurette-main li .container .img-box img{
    width: 420px;
    /*height: 245px;*/
}
.featurette-main li .container .text-box p {
    padding: 0;
    margin: 0;
    color: #070707;
    line-height: 34px;
}
.featurette-main li .container .text-box p:first-child{
    font-size: 28px;
    color: #deb85b;
    text-align: justify;
}
.section-1-text{
    letter-spacing: .6px;
}
.featurette-main li .container .text-box p:nth-child(2){
    font-size: 26px;
    margin-bottom: 1rem;
    text-align: justify;
}
.featurette-main li .container .text-box p:last-child{
    font-size: 18px;
    line-height: 1.72;
    text-align: justify;
    color: #7f7f7f;
    width: 398px;
}
/*商户问题、问题解答========================*/
.tab-title-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 52px;
}
.tab-title-row .tab-nav-title {
    width: 318px;
    text-align: center;
}
.tab-title-row .tab-con-title {
    width: 853px;
    text-align: center;
}
.tab-row {
    display: flex;
    justify-content: flex-start;
}
.tab-row .tab-vertical-nav {
    width: 318px;
    border-bottom: solid 1px #f0efef;
    border-left: solid 1px #f0efef;
}
.tab-row .tab-vertical-con {
    width: 853px;
}
.qa-box {
    position: relative;
    background-color: #f8f8f9;
    height: 910px;
    margin-top:35px
}
.qa-box .qa-slogan {
    position: absolute;
    width: 100%;
    top: 7.5rem;
    left: 0;
    font-size: 39px;
    letter-spacing: 2px;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.qa-box .qa-slogan .container {
    padding: 0;
}
.qa-box .qa-header {
    background-image: url("../images/efcebcfdbc08c0f875523a963df7a5c1479120.jpg");
    height: 392px;
    width: 100%;
    position: absolute;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 2000px 392px;
    margin-bottom: 392px;
    display: flex;
    align-items: flex-end;
}
.qa-box .qa-header .qa-header-con {
    width: 100%;
    height: 52px;
    text-align: center;
    color: #ffffff;
}
.qa-container {
    margin: 0 auto;
    width: 1140px;
}
.qa-box .qa-header .qa-header-con .qa-container {
    background-color: #d7b964;
}
.qa-box .qa-header .qa-header-con .row {
    height: inherit;
    width: 100%;
}
/*.qa-box .qa-header .qa-header-con .row div:first-child {*/
    /*min-width: 380px;*/
/*}*/
/*.qa-box .qa-header .qa-header-con .row div:last-child {*/
    /*min-width: 760px;*/
/*}*/
.qa-box .qa-header .qa-header-con .row > div{
    height: inherit;
    line-height: 52px;
}
.qa-box .qa-container-wrap {
    width: 100%;
    position: absolute;
    min-width: 1200px;
}
.qa-box .qa-content {
    padding-top: 392px;
}
.qa-box .qa-content .qa-nav {
    /*padding-left: 15px;*/
}
.qa-box .qa-content .qa-nav a.nav-link{
    width: 318px;
    height: 82px;
    background-color: #f8f8f9;
    border-bottom: solid 1px #f0efef;
    color: #000;
    line-height: 82px;
    padding-left: 70px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    border-radius: 0;
}
.qa-box .qa-content .qa-nav .nav-link.active {
    background-color: #ffffff;
    color: #d7b964;
}
.qa-box .qa-content .qa-nav .link-other {
    padding: 0;
    color: #7f7f7f;
    text-align: center;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    border: none;
    cursor: pointer;
}
.qa-box .qa-content .tab-content {
    background-color: #ffffff;
    /*margin-left: -15px;*/
    height: 463px;
    width: 100%;
    overflow: hidden;
}
.qa-box .qa-content .answer-container {
    padding: 24px 60px;
    width: 100%;
    height: 463px;
}
.qa-box .qa-content .answer-container .answer-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1rem;
    color: #000000;
}
.qa-box .qa-content .answer-container .answer-description {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: justify;
    color: #666666;
    height: 54px;
    /*margin-bottom: 1rem;*/
}
.qa-box .qa-content .answer-container .answer-img-box {
    position: relative;
    text-align: center;
    height: 334px
}
.qa-box .qa-content .answer-container .answer-img-box img{
    /*width: 100%;*/
    position: absolute;
    bottom: 0;
    /*top: 50%;*/
    left: 50%;
    transform: translateX(-50%);
}
.qa-box .qa-content .answer-container .answer-img-box-2 img {
    position: absolute;
    /*bottom: 0;*/
    top: 20px;
}
.qa-box .qa-content .answer-container .answer-img-box-3 img {
    position: absolute;
    top: 80px;
}
.qa-box .qa-content .answer-container .answer-img-box .link-detail {
    position: absolute;
    color: #ffffff;
    background-color: #d7b964;
    border: none;
    border-radius: 0;
    min-width: 188px;
    right: 5px;
    bottom: 25px;
}
.qa-box .qa-content .answer-container .answer-img-box-2 .link-detail {
    bottom: 20px;
}
.qa-box .qa-content .answer-container .answer-img-box .link-detail .iconfont {
    margin-left: 8px;
}
/*客户展示版块*/
.custom-display-container {
    /*margin-bottom: 2rem;*/
}
.custom-display-container .carousel-item {
    height: 450px;
}
.custom-display-container .carousel-item > .carousel-item-container {
    height: 450px;
    background-size: 2000px 450px;
}
/*商家展示版块*/
.merchant-container {
    background-color: #ffffff;
    margin-bottom: 40px;
}
.merchant-container .container {
    padding: 3rem 5rem;
}
.merchant-container .merchant-slogan {
    font-size: 35px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #070707;
}
.merchant-container .merchant-slogan span {
    color: #d7b964;
    font-weight: bolder;
}
.merchant-container .merchant-divider {
    margin: 3rem 0;
}
.merchant-container .merchant-img-container img{
    width: 100%;
}
.bottom-bar {
    width: 100%;
    height: 150px;
    background-image: url("../images/5e87d72bea1362bd4ff7193489092714cffbc9.png");
}
.twoline{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.bannertext2{
    z-index:22;
    width:100%;
    text-align: center;
    color:#fff;
    position: absolute;
    top:180px;
    font-weight: bold;
    font-size:40px
}
.loadbox{
    text-align: center;
    font-size:16px;
    color:#fff;
    /* border:1px solid #fff; */
    border-radius: 5px;
    padding:15px 25px ;
    cursor:pointer;
    margin:0 10px;
    background: rgba(223,184,90,0.9);
    position: relative;
    display: inline-block;
}
.loadbox:hover{
    color:#fff
}
.playbox{
    text-align: center;
    font-size:14px;
    color:#fff;
    border:1px solid #fff;
    border-radius: 5px;
    padding:10px ;
    cursor:pointer;
    margin:0 10px;
    height:50px;
    display: flex;
    align-items: center
}
.btnbox{
    left: 50%;
    top:280px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    z-index:22;
    position: absolute;
    width:400px;
    display:flex;
    align-items: center;
    justify-content: center
}
.btnbox .playbox img{
    width:20px;
}
.videobox{
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5)
}
.videobox .videoinner{
    width: 900px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.videobox video{
    width: 900px;
    height: 500px;
}
.close{
    position: absolute;
    top:0px;
    right:-30px;
    width:40px;
    height:40px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top:5px
}
.close img{
    width:25px;
    height:25px;
}
.btnicon{
    width:20px;
    height:20px
}
.headerblock{
    padding: 0 15px;
    height: 190px;
    background: rgba(255,255,255,0.85);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 33px;
    flex:1;
  }
  .headerblock:hover{
    background-image: linear-gradient(to bottom, #f1dd94, rgba(222, 184, 91, 0.85));
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  }
  .headerblock:hover div:first-child{
    color: #fff !important;
  }
  .headerblock:hover div:last-child{
    color: #fff !important;
  }
  .headerblock .title{
    font-family: PingFangSC-Regular;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    color: #deb85b;
  }
  .headerblock .content{
    font-family: PingFangSC-Regular;
    font-size: 24px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #070707;
  }
  .numbertip{
    display: flex;
    justify-content:center;
    flex-wrap:nowrap;
    padding:32px 0 0;
  }
  .numbertip .block{
      display: flex;
      justify-content: center;
      min-width: 1170px;
  }
  .numbertip .block div:first-child{
    margin-left:0;
  }
  .news_title{
    font-family: PingFangSC-Regular;
    font-size: 40px;
    color: #070707;
    letter-spacing: 0;
    text-align: center;
  }
  .news_more{
    display: flex;
    align-items: center;
    position: absolute;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #666666;
    letter-spacing: -0.42px;
    text-align: center;
    right: 0;
    bottom:0;
  }
  .news_more:hover{
      color: #666;
  }
  .news_head{
    position:relative;
    margin-bottom: 24px;
    min-width: 1140px;
  }
  .news{
    margin:48px 0;
    min-width: 1140px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news .block{
    background: #fff;
    height:308px;
    width: 368px;
    margin-left:20px;
  }
  .news .block:hover{
    box-shadow: 0 2px 10px 0 rgba(69, 73, 91, 0.12);
  }
  .news .block img{
    width: 100%;
    height:200px;
  }
  .news .block:first-child{
      margin-left:0;
  }
  .s_title{
    padding:0 17px;
    display: flex;
    align-items: center;
    height: 84px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    text-align: justify;
  }
  .s_title p{
      height: 56px;
  }
  .s_time{
    padding:0 17px;
    display: flex;
    align-items: center;
    height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    letter-spacing: 0.32px;
    background: #FAFAFA;
  }
  .right{
    justify-content: flex-end !important;
  }
  .Group-47 {
    width: 9px;
    height: 14px;
    margin-left: 7px;
    object-fit: contain;
  }
  