.page2-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgb(241, 241, 241);
    padding-bottom: 6rem;
}

.page2-2>img {
    width: 16rem;
    /* height: 5rem; */
}

.p_content_item {
    width: 100%;
    /* height: 100%; */
    /* display: none; */
}

.p_c_box {
    margin-top: .3rem;
}

.p_c_item {
    height: 2rem;
    background-color: #fff;
}

.p_c_title {
    position: relative;
    display: block;
    text-align: center;
    line-height: 2rem;
    font-size: .5rem;
    color: #000;
    font-weight: bold;
    align-self: center;
}

.p_c_box>div {
    /* height: 2rem; */
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
    align-items: center;
}

.p_c_box>div>label {
    color: rgb(136, 136, 136);
    font-weight: bold;
    font-size: .5rem;
    margin-right: .2rem;
    margin-left: .3rem;
    line-height: 2rem;
}

.p_c_box>div>label::before {
    content: "";
    display: block;
    width: 14rem;
    height: 1px;
    background-color: rgb(241, 241, 241);
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translate(-50%);
}

.p_c_box>div:not(:nth-last-of-type(-n+2)) label::after{
    content: "*";
    display: inline-block;
    color: red;
    position: absolute;
    top: .07rem;
    margin-left: .2rem;
    font-size: .8rem;
}

.p_c_box1>div label::after{
    content: "*";
    display: inline-block;
    color: red;
    position: absolute;
    top: .07rem;
    margin-left: .2rem;
    font-size: .8rem;
}
.p_c_title::after{
    content: "*";
    display: inline-block;
    color: red;
    position: absolute;
    top: .07rem;
    margin-left: .2rem;
    font-size: .8rem;
}
.p_c_box>div:last-child label::before {
    content: inherit;
    display: none;
}

.p_c_box>div>input {
    width: 10rem;
    color: #000;
    font-weight: bold;
    font-size: .5rem;
    display: block;
    background-color: rgb(242,242,242);
    position: absolute;
    right: 1rem;
    top: .3rem;
    height: 1.4rem;
    border: 1px solid rgb(207,207,207);
    box-sizing: border-box;
}

.p_c_box>div>input::placeholder{
    color: rgb(204,204,204);
}

.p_c_box>textarea {
    width: 16rem;
    height: 16rem;
    padding: 1rem;
}

.sub {
    width: 11.2rem;
    height: 1.5rem;
    background-color: rgb(255, 93, 36);
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    top: 2rem;
}

ul {
    display: none;
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
}

ul>li {
    background-color: rgb(242, 245, 247);
    text-align: center;
    height: 1rem;
    /* margin-top: 2px; */
    width: 80%;
    flex-grow: 0;
    flex-shrink: 0;
}

ul>li:active {
    background-color: #fff;
}

.slc::after {
    content: "";
    display: block;
    width: 1rem;
    height: .5rem;
    background-image: url(__WPUBLIC__/img/page3/select_1.png);
    position: absolute;
    top: 0;
    right: 0;
}

.slc_bg {
    width: 0.775rem;
    position: absolute;
    right: 1rem;
    top: 0.8rem;
}

.slc_bg_active {
    transform: rotateZ(-90deg);
}

.up_ok_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.up_ok_box>img {
    width: 12.5rem;
}

.up_ok_box>a {
    color: rgb(253, 104, 53);
    top: 11rem;
    width: 11rem;
    height: 3rem;
    display: block;
    word-wrap: break-word;
    text-align: center;
}

.trun_off {
    width: 1.5rem;
    height: 1.5rem;
    /* background-color: rgba(0, 0, 0, 0.5); */
    position: absolute;
    right: 0;
}

.back_page1 {
    width: 6rem;
    height: 1.5rem;
    /* background-color: rgba(0, 0, 0, 0.5); */
    bottom: 1.5rem;
}

.audit {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    /* display: none; */
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.audit_box img {
    width: 16rem;
}

.audit_trun_off {
    position: absolute;
    right: 0.5rem;
    top: .5rem;
    width: 1.5rem;
    height: 1rem;
}

.slc_bg_box{
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0rem;
    right: .5rem;
    /*background-color: rgba(0,0,0,0.5);*/
}

.logon_ok{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}

.logon_ok>img{
    width: 12.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.logon_ok>div{
    width: 1rem;
    height: 1rem;
    background-color: rgba(0,0,0,.5);
}

.logon_ok>a{
    top: 56%;
    color: rgb(255,93,36);
    font-size: .6rem;
}

