* {
    margin: 0;
    padding: 0;
}


body {
    font-family: Microsoft YaHei;
}

b, i {
    font-weight: normal;
    font-style: normal;
}

img {
    font-size: 0;
}

.wrap {
    width: 100%;
    height: auto;
}

.top {
    width: 100%;
    height: 2.2rem;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.toplogo {
    top: 0.6rem;
    left: 4.5rem;
    position: absolute;
}

.logo {
    display: block;
    width: 2.5rem;
    height: auto;
}

.dzxt {
    display: block;
    width: 4.1rem;
    height: auto;
    margin: 0.8rem auto;
}
.dzxttxt {
    font-size: 0.37rem;
    color: white;
    line-height: 0.5rem;
    margin-top: 0.8rem;
}

.center {
    /*width: 100%;*/
    height: 4.5rem;
    margin: .0rem 4rem .1rem 4rem;
    background: url(../images/con_bg.png) no-repeat;
    background-size: 100% auto;
}


.centerForm {
    width: 5.3rem;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
}

.centerTit {
    font-size: .3rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: .45rem;
    margin-bottom: .3rem;
}

.formItem {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.formItem .formLabel {
    display: block;
    width: 1.2rem;
    padding-right: .25rem;
    font-size: .22rem;
    color: #000;
    text-align: right;
    flex-shrink: 0;
}

.formItem input {
    flex: 1;
    height: .45rem;
    line-height: .45rem;
    border: 2px solid #DBE0E9;
    border-radius: 6px;
    font-size: .24rem;
    padding-left: .1rem;
    width: 0;
}

.formItem .required {
    color: #FF0000;
    padding-right: 5px;
}

.formItem .formCode {
    width: 1.6rem;
    font-size: 0;
    padding-left: .2rem;
}

.formItem .formCode img {
    width: 1.6rem;
    height: .49rem;
    border-radius: 5px;
}

.formBtn {
    width: 100%;
    height: .55rem;
    line-height: .55rem;
    background: #386AFF;
    border-radius: 6px;
    border: none;
    font-size: .24rem;
    color: #fff;
    margin: .1rem auto 0;
}
.tipsWrap{
    width: 10.99rem;
    height: auto;
    background: url(../images/tip_left.jpg) repeat-y;
    background-size: 0.16rem auto;
    margin: 0 auto .2rem;
    position: relative;
}
.tipsWrap::after{
    content: "";
    position: absolute;
    width: .16rem;
    height: calc(100% - 0.32rem);
    background: url(../images/tip_left.jpg) repeat-y;
    background-size: 0.16rem auto;
    right: 0;
    top: .16rem;
}
.tipTop{
    width: 100%;
    height: .16rem;
    background: url(../images/tip_left.jpg) repeat-x;
    background-size: auto 100%;
}
.tips {
    width: calc(100% - .32rem);
    height: auto;
    background: #fff;
    background-size: 100% 100%;
    padding: .2rem;
    box-sizing: border-box;
    margin: 0 .16rem;
}

.tips h5 {
    color: #000;
    font-size: .24rem;
    padding-bottom: .15rem;
}

.tips p {
    color: #000;
    font-size: .16rem;
    line-height: .3rem;
}

.footer {
    width: 100%;
    height: 0.8rem;
    text-align: center;
    color: #fff;
    font-size: .14rem;
    line-height: .2rem;
    background: #333333;
    padding-top: .2rem;
    box-sizing: border-box;
}


/*弹框*/
.popWrap {
    position: fixed;
    background: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.loadBox {
    position: absolute;
    width: 5.6rem;
    height: 2rem;
    background: url(../images/load_bg.png) no-repeat;
    background-size: 100% auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: .08rem;
    box-sizing: border-box;
    display: none;
}

.loadBox img {
    vertical-align: middle;
}

.loadBox span {
    color: #000;
    font-size: .28rem;
    display: inline-block;
    vertical-align: middle;
}

.popTip {
    position: absolute;
    width: 7rem;
    height: 5rem;
    background: url(../images/pop_bg.png) no-repeat;
    background-size: 100% auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 0;
    display: block;
}

.popTip .close {
    position: absolute;
    width: .26rem;
    height: .26rem;
    background: url(../images/close.png) no-repeat;
    background-size: 100% auto;
    right: .35rem;
    top: .25rem;
}

.popTip h5 {
    font-size: .28rem;
    font-weight: bold;
    color: #000;
    padding: .1rem 0 .1rem 0;
}

.popTip p {
    font-size: .2rem;
    color: #000;
}

.popTip img {
    margin-top: .4rem;
    width: 1.87rem
}

.popBtn {
    width: 3.2rem;
    height: .6rem;
    line-height: .6rem;
    background: #386AFF;
    border-radius: 6px;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    margin: .45rem auto 0;
}

/* 手机端适配方案*/
@media screen and (max-width: 750px) {
    .top {
        background: url(../images/mobile/bg.png) no-repeat;
        background-size: 100% auto;
        height: 4.6rem;
    }
    .formBtn {
        width: 80%;
        margin-left: 10% !important;
    }
    .dzxt {
        /*display: none;*/
        width: 4.6rem;
        margin-bottom: 0rem;
        margin-top: 1.6rem;
    }
    .dzxttxt {
        margin-top: 1.6rem;
    }

    .toplogo {
        width: 100%;
        top: 0.3rem;
        left: 0rem;
        position: absolute;
    }

    .logo {
        display: block;
        width: 3.5rem;
        height: auto;
        margin: 0.2rem auto;
    }

    .center {
        background: url(../images/mobile/con_bg.png) no-repeat;
        background-size: 100% 95%;
        height: 5.5rem;
        margin: .0rem 0rem .0rem 0rem;
    }

    .centerTit {
        font-size: .3rem;
    }

    .centerForm {
        width: 5.2rem;
    }
    .tipsWrap{
        width: 90%;
    }

    .popTip {
        width: 6.4rem;
        height: 5rem;
        background: url(../images/mobile/pop_bg.png) no-repeat;
        background-size: 100% auto;
    }
}

.disabledQuery {
    background: #a09d9d;
}
:root {
    --bg--: rgb(255, 255, 255);
  }
/*loading动画*/
@-webkit-keyframes loading {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes loading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.loading-view {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    position: relative;
    background: conic-gradient(rgba(255, 255, 255, 0) 0%, rgb(56, 106, 255) 100%);
    animation: loading linear 3s infinite;
  }
  .loading-view::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--bg--);
    transform: scale(0.7);
    position: absolute;
    top: 0;
    left: 0;
  }



