.pop {
    display: none;
}

.pop1 {
    display: none;
}

.pop2 {
    display: none;
}


.popMask1 {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.637);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}

.popPar {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.popCon {
    width: 6.72rem;
    /* height: 10.35rem; */
    padding: 0.1px 0.36rem;
    background-color: white;
    border-radius: 0.2rem;
}

.popHeadImg {
    width: 1.67rem;
    height: 1.81rem;
    display: block;
    margin: -0.47rem auto 0;
}

.title {
    font-size: 0.3rem;
    color: #666666;
}

.tit_text {
    font-size: 0.3rem;
    color: #666666;
    line-height: 1.4;
}

.tit_text>span {
    font-weight: 600;
    color: #333333;
}

.text {
    font-size: 0.24rem;
    color: #ff5f3a;
    text-align: justify;
    margin: 0.3rem 0;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ededed;
}

.duanYTit {
    font-size: 0.3rem;
    font-weight: 600;
    color: #333;
    margin: 0.26rem 0 0.25rem;
}

.inputCon {
    padding: 0.1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inputCon>input {
    width: 3.48rem;
    height: 0.68rem;
    line-height: 0.68rem;
    outline: none;
    border: 1px solid #b5b5b5;
    border-radius: 0.12rem;
    padding: 0 0.15rem;
    font-size: 0.32rem;
}

.faSongBtn {
    width: 2.15rem;
    height: 0.67rem;
    font-size: .26rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0195ff;
    border-radius: 0.5rem;
}

.yifa {
    background-color: #b9b9b9;
}

.tips {
    font-size: 0.23rem;
    color: #6c6c6c;
    text-align: center;
    margin-top: 0.25rem;
}

.popBtnGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.38rem auto;
}

.popBtnGroup>p {
    width: 2.75rem;
    height: 0.88rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.36rem;
    color: white;
    border-radius: 0.5rem;
}

.popBtnGroup>p:nth-of-type(1) {
    background-color: #bbbbbb;
}

.popBtnGroup>p:nth-of-type(2) {
    background-color: #0195ff;
}

.pop2 .popCon {
    width: 2.45rem;
    height: 2.45rem;
    background-color: rgba(0, 0, 0, 0.747);
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pop2 .popCon>.duihao {
    width: 0.77rem;
    height: 0.55rem;
    margin-bottom: 0.24rem;
}

.pop2 .popCon>p {
    font-size: 0.3rem;
    color: white;
    text-align: center;
}



.point {
    width: 30px;
    height: 30px;
    background-color: blueviolet;
    border-radius: 0.5rem;
    margin: 10%;
}
.pop5aCon p {
    font-size: 0.25rem;
    color: #666666;
    /* margin: 0.15rem 0.18rem 0.5rem; */
    text-indent: .2rem;
}
.pop5aCon h4 {
    color: black;
    font-size: .3rem;
}
h4 {
    font-weight: bold;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
table th {
    font-weight: bold;
    letter-spacing: .01rem;
}
table td {
    text-align: center;
}
.handle_body {
    width: 5.9rem;
    margin: auto;
    display: flex;
}
.handle_body ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .4rem;
    border-bottom: 1px solid #dfdfdf;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.handle_body ul li {
    font-size: .28rem;
    letter-spacing: .015rem;
    width: 100%;
    padding: 0.07rem 0;
    display: flex;
    color: #666;
}
.handle_body ul li div {
    width: 1.8rem;
}