:root {
    --main-bg-color: #333333;
  }
*{
    margin: 0;
    padding: 0;
}

[v-clock]{
    display: none;
}

body{
    background-color: #f9f9f9;
}
a{
    text-decoration: none;
    color: #fff;
}
li{
    list-style: none;
}
.clear:after{
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.header{
    width: 100vw;
    height: 90px;
    display: block;
    position: fixed;
    background-color:#fff;
    /* background-color: var(--main-bg-color); */
    
    
    top: 0;
}
.headerBox{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
}


.header h1{
    font-size: 24px;
    /* display: inline-block; */
    line-height: 90px;
    /* text-indent: 1em; */
    color: #fff;
    font-weight: normal;
    float: left;
}

.language{
    float: right;
    line-height: 90px;
    /* color: var(--main-bg-color); */
    color: #333;
}
.language a{
    padding: 0 25px;
    cursor: pointer;
    color: #333;
}

.header nav{
    /* display: inline-block; */
    width: auto;
    line-height: 90px;
    float: left;
}
.header .logo{
    margin-top: 21px;
    float: left;
    width: 156px;
}
.header .login{
    float: right;
    line-height: 90px;
    /* color: var(--main-bg-color); */
    color: #333;
    cursor: pointer;
}
.header nav li{
    font-size: 16px;
    display: inline-block;
    margin: 0 20px;
    padding: 0 15px;
    color: #333;
    text-align: center;
    /* border-radius: 15px; */
    line-height: 30px;
    /* border:1px solid #fff; */
}
.header nav li a{
    color: #333;
}


.showData{
    margin-top: 90px;
    width: 100vw;
    /* background-color: var(--main-bg-color); */

    background-color: var(--main-bg-color);
   /*  background-image: url('../img/点线.svg'); */
    background-repeat: no-repeat;
    background-position: center top -121px;
    color: #fff;
}

.showData h2{
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 100px;
}

.showData .chainType>ul{
    display: flex;
    justify-content: center;
}
.showData .chainType li>p{
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    line-height: 150px;
    flex-direction: row;
    text-align: center;
}
.showData .chainType .active{
    text-decoration: underline;
}

.showData .chainType p:hover{
    text-decoration: underline;
}

.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: -30px;
    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: 927px;
    height: 54px;
    line-height: 54px;
    float: left;
    padding: 0 20px;
    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-color: var(--main-bg-color);
    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('/pages/guobanlian/files/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-color: var(--main-bg-color);
    margin-right: 4px;
}
.content .list{
    width: 1000px;
    display: block;
    margin: 20px auto;
}
.content .list .firstLine{
    font-weight: bold;
    color: var(--main-bg-color);
    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: #fff;
    padding: 44px 0 20px;
    border-top: 4px solid var(--main-bg-color);
    color: #0f1a25;
}

.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 32px;
    border-right: 1px solid #333;
}
.footer .links li:nth-child(5){
    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;
}


.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: var(--main-bg-color);
    color: #fff;
    margin: 50px 50px 1px;

}

.back{
    margin-bottom: 25px;
    font-size: 24px;
    /* display: inline-block; */
    line-height: 60px;
    /* text-indent: 1em; */
    color: #333;
    text-align: center;
    font-weight: normal;

}

.backcolor{
    background-color: var(--main-bg-color);
    color: #fff;
    margin: 50px 50px 1px;
    width: 150px;

}



.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;
}
.tableBox td{
    table-layout: 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);
}

.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: var(--main-bg-color);
    color: #fff;
}

.navList > li.active{
    /* background-color: #fff; */
    color: #145487;
}
.navList > li.active > a{
    color: #145487;
}
.navList > li:hover{
    background-color: #fff;
}
.navList > li:hover > a{
    color: #145487;
}


@media (min-width: 501px) {
    .showData{
        min-width: 1200px;
    }
    .logo{
        margin-right: 200px;
    }

}

@media (max-width: 500px) {
    .logo{
        margin-right: 50px;
    }
    .logo{
        padding-left: 10px;
    }
    .header h1{
        font-size: 16px;
    }
    .header nav{
        max-width: 156px;
    }
    .headerBox{
        width: 100vw;
    }
    
    .showData li p{
        font-size: 24px;
    }
    .footer > .copyright{
        width: 100vw;
    }
    .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;
        margin: 20px auto;
        border-right: 0px;
    }


    .tableBox td:nth-of-type(1){
        width: 90px;
    }
    .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%;
    }
    .header nav li{
        font-size: 16px;
        margin: 0px;
        padding: 15px;
    }

    .showData .chainType li>p{
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    /* iPhone se */
    .header nav li{
        font-size: 14px;
        margin: 0px;
        padding: 0 13px;
    }
    .header h1 {
        font-size: 14px;
    }
    .header nav{

        max-width: 120px;
    }
    .showData .chainType li>p{
        font-size: 20px;
    }
}