html {
    font-size: 13.3333vw !important;
}


body {
    font-size: 0.28rem !important;
    margin: 0px;
}

@media(min-width:750PX) {
    html {
        font-size: 100PX !important;
    }
}

#app{
    width:100%;
    max-width:750px;
    margin:auto
}

.h1{
    font-size:0.48rem;
    margin-top:0.2rem;
}
.senddisabled {
    pointer-events: none;
    border: 1px solid #777 !important;
    color: #777 !important;
}
.hidebtn {
    display: none !important;
}
.loginBot{margin-top:0.8rem}

.pageView {
    height: 100vh;
    padding: 0.63rem 0.55rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.xyBox {
    display: flex;
    align-items:center;
    font-size: 0.24rem;
    margin-top: 0.5rem;
}
.xyBox .label{margin-right:0;}

p.heads {
    font-size: 0.48rem;
    text-align: left;
    color: #333333;
    font-weight: bold;
}
.demoForm .item .phoneInput {
    margin-top: 0.15rem;
}
.formItem {
    margin: 0.15rem auto 0.4rem;
}
.formItem .title {
    font-size: 0.28rem;
    color: #666666;
}
.formItem .item {
    display: flex;
    width: 100%;
    min-height: 0.96rem;
    background: #F2F5F7;
    border: 1px solid #F2F5F7;
    border-radius: 6px;
    margin-top: 0.15rem;
    position: relative;
}
.formItem .item img {
    width: 0.38rem;
    height: 0.38rem;
}
.phoneInput {
    width: 6.06rem;
    height: 0.96rem;
    line-height: 0.96rem;
    background: none;
    border-radius: 20px;
    border: none;
    text-indent: 3em;
    display: block;
    position: relative;
    font-size: 0.3rem;
}
.codeNum {
    width: 4rem
}
.demoForm .phoneInput {
    text-indent: 1em;
}
.itemCode {
    display: flex;
    justify-content: space-between;
    margin-top: 0.15rem;
}
.itemCode .item {
    width: 4.3rem;
    margin: 0 0.3rem 0 0;
}

.demoForm .title {
    font-size: 0.28rem;
    color: #666666;
    margin-bottom: 0.14rem;
}
.demoForm .item {
    margin-bottom: 0.4rem;
}

*:focus {
    outline: none;
    background: #F2F5F7;
}


::selection {
    background: #F2F5F7;
}

::-moz-selection {
    background: #F2F5F7;
}
.item > .icon{
    position: absolute;
    left: 0.24rem;
    top: 0.29rem;
    z-index: 9;
}
.codeBtn {
    width:fit-content;
    height: 0.96rem;
    flex-shrink:0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 2px solid #0084ff;
    padding:0 0.3rem;
    font-size: 0.28rem;
    color: #0084ff;
    text-decoration: none;
}

.footerBtn {
    width: 6.1rem;
    margin: 15px auto 0;
    display: flex;
    background: #0084ff;
    height: 1.1rem;
    box-shadow: 0px 0.1rem 0.12rem 0px #0084ff33;
    border-radius: 200px;
    z-index: 999999;
}
.sendBtn {
    color: #FFFFFF;
    font-size: 0.48rem;
    text-align: center;
    width: 6.7rem;
    height: 1.1rem;
    line-height: 1.1rem;

}
/*Э��*/
label {
    line-height: 10px;
    display: inline-block;
    margin-left: 5px;
    /* margin-right: 15px; */
    color: #777;
}
input[type=checkbox] {
    appearance: none !important;
    -webkit-appearance: none;
    outline: none;
    border: none !important;
}


.radio_type {
    width: 16px;
    height: 16px;
    appearance: none !important;
    position: relative;
    margin-right: 0.1rem;
}
.radio_type {
    width: 0.24rem;
    height: 0.24rem;
    appearance: none;
    position: relative;
    margin-right: 0.1rem;
}

    .radio_type:before {
        content: '';
        width: 0.24rem;
        height: 0.24rem;
        border: 1px solid #7d7d7d;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
    }

    .radio_type:checked:before {
        content: '';
        width: 16px;
        height: 16px;
        border: 1px solid #0084ff;
        background: #0084ff;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
    }

    .radio_type:checked:after {
        content: '';
        width: 8px;
        height: 4px;
        border: 2px solid white;
        border-top: transparent;
        border-right: transparent;
        text-align: center;
        display: block;
        position: absolute;
        top: 5px;
        left: 4px;
        vertical-align: middle;
        transform: rotate(-45deg);
    }

    .radio_type:checked + label {
    }


#errmsg{padding:0 !important;}

#checkcode{font-size:0.32rem;}


.layerMain{
    min-width: 86%;
    background:#fff;
    border-radius: 0.1rem;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    z-index:2;
}
.layerTitle{
    width:100%; height:0.8rem;
    display:flex; align-items:center;
    padding:0 0.2rem;
}
.layerClose{
    width:0.5rem; height:0.5rem;
    position:relative;
}
.layerClose:before,
.layerClose:after{
    content:'';
    width:80%;
    height:1px;
    background: #666;
    display:block;
    position:absolute;
    left:50%;
    top:50%;
}
.layerClose:before {
    transform:translate(-50%, -50%) rotate(45deg);
}
.layerClose:after {
    transform:translate(-50%, -50%) rotate(-45deg);
}
.layerContent{
    padding:0.2rem 0.2rem 0.4rem;
}
.layerShadow{
    width:100%; height:100%;
    position:absolute; left:0; top:0;
    background:rgba(0,0,0,0.7);
    z-index:1;
}

.loading[data-v-23986370], .loading > div[data-v-23986370] {
    position: relative;
    box-sizing: border-box
}

.loading[data-v-23986370] {
    display: block;
    font-size: 0;
    color: #0084ff
}

.loading.la-dark[data-v-23986370] {
    color: #333
}

.loading > div[data-v-23986370] {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.loading[data-v-23986370] {
    width: 54px;
    height: 18px
}

.loading > div[data-v-23986370] {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
}
.loading.animation > div[data-v-23986370] {
    animation: ball-beat-23986370 .7s -.15s infinite linear
}
    .loading > div[data-v-23986370]:nth-child(2n-1) {
        animation-delay: -.5s
    }
@keyframes ball-beat-23986370 {
    50% {
        opacity: .2;
        transform: scale(.75)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

[v-cloak] {
    display: none;
} 