/*号码认证*/
.hmrz_maina {
    margin-bottom: 60px;
}

.hmrz_maina .tit {
    font-size: 22px;
    color: #2498d4;
    margin-bottom: 22px;
}

.hmrz_maina .des {
    color: #555;
    font-size: 1rem;
    line-height: 30px;
}

.hmrz_maina .content {
    margin-top: 10px;
    position: relative;
}

.hmrz_maina .content .box {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.hmrz_maina .content .box .text {
    background: #79bce6;
    padding: 200px 0 60px 0;
    margin-top: -170px;
}

.hmrz_maina .content .box h3 {
    color: #FFF;
    margin-bottom: 25px;
    font-size: 18px;
    margin-top: 5px;
}

.hmrz_maina .content .box p {
    line-height: 16px;
    font-size: 1rem;
    color: #FFF;
    margin-bottom: 0;
}

.hmrz_maina .content .tip {
    position: absolute;
    right: 40px;
    bottom: 10px;
    color: #FFF;
    font-size: 1rem;
}

.hmrz_mainb {
    margin-bottom: 60px;
}

.hmrz_mainb .tit {
    font-size: 22px;
    color: #2498d4;
    margin-bottom: 22px;
}

.hmrz_mainb .text p {
    color: #555;
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 0;
    padding-left: 20px;
}

.hmrz_mainb .text p .num {
    margin-left: -20px;
}

.hmrz_mainb .text p span {
    color: #ee034e;
}

.hmrz_mainc {
    margin-bottom: 60px;
}

.hmrz_mainc .tit {
    font-size: 22px;
    color: #2498d4;
    margin-bottom: 22px;
}

.hmrz_mainc .text {
    color: #555;
    font-size: 1rem;
    line-height: 30px;
}

.hmrz_maind {
    margin-bottom: 60px;
}

.hmrz_maind .tit {
    font-size: 22px;
    color: #2498d4;
    margin-bottom: 22px;
}

.hmrz_maine {
    margin-bottom: 60px;
}

.hmrz_maine .tit {
    font-size: 22px;
    color: #2498d4;
    margin-bottom: 22px;
}

.hmrz_maine .text {
    color: #555;
    font-size: 1rem;
    line-height: 30px;
}

.hmrz_mainf {
}

.hmrz_mainf .tit {
    font-size: 22px;
    color: #2498d4;
    margin-bottom: 22px;
}

/*我的数据*/
.shuju {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shuju .shuju-row {
    flex: 0 0 33.33333%;
    display: flex;
    justify-content: center;
}

.shuju .shuju-col {
    width: 217px;
    height: 234px;
    position: relative;
}

.shuju .shuju-col img {
    width: 217px;
    height: auto;
    display: inline-block;
}

.shuju .shuju-col-data {

    position: absolute;
    display: flex;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 90px;
    left: 40px;
    width: 140px;
    text-align: center;
}

.shuju .shuju-col-data-p1 {
    color: red;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.shuju .shuju-col-data-p2 {
    color: #999;
    font-size: 1rem;
    letter-spacing: 4px;
    line-height: 1rem;
    text-align: center;
    margin-bottom: 10px;
}

.qdhz .qdhz-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.qdhz .qdhz-row .qdhz-column2 {
    width: 120px;
    background-color: #47a9e8;
    color: white;
    text-align: center;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: 2px;
    border-radius: 3rem;
}

.qdhz .qdhz-row .qdhz-column4 {
    width: 120px;
    background-color: #47a9e8;
    color: white;
    text-align: center;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: 2px;
    border-radius: 3rem;
    float: right;
}

.qdhz .qdhz-row .qdhz-san1 {
    flex: 1;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #47a9e8;
}

.qdhz .qdhz-row .qdhz-lianxi {
    flex: 6;
    background-color: white;
    border: solid 1px #999;
    color: #444;
    text-align: center;
    height: 4rem;
    font-size: 1.2rem;
    line-height: 4rem;
    border-radius: 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.qdhz .qdhz-row .qdhz-lianxi2 {
    font-size: 1rem;
}

.qdhz .qdhz-row .qdhz-san2 {
    flex: 1;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #47a9e8;
}