* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.ceshi {
    display: flex;
    justify-content: space-around;
    margin: 0.5rem;
}

.ceshi>p {
    font-size: 0.27rem;
    color: purple;
    padding: 0.12rem 0.3rem;
    border-radius: 0.5rem;
    background-color: lightblue;
}

.pop1 {
    display: none;
}

.popMask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.322);
}

.popConPar {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.pop1 .popCon {
    width: 100vw;
    border-radius: 0.24rem 0.24rem 0 0;
    background-color: white;
    padding-bottom: 0.36rem;
}

.popTit {
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.33rem;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.popTit>.popCloseIcon {
    width: 0.39rem;
    height: 0.39rem;
    position: absolute;
    right: 0.3rem;
    top: 0.27rem;
}

.popConTit2 {
    font-size: 0.3rem;
    color: #333333;
    text-align: center;
    margin: 0.3rem 0;
}

.popConDetail {
    /* margin: 0 0.3rem; */
    height: 9.2rem;
}

.tabList {
    width: 100%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.tit {
    font-size: .28rem;
    color: #333333;
    text-align: left;
    font-weight: 600;
    padding-left: 0.03rem;
    margin-bottom: 0.15rem;
}

.xuzhi, .xieyi {
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: space-between;*/
    padding: 0 0.3rem;
}

.tabItem {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.21rem;
    text-align: center;
    color: #222222;
    border-radius: 0.05rem;
    background-color: #eeeeee;
    margin-bottom: 0.15rem;
    margin-right: 0.1rem;
    padding: 0 0.1rem;
    font-weight: 300;
}

.tabItem:nth-last-of-type(1) {
    margin-right: 0;
}

.tabItemActive {
    color: white;
    background-color: #469bf7;
}

.tabConList {
    width: 100%;
    border-radius: 0.12rem;
    border: 1px solid #f6f6f6;
    overflow-y: scroll;
}

.tabConItem {
    font-size: 0.26rem;
    color: #333333;
    padding: 0.3rem 0.2rem;
}

.tabConItemActive {
    display: block;
}

.popConTit3 {
    width: 5.7rem;
    height: 0.24rem;
    margin: 0.2rem auto;
    font-size: 0.21rem;
    text-align: center;
    color: #f16060;
    background-image: url(../images/popConTit3Bj.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 77%;
}

.popBtn {
    width: 4.1rem;
    height: 0.85rem;
    margin: 0 auto;
    line-height: 0.85rem;
    font-size: 0.36rem;
    text-align: center;
    color: #5d5d5d;
    border-radius: 0.5rem;
    background-color: #EEEEEE;
}

.popBtnBlue {
    color: white;
    background-color: #469bf7;
}