.wrap_model#model_wrap1 {
    padding: 0;
    display: none;
    position: fixed;
    width: 22rem;
    height: 100%;
    z-index: 10000;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.bg_wrap {
    position: relative;
    top: 18%;
    left: 1.5rem;
    width: 16rem;
    /* height: 19.5rem; */
    background-color: #fff;
    box-shadow: 0px 0px 0.27rem 0px rgb(135 155 169 / 25%);
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
}

* {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: #222;
}

input {
    background: 0 0;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

body,
html {
    /* font-family: PingFang SC, SimHei, Arial, Microsoft Yahei, Lantinghei SC, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif; */
    background: #FFF;
    max-width: 750px;
    margin: 0 auto;
}

.loginPage {
    margin-top: 3.125rem;
}

.loginPage>.bar-nav {
    width: 100%;
    max-width: 750px;
    height: 2.2rem;
    margin-top: 0;
    background: url(/static/index/images/head_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.loginPage>.bar-nav>a {
    display: block;
    width: 7.5rem;
    margin-left: 0.5rem;
}

.loginPage>.bar-nav>a>img {
    width: 100%;
}

.loginPage>.bar-nav>ul {
    /*width: 3.5rem;*/
    display: flex;
    justify-content: right;
    margin-right: 0.5rem;
}

.loginPage>.bar-nav>ul li {
    margin-left: .5rem;
}

.loginPage>.bar-nav>ul a {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
}

.loginPage>.bar-nav>ul a>p {
    font-size: 0.45rem;
}

.loginPage>.bar-nav>ul a>img {
    width: 0.95rem;
    margin: 0.125rem auto;
}

/* 图形验证码 */
#v_container {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.75rem;
}

#verifyCanvas {
    height: 1.5rem;
    margin-right: 0.5rem;
    width: 3.5rem;
}


.login-information {
    padding: 0.875rem;
}

.login-btn {
    display: flex;
    /* height: 3.125rem; */
}

.login-btn li {
    flex: 1;
    text-align: center;
    font-size: 0.9375rem;
    cursor: pointer;
}

.login-btn li span {
    cursor: pointer;
    padding: 0.15rem 0;
    color: #999999;
    font-size: 0.8rem;
}

.login-btn li.on span {
    border-bottom: 2px solid #05c67d;
    color: #05c67d;
}

.login-input {
    margin-top: 0.9375rem;
}

.login-input input {
    /* border-bottom: 1px solid #d9dde1; */
    height: 2.8125rem;
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 0.875rem;
    color: #7d7d7d;
    padding-left: 1.5rem;
    text-indent: 3px;
}

.user-name input {
    background: url(https://mk.yanxian.org/static/library/images/code.png) no-repeat 10px center;
    background-size: 0.9rem 0.6rem;
    color: #999999;
    background-color: #f5f5f5;
    border-radius: 0.55rem;
    font-size: 0.7rem;
    width: 11rem;
    height: 2rem;
    line-height: 2rem;
}

.user-password input {
    background: url(https://mk.yanxian.org/static/library/images/sj.png) no-repeat 10px center;
    background-size: 0.7rem 0.8rem;
    color: #999999;
    background-color: #f5f5f5;
    border-radius: 0.55rem;
    font-size: 0.7rem;
    width: 11rem;
    height: 2rem;
    line-height: 2rem;
}

.user-code input {
    background: url(https://mk.yanxian.org/static/library/images/code.png) no-repeat 10px center;
    background-size: 0.9rem 0.6rem;
    color: #999999;
    background-color: #f5f5f5;
    border-radius: 0.55rem;
    font-size: 0.7rem;
    width: 11rem;
    height: 2rem;
    line-height: 2rem;
}

.user-code {
    position: relative;
}

.hp-btn-half {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 0.75rem;
    color: #05c67d;
    cursor: pointer;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
}

.login-bottom {
    margin-top: 0.625rem;
    height: auto;
}

.duiaWrap-btn {
    line-height: .9rem;
    text-align: center;
    display: block;
    /* background: #44b336; */
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    background-image: linear-gradient(90deg, #b1f4db 0%, #0ac67f 100%), linear-gradient(#ff5740, #ff5740);
    background-blend-mode: normal, normal;
    opacity: 0.9;
    font-size: 1rem;
}

.error-remindbox {
    width: 100%;
    height: 1.25rem;
    margin-top: 0.625rem;
}

.error-remind {
    padding-left: 0.625rem;
    color: #ff2525;
    font-size: 0.75rem;
    line-height: 1.25rem;
    display: none;
    position: absolute;
}

.other-wrapper {
    display: flex;
}

.other-wrapper>a {
    flex: 1;
    font-size: 0.75rem;
    color: #7d7d7d;
    height: 1.875rem;
    line-height: 1.875rem;
    margin-top: 0.625rem;
}

.other-wrapper>a:hover {
    color: #20bc22;
}

.verify_div {
    position: absolute;
    right: 0;
    top: 0.3125rem;
    height: 2.0rem;
    border: 1px solid #d9dde1;
    box-sizing: border-box;
    width: 5.625rem;
}

.title {
    text-align: center;
    margin-bottom: 0.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    font-size: 0.8rem;
}



/* 支付弹窗 起 */

.model_xiazai {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 14%);
    z-index: 101;
    max-width: 750px;
    /* display: none; */
    margin: 0 auto;
}

.model_xiazai .connent_wrap {

    bottom: -32%;
    /* bottom: 0; */
    position: fixed;
    z-index: 1010;
    width: 18.75rem;
    background-color: #fff;
    border-top-left-radius: .5rem;
    border-top-right-radius: 0.5rem;
    /* height: 5.14rem; */
    padding: .75rem;
    box-sizing: border-box;
    text-align: left;
    transition: 0.5s all;

}


.model_xiazai .connent_wrap .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model_xiazai .connent_wrap .btn_wrap p {
    width: 7.5rem;
    height: 2.2rem;
    background-color: #fff;
    border-radius: .3rem;
    margin-top: .75rem;
    color: #000;
    text-align: center;
    line-height: 2.2rem;
    font-size: .8rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    box-sizing: border-box;
    border: 1px solid #4acd20;
    display: flex;
    align-items: center;
    
}
.model_xiazai .connent_wrap .btn_wrap p img{
    width: .95rem;
    height: .85rem;
    margin: 0 0.75rem;

}

.model_xiazai .connent_wrap .btn_wrap p.wx_is{
    width: 17.25rem;
}

.model_xiazai .close_btn {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: .75rem;
    top: .75rem;
}

.model_xiazai .close_btn img {
    width: 1rem;
    height: 1rem;
}

.model_xiazai .title_ {
    font-size: .6rem;
}



/* 支付弹窗 完 */