/* * {
    padding: 0;
    margin: 0;
} */

/*body {
    background-color: #f5f5f5;
}*/

.ywgz {
    width: 6.9rem;
    background-color: white;
    border-radius: 0.26rem;
    margin: 0.3rem auto 0;
    padding: 0.1px;
    padding-bottom: 0.8rem;
}

.ywTit {
    width: 4.9rem;
    font-size: 0.34rem;
    color: #222;
    font-weight: 600;
    text-align: center;
    background-image: url(../images/ywTitBj.png);
    background-size: 4.9rem 0.08rem;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0.24rem auto 0.28rem;
}

.ywCon {
    width: 6.55rem;
  /*  height: 5.9rem;*/
    margin: 0 auto;
    background-color: #f6f6f6;
    border-radius: 0.24rem;
   /* overflow-y: auto;*/
    padding: 0.25rem 0.45rem 0 0.2rem;
    box-sizing: border-box;
}

.ywCon>.ywContit {
    font-size: 0.26rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    margin: 0.07rem auto;
}

.ywCon>.ywContext {
    font-size: 0.26rem;
    color: #666;
    margin: 0 auto 0.48rem;
}

.pop {
    display: none;
}

.wxtspop {
    display: block;
}

.popMask11 {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.432);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}


.popPar11 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popCon11 {
    width: 6.5rem;
   /* height: 9.3rem;*/
    background-color: white;
    border-radius: 0.2rem;
}

.wxtspop .popCon11>.tit {
    width: 6.44rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
    font-weight: 600;
    color: #01a6f5;
    text-align: center;
    border-bottom: 0.02rem solid #01a6f5;
    margin: 0 auto;
}

.wxtspop .popCon11>.tip1 {
    font-size: 0.26rem;
    color: #ff6c00;
    margin: 0.2rem auto 0;
    padding-left: 0.3rem;
}

.wxtspop .popCon11>.tip2 {
    font-size: 0.24rem;
    font-weight: 600;
    color: #333;
    margin: 0.05rem auto 0;
    padding-left: 0.3rem;
}

.wxtspop .popCon11>.tip2>span {
    color: #999;
    font-weight: 500;
}

.wxtspop .popCon11>.tip3 {
    font-size: 0.24rem;
    font-weight: 600;
    color: #333;
    margin: 0.05rem auto 0;
    padding-left: 0.3rem;
}

.wxtspop .popCon11>.tip3>span {
    color: #999;
    font-weight: 500;
}

.wxtspop .scrollCon {
    width: 6rem;
    height: 5.6rem;
    overflow-y: auto;
    margin: 0.05rem auto;
    padding-right: 0.2rem;
    box-sizing: border-box;
}

.wxtspop .scrollCon>.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.08rem;
}

.wxtspop .scrollCon>.item>p:nth-of-type(1) {
    width: 1.25rem;
    text-align: right;
    font-size: 0.24rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.wxtspop .scrollCon>.item>p:nth-of-type(2) {
    width: 4.6rem;
    font-size: 0.24rem;
    color: #999;
    margin: 0;
    line-height: 1.5;
    text-align: justify;
}

.wxtspop .scrollCon>.lightItem>p:nth-of-type(2) {
    color: #ff6c00;
}

.wxtspop .isAgree {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.18rem auto 0;
}

.wxtspop .isAgree>.agbox {
    width: 0.28rem;
    height: 0.28rem;
    border: 1px solid #06a8f5;
    border-radius: 0.5rem;
    margin-right: 0.1rem;
    position: relative;
}

.wxtspop .isAgree>.agbox.sel::before {
    content: '';
    width: 0.17rem;
    height: 0.17rem;
    background-color: #06a8f5;
    border-radius: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wxtspop .isAgree>p {
    font-size: 0.22rem;
    color: #999;
    margin: 0;
}

.wxtspop .isAgree>p>span {
    font-size: 0.24rem;
    color: #01a6f5;
    border-bottom: 1px solid #01a6f5;
    padding-bottom: 0.05rem;
}

.duany {
    width: 5.9rem;
    height: 0.75rem;
    border: 1px solid #dbdbdb;
    border-radius: 0.5rem;
    margin: 0.2rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.duany>input {
    padding-left: 0.15rem;
    outline: none;
    border: none;
    margin-left: 0.15rem;
}

.duany>.duanyBtn {
    font-size: 0.28rem;
    color: #333333;
    padding-right: 0.3rem;
}

.wxtspop .popCon11>.tip4 {
    font-size: 0.24rem;
    color: #333;
    padding-left: 0.3rem;
    margin: 0.2rem auto 0;
}

.wxtspop .popCon11>.tip4>span {
    color: #ff6c00;
    border-bottom: 1px solid #ff6c00;
    padding-bottom: 0.05rem;
}

.wxtspop .btnGroup {
    width: 5.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.24rem auto 0;
    padding-bottom: .4rem;
}

.wxtspop .btnGroup>p {
    width: 2.62rem;
    height: 0.8rem;
    border-radius: 0.15rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.36rem;
    margin: 0;
}

.wxtspop .btnGroup>.popCancelBtn {
    background-color: #c9c9c9;
    color: #333;
}

.wxtspop .btnGroup>.popConfirmBtn {
    background-color: #00a6f5;
    color: white;
}