@charset "utf-8";
/****************************************/
.wrap {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    table-layout: fixed;
    word-break: break-all;
}

.main {
    min-height: 100vh;
}

.head_fixed {
    width: 100%;
    max-width: 750px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.foot_fixed {
    width: 100%;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.head_fixed ~ .main {
    padding-top: 45px;
}

.foot_fixed ~ .main {
    padding-bottom: 50px;
}

/****************************************/
/*顶部导航*/
.m-header {
    z-index: 100;
    background-color: #fff;
}

.m-header .m-title {
    display: block;
    padding: 0 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    color: var(--black);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-header .m-link {
    position: absolute;
    bottom: 0;
    z-index: 9;
    display: block;
    padding: 10px;
    line-height: 25px;
    color: inherit;
}

.m-header .m-link:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon_header.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.m-header .m-link-back {
    left: 0;
}

.m-header .m-link-back:before {
    background-position: 0 0;
}

.m-header .m-link-more {
    right: 0;
}

.m-header .m-link-more:before {
    background-position: 0 -25px;
}

.m-header .m-link-word {
    right: 0;
}

.m-header .m-link-word:before {
    display: none;
}

.m-header ~ .head_fixed {
    top: 45px;
}

.m-header ~ .head_fixed ~ .main {
    padding-top: 90px;
}

.m-header--appfull {
    padding-top: 20px;
    height: 65px;
}

/*打包全屏app时预留顶部状态栏高度*/
.m-header--appfull ~ .main {
    padding-top: 65px;
}

.m-header--appfull ~ .head_fixed {
    top: 65px;
}

.m-header--appfull ~ .head_fixed ~ .main {
    padding-top: 110px;
}

/*底部菜单*/
.m-footer {
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
}

.m-footer a {
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #c1c1c1;
}

.m-footer i {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-image: url(../images/icon_footer.png);
    background-size: auto 50px;
    background-repeat: no-repeat;
}

.m-footer .fi-1 {
    background-position: 0 0;
}

.m-footer .fi-2 {
    background-position: -25px 0;
}

.m-footer .fi-3 {
    background-position: -50px 0;
}

.m-footer .fi-4 {
    background-position: -75px 0;
}

.m-footer .fi-5 {
    background-position: -100px 0;
}

.m-footer a.active {
    color: var(--primary);
}

.m-footer a.active i {
    background-position-y: -25px;
}

/**/
/*.m-copyright{ margin-top: -55px; padding: 20px; text-align: center; line-height: 15px; }*/
.m-copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 20px;
    text-align: center;
    line-height: 15px;
}

.m-copyright ~ .main {
    padding-bottom: 55px;
}

/****************************************/
/**/
button, input {
    border: none;
    background-color: transparent;
}

.downloadbox {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(99, 99, 99, 0.43);
    border-radius: 7.5px;
    padding: 6.5px 9px;
    z-index: 20;
}

.icon_book {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.downloadbtn {
    width: 90px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
}

.bg1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.form-box {
    margin: 27vh 20px 0;
    position: relative;
    z-index: 2;
    padding: 0 17px 25px 20px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8.5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.inputbox {
    height: 48px;
    border-bottom: 1px solid #e5e5e5;
}

.inputbox.phone::before {
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    background-size: 12px 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/phone.png);
    margin-right: 15px;
}

.inputbox.pwd::before {
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/pwd.png);
    margin-right: 15px;
}

.inputbox input {
    border: none;
    font-size: 12px;
}

.inputbox .getcode {
    width: 60px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    height: 22px;
    background: #000000;
    border-radius: 4px;
    font-size: 12px;
}

.subbtn {
    width: 187.5px;
    height: 36.5px;
    line-height: 36.5px;
    background: #000000;
    box-shadow: 0px 2.5px 4.5px 0px rgba(68, 68, 68, 0.22);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 24px auto 0;
    display: block;
}

.fixcode {
    width: 53.5px;
    height: 58.5px;
    background: url(../images/fixcode.png) no-repeat center;
    background-size: 100%;
    position: fixed;
    right: 0;
    top: 59vh;
    z-index: 20;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 6px;
    padding-left: 6px;
}

.advbox {
    padding: 83px 20px 90px;
}

.advimg {
    position: relative;
    display: block;
    margin: 0 0 20px;
    z-index: 2;
}

.bdadvimg {
    position: relative;
    display: block;
    z-index: 2;
    margin: -2px 0 0;
}

.close {
    width: 26.5px;
    height: 26.5px;
    position: absolute;
    top: -28px;
    right: -28px;
}

.closeindex {
    width: 26.5px;
    height: 26.5px;
    position: absolute;
    margin: auto;
    left: 0px;
    margin-top: 10px;
    right: 0px
}

.wrapbox {
    position: relative;
}

.codebox {
    width: 330px;
    padding: 18px 0 29px;
    border-radius: 15px;
    background-color: #f6f6f6;
}

.codebox .code {
    width: 200px;
    height: auto;
    margin: 7px auto 0;
}

.codebox .title {
    font-size: 18px;
    padding-bottom: 7px;
}

.codebox .detail {
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
    white-space: pre-line;
}

[v-cloak] {
    display: none;
}

.form-box {
    margin: 32% 20px 0;
}

.tipbox {
    width: 300px;
    border-radius: 3px;
    overflow: hidden;
    background-color: transparent;
}

.tipbox .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    font-size: 15px;
    color: #696969;
}

.tipbox .details {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #616161;
}

.tipbox .downbtn {
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #272727;
}

.btn-groups {
    display: flex;
    padding: 20px 10px;
}

.btn-groups-border-radius {
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 0;
    max-width: 670px;
}

.btn-save-groups {
    padding: 20px 10px;
}

.btn-save-groups .btn {
    width: 75%;
    background: black;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
}

.btn-save-border-radius {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.btn-groups .btn {
    width: 50%;
    background: black;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
}

.btn-groups .btn.btn-black {
    background: black;
    color: white;
    margin-right: 5px;
}

.btn-groups .btn.btn-white {
    background: white;
    color: black;
    border: 1px solid black;
    margin-left: 5px;
}

.btn-img {
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}

.circle_process{
    top: 10px;
    right: 10px;
    position:absolute;
    width:47px;
    height:48px;
    background:#88333333;
    border-radius:50%;
}
.circle_process .wrapper{
    width:24px;
    height:48px;
    position:absolute;
    top:0;
    overflow:hidden;
}

.circle_process .circle{
    width:48px;
    height:48px;
    border:1px solid transparent;
    border-radius:50%;
    position:absolute;
    top:0;
    transform:rotate(-135deg);
}

.circle_process .left{
    left:0;
}