html,
body {
    height: 100%;
    /* min-width: 1349px; */
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>#page-content {
    padding: 70px 0px 0px;
}

.modal-dialog {
    z-index: 1040;
}

.footer {
    height: 332px;
    background: rgba(242, 242, 242, 1);
    color: #333333;
    width: 88.2%;
    margin: auto;
}

.footer_pool_grid {
    height: 332px;
    grid-template-columns: 380px auto auto auto auto;
    display: grid;
}

.footer_pool_logo_div {
    margin: 60px 0 50px 0;
    display: grid;
    justify-content: left;
    align-items: center;
    padding-bottom: 80px;
}

.footer_pool_logo_v {
    display: flex;
    align-items: center;
}

.footer_pool_logo_p {
    text-align: center;
    width: 100%;
    color: #262626;
    font-family: "Ubuntu Regular";
}

.footer_pool_logo_chat {
    grid-template-columns: auto auto auto;
    display: grid;
}

.footer_pool_logo_chat a {
    width: 30px;
    height: 30px;
    background-size: contain;
}


.footer .copyright {
    line-height: 60px;
    text-align: center;
}


.navbar-default {
    background-color: #121B2F;
    border: 0;
}

.navbar-default .navbar-nav>li {
    width: 110px;
    line-height: 80px;
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: #333333;
    text-align: center;
    padding: 0;
    display: inline-block;
    font-family: "Ubuntu Regular";
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    /* color: #4984F5; */
    /* border-bottom: 2px solid #4984F5; */
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    /* color: #4984F5; */
    /* border-bottom: 2px solid #4984F5; */
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}


.dropdown-menu {
    background-color: #121B2F;
    padding: 0px 0;
}

.dropdown-menu>li>a {
    background-color: #121B2F;
    color: #999999;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    /* background-color: #4984F5; */
}

.navbar-default .navbar-brand {
    color: #333333;
    height: auto;
}


@media (min-width: 992px) {

    .navbar-default .navbar-brand {
        line-height: 70px;
        padding: 0;
    }

    .navbar-brand>img {
        display: inline;
    }


}

#over-lay {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-y: auto;
}

#loading {
    position: absolute;
    width: 32px;
    height: 32px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#loading.iconfont {
    font-size: 32px;
    line-height: 32px;
}

.iconfont.rotate {
    animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -ms-animation: rotate 1s linear infinite;
    -webkit-animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 矿池首页  */
.banner {
    width: 100%;
    height: 667px;
}

.carousel-inner {
    height: 100%;
    background-color: #101A30;
}

.carousel-inner .item {
    height: 100%;
    width: 100%;
}

.carousel-inner .item .container {
    background-repeat: no-repeat;

    font-size: 66px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding-top: 200px;
    height: 100%;
}


.carousel-inner .item .container span {
    font: 20px normal Arial;
    color: #000000;
    text-align: center;
    border-radius: 15px;

    background-image: linear-gradient(-270deg, #4C9CF7 0%, #4984F5 100%);
    width: 100px;
    height: 30px;
}

.carousel-indicators li {
    width: 170px;
    height: 2px;
    border: 0;
    padding: 12px 5px;
    border-radius: 0;

    display: inline-block;
    background-color: transparent;
    cursor: pointer;
}

.carousel-indicators .active {
    width: 170px;
    height: 2px;
    background-color: transparent;

}

.carousel-indicators li button {
    width: 160px;
    height: 2px;
    background-color: #fff;
    border: 0;
    border-radius: 0;

    display: block;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: .3s;
}

.carousel-indicators .active button {
    background-color: #4B92F6;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        top: 567px;
    }
}

#coins-table {
    background-color: #fff;
    color: #666666;
    text-align: center;
    position: relative;
    margin-top: -60px;
    padding: 0;

    background: #FFFFFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
}

#coins-table .table {
    margin-bottom: 0px;
}

#coins-table thead tr {
    background-color: #4984F5;
    color: #fff;
}

#coins-table th {
    text-align: center;
}

#coins-table th,
#coins-table td {
    height: 60px;
    vertical-align: middle;
    line-height: 42px;
}

#pay-text {
    margin-top: 40px;
    font-family: "Ubuntu Regular";
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 22px;
}

#pay-text span {
    color: #2A2A2A;
}

#platform-feature {
    margin-top: 100px;
}

#platform-feature h3 {
    font-family: "Ubuntu Regular";
    font-size: 36px;
    color: #20325B;
    text-align: center;
    margin-top: 0;
}

#platform-feature .col-md-3 img {
    height: 140px;
}

#platform-feature h5 {
    font-family: "Ubuntu Regular";
    font-size: 18px;
    color: #20325B;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

#platform-feature p {
    font-family: "Ubuntu Regular";
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 22px;
    margin-top: 20px;
}

#software {
    margin-top: 150px;
}

#software h3 {
    font-family: "Ubuntu Regular";
    font-size: 36px;
    color: #20325B;
    font-weight: bold;
    margin-bottom: 30px;
}

#software p {
    font-family: "Ubuntu Regular";
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

#software a.down-btn {
    background-image: linear-gradient(-90deg, #4C9CF7 0%, #4984F5 100%);
    box-shadow: 0 2px 6px 0 rgba(61, 130, 253, 0.40);
    border-radius: 4px;

    font-family: "Ubuntu Regular";
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;

    display: block;
    width: 220px;
    height: 48px;
    padding: 14px 0px;
    margin-top: 30px;
}

#page-bottom {
    margin-top: 120px;
    background: #121B2F;
    height: 236px;
}

#page-bottom h5 {
    font-family: "Ubuntu Regular";
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 30px;
}

#page-bottom p a {
    font-family: "Ubuntu Regular";
    font-size: 14px;
    color: #999999;
    text-decoration: none;
}

/* 矿池首页 end  */

/* eth首页  */
#statistics {
    margin-top: 60px;
}

#statistics .col-md-3.col-xs-6 .box {
    border-top: 6px solid #4984F5;
    box-shadow: none !important;
    margin-bottom: 30px;
}

#statistics .box .panel-heading {
    padding: 30px 30px 5px;
}

#statistics .box .panel-heading h3 {
    opacity: 0.7;
    font-family: "Ubuntu Regular";
    font-size: 14px;
    color: #4985F5;
}

#statistics .box .panel-body {
    padding: 5px 30px 30px;
}

#statistics .box .panel-body span {
    font-family: "Ubuntu Regular";
    font-size: 24px;
    color: #333333;
}

#search-miner .stats {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.20);
    margin: 0;
}

#search-miner .stats input {
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    height: 48px;
    display: inline-block;
}

#search-miner .stats input:focus,
#search-miner .stats input:active {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(224 230 241);
}

#search-miner .stats button {
    margin-left: 10px;
    background-image: linear-gradient(-90deg, #4C9CF7 0%, #4984F5 100%);
    box-shadow: 0 2px 6px 0 rgba(61, 130, 253, 0.40);
    width: 132px;
    height: 48px;
}

#block-info {
    background-image: url(/images/assets/beijingtu.png);
    background-repeat: no-repeat;
    background-position: top center;

    margin-top: 30px;
    margin-bottom: 120px;
    padding-top: 70px;
}

#block-table {
    background: #FFFFFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.20);
}

#block-table thead tr {
    background-color: #4984F5;
    color: #fff;
}

#block-table th,
#block-table td {
    height: 60px;
    vertical-align: middle;
    text-align: center;
}

/* eth首页 end */

/* 账号页  start */
#worker-payment-info {
    background-image: url(/images/assets/beijingtu.png);
    background-repeat: no-repeat;
    background-position: top center;

    margin-top: 30px;
    margin-bottom: 120px;
    padding-top: 70px;
}

#worker-payment-info .table {
    background: #FFFFFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.20);
}

#worker-payment-info .table thead tr {
    background-color: #4984F5;
    color: #fff;
}

#worker-payment-info .table th,
#worker-payment-info .table td {
    height: 60px;
    vertical-align: middle;
    text-align: center;
}

/* 账号页 end */