* {
    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.8rem;
    left: 4.5rem;
    position: absolute;
}

.logo {
    display: block;
    width: 2.5rem;
    height: auto;
}

.lqjgcx {
    display: block;
    width: 4.1rem;
    height: auto;
    margin: 0.8rem auto;
}

.center {
    /*width: 100%;*/
    height: 4.5rem;
    margin: .0rem 4rem .1rem 4rem;
    background: url(../images/con_bg.png) no-repeat;
    background-size: 100% auto;
}

.centerFormNoResult {
    width: 6.5rem;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
}

.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: 1.6rem;
    text-align: center;
    color: #fff;
    font-size: .14rem;
    line-height: .3rem;
    background: #333333;
    padding-top: .5rem;
    box-sizing: border-box;
}

/*没有查询到结果*/
.result {
    width: 6.5rem;
    min-height: 2.2rem;
    background: url(../images/sorry.png) no-repeat;
    background-size: 2.23rem auto;
    padding-left: 2.3rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0.6rem;
}

.result h5 {
    color: #000;
    font-size: .3rem;
    font-weight: bold;
    padding-top: .75rem;
}

.result p {
    color: #000;
    font-size: .25rem;
    padding-top: .1rem;
}

.centerOffer {
    width: 11.3rem;
    height: 6.23rem;
    margin: 0 auto .2rem;
    background: url(../images/ylq_bg.png) no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.offerCon {
    width: 8rem;
    margin: .5rem auto 0;
}

.offerTit {
    font-size: .32rem;
    font-weight: 400;
    color: #BE462B;
    text-align: center;
    margin-top: 1.2rem;
}

.offerTit img {
    vertical-align: middle;
    margin-right: .15rem;
    width: .38rem;
    height: auto;
}

.offerCon ul {
    display: flex;
    flex-wrap: wrap;
}

.offerCon ul li {
    width: 50%;
    font-size: .18rem;
    line-height: .4rem;
    display: flex;
}

.offerCon ul li label {
    display: inline-block;
    /*width: 1.5rem;*/
    width: 35%;
    text-align: right;
    padding-right: .1rem;
}

.offerConValLabel {
    text-align: left !important;
    width: 65%;
}

/*弹框*/
.popWrap {
    position: fixed;
    background: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.gkPcModal {
    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
}


.gkPcTip {
    position: absolute;
    width: 7rem;
    height: 7.6rem;
    background: url(../images/pop_bg_pc.png) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 0;
    display: block;
    padding: 0.2rem;
}

.gkPcTip .close {
    position: absolute;
    width: .26rem;
    height: .26rem;
    background: url(../images/close.png) no-repeat;
    background-size: 100% auto;
    right: .35rem;
    top: .25rem;
}

.gkPcTip h5 {
    font-size: .2rem;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-left: 0.2rem;
    padding-top: 0.1rem;
}

.gkPcTip p {
    font-size: .2rem;
    color: #000;
}

.my-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.16rem;
}

.my-table tr {
    height: 0.3rem;
}

.my-table td {
    text-align: center;
    line-height: 0.3rem;
    border: 1px solid #95a8c3;
}

.my-table-title {
    background-color: #c8dffb;
    font-weight: bold;
    padding: 0.05rem;
}

.my-table-sfmc {

}

.my-table-pcmc {
    text-align: left !important;
    padding: 0.05rem;
}

.my-table-div {
    margin-top: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.15rem;
    margin-right: 0.1rem;
    height: 6.8rem;
    overflow-y: scroll;
}

.my-table-div::-webkit-scrollbar {
    /*滚动条宽*/
    width: 0.05rem;
}

.my-table-div::-webkit-scrollbar-thumb {
    /*正在滑动的小块*/
    border-radius: 45px;
    background-color: rgb(203 216 245);
}

.my-table-div::-webkit-scrollbar-track {
    /*滚动内部轨道*/
    box-shadow: inset 0 0 0.05rem #deecff;
    background: #f0f7ff;
    border-radius: 45px;
}

.popBtnNoResult {
    width: 4.2rem;
    height: .6rem;
    line-height: .6rem;
    background: #386AFF;
    border-radius: 6px;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    margin: .0rem auto 0;
}

.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;
    }

    .lqjgcx {
        display: none;
    }

    .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%;
    }

    .result {
        width: 5.1rem;
        min-height: 2.6rem;
        background: url(../images/sorry.png) no-repeat top center;
        background-size: 2.53rem auto;
        padding: 2.45rem 0 0 0;
        box-sizing: border-box;
        overflow: hidden;
        margin: .2rem auto .4rem;
        text-align: center;
    }

    .result h5 {
        margin-top: -.2rem;
        padding-top: 0;
    }

    .centerOffer {
        width: 6.7rem;
        height: 7.03rem;
        margin: 0 auto;
        background: url(../images/mobile/ylq_bg.png) no-repeat;
        background-size: 100% auto;
        overflow: hidden;
    }

    .offerCon {
        width: 4.8rem;
        margin: .5rem auto 0;
    }

    .offerTit {
        width: 4.8rem;
        text-align: center;
        margin: .8rem auto 0;
    }

    .offerCon ul li {
        width: 100%;
    }

    .popTip {
        width: 6.4rem;
        height: 5rem;
        background: url(../images/mobile/pop_bg.png) no-repeat;
        background-size: 100% auto;
    }

    .gkPcTip {
        width: 6.4rem;
        height: 9.8rem;
        background: url(../images/mobile/pop_bg_pc.png) no-repeat;
        background-size: 100% 100%;
    }
    .my-table-div {
        margin-top: 0.2rem;
        padding-left: 0.2rem;
        padding-right: 0.15rem;
        margin-right: 0.1rem;
        height: 9rem;
        overflow-y: scroll;
    }
}

.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;
}



