@charset "UTF-8";
button{cursor: pointer;}
.container{
    background-color: #fff;
}
.showMapSection{
    background-color: #fff;
}
.bannerStyle{
    width: 100%;
    margin-bottom: 41px;
}


.changeSpan a {
    display: inline-block;
    width: 68px;
    height: 40px;
    background: #3A91E2;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}
#search_form .errorInfo{
    margin-left: -122px;
    color: #f00;
    display: none;
    position: absolute;
    top: -20px;
}
#search_form .itemStyle{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 29px;
    text-align: center;
}

#search_form .itemStyle:last-child{margin-top: 38px;margin-bottom: 60px;}

#search_form label{
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    margin-right: 10px;
}
#search_form input{
    width: 342px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    padding-left: 13px;
}

/*#search_form div:first-child,#search_form div:last-child{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-content: center;*/
/*}*/
.safeCodeWrap {
    width: 101px;
    height: 40px;
    border-radius: 4px;
    margin-right: 6px;
}

#search_form div:first-child span,#search_form div:last-child span{
    margin-left: 10px;
}
.safeCodeWrap img{display:block;height: 40px}
#search_form .safecode {
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding-left: 13px;
    font-size: 14px;
    color: #90a2bc;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #DDDDDD;
    margin-right: 6px;
}

#contactUsList_div{
    width: 1152px;
    margin: 0 auto;
    display: none;
}


.content{
    width: 1200px;
    padding: 50px 24px 58px 24px;
    margin: 0 auto;
    border: 1px solid rgba(153, 153, 153, 0.26);
}

.switchUl {display: flex;justify-content: center;align-content: center;margin-bottom: 3px;}
.switchUl li{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.switchUl li:first-child{
    margin-right: 37px;
}
.switchUl li.active{
    font-weight: bold;
    color: #333333;
}
.switchUl li.active>i{
    width: 30px;
    height: 4px;
    background: #3A91E2;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
#search_form .codeItem{display: none;}

.submit{
    width: 342px;
    height: 42px;
    background: #3A91E2;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
}


/*表格样式*/
#contactUsList {
    width: 100%;
    border-collapse: collapse;
}

#contactUsList th{
    height: 54px;
    background: rgba(204, 204, 204, 0.2);
}
#contactUsList th,#contactUsList td {
    border: 1px solid rgba(204, 204, 204, 0.5);
    text-align: center;
}

#contactUsList td{
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    color: #333333;
    line-height: 45px;

}

#contactUsList .uploadBtn{
    width: 55px;
    height: 26px;
    background: #3A91E2;
    border-radius: 4px;
    border: none;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.noData{
    width: 1152px;
    height: 50px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    border-top: none;
    color: #999;
}

/*弹框样式*/
.maskContent{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:150;
    background: rgba(100,99,99,0.3500);
    display: none;
}
.popoutWrap{
    width: 500px;
    height: 205px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(16,15,12,0.2600);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 151;
    display: none;
}
.titleWrap{
    padding: 23px 22px 29px 30px;
    display: flex;
    align-items: center;
}
.titleWrap img:first-child{
    width: 24px;
    height: 24px;
    margin-right: 24px;
}
.titleWrap p{
    font-size: 20px;
    font-weight: 500;
    flex: 1;
}
.titleWrap img:last-child{width: 15px;height: 15px;cursor: pointer;}
.popoutWrap input{
    width: 441px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-bottom:32px ;
    padding-left: 15px;
}
.popoutWrap .popoutContent{
    position: relative;
    padding: 0 29px 25px 30px;
}
.popoutContent .errorInfo{
    position: absolute;
    top: -20px;
    color: #f00;
    display: none;
}
.popoutWrap div:last-child div{
    display: flex;
    justify-content: flex-end;
}
.popoutWrap button:first-child{
    width: 68px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-right: 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.popoutWrap button:last-child{
    width: 68px;
    height: 32px;
    background: #3A91E2;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    border: none;
}
