﻿.content {
    width: 1200px;
    /* border: 1px solid red; */
    height: 100%;
    font-size: 14px;

}
.creditQueryTitle {font-size: 24px;text-align: center;}
.creditQueryTitle span {display: inline-block; color: #ea3e3e; padding-bottom: 5px; border-bottom: 4px solid #ea3e3e;}
.input-box {
    width: 15%;
    height: 30px;
    padding: 4px;
    background: #fff;
    border: 1px solid #b3b3b3;
}

.title {
    text-align: center;
}

.title span {
    color: #ea3e3e;
    font-size: 24px;
    border-bottom: 4px solid #ea3e3e;
    padding-bottom: 5px;
}

.t {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    background: #e7e7e7;
    display: flex;
    align-items: center;
}

.t div {
    width: 18%;
    border-right: 1px solid #cacaca;
    text-align: center;
    line-height: 49px;
    font-size: 18px;
    cursor: pointer;
    background: #fff;
}

.t .this {
    background: #de1f20;
    color: #fff;
}
.t span{
    cursor: pointer;
}

.mid {
    padding: 20px;
    border: 1px solid #bebebe;
    position: relative;
    display: none;
}

.line {
    border-bottom: 2px solid #bebebe;
}

.line div {
    width: 60px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #e22323;
    margin-bottom: -2px;
    color: #e22323;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.line div::after {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    bottom: -12px;
    width: 0px;
    height: 0px;
    background: #fff;
    border-top: 5px solid #e22323;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    z-index: 0;
    /* transform: rotate(-45deg); */
    /* background: #e22323; */
}

.city {
    margin-top: 25px;
    /* border:1px solid red; */
    position: relative;
}

.city span::after {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-bottom: 1px solid #e22323;
    border-left: 1px solid #e22323;
    transform: rotate(-45deg);
    background: #e22323;
    opacity: 0;
}
.city span {
    padding-left: 15px;
    padding-right: 15px;
/* padding-top: 12px;
padding-bottom: 10px;
height: 40px;
line-height: 40px;*/
white-space: nowrap;
    position: relative;
    display: inline-block;
    position: relative;
    z-index: 3;
}


.city .cc {
    line-height: 40px;
}

.city .this {
    background: #009ce7;
    color: #fff;
}

.city span:hover {
    cursor: pointer;
    background: #e22323;
    color: #fff;
}

.section {
    padding: 10px;
    border: 1px solid #e22323;
    position: absolute;
    /* bottom: 0px; */
    width: calc(100% - 20px);
    background: #fff;
    display: flex;
    flex-flow: wrap;
    display: none;
    z-index: 3;
}

.city span:hover::after {
    opacity: 1;
}

.section span {
    width: 15%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
    white-space: normal;
    padding: 8px;
}

.section span:hover {
    color: #009ce7;
    background: #fff;
}

.section span:hover::after {
    opacity: 0;
}
/*将section下的弹窗默认隐藏掉,让他在之后点击才能显示*/
.cc:hover+.section {
    display: flex;
}

.cc {
    /* border:1px solid red; */
    display: inline-block;
}

.section:hover {
    display: flex;
}

.seach {
    /* border: 1px solid red; */
    margin-top: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;

}

.seach input {

    width: 30%;
    height: 30px;
    /* padding: 4px; */
    background: #fff;
    border: 1px solid #b3b3b3;
    margin-left: 20px;
    margin-right: 25px;

}

.seach button {
    width: 81px;
    height: 32px;
    background: #ea3e3e;
    color: #fff;
    font-size: 14px;

}
.seach .so {
    width: 81px;
    height: 32px;
    background: #ea3e3e;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 5%;

}


.mid table {
    width: 100%;
    border: 1px solid red;
    /*margin-left: 5%;*/
    margin-top: 20px;
    border: 1px solid #ccc;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
}

.mid table th {
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 40px;
    background: #ea3e3e;
    color: #fff;

}

.mid table td{
    padding: 5px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    border-collapse: collapse;
    line-height: 40px;
    border-spacing: 0;

}
.t span{
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
}
.section:hover{
    background: #fff;
    z-index: 3;
}
.b0{
    display: block;
}
.b1{
    display:none;
}

.process-btn {color: #ea3e3e;border: 0 none;min-width: 81px;height: 45px;padding: 4px;background: #e5e5e5;border-bottom: 1px solid #cacaca;text-align: center;font-size: 15px;text-decoration:underline;}
    
