*{
    margin: 0;
    padding: 0;
}

[v-clock]{
    display: none;
}

body{
    background-color: #f9f9f9;
}
.main{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main .content{
    flex: 1;
}
a{
    text-decoration: none;
    color: #fff;
}
li{
    list-style: none;
}
.primary{
    margin-left: 25px;
    display: inline-block;
    color: #fff;
    background: #D63434;
    border:1px solid #D63434;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
  }
  .mary{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
  }
  .newTitlePou{
    display: flex;
    width: 100%;
}
.newTitlePou input{
    width: 100%;
    height: 54px;
    line-height: 54px;
    float: left;
    padding-left: 17px;
    outline: none;
    margin: 0px auto;
    border: none;
    color: #999;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 18px;
    color: #333;
    margin-right: 30px;
}
.clear:after{
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.header{
    width: 100vw;
    height: 60px;
    display: block;
    position: fixed;
    background-color: #d63434;
    top: 0;
    z-index: 2;
}
.headerBox{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}


.header h1{
    font-size: 24px;
    /* display: inline-block; */
    line-height: 60px;
    /* text-indent: 1em; */
    color: #fff;
    font-weight: normal;
    float: left;
}
.header nav{
    /* display: inline-block; */
    width: 180px;
    line-height: 60px;
    float: right;
}
.header nav li{
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    padding: 0 15px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    border:1px solid #fff;

}
.showData{
    /* margin-top: 60px; */
    width: 100vw;
    text-align: center;
    /* min-width: 1200px; */
    /* background-color: #d63434; */
    background-image: url('../img/顶部.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    color: #fff;
}
.showData .logo1{
    margin-top: 68px;
    margin-bottom: 54px;
    width: 78%;
}
.showData h2{
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 100px;
}
.showData ul{
    width: 1200px;
    height: 150px;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
}
.showData li{
    flex-direction: row;
    text-align: center;
}
.showData li p{
    font-size: 40px;
    line-height: 60px;
}
.showData li span{
    font-size: 16px;
    line-height: 30px;
}


.content{
    /* margin: 20px auto; */
    margin-top: 60px;
    padding: 30px 0;
    width: 1200px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 24px 4px rgba(0,0,0,.05)
}
.content .inputBox{
    margin: 0 50px;
}
.content .inputBox input{
    width: 907px;
    height: 54px;
    line-height: 54px;
    float: left;
    padding-left: 17px;
    outline: none;
    margin: 0px auto;
    border: none;
    color: #999;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 18px;
    color: #333;
    margin-right: 10px;
}
.content .inputBox button{
    width: 162px;
    height: 54px;
    line-height: 54px;
    background: #D63434;
    border: none; 
    outline: none; 
    float: left;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.content .inputBox button i{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../img/search.png') no-repeat center;
    background-size: 100%;
    float: left;
    margin:14px 2px 0 35px 
}
.content .inputBox button span{
    float: left;
}
.content .detailsTitle{
    /* margin: 52px 50px 13px ; */
    color: #333333;
    font-size: 18px;
}
.content .detailsTitle span{
    display: inline-block;
    width: 6px;
    height: 14px;
    background: #AB312A;
    margin-right: 6px;
}
/* .content .search{
    outline: none;
    width: 1000px;
    display: block;
    margin: 0px auto;
    padding: 0 20px;
    height: 40px;
    background: none;
    border: none;
    color: #999;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.1);
    line-height: 40px;
    font-size: 14px;
    color: #333;
} */

.content .list{
    width: 1000px;
    display: block;
    margin: 20px auto;
}
.content .list .firstLine{
    font-weight: bold;
    color: #d63434;
    background-color: #f9f9f9;
}

.content .list li{
    /* width: 100vw; */
    border-bottom: 1px solid rgba(0,0,0,.1);
    height: 40px;
    line-height: 40px;
    
}

.content .list li>p{
    margin-right: 0px;
    float: left;
    width: 150px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-indent: 1em;
}
.content .list li a{
    color: #333;
}

.content .list li>p:nth-of-type(1){
    width: 150px;
}

.content .list li>p:nth-of-type(2){
    width: 650px;
}
.content .list li>p:nth-of-type(3){
    width: 200px;
}

.noData>p{
    text-align: center;
    line-height: 200px;
}


.footer{
    /* margin-top: 80px; */
    text-align: center;
    background: #A81513;
    padding: 30px 0;
    /* border-top: 4px solid #d63434; */
    color: #FFFFFF;
}

.footer .links{
    margin-bottom: 30px;
}

.footer .links ul{
    width: 1200px;
    margin: 0 auto;
}

.footer .links li{
    display: inline-block;
    text-align: center;
    max-width: 160px;
    padding: 0 6px;
    /* flex: 1; */
    color: #FFFFFF;
    border-right: 1px solid #fff;
}
.footer .links li:nth-last-child(1){
    border-right: 0;
}


/* .footer .links li>a{
    color: #333;
} */

.footer .copyright{
    width: 1000px;
    margin: 0 auto;
}

.footer .copyright p{
    text-align: center;
    /* line-height: 40px; */
    margin-bottom: 30px;
    color: rgba(255,255,255,0.6);
}
.footer .copyright p:last-child{
    margin-bottom: 0;
}
.footer .copyright p a{
    color: rgba(255,255,255,0.6);
}


.newTitle{
    margin-bottom: 25px;
    font-size: 24px;
    /* display: inline-block; */
    line-height: 60px;
    /* text-indent: 1em; */
    color: #333;
    text-align: center;
    font-weight: normal;

}

.searchTitle{
    background-color: #d63434;
    color: #fff;
    margin: 50px 50px 1px;

}




.tableBox{
    max-width: 1100px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e9ecf3;
    width: 96%;
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
    word-break: break-all;
    table-layout: fixed;
}
.tableBox td{
    overflow:auto;
    text-align: left;
    padding: 5px 20px;
    border-right: 1px solid #e9ecf3;
    /* word-break: break-all; */
}

.tableBox td:nth-of-type(1){
    width: 150px;
    font-size: 14px;
    background: rgba(246, 247, 249, 0.5);
}
.tableBox td span{
    margin-right: 10px;
}

.tableRow{
    border-bottom: 1px solid #e9ecf3;
    height: 56px;
    color: #333;
}

.searchKeyBox{
    
    margin: 0 50px;
    padding-top: 50px;
}
.searchKeyBox>p{
    float: left;
    color: #333;
    font-size: 14px;
    /* text-align: center; */
    /* width: 130px; */
    margin-top: 10px;
    height: 16px;
}

.pubKeyInput{
    display: inline-block;
    font-size: 12px;
    color: #333;
    outline: none;
    padding: 10px;
    width: 700px;
    max-width: 700px;
    min-width: 700px;
    max-height: 100px;
    min-height: 100px;
    height: 100px;
    border: 1px solid #e9ecf3;
}


.searchKeyBox button{
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
    top: -55px;

    font-size: 14px;
    display: inline-block;
    margin: 0 15px;
    padding: 0 20px;
    text-align: center;
    border-radius: 20px;
    line-height: 30px;
    background-color: #d63434;
    color: #fff;
}

.navList > li.active{
    background-color: #fff;
}
.navList > li.active > a{
    color: #d63434;
}
.navList > li:hover{
    background-color: #fff;
}
.navList > li:hover > a{
    color: #d63434;
}

@media (min-width: 501px) {
    .showData{
        min-width: 1200px;
    }

}

@media (max-width: 500px) {
    .showData .logo1{
        margin-top: 34px;
        margin-bottom: 26px;
        width: 78%;
    }
    .logo{
        padding-left: 10px;
    }
    .header h1{
        font-size: 16px;
    }
    .header nav{
        max-width: 156px;
    }
    .headerBox{
        width: 100vw;
    }
    .showData ul {
        height: calc(100vw * .18);
        background: #AB312A;
        align-items: center;
    }
    .showData li p{
        font-size: 18px;
        line-height: 1;
        margin-bottom: 8px;
    }
    .showData li span{
        font-size: 14px;
        line-height: 1;
    }
    .footer > .copyright{
        width: 100vw;
        font-size: 14px;
    }
    .footer ul{
        width: 100vw;
        display: flex;
        align-items: center;
        /* padding: 0 26px; */
        justify-content: center;
    }
    .footer .links {
        margin-bottom: 20px;
    }
    .footer .links li {
        /* padding-right: 10px;W */
        padding: 0 6px;
        height: 100%;
        line-height: 1;
    }
    .footer .links li>a {
        font-size: 14px;
        /* margin-right: 10px; */
    }
    .content{
        width: 100vw;
        border-radius: 0px;
    }
    .content>.list{
        width: 98%;
        box-sizing: border-box;
        padding: 2%;
    }
    .showData ul{
        width: 100vw;
    }
    .content .list li>p{
        margin-right: 0px;
        float: left;
        width: 150px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        text-indent: 1em;
    }
    .content .list li a{
        color: #333;
    }
    
    .content .list li>p:nth-of-type(1){
        width: 15%;
    }
    
    .content .list li>p:nth-of-type(2){
        width: 45%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .content .list li>p:nth-of-type(3){
        width: 40%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .footer .links ul{
        width: 100vw;
    }
    .footer .links li{
        /* width: 100%; */
        display: block;
        /* padding: 0; */
        /* padding-right: 10px; */
        /* margin: 20px auto; */
        /* border-right: 0px; */
    }


    .tableBox td:nth-of-type(1){
        width: 90px;
    }
    .tableBox table td:nth-of-type(1){
        background:#fff;
    }
    .content .search{
        width: 85% !important;
    }
    .searchTitle.newTitle{
        font-size: 20px;
        margin:  0px 2%;
    }
    .searchKeyBox{
        margin: 0 2%;
    }
    .pubKeyInput{
        width: 70% !important;
        max-width: 70% !important;
        min-width: 70% !important;
    }
    .searchKeyBox>p{
        display: none;
    }
    .searchKeyBox button{
        margin: 0;
        width: 20%;
    }
    .content{
        margin-top: 0;
        padding: 0;
    }
    .content .inputBox {
        padding-top: 24px;
        margin: 0 16px;
        display: flex;
    }
    .content .inputBox .el-input{
        height: 48px;
        flex: 1;
    }
    .content .inputBox input{
        font-size: 14px;
        width: 100%;
        height: 100%;
        float: none;
    }
    .content .inputBox .iconBtn{
        margin-left: 10px;
        width: 90px;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
        line-height: 48px;
        border-radius: 4px;
        background: #AB312A;
    }
    .content .inputBox button{
        margin: 0 auto;
        float: none;
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 374px) {
    /* iPhone se */
    .header nav li{
        font-size: 14px;
        margin: 0px;
        padding: 0 13px;
    }
    .header h1 {
        font-size: 14px;
    }
    .header nav{

        max-width: 120px;
    }
}
/*@media (min-width: 500px) {
    .content .inputBox input{
        width: 200px;
         width: 907px;
        height: 54px;
        line-height: 54px;
        float: left;
        padding-left: 17px;
        outline: none;
        margin: 0px auto;
        border: none;
        color: #999;
        border: 1px solid rgba(0,0,0,.1);
        font-size: 18px;
        color: #333;
        margin-right: 10px; 
    }
    .content .inputBox button{
        width: 162px;
        height: 54px;
        line-height: 54px;
        background: #D63434;
        border: none; 
        outline: none; 
        float: left;
        font-size: 16px;
        color: #fff;
        cursor: pointer; 
    }
    .content .inputBox button i{
         display: inline-block;
        width: 21px;
        height: 21px;
        background: url('../img/search.png') no-repeat center;
        background-size: 100%;
        float: left;
        margin:14px 2px 0 35px  
    }

}*/