﻿* {
    margin: 0;
    padding: 0;
}


body {
    font-family: Microsoft YaHei,Helvetica;
    background-color: #bd2d22;
}

b, i {
    font-weight: normal;
    font-style: normal;
}

img {
    font-size: 0;
}

.wrap {
    width: 100%;
    height: auto;
    padding-bottom: 1.6rem;
    background: url(../images/bg.png) no-repeat rgba(189, 45, 34, 1);
    background-size: 100% auto;
    overflow: hidden;
}
.wrap-ylq {
    background: url(../images/bg_ylq.png) no-repeat rgba(189, 45, 34, 1) !important;
    background-size: 100% auto !important;
}
.top {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
}

.toplogo {
    top: 0.4rem;
    left: 0.6rem;
    position: absolute;
}

.logo {
    display: block;
    width: 2.5rem;
    height: auto;
}

.lqjgcx {
    display: block;
    width: 4.1rem;
    height: auto;
    margin: 0.8rem auto;
}

.center {
    width: 6.42rem;
    height: 5.5rem;
    margin: 1.3rem 0rem .1rem 9.2rem;
    background: url(../images/con_bg.png) no-repeat;
    background-size: 100% 100%;
}

.centerFormNoResult {
    width: 6.5rem;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
}

.centerForm {
    width: 4.3rem;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
}
.updateyjForm {
    width: 5.8rem;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    padding-top: 0.5rem;
}
.centerTit {
    font-size: .3rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: .55rem;
    margin-bottom: .3rem;
}

.formItem {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
    border: 2px solid rgba(189, 45, 34, .2);
    border-radius: 35px;
    padding: .05rem .3rem .05rem 0;
    box-sizing: border-box;
}

.formItem .formLabel {
    display: flex;
    align-items: center;
    /*width: 1.4rem;*/
    padding-left: .1rem;
    font-size: .18rem;
    color: #000;
    text-align: left;
}
.formItem .formLabel img{
    width: .26rem;
    height: auto;
    margin-right: 5px;
}

.formItem input {
    flex: 1;
    height: .45rem;
    line-height: .45rem;
    border: none;
    border-radius: 6px;
    font-size: .24rem;
    padding-left: .1rem;
    width: 0;
}
.formItem input:focus {
    border-radius: 0px;
    border: 0;
    outline: 0px solid #f3f3f3;
    box-shadow: 0px 0px 0px 0px #fafafa;
}
.formItem .required {
    color: #FF0000;
    padding-right: 5px;
    padding-top: 3px;
}

.formItem .formCode {
    width: 1.2rem;
    font-size: 0;
    padding-left: .2rem;
}

.formItem .formCode img {
    width: 1.2rem;
    height: .49rem;
    border-radius: 5px;
}

.updateyjformItem {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.updateyjformItem .formLabel {
    display: block;
    width: 1.2rem;
    padding-right: .25rem;
    font-size: .22rem;
    color: #000;
    text-align: right;
    flex-shrink: 0;
}

.updateyjformItem input {
    flex: 1;
    height: .45rem;
    line-height: .45rem;
    border: 2px solid #DBE0E9;
    border-radius: 6px;
    font-size: .24rem;
    padding-left: .1rem;
    width: 0;
}
.updateyjformItem textarea {
    flex: 1;
    border: 2px solid #DBE0E9;
    border-radius: 6px;
    font-size: .24rem;
    padding-left: .1rem;
    width: 0;
}

.updateyjformItem .required {
    color: #FF0000;
    padding-right: 5px;
}

.updateyjformItem .formCode {
    width: 1.6rem;
    font-size: 0;
    padding-left: .2rem;
}

.updateyjformItem .formCode img {
    width: 1.6rem;
    height: .49rem;
    border-radius: 5px;
}
.formBtn {
    width: 100%;
    height: .65rem;
    line-height: .65rem;
    background: rgba(189, 45, 34, 1);
    border-radius: 35px;
    border: none;
    font-size: .24rem;
    color: #fff;
    margin: .1rem auto 0;
}
.updateyjformBtn {
    width: 80%;
    height: .55rem;
    line-height: .55rem;
    background: rgba(189, 45, 34, 1);
    border-radius: 35px;
    border: none;
    font-size: .24rem;
    color: #fff;
    margin: .1rem auto 0;
}


.tipsWrap{
    width: 10.99rem;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.tips {
    width: calc(100% - .32rem);
    height: auto;
    background-size: 100% 100%;
    padding: .2rem .4rem;
    box-sizing: border-box;
    margin-left: 3.0rem;
}

.tips h5 {
    color: #fff;
    font-size: .2rem;
    padding-bottom: .15rem;
}

.tips p {
    color: #fff;
    font-size: .14rem;
    line-height: .26rem;
}

.footer {
    width: 100%;
    height: 1rem;
    text-align: center;
    color: #fff;
    font-size: .14rem;
    line-height: .25rem;
    background: #333333;
    padding-top: .1rem;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
}

/*没有查询到结果*/
.result {
    width: 6.5rem;
    min-height: 1.8rem;
    background: url(../images/sorry.png) no-repeat;
    background-size: 1.63rem auto;
    padding-left: 1.9rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 1.4rem;
}

.result h5 {
    color: #000;
    font-size: .48rem;
    font-weight: bold;
}

.result p {
    color: #000;
    font-size: .36rem;
}

.centerOffer {
    width: 9.82rem;
    height: 5.22rem;
    margin: 2.6rem auto .2rem;
    background: url(../images/ylq_bg.png) no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.offerCon {
    width: 7.1rem;
    margin: .2rem auto 0;
    background: #f2efeb;
    padding: .2rem 0;
}

.offerTit {
    width: 7.1rem;
    font-size: .32rem;
    font-weight: 400;
    color: #BE462B;
    text-align: center;
    margin: 1rem auto 0;
}

.offerTit img {
    vertical-align: middle;
    margin-right: .15rem;
    width: .38rem;
    height: auto;
}
.my-toupdateyj-div {
    font-size: .16rem;
    font-weight: 400;
    color: #444444;
    text-align: center;
    margin-top: 0.1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.offerCon ul {
    display: flex;
    flex-wrap: wrap;
}

.offerCon ul li {
    width: 50%;
    font-size: .2rem;
    line-height: .4rem;
    color: #333;
    display: flex;
}

.offerCon ul li label {
    display: inline-block;
    width: 1.1rem;
    text-align: right;
    padding-right: .1rem;
}
.offerConValLabel {
    flex: 1;
    text-align: left !important;
    padding-right: 10px;
}

/*弹框*/
.popWrap {
    position: fixed;
    background: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
}

.gkPcModal {
    position: fixed;
    background: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.modal_updateyj {
    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: .18rem;
    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: 6.4rem;
    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: .32rem;
    font-weight: bold;
    color: #000;
    padding: .1rem 0 .1rem 0;
}

.popTip p {
    font-size: .24rem;
    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: .28rem;
}

.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;
}
.updateyj {
    position: absolute;
    width: 7rem;
    height: 5.8rem;
    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;
}

.updateyj .close {
    position: absolute;
    width: .26rem;
    height: .26rem;
    background: url(../images/close.png) no-repeat;
    background-size: 100% auto;
    right: .35rem;
    top: .25rem;
}

.updateyj h5 {
    font-size: .2rem;
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-left: 0.2rem;
    padding-top: 0.1rem;
}

.updateyj 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 #a0524a;
}

.my-table-title {
    background-color: #75221a;
    font-weight: bold;
    padding: 0.05rem;
    color: white;
}

.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.4rem;
    height: .7rem;
    line-height: .7rem;
    background: #BD2D22;
    border-radius: 35px;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    margin: .0rem auto 0;
}

.popBtn {
    width: 3.6rem;
    height: .65rem;
    line-height: .65rem;
    background: #BD2D22;
    border-radius: 40px;
    font-size: .24rem;
    color: #FFFFFF;
    margin: .45rem auto 0;
}

/* 手机端适配方案*/
@media screen and (max-width: 750px) {
    .wrap {
        background: url(../images/mobile/bg.png) no-repeat rgba(189, 45, 34, 1);
        background-size: 100% auto;
    }
    .wrap-ylq {
        background: url(../images/mobile/bg.png) no-repeat rgba(189, 45, 34, 1) !important;
        background-size: 100% auto !important;
    }
    .offerCon ul li label {
        width: 1.8rem;
    }
    .updateyjformBtn {
        width: 80%;
        margin-left: 10% !important;
    }
    .lqjgcx {
        display: none;
    }

    .toplogo {
        width: 100%;
        top: 0.3rem;
        left: 0rem;
        position:static;
    }

    .logo {
        display: block;
        width: 2.97rem;
        height: auto;
        margin: 0.66rem auto;
    }

    .center {
        width: 6.42rem;
        height: 6.02rem;
        background: url(../images/mobile/con_bg.png) no-repeat;
        background-size: 100% auto;
        margin: 30vh auto 0;
    }

    .centerForm {
        width: 5.2rem;
    }
    .updateyjForm {
        width: 5.6rem;
    }

    .tipsWrap{
        width: 100%;
    }

    .tips {
        height: auto;
        margin: 0 auto;
        padding: .6rem .45rem;
    }

    .result {
        width: 5.1rem;
        min-height: 2.6rem;
        background: url(../images/sorry.png) no-repeat top center;
        background-size: 1.63rem auto;
        padding: 1.65rem 0 0 0;
        box-sizing: border-box;
        overflow: hidden;
        margin: 1.4rem auto .4rem;
        text-align: center;
    }

    .result h5 {
        /* margin-top: -.2rem; */
        padding-top: 0;
    }

    .centerOffer {
        width: 6.92rem;
        height: 7.4rem;
        margin: 30vh auto 0;
        background: url(../images/mobile/ylq_bg.png) no-repeat;
        background-size: 100% auto;
        overflow: hidden;
    }

    .offerCon {
        width: 5rem;
        margin: .3rem auto 0;
    }

    .offerTit {
        width: 4.8rem;
        text-align: center;
        margin: 1.2rem auto 0;
    }

    .offerCon ul li {
        width: 100%;
    }
    .my-toupdateyj-div {
        font-size: .16rem;
        font-weight: 400;
        color: #444444;
        text-align: center;
        margin-top: 0.4rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .popTip {
        width: 6.4rem;
        height: 5rem;
        background: url(../images/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%;
    }
    .updateyj {
        width: 6.4rem;
        height: 5.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;
    }
    .updateyjForm {
        padding-top: 0.4rem;
    }
    .tips p {
        color: #fff;
        font-size: .18rem;
        line-height: .3rem;
    }
    .footer {
        height: 0.9rem;
    }
}

.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(189, 45, 34) 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;
}



