.module-yyh {
    background: #F9DECD;
}

.warp-0 .module-yyh {
    background: #F9DECD;
}

.warp-1 .module-yyh {
    background: #DDEAFC;
}

.warp-2 .module-yyh {
    background: #FFE4C2;
}

.warp-3 .module-yyh {
    background: #E3DBF5;
}

.warp-4 .module-yyh {
    background: #0A1134;
}

.warp-8 .module-yyh {
    background: #0C081B;
}

.yyhBox {
    width: 100%;
    height: 2.64rem;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 1.1rem;
    opacity: 0;
    overflow: hidden;
    transform: rotateY(180deg);
}

.yyhBox-bottom {
    width: 100%;
    height: 0.5rem;
    background: linear-gradient(0, #FFDDB3 0%, rgba(255, 218, 171, 0) 100%);
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(0px);
    display: flex;
    justify-content: flex-end;
}

.warp-3 .yyhBox-bottom {
    background: linear-gradient(0, #E3DAF7 0%, rgba(227, 218, 247, 0) 100%);
}

.warp-4 .yyhBox-bottom {
    background: linear-gradient(0, #020929 0%, rgba(14, 18, 51, 0) 100%);
}

.warp-8 .yyhBox-bottom {
    background: linear-gradient(0, #03000D 0%, rgba(0, 0, 0, 0) 100%);
}


.yyhBox-bottom-border {
    width: 100%;
    height: 0.02rem;
    position: absolute;
    bottom: 0.01rem;
    background: linear-gradient(243deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.2) 100%);
}

.warp-3 .yyhBox-bottom-border {
    background: linear-gradient(243deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.2) 100%);
}

.warp-4 .yyhBox-bottom-border {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%) !important;
}

.warp-8 .yyhBox-bottom-border {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%) !important;
}

.yyh-img {
    width: 6.9rem;
    height: 2.6rem;
    margin-left: 0.3rem;
}

.yyh-icon-box {
    width: 6.9rem;
    height: 2.6rem;
    position: absolute;
    left: 0.3rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.22rem 0.18rem 0;
    box-sizing: border-box;

}

.yyh-icon-box-item {
    width: 1.62rem;
    height: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yyh-icon-box-item-img {
    height: 0.52rem;
    width: auto !important;
    margin-top: 0.08rem;
}

.yyh-icon-box-item-text {
    font-size: 0.26rem;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.08rem;
}

.warp-4 .yyh-icon-box-item-text,
.warp-8 .yyh-icon-box-item-text {
    color: white;
}

.yyh-container-box {
    width: 7.14rem;
    min-height: 7.4rem;
    border-radius: 0.24rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.08rem;
    position: relative;
}

.yyh-container-box-bg {
    width: 100%;
    height: 7.4rem;
    background: linear-gradient(40deg, rgba(240, 245, 255, 0.82) 0%, rgba(255, 255, 255, 0.64) 35%, rgba(246, 255, 255, 0.65) 76%, rgba(226, 247, 255, 0.2) 100%);
    opacity: 0.8;
}

.warp-3 .yyh-container-box-bg {
    background: linear-gradient(42deg, rgba(237, 231, 255, 0.55) 0%, rgba(255, 255, 255, 0.48) 18%, rgba(255, 254, 255, 0.78) 35%, rgba(255, 252, 254, 0.51) 67%, rgba(255, 238, 252, 0.67) 89%, rgba(255, 248, 226, 0.5) 100%);
}

.warp-4 .yyh-container-box-bg {
    background: linear-gradient(141deg, #222B5C 0%, #1B1F44 100%);
}

.warp-8 .yyh-container-box-bg {
    background: linear-gradient(143deg, #25294F 0%, #1A1C3D 100%);
}


.yyh-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.4rem;
    padding: 0.18rem;
}

.yyh-list {
    width: 3.3rem;
    height: 3.35rem;
    background: white;
    border-radius: 0.18rem;
    margin-right: 0.18rem;
    margin-bottom: 0.18rem;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.warp-4 .yyh-list,
.warp-8 .yyh-list {
    background: rgba(255, 255, 255, 0.08);
}

.warp-4 .yyh-list-title,
.warp-8 .yyh-list-title {
    color: white;
}

.yyh-list:nth-child(2n) {
    margin-right: 0;
}

.yyh-list:nth-child(n+3) {
    margin-bottom: 0;
}

.yyh-list-img {
    width: 2.94rem;
    height: 1.59rem;
    border-radius: 0.08rem;
    margin-top: 0.18rem;
}

.yyh-list-title {
    color: rgba(51, 51, 51, 1);
    font-size: 0.28rem;
    font-weight: 500;
    margin-top: 0.24rem;
}

.yyh-list-btn {
    width: 2.4rem;
    height: 0.52rem;
    line-height: 0.52rem;
    text-align: center;
    background: linear-gradient(135deg, #FBDFBB 0%, #F7D2A2 100%);
    border-radius: 0.3rem;
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
    font-size: 0.26rem;
    margin-top: 0.24rem;
    position: relative;
}

.yyh-list-btn-hot {
    width: .58rem;
    height: .28rem;
    background: url(https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/icon1.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: -0.14rem;
    left: 2rem;
    text-align: center;
    line-height: .28rem;
    font-size: .2rem;
    color: #fff;
    display: none;
}

.yyh-modal-box {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yyh-modal-box1-bg {
    width: 7.5rem;
    height: 8.78rem;
    background: url(https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/tc_4.png?2) no-repeat;
    -webkit-background-size: 7.5rem 8.78rem;
    background-size: 7.5rem 8.78rem;
    position: relative;
    margin-top: -1rem;
}

.yyh-modal-box1-close {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    left: 3.45rem;
    bottom: -1rem;
    background: url(https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/close.png?1) no-repeat;
    -webkit-background-size: .6rem .6rem;
    background-size: .6rem .6rem;
}

.yyhtc_3-btn0 {
    width: 4.08rem;
    height: .64rem;
    position: absolute;
    top: 5.92rem;
    left: 1.71rem;
    border-radius: .3rem;
    z-index: 3000;
    background: #F5F5F5;
}

.yyhtc_3-btn0-1 {
    color: hsl(0, 0%, 20%);
    width: 2.8rem;
    height: .64rem;
    line-height: .64rem;
    position: absolute;
    top: 0rem;
    left: .2rem;
    font-size: .28rem;
}

.yyhtc_3-btn0-2 {
    color: #CCCCCC;
    width: 0.1rem;
    height: .64rem;
    line-height: .64rem;
    position: absolute;
    top: 0rem;
    left: 3rem;
    font-size: .28rem;
}

.yyhtc_3-btn0-3 {
    color: #864928;
    width: 0.8rem;
    height: .64rem;
    line-height: .64rem;
    position: absolute;
    top: 0rem;
    left: 3.24rem;
    font-size: .28rem;
    text-align: left;
}

.yyhtc_3-btn0-yhm {
    font-weight: bold;
}

.yyh-mask {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1000;
    overflow: hidden;
}

.yyh_2_main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.5rem;
    height: 8rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2000;
}

.yyh_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 7rem;
    z-index: 2000;
    background: url(https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/tc_3.png?5) no-repeat;
    -webkit-background-size: 7.5rem 7rem;
    background-size: 7.5rem 7rem;
}

.yyhtc_2-btn1 {
    width: 3.98rem;
    height: .92rem;
    position: absolute;
    top: 5.54rem;
    left: 1.76rem;
    z-index: 3000;
}

.yyhtc_2-close {
    width: .6rem;
    height: .6rem;
    background: url(https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/close.png?1) no-repeat;
    -webkit-background-size: .6rem .6rem;
    background-size: .6rem .6rem;
    position: absolute;
    bottom: 0;
    left: 3.42rem;
    z-index: 3000;
}

.yyhtc_3-btn1 {
    width: 3.98rem;
    height: .92rem;
    position: absolute;
    top: 6.76rem;
    left: 1.76rem;
    z-index: 3000;
}

.yyh_1_main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.5rem;
    height: 11.4rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2000;
}

.yyh_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 10.67rem;
    z-index: 2000;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/tc_2.png?2") no-repeat;
    -webkit-background-size: 7.5rem 10.67rem;
    background-size: 7.5rem 10.67rem;
}

.yyhtc_1-close {
    width: .6rem;
    height: .6rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/close.png?1") no-repeat;
    -webkit-background-size: .6rem .6rem;
    background-size: .6rem .6rem;
    position: absolute;
    bottom: 0;
    left: 3.42rem;
    z-index: 3000;
}

.yyh_1_tips {
    width: 7.5rem;
    text-align: center;
    font-size: .22rem;
    position: absolute;
    top: 9.9rem;
    left: 0;
    z-index: 3000;
}

.yyh_1_tips i {
    display: inline-flex;
    width: .27rem;
    height: .27rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/icon5.png?1") no-repeat;
    -webkit-background-size: .27rem .27rem;
    background-size: .27rem .27rem;
    margin-right: .06rem;
    position: relative;
    top: 0.06rem;
}

.yyh_1_tips i.selected::after {
    content: '';
    display: inline-block;
    width: .27rem;
    height: .27rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/icon6.png?1") no-repeat;
    -webkit-background-size: .27rem .27rem;
    background-size: .27rem .27rem;
}

.yyh_1_tips span {
    color: #999999;
    /* vertical-align: middle; */
    display: inline-block;
    height: .3rem;
    line-height: .3rem;
}

.yyh_1_tips a {
    /* text-decoration: underline; */
    color: #f15f5f;
    /* vertical-align: middle; */
    display: inline-block;
    height: .3rem;
    line-height: .3rem;
}

.yyhtc_1-title {
    width: 6rem;
    font-size: .46rem;
    color: #864928;
    font-weight: bold;
    text-align: center;
    line-height: .56rem;
    position: absolute;
    top: 2.7rem;
    left: 0.75rem;
    z-index: 3000;
}

.yyhtc_1-txtmain {
    width: 6.2rem;
    font-size: .28rem;
    color: #94654b;
    text-align: left;
    line-height: .36rem;
    position: absolute;
    top: 3.66rem;
    left: 0.75rem;
    z-index: 3000;
    height: 5rem;
    padding: 0 0.15rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.yyhtc_1-txtmain::-webkit-scrollbar {
    /* 对应纵向滚动条的宽度 */
    width: .1rem;
    /* 对应横向滚动条的宽度 */
    height: .1rem;
}

/* 滚动条上的滚动滑块 */
.yyhtc_1-txtmain::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

/* 滚动条轨道 */
.yyhtc_1-txtmain::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.yyhtc_1-txtmain p {
    display: block;
    font-size: 0.26rem;
    line-height: 0.47rem;
    min-height: 0.47rem;
    text-align: justify;
    word-break: break-all;
}

.yyhtc_1-btn1 {
    width: 3.98rem;
    height: .92rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/icon4.png?1") no-repeat;
    -webkit-background-size: 3.98rem .92rem;
    background-size: 3.98rem .92rem;
    font-size: .36rem;
    color: #fff;
    text-align: center;
    line-height: .92rem;
    position: absolute;
    top: 8.82rem;
    left: 1.76rem;
    z-index: 3000;
}

.yyhtc_1 table {
    width: 100%;
    margin: .1rem auto;
    border-collapse: collapse;
    text-align: center;
    line-height: .5rem
}

.yyhtc_1 table,
.yyhtc_1 table td,
.yyhtc_1 table th {
    border: 1px solid #864928
}

.yyhtc_3-btn2 {
    width: 1.35rem;
    height: .34rem;
    position: absolute;
    top: 7.9rem;
    left: 3.06rem;
    z-index: 3000;
}

.yyh_6_main {
    position: absolute;
    top: 49%;
    left: 50%;
    width: 7.5rem;
    height: 11.4rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2000;
}

.yyh_6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 10.84rem;
    z-index: 2000;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/tc_8.png?2") no-repeat;
    -webkit-background-size: 7.5rem 10.84rem;
    background-size: 7.5rem 10.84rem;
}

.yyhtc_6-close {
    width: .6rem;
    height: .6rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/close.png?1") no-repeat;
    -webkit-background-size: .6rem .6rem;
    background-size: .6rem .6rem;
    position: absolute;
    bottom: 0;
    left: 3.42rem;
    z-index: 3000;
}

.yyhtc_6-title {
    width: 7.5rem;
    height: .66rem;
    font-size: .46rem;
    color: #864928;
    font-weight: bold;
    text-align: center;
    line-height: .66rem;
    position: absolute;
    top: 1.6rem;
    left: 0rem;
    z-index: 3000;
}

.yyhtc_6-txtmain {
    width: 6rem;
    font-size: .28rem;
    color: #94654b;
    text-align: left;
    line-height: .36rem;
    position: absolute;
    top: 2.6rem;
    left: 0.78rem;
    z-index: 3000;
    height: 6.46rem;
    padding: 0 0.15rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.yyhtc_6-txtmain::-webkit-scrollbar {
    /* 对应纵向滚动条的宽度 */
    width: .1rem;
    /* 对应横向滚动条的宽度 */
    height: .1rem;
}

/* 滚动条上的滚动滑块 */
.yyhtc_6-txtmain::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

/* 滚动条轨道 */
.yyhtc_6-txtmain::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.yyhtc_6-txtmain p {
    display: block;
    font-size: 0.26rem;
    line-height: 0.47rem;
    min-height: 0.47rem;
    text-align: justify;
    word-break: break-all;
}

.yyhtc_6-btn1 {
    width: 3.98rem;
    height: .92rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/icon4.png?1") no-repeat;
    -webkit-background-size: 3.98rem .92rem;
    background-size: 3.98rem .92rem;
    font-size: .36rem;
    color: #fff;
    text-align: center;
    line-height: .92rem;
    position: absolute;
    top: 9.36rem;
    left: 1.76rem;
    z-index: 3000;
}

.yyhtc_6 table {
    width: 100%;
    margin: .1rem auto;
    border-collapse: collapse;
    text-align: center;
    line-height: .5rem
}

.yyhtc_6 table,
.yyhtc_6 table td,
.yyhtc_6 table th {
    border: 1px solid #864928
}

.yyh_5_main {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 7.5rem;
    height: 10.42rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2000;
}

.yyh_5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 9.42rem;
    z-index: 2000;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/tc_7.png?4") no-repeat;
    -webkit-background-size: 7.5rem 9.42rem;
    background-size: 7.5rem 9.42rem;
}

.yyhtc_5-close {
    width: .6rem;
    height: .6rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/close.png?1") no-repeat;
    -webkit-background-size: .6rem .6rem;
    background-size: .6rem .6rem;
    position: absolute;
    bottom: 0;
    left: 3.42rem;
    z-index: 3000;
}

.yyhtc_5-title {
    width: 7.5rem;
    height: .66rem;
    font-size: .46rem;
    color: #864928;
    font-weight: bold;
    text-align: center;
    line-height: .66rem;
    position: absolute;
    top: 2.52rem;
    left: 0rem;
    z-index: 3000;
}

.yyhtc_5-txtmain {
    width: 5.8rem;
    font-size: .28rem;
    color: #94654b;
    text-align: left;
    line-height: .36rem;
    position: absolute;
    top: 3.3rem;
    left: 0.87rem;
    z-index: 3000;
    height: 4.62rem;
    padding: 0 0.2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.yyhtc_5-txtmain::-webkit-scrollbar {
    /* 对应纵向滚动条的宽度 */
    width: .1rem;
    /* 对应横向滚动条的宽度 */
    height: .1rem;
}

/* 滚动条上的滚动滑块 */
.yyhtc_5-txtmain::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

/* 滚动条轨道 */
.yyhtc_5-txtmain::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.yyhtc_5-txtmain p {
    display: block;
    font-size: 0.26rem;
    line-height: 0.47rem;
    min-height: 0.47rem;
    text-align: justify;
    word-break: break-all;
}

.yyhtc_5-btn1 {
    width: 3.98rem;
    height: .92rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/icon7.png?1") no-repeat;
    -webkit-background-size: 3.98rem .92rem;
    background-size: 3.98rem .92rem;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    line-height: .46rem;
    position: absolute;
    top: 8.26rem;
    left: 1.76rem;
    z-index: 3000;
}

.yyh_4_main {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 7.5rem;
    height: 10.42rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2000;
}

.yyh_4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.5rem;
    height: 9.42rem;
    z-index: 2000;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/tc_7.png?4") no-repeat;
    -webkit-background-size: 7.5rem 9.42rem;
    background-size: 7.5rem 9.42rem;
}

.yyhtc_4-close {
    width: .6rem;
    height: .6rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/close.png?1") no-repeat;
    -webkit-background-size: .6rem .6rem;
    background-size: .6rem .6rem;
    position: absolute;
    bottom: 0;
    left: 3.42rem;
    z-index: 3000;
}

.yyhtc_4-title {
    width: 7.5rem;
    height: .66rem;
    font-size: .46rem;
    color: #864928;
    font-weight: bold;
    text-align: center;
    line-height: .66rem;
    position: absolute;
    top: 2.52rem;
    left: 0rem;
    z-index: 3000;
}

.yyhtc_4-txtmain {
    width: 5.76rem;
    font-size: .28rem;
    color: #94654b;
    text-align: left;
    line-height: .36rem;
    position: absolute;
    top: 3.3rem;
    left: 0.87rem;
    z-index: 3000;
    height: 4.62rem;
    padding: 0 0.2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.yyhtc_4-txtmain::-webkit-scrollbar {
    /* 对应纵向滚动条的宽度 */
    width: .1rem;
    /* 对应横向滚动条的宽度 */
    height: .1rem;
}

/* 滚动条上的滚动滑块 */
.yyhtc_4-txtmain::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

/* 滚动条轨道 */
.yyhtc_4-txtmain::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.yyhtc_4-txtmain p {
    display: block;
    font-size: 0.26rem;
    line-height: 0.47rem;
    min-height: 0.47rem;
    text-align: justify;
    word-break: break-all;
}

.yyhtc_4-btn1 {
    width: 3.98rem;
    height: .92rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/zqimages/yyh/icon7.png?1") no-repeat;
    -webkit-background-size: 3.98rem .92rem;
    background-size: 3.98rem .92rem;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    line-height: .46rem;
    position: absolute;
    top: 8.26rem;
    left: 1.76rem;
    z-index: 3000;
}

.yyhNewUserTipModal-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.yyhNewUserTipModal1 {
    width: 7.5rem;
    height: 10.82rem;
    position: absolute;
    bottom: 1.9rem;
}

.yyhNewUserTipModal1 img {
    width: 100%;
    height: 100%;
}

.yyhNewUserTipModal1-btn-box {
    width: 100%;
    height: 0.7rem;
    position: absolute;
    bottom: -1.2rem;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}


.yyhNewUserTipModal-btn-box-btn {
    width: 2.44rem;
    height: 0.7rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 0.22rem;
    font-weight: 500;
}

.yyhNewUserTipModal-btn-box-close {
    background: #a3a2a0;
    color: white;
}

.yyhNewUserTipModal-btn-box-next {
    background: #f9f9f9;
    color: black;
}

.yyhNewUserTipModal2 {
    width: 7.5rem;
    height: 2.88rem;
    position: relative;
    margin-top: 0.8rem;
}

.yyhNewUserTipModal2 img {
    width: 6.9rem;
    height: auto;
}

.yyhNewUserTipModal3 {
    width: 6.9rem;
    margin-left: 0.3rem;
    margin-top: 0.8rem;
}

.yyhNewUserTipModal-btn-box-end {
    width: 2.44rem;
    height: 0.7rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 0.22rem;
    font-weight: 500;
    background: #f9f9f9;
    margin-left: 2.23rem;
    margin-top: 2rem;
}