﻿/* 弹窗 17岁以下 start */
#tc2 {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #b9e0ff;
}

.tc2_main {
    position: relative;
    width: 90%;
    border-radius: 15px;
    background: #f3f3f3;
}

.xiaoxi {
    width: 60%;
    height: 60%;
    margin: 0 auto;
    margin-top: -40%;
}

.tc2_main h2 {
    font-size: 45px;
}

.tc2_main h2,
.tc2_main p {
    text-align: center;
}

.tc2_main h2 {
    padding: 2% 0;
}

.tc2_main p {
    background: #fff;
    font-size: 14px;
}

.wxh_box {
    font-weight: bold;
    padding-top: 6%;
}

.wxh_box span {
    color: white;
    font-size: 30px;
    padding: 6px 11px;
    line-height: 35px;
    background: #739b3c;
    border-radius: 8px;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

.tc_title {
    padding-top: 5%
}

.tc_red {
    color: red;
    margin-right: 10px;
}

.tc2_main a {
    color: #3cb034;
    padding: 4px 20px;
    border-radius: 5px;
    border: 1px solid;
    display: inline-block;
}

.tc_phone {
    font-size: 10px;
    border-radius: 10px;
    padding: 4% 0;
}

.IRY{
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    height: 17vh;
}
.IRYImg{
    width: 100%;
    height: 100%;
}

/* 弹窗 17岁以下 end */
/* 弹窗 17岁以上 start */
#tc {
    display: none;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.tc_main {
    position: relative;
}

#qrcode {
    position: absolute;
    /* top: 18%; */
    top: 30%;
    /* left: 22%; */
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    pointer-events: none;
}

.towx {
    position: absolute;
    width: 64%;
    height: 7%;
    bottom: 6%;
    /* bottom: 12%; */
    left: 18%;
}

.clickWx {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #08a4ff;
    color: #fff;
    font-size: 0.6rem;
    height: 100%;
    border-radius: 0.2rem
}

.instructions {
    transform: rotate(90deg);
    position: absolute;
    width: 14%;
    top: -73%;
    left: 43%;
}

/* 弹窗 17岁以上 end */