.contactless {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 39.75rem;
    overflow: hidden;
    background: url('../img/contactless.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.banner_title {
    width: fit-content;
    padding: 0 2rem;
    background-size: 100% 100%;
    font-size: 2.8125rem;
    color: #fff;
    text-align: center;
    line-height:5.5rem;
    font-weight: 600;
    margin-bottom: 3.25rem;
    background: #3B5FC5;
    border-radius: 1.375rem;
    position: relative;
}
.banner_title::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1.875rem solid #3B5FC5;
    border-right: 1.875rem solid transparent;
    border-left: 1.875rem solid transparent;
    bottom: -1.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner_subtitle {
    color: #202020;
    font-size: 4.375rem;
    font-weight: bold;
    margin-bottom: 0.9375rem;
}

.banner_tip {
    color: #333333;
    font-size: 2.0625rem;
    font-weight: 500;
}

.contactless_main {
    width: 55.375rem;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 0.875rem;
    margin: 0 auto;
    margin-top: -5.25rem;
    padding-bottom: 5rem;
}

.introduction {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 0.875rem;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.11);
    box-sizing: border-box;
    padding: 2.8125rem;
    margin-bottom: 3.75rem;
}

.contactless_title {
    width: fit-content;
    height: auto;
    /* overflow: hidden; */
    position: relative;
    padding-bottom: 3.125rem;
}

.contactless_title label {
    color: #333333;
    font-size: 2.25rem;
    font-weight: bold;
}

.contactless_title span {
    color: #333333;
    font-size: 2.25rem;
    font-weight: bold;
    margin-left: 2.2rem;
}

/* .contactless_title::after {
    width: 100%;
    height: 1.25rem;
    background: url('../img/contactless0.png') no-repeat;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    bottom: 1.5rem;
    left: 0;
} */
.contactless_title label::before {
    width:100%;
    height: 0.3rem;
    background: #ffa648;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    bottom: 2rem;
    left: 0;
  }
  /* .contactless_title span::after {
    width: 70%;
    height: 0.8rem;
    background: url("../img/title.png") no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    bottom: 1.6rem;
    right: 0;
  } */

.introduction_con {
    color: #333;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.interpretation {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.interpretation_ask {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.askContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.askContent span {
    margin-left: 1rem;
    color: #333333;
    font-size: 1.125rem;
}

.ask,
.answer {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.125rem;
}

.ask label {
    background: #2574E4;
    color: #fff;
    font-size: 1.125rem;
    border-radius: 1px;
    display: block;
    line-height: 24px;
    width: 24px;
    max-height: 24px;
    text-align: center;
    min-width: 24px;
}

.answer label {
    background: #FFA648;
    color: #fff;
    font-size: 1.125rem;
    border-radius: 1px;
    display: block;
    line-height: 24px;
    width: 24px;
    max-height: 24px;
    text-align: center;
    min-width: 24px;
}

.interpretation1 {
    width: 90%;
    height: 11rem;
    /* overflow: hidden; */
    background: url('../img/contactless7.png') no-repeat;
    background-size: 100% 100%;
    margin: 2.5rem auto;
    position: relative;
}
.interpretation1 .span{
    position: absolute;
    font-size: 12px;
    color: #333;
}
.sp1{
    top: 4rem;
    left: -2.9rem;
}
.sp2{
    top: 4rem;
    left:10rem;
}
.sp3{
    top: 4rem;
    left: 24rem;
}
.sp4{
    top: 4rem;
    right: 10rem;
}
.sp5{
    top: 4rem;
    right: -.5rem;
}
.sp6{
    bottom: -1.25rem;
    right: 23rem;
}
.sp7{
    bottom: -1.25rem;
    right: 10rem;
}
.sp8{
    bottom: -1.25rem;
    right: -.5rem;
}
.interpretation2 {
    width: 51.625rem;
    height:auto;
    overflow: hidden;
    margin: 2.5rem auto;
    background: #FFA648;
    border-radius: 5px;
    padding: 1.875rem;
    box-sizing: border-box;
}

.interpretation2 ul {
    width: fit-content;
    height: auto;
    overflow: hidden;
    padding-left: 30px;
}

.interpretation2 ul li {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
}
.interpretation2 ul li:last-child{
    margin-bottom: 0;
}
.program {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.program_con1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.75rem 1.8125rem 4.375rem 1.8125rem;
    box-sizing: border-box;
    /* background: #F5F5F5; */
    background: rgba(255, 174, 89, .7);
}

.program_title {
    width:fit-content;
    height: 2.5625rem;
    background: rgba(59, 95, 197, 1);
    border-radius: 8px;
    border: 1px solid rgba(71, 71, 71, 1);
    text-align: center;
    line-height: 2.5625rem;
    color: #fff;
    font-size: 1.125rem;
    padding: 0 0.625rem;
    margin-bottom: 1.5rem;
}

.program_step {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.program_step .item .img {
    width: 20.375rem;
    height: 16.625rem;
}

.program_step .item .img img {
    width: 100%;
    height: 100%;
}

.program_step .item .text {
    color: #333333;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.program_step .item .yes {
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(57, 168, 42, 1);
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.625rem;
    color: #fff;
    text-align: center;
    line-height: 1.25rem;
}

.program_step .item .no {
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(255, 47, 47, 1);
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.625rem;
    color: #fff;
    text-align: center;
    line-height: 1.25rem;
}

.program_con2 {
    background: #FFAE59;
}

.guarantee {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5rem;
}
.guarantee_con {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.875rem;
}

.guarantee_item {
    background: #FFF3E7;
    width: 26.8125rem;
  /* overflow: hidden; */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 1rem;
    min-height: 9rem;
    height: auto;
}

.guarantee_title {
    width: fit-content;
    padding: 0 5px;
    height: 2.1875rem;
    background: rgba(255, 166, 72, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 2.1875rem;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: -1.25rem;
}
.guarantee_text{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding:0 1rem;
    box-sizing: border-box;
    margin-bottom: 1.125rem;
}
.guarantee_text:last-child{
    margin-bottom: 0;
}
.guarantee_text label{
    width: 24px;
    height: 24px;
    min-width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 1rem;
    background: #FFA648;
    border-radius: 50%;
    display: inline-block;
}
.guarantee_text span{
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.7rem;
    margin-left:0.3rem ;
    display: inline-block;
}