.main{
    width: 100vw;
    background: url('../img/complaint-bg.png') no-repeat;
    background-size: 100%;
    padding-top: 139px;
}
.cx_center{
    max-width:600px;
    height:539px;
    background:rgba(255,255,255,1);
    margin:0 auto;
    border-radius: 10px;
    position: relative;
}
.cx_top{
    width:100%;
    height:140px;
    font-size:24px;
    font-family:HiraginoSansGB-W3;
    color:rgba(153,153,153,1);
    line-height:95px;
    text-align: center;
    background-image: url(../img/tsTop.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position:center;
    border-radius: 10px 10px 0 0;
}
.tel_tip{
    padding:0 50px;
    /* margin-top: 54px; */
    overflow: hidden;
}
.yan_tip{
    padding: 0 50px;
    margin-top: 16px;
    overflow: hidden;
    position:relative;
}
.cx_tip{
    font-size:15px;
    font-family:HiraginoSansGB-W3;
    color:rgba(102,102,102,1);
    line-height:38px;
    margin-right: 16px;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    /* float: left; */
}
.tel{
    width:100%;
    height:46px;
    border-radius: 5px;
    border:0;
    outline:none;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
    background: #fafafa;
    font-size: 16px;
}
.yan{
    width:100%;
    height:46px;
    background: #fafafa;
    border-radius: 5px;
    border:0;
    outline:none;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
}
.gain_yan{
    width:110px;
    height:38px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #1677FF;
    line-height:38px;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
    position:absolute;
    right:46px;
    top:76px
}

.query_cx{
    max-width:100%;
    margin: 0 50px;
    height:54px;
    background: #FF8503;
    border-radius: 5px;
    font-size:18px;
    font-family:HiraginoSansGB-W3;
    color:rgba(255,255,255,1);
    line-height:54px;
    text-align: center;
    /* margin:0 auto; */
    margin-top: 55px;
    cursor: pointer;
}
.inforword{
    width:200px;
    height:50px;
    font-size: 18px;
    line-height: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -100px;
    margin-top: -25px;
    border-radius: 10px;
    display: none;
}
.huiActive{
    color: #999 !important;
}

@media (max-width: 768px) {
    .main{
        padding-top: 30px;
    }  
}