<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content{
    margin-top: 107px;
}
.bayj {
    width: 100%;
    height: 862px;
    background: url("../img/yygh/yygh-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 60px;
}
.bayj-container{
    width: 1320px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bayj-container-left{
    width: 470px;
    height: 680px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #FFD3F5;
    backdrop-filter: blur(4px);
    border-radius: 20px;
    margin: auto;
    padding: 124px 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qr-code-list{
    /*background-image: url("../img/yygh/yygh-container.svg");*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qr-code{
    width: 380px;
    height: 199px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 14px;
    display: flex;
    justify-content: space-between;
}
.qr-code img{
    width: 50%;
    height: 100%;
}
.bayj-container-left .qr-code:nth-child(1){
    float: left;
    background-image: url("../img/yygh/wx-icon.svg");
}
.bayj-container-left .qr-code:nth-child(2){
    float: right;
    background-image: url("../img/yygh/zfb-icon.svg");
}
.bayj-container-left .qr-code span{
    display: flex;
    align-items: center;
    width: 46%;
    height: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #603F53;
}
.bayj-container-right{
    width: 830px;
    height: 680px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #FFD3F5;
    backdrop-filter: blur(4px);
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bayj-container-right .left-image{
    width: 285px;
    height: 600px;
    background: #E2E2E2;
    border: 8px solid #FFFFFF;
    border-radius: 32px;
    background-size: cover;
}
.bayj-container-right .right-content{
    width: 333px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bayj-container-right .right-content .content-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 333px;
    height: 373px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 23.5px 36.5px;
}
.bayj-container-right .right-content .content-text p{
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.bayj-container-right .right-content .content-buttons{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.bayj-container-right .right-content .content-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    gap: 10px;
    width: 124px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #603F53;
    cursor: pointer;
    user-select: none;
}
.bayj-container-right .right-content .content-button.disabled{
    color: rgba(96, 63, 83, 0.4);
    cursor: no-drop;
}
.content-text-title{
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    line-height: 34px;
    text-align: left;
    text-transform: capitalize;
    color: #603F53;
    font-weight: bold;
}
.content-text-details{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: rgba(96, 63, 83, 0.8);
    text-align: justify;
    min-height: 130px;
}
.content-text-page{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: rgba(96, 63, 83, 0.4);
}
/*.bayj-container-right .left-image:before{
    content: "";
    display:block;
    width: 105px;
    height: 20px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
}*/
</pre></body></html>