.customer_pop {
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.customer_pop .customer_content {
    width: 6rem;
    height: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.customer_pop .customer_content .customer_round2 {
    width: 1.24rem;
    height: .84rem;
    background: #3AA41E;
    position: absolute;
    top: 0;
    right: 0;
}

.customer_pop .customer_content .customer_round {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: rgba(227, 13, 44, .34);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(24%, -48%);
    z-index: 1;
}

.customer_content .customer_title {
    font-size: .32rem;
    text-align: center;
    margin-top: .4rem;
    margin-bottom: .28rem;
    font-weight: 600;
    color: black;
}

.customer_content .customer_tip {
    color: #626262;
    font-size: .26rem;
    line-height: .48rem;
    margin: 0 .3rem;
}

.customer_content .content_itme {
    font-size: .26rem;
    color: #3E3E3E;
    margin: .3rem .5rem;
    line-height: .56rem;
    text-indent: 2em;
    background: url("../images/customer_icon.png") no-repeat top .15rem right 10%;
    background-size: .26rem;
}

.customer_content .content_itme a {
    color: #3E3E3E;
}

.customer_content .content_btn {
    color: white;
    font-size: .28rem;
    text-align: center;
    height: .7rem;
    width: 2.6rem;
    line-height: .7rem;
    border-radius: 2px;
    background-color: #E31F2C;
    margin: .5rem auto .3rem;
    /* position: absolute;
     bottom: .4rem;
     left: 50%;
     transform: translateX(-50%);*/
}
