*{
    box-sizing: border-box;
}
.hidden, .hidden-wrap {
    display: none
}

.nav-list, .service-content .claims-content .text-content {
    overflow: hidden
}

body {
    min-width: 1120px
}

.hidden-wrap {
    background-color: gray;
    width: 100%;
    height: 3000px;
    position: absolute;
    z-index: 21;
    opacity: .3;
    filter: alpha(opacity=30)
}

.footer-container .footer .company-info {
    z-index: 31
}

.service-container {
    width: 1200px;
    background-color: #f5f6fa;
    /*padding-bottom: 140px;*/
    /*height:2000px;*/
    margin:0 auto;
}
p{
    margin: 0;
    padding: 0;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b3b3b3;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b3b3b3;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b3b3b3;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3;
}
.queryhome{
    width: 466px;
    padding: 100px 0;
    margin: 0 auto;
}
.title{
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #1a1a1a;
    line-height: 34px;
    margin-bottom: 50px;
    margin-top: 0;
    font-weight: bolder;
}
.tabTitle{
    width: 100%;
    height: 44px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.tabTitle .tab_item{
    float: left;
    width: 153px;
    margin-right: 2px;
    background-color: #5dc3de;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    font-weight: bold;
    cursor: pointer;
}
.tabTitle .activeTab{
    background-color: #fabf00;
}
.infocont {
    margin: 30px 0 50px;
    position: relative;
}
.infocont .infoline {
    position: relative;
    height: 44px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    font-size: 16px;
    color: #707070;
    line-height: 44px;
    margin-bottom: 20px;
}
.infocont .infoline p{
    float: left;
}
.infocont .infoline div{
    float: right;
}
.infocont .infoline input{
    width: 340px;
    padding: 10px 0 10px 20px;
    height: 44px;
    line-height: 24px;
    border: 1px solid #e5e5e5;
}
.infocont .infoline input:focus{
    outline: none;
    border: 1px solid #fabf00;
}
.infocont .infoline .errColor{
    border: 1px solid #ec6732;
}
.infocont .infoline .identInp{
    width: 208px;
    margin-right: 12px;
    position: absolute;
    left: 0;
}
.infocont .infoline div{
    position: relative;
    width: 340px;
}
.infocont .infoline .codebox, .infocont .infoline .codeimgbox{
    width: 120px;
    height: 44px;
    position: absolute;
    right: 0;
}
.infocont .infoline .identCode{
    position: absolute;
    left: 0;
    width: 120px;
    height: 44px;
    background-color: #fabf00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.infocont .infoline .codeImg{
    position: absolute;
    left: 0;
    width: 120px;
    height: 44px;
    cursor: pointer;
}
.infocont .infoline .errTip{
    position: absolute;
    left: 486px;
    font-size: 14px;
    color: #ec6732;
    width: 200px;
    display: none;
}
.infocont .infoline .errTip img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.infocont .infoline .idCardTip{
    position: absolute;
    left: -26px;
    top: 14px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.infocont .infoline .borderUp{
    display: none;
    z-index: 3;
    position: absolute;
    left: -26px;
    top: 41px;
    width: 0;
    height: 0;
    border-width: 0 9px 11px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
.infocont .infoline .idTipCont{
    display: none;
    position: absolute;
    top: 52px;
    left: -46px;
    width: 512px;
    padding: 15px 20px;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: 1px 1px 5px #eee;
    -moz-box-shadow: 1px 1px 5px #eee;
    box-shadow: 1px 1px 5px #eee;
    font-size: 14px;
    color: #707070;
    line-height: 20px
}
.botnBox{
    position: relative;
    width: 120px;
    margin: 0 auto;
}
.botnBox .botn{
    position: absolute;
    width: 120px;
    height: 44px;
    background-color: #ec6732;
    border-radius: 22px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    font-weight: bold;
    cursor: pointer;
}
.loading-pop{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}
.pop-block-wrap{
    width: 100px;
    height: 50px;
    background: white;
    border: 1px solid #fabf00;
    border-radius: 12px;
    text-align: center;
    line-height: 50px;
}