/** 初始化 **/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td, form, pre {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
    outline: 0
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

h5, h6 {
    font-weight: 500;
    font-size: 100%;
}

button, input, select, textarea {
    font-size: 100%;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}



/** 初始化全局标签 **/
body {
    line-height: 1.6;
    color: #333;
    color: rgba(0, 0, 0, .85);
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
}

hr {
    height: 0;
    line-height: 0;
    margin: 10px 0;
    padding: 0;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    clear: both;
    overflow: hidden;
    background: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #777;
}

a cite {
    font-style: normal;
    *cursor: pointer;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.hover-5 {
    background-image: linear-gradient(to right, #00a0e9, #00a0e9 50%, #5a5a5a 50%);
    background-size: 200% 100%;
    background-position: -100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

body {
    margin-bottom: 60px;
}

.card {
    overflow: hidden;
}

.card-img-top {
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
}
.card-img-top .img-fluid{
    width: 100%;
    object-fit: contain;
}

.card-img-top:hover {
    transform: scale(1.2);
}

.card-body, .card-img-top {
    z-index: 99;
    background-color: #ffffff;

}


.badge-hot {
    background-color: #e8970a;
}

.badge-new {
    background-color: #f8522c;
}

.breadcrumb {
    padding: .9rem 1.2rem;
}
.teams li{
    font-size:17px;
    margin-left:52px;
    margin-top:10px;
    list-style: disc;

}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1200px){
    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }
}
@media (min-width: 992px){
    .d-lg-block {
        display: block !important;
    }
}