body{
    border-top: 10px solid rgb(255,255,255);
}
.topName{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.topName_left span:first-child{
    font-size: 34px;
    font-weight: bold;
    line-height: 60px;
    display: block;
    color: rgb(0,0,0);
}
.topName_left span:last-child{
    font-size: 13px;
    display: block;
    color: rgb(0,0,0);
    text-indent: 4px;
}
.topName_right{
    height: 38px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(2,96,192,.2);
    border-radius: 19px;
    font-size: 16px;
    color: rgb(0,77,156);
}
.topName_right>img{
    width: 23px;
    height: 23px;
    margin-right: 12px;
}
.topName_right>span:nth-child(3){
    margin: 0 10px;
}
.login,.sign{
    cursor: pointer;
}
.nav{
    width: calc(100% - calc(50% - 600px)*2);
    height: 64px;
    background: rgb(0,77,156);
    padding: 0 calc(50% - 600px);
    display: flex;
    justify-content: center;
}


.nav_login img{
    width: 33px;
    height: 33px;
    margin-right: 10px;
}
.nav_dl{
    width: 101px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: rgb(255,255,255);
}
.nav_top{
    width: 100%;
    height: 127px;
    padding-top: 73px;
    background: url("/static/img/banner4.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.top_con{
    width: 1200px;
    margin: auto;
}
.top_con img{
    width: 155px;
    margin-left: 78px;
}

.domain{
    background: rgb(248,248,248);
}
.domain_con{
    width: 1120px;
    padding: 40px 40px 60px;
    margin: auto;
    background: rgb(255,255,255);
}
.overview_tit{
    font-size: 24px;
    color: rgb(0,77,156);
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.overview_tit:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(0,77,156);
    position: absolute;
    bottom: -10px;
}

.overview_tit1{
    color: rgb(0,77,156);
    font-weight: bold;
    position: relative;
    display: inline-block;
    width:100%;
    text-align: center;
    font-size: 32px
}
.information{
    width: 1031px;
    padding: 40px 45px;
    border: 1px solid rgb(232,232,232);
    margin-top: 50px;
}

.search_tit{
    font-size: 40px;
    font-weight: bold;
    color: rgb(0,77,156);
    text-align: center;
}
.search{
    width: 718px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgb(0,77,156);
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 53px auto 0;
}
.search_left{
    width: 548px;
    padding: 4px 20px;
}
.search_left input{
    border: none;
    width: 100%;
    height: 40px;
    outline: none;
    font-size: 20px;
}
.search_btn{
    width: 130px;
    height: 100%;
    background: rgb(0,77,156);
    text-align: center;
    line-height: 48px;
    color: rgb(255,255,255);
    font-size: 20px;
    cursor: pointer;
}

.personal{
    margin-top: 35px;
}

.personal_input{
    width: 645px;
    margin: 24px auto 6px;
    display: flex;
    justify-content: center;
}
.personal_name{
    width: 100px;
    text-align: right;
    font-size: 18px;
    color: rgb(51,51,51);
    margin-top: 5px;
}
.personal_input input{
    width: 496px;
    height: 36px;
    padding: 0 20px;
    border: 1px solid rgb(221,221,221);
    border-radius: 6px;
    margin-left: 24px;
    font-size: 18px;
}
.time{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.time_left{
    width: 257px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.time_left input{
    width: 240px;
    height: 36px;
    padding: 0 20px;
    outline: none;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
}

input[type="date" i]::-webkit-calendar-picker-indicator{
    background: url("/static/img/time.png") no-repeat;
    background-size: 90%;
}
.time>span{
    font-size: 14px;
    color: rgb(8,115,196);
    margin-left: 20px;
}

.submit{
    width: 373px;
    height: 47px;
    background: rgb(0,77,156);
    color: rgb(255,255,255);
    font-size: 18px;
    line-height: 47px;
    text-align: center;
    margin: 80px auto 0;
    border-radius: 6px;
    cursor: pointer;
}
.matters{
    margin: 50px auto 0;
}
.overview{
    margin-bottom: 30px;
}

.realname{
    width: 1200px;
    height: 170px;
    background: rgb(255,255,255);
    box-shadow: 0 0 9px 4px rgba(196,3,17,0.1);
    margin-top: 44px;
    display: flex;
    justify-content: center;
}
.realname_con{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.realname_con img{
    width: 50px;
    height: 51px;
    margin-right: 27px;
    display: block;
}
.realname_list span{
    display: block;
    font-size: 20px;
    line-height: 50px;
    color: rgb(51,51,51);
}
.sp3{
    color: rgb(196,3,17)!important;
    font-size: 30px!important;
    font-weight: bold!important;
}
.online{
    margin-bottom: 30px;
}
.thing{
    margin-bottom: 30px;
}
.thing_con{
    width: 1200px;
    height: 460px;
    background: rgb(255,255,255);
    box-shadow: 0 0 9px 4px rgba(196,3,17,0.1);
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp1{
    color: rgb(196,3,17)!important;
    font-size: 30px!important;
    font-weight: bold!important;
}
.sp2{
    color: rgb(51,51,51)!important;
    font-size: 20px!important;
    font-weight: normal!important;
}
.jifen_list{
    margin: 50px auto;
    min-height: 560px;
}
.jifen_con{
    width: 1120px;
    background: rgb(240,246,251);
    padding: 17px 0;
    color: rgb(51,51,51);
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jifen_con span:nth-child(1){
    width: 260px;
    text-align: center;
}
.jifen_con span:nth-child(2){
    width: 100px;
    text-align: center;
}
.jifen_con span:nth-child(3),.jifen_con span:nth-child(4){
    width: 300px;
    text-align: center;
}
.jifen_con span:nth-child(5){
    width: 140px;
    text-align: center;
}
.jifen_item{
    width: 1120px;
    border-bottom: 1px solid rgb(243,243,243);
    /*padding: 17px 0;*/
    height: 80px;
    color: rgb(51,51,51);
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jifen_item span:nth-child(1){
    width: 260px;
    text-align: center;
}
.jifen_item span:nth-child(2){
    width: 100px;
    text-align: center;
}
.jifen_item span:nth-child(3),.jifen_item span:nth-child(4){
    width: 300px;
    text-align: center;
}
.jifen_item span:nth-child(5){
    width: 140px;
    text-align: center;
    color: rgb(0,77,156);
    cursor: pointer;
}

.box {
    margin: 80px auto 0;
    height: 30px;
    display: flex;
    align-items: center;
}

.page {
    margin: auto;
}
#mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0,0,0,0.2);
    display: none;
}
.popup{
    width: 90%;
    padding: 20px;
    background: rgb(255,255,255);
    box-shadow: 0 0 9px 4px rgba(0,0,0,0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    z-index: 9999;
}
.back{
    display: flex;
    justify-content: flex-end;
}
.back img{
    width: 13px;
    cursor: pointer;
}

.popup_con table {
    border-collapse: collapse; /*用于合并表格边框*/
}
table{
    width: 96%;
    margin-top: 8px;
    margin: auto;
}
table td{
    padding: 20px;
    border: 1px solid rgb(205,222,239);

}
.tab1{
    width: 20%;
    font-size: 18px;
    color: rgb(0,77,156);
    text-align: right;
    background: rgba(2,96,192,.08);
}
.tab2{
    width: 30%;
    font-size: 18px;
    color: rgb(51,51,51);
}
.tab3{
    width: 30%;
    font-size: 18px;
    color: rgb(51,51,51);
}
.tab4{
    font-size: 18px;
    color: rgb(51,51,51);
}
.bottom{
    width:100%;
    height: 206px;
    background: rgb(18,29,59);
    padding-top: 30px;
}
.bot_con{
    width: 746px;
    margin: auto;
}
.link{
    font-size: 16px;
    color: rgb(255,255,255);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link>span:first-child{
    margin-right: 48px;
}
.logo{
    display: flex;
    justify-content: left;
}
.logo_left>img{
    width: 52px;
    height: 63px;
    margin-top: 54px;
}
.logo_right{
    width: 700px;
    margin: 43px auto 30px;
}

.copyright{
    width: 480px;
    padding: 0 135px;
    font-size: 14px;
    color: rgb(155,157,159);
    display: flex;
    justify-content: left;
    line-height: 28px;
    margin-top: 10px;
}
.copyright>span:first-child{
    margin-right: 16px;
}
.copyright:nth-child(1)>span:nth-child(2){
    margin-left: 40px;
}
.copyright>span:nth-child(3){
    margin-left: 40px;
}
.M-box3 {
    margin: auto;
}
