.bd1{
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.block1{
    background-color: rgba(255,255,255,1);
    height:285px ;
    border-radius: 30px 30px 0px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}
.layer3{
    margin-top: 0px;
}
.box1{
    height: 16px;
    font-size: 16px;
    font-family:  SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
}
.layer1{
    text-align: center;
    padding-top: 20px;
}
.layer2{
    text-align: center;
    font-size: 12px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    line-height: 13px;
    padding-top: 30px;
}
.layer4{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.layer4 >img{
    width: 60px;
    height: 60px;
    background: rgba(245,247,250,0);
    border-radius: 10px;
}
.info3{
    color:#2E3033;
}
.info4{
    color:#15BF6B;
}
.info6{
    height: 16px;
    font-size: 16px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #2E3033;
    line-height: 24px;
}
.Button1{
    width: 270px;
    height: 36px;
    background: #15BF6B;
    border-radius: 18px;
    border: 0px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.word1{
    /* width: 107px;
    height: 14px; */
    font-size: 14px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
}
.section1{
    text-align: center;
    font-size: 12px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    line-height: 13px;
}
.word2{
    color:#919499;
}
.info1{
    color:#15BF6B;
}
.icon_close{
    float: right;
    margin: 10px 10px;
    width: 22px;
    height: 22px;
}
.icon_close >img{
    width: 22px;
    height: 22px;
    opacity: 0.6;
}