.centerx {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.logon {
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    position: relative;
}

.logon_title {
    position: absolute;
    top: 20%;
    width: 100%;
    font-size: 0.7rem;
    color: rgb(255, 93, 36);
    font-weight: bold;
    text-align: center;
}

.logon_box {
    /* width: 80%; */
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%);
    width: 11rem;
    height: 11.6rem;
}

.logon_box>input {
    width: 100%;
    height: 1rem;
    border-bottom: 2px solid rgb(178, 178, 178);
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-bottom: .4rem;
    font-size: .475rem;
}

.logon_box>input::-webkit-input-placeholder {
    color: rgb(178, 178, 178);
}

.logon_box>label {
    position: relative;
    top: 0.78rem;
    left: .2rem;
    width: 1rem;
    display: block;
}

.logon_box>label>img {
    width: .425rem;
    height: .475rem;
}

.pwd_see_box {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 3rem;
}

.pwd_see {
    width: .5rem;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pwd_type2 {
    display: none;
}

.forget {
    font-size: .5rem;
    position: absolute;
    right: 0;
}

.logo_menu {
    width: 70%;
    height: 1rem;
    border: 1px solid rgb(178, 178, 178);
    border-radius: 1rem;
    text-align: center;
    font-weight: bold;
}

.logon_menu {
    bottom: 3rem;
}

.register_menu {
    bottom: 1rem;
}

.logo_menu_active {
    color: #fff;
    background-color: rgb(255, 93, 36);
}

.b_box {
    width: 14rem;
    margin: auto;
    position: relative;
}

.bm_nav {
    width: 100%;
    height: 5rem;
}

.b_box_1 {
    top: 8%;
}

.b_box_2 {
    /* top: 65%; */
    margin-top: 6rem;
}

.bm_nav {
    margin-bottom: .5rem;
    height: 6.136225rem;
    background-color: #fff;
    border-radius: .5rem;
}

.baoming {
    width: 100%;
    height: 100%;
    background-color: rgb(241, 241, 241);
    overflow-y: auto;
    padding-bottom: 2rem;
}

.b_box>h3 {
    font-size: .7rem;
    color: #000;
    position: absolute;
    left: 50%;
    top: -1.5rem;
    transform: translate(-50%);
}

.b_box>h3::after {
    content: "";
    display: block;
    width: 1rem;
    height: 2px;
    background-color: #f40;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.bm_nav>img {
    width: 100%;
    border-radius: .2 rem;
}

.bm_nav>p {
    font-size: .6rem;
    color: #000;
    text-align: center;
    margin-top: .4rem;
}

.b_detail_2,
.b_detail_1 {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.details_img {
    width: 90%;
    margin: auto;
    margin-top: 2rem;
    /*margin-bottom: 5rem;*/
}

.d_menu {
    width: 7rem;
    height: 1rem;
    font-size: .7rem;
    color: #fff;
    background-color: rgb(255, 93, 36);
    border-radius: 1rem;
    text-align: center;
    /*bottom: 5rem;*/
    margin: auto;
    margin-bottom: 3rem;
}

.d_menu_box {
    bottom: 5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
    margin-bottom: 3rem;
}

.xzx_content_p {
    display: none;
}