@charset "utf-8";

/*
公共样式
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: '微软雅黑', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
figcaption,
name,
mark,
video {
    display: block;
}

html,
body {
    overflow: inherit;
    min-height: 100%;
}

body {
    font-size: 14px;
}

html {
    -ms-touch-action: none;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

cite,
mark {
    font-style: normal;
    background: none;
}

pre {
    white-space: inherit;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

a,
input,
button,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    resize: none;
}

select,
input,
button,
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
}

select::-ms-expand {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

video,
img,
iframe {
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

iframe {
    border: 0;
}

body,
a {
    color: #333;
}

body {
    /* background: #033eb2; */
    background: rgb(0, 16, 115);
}

.t50 {
    margin-top: -7px;
    min-height: calc(100vh - 290px);
    padding-bottom: 60px;
}

.index-ft {
    top: 0;
}

.banner {
    width: 100%;
}

.banner img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.top50_menus,
.contains,
.Layout {
    position: relative;
    margin: auto;
    width: 80%;
    color: #fff;
}

.top50_menus {
    padding-bottom: 3rem;
}

.top50_menus ul,
.looks {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.top50_menus ul {
    justify-content: space-between;
}

.top50_menus li {
    display: inline-block;
    font-size: 1.2rem;
}

.top50_menus li a {
    color: #fff;
}

.top50_menus li.active a {
    color: #fabe00;
}

.contains h1 {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    color: #fabe00;
    font-weight: 500;
}

.contains h2 {
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 600;
}

.contains p {
    font-size: 1rem;
    line-height: 1.72;
}

.actives {
    margin-bottom: 2rem;
}

.flows {
    display: inline-block;
    width: 100%;
    height: auto;
}

.looks {
    flex-wrap: wrap;
}

.looks li {
    margin-bottom: 2rem;
    margin-right: 5%;
    width: 30%;
}

.looks li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.looks li a {
    display: block;
    margin: auto;
    width: 100%;
    font-size: 1rem;
    color: #fff;
}

.looks li a img {
    display: block;
    border: solid 2px #fff;
}

.looks li a name {
    display: block;
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Layout .title {
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
    color: #727272;
    text-align: center;
    line-height: 4rem;
    background-image: linear-gradient(#fff, #e2e2e2);
    border-radius: 8px;
}

.Layout {
    color: #333;
}