.box {
    width: 100%
}

a.logo {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

a.logo img {
    width: 60%;
}

nav.navbar {
    flex-flow: row wrap
}

nav.navbar a {
    width: 25%;
    flex: auto
}

nav.navbar a span {
    font-size: 10px;
}

nav.navbar a:nth-child(1),
nav.navbar a:nth-child(2),
nav.navbar a:nth-child(3),
nav.navbar a:nth-child(4) {
    border-bottom: 1px solid #B60606
}

.main-box {
    padding: 0 10px;
    box-sizing: border-box;
}

.main-box>div {
    padding: 10px;
}

.news {
    margin: 10px 0;
    flex-flow: column nowrap;
}

.news-slide {
    width: 100%;
    margin-bottom: 10px;
}

.news-list {
    width: 100%
}

.news-list a.top h3 {
    margin: 10px;
    font-size: 16px
}

.news-list a.top p {
    font-size: 12px;
}

.news-list ul li {
    padding: 5px 0
}

.about,
.flow {
    width: 100%;
    margin-bottom: 10px
}

.about {
    margin-top: 10px;
}

.handle {
    width: 100%
}

.handle a {
    padding: 10px 0
}

.fixed-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    flex-flow: column nowrap;
    z-index: 999
}

.fixed-nav {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    background: #404040
}

.fixed-nav a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 0;
    flex: 1;
}

.fixed-nav a span {
    font-size: 12px;
    margin-bottom: 8px;
    color: #fff
}

.fixed-nav a img {
    margin: 10px 0;
    width: 30px;
    height: auto
}

.fixed-nav a.active span {
    font-weight: bold;
}


.list-main-box {
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 10px;
}

.page-nav {
    font-size: 12px;
    margin-bottom: 10px;
}

.child-bar {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    height: 54px;
    margin-bottom: 10px;
}

.child-bar.active {
    height: auto;
}

.child-bar a:first-child {
    display: block;
}

.child-bar a {
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 12px;
}

.list-main {
    width: 100%;
    padding: 10px;
    padding-top: 0
}

.list-main-title {
    padding: 10px 0;
    font-size: 16px;
}

.list-news-box {
    margin-top: 10px;
}

.list-news-box a {
    width: 100%;
    margin-bottom: 10px;
}

.list-news-box a img {
    width: 120px;
}

.list-news-box a .text h3 {
    font-size: 14px;
}

.list-news-box a .text p {
    -webkit-line-clamp: 2
}

.list-news-box a .text {
    width: calc(100% - 130px);
}

.page {
    padding-top: 10px;
}

.page * {
    display: none
}

.page .next,
.page .prev {
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    width: 50%;
}

.list-case-box {
    justify-content: space-between;
    margin-top: 10px;
}

.list-case-box a {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 0
}

.list-case-box a span {
    text-align: center;
    font-size: 12px;
    margin: 10px 0;
}

.cont-title {
    padding: 10px 0
}

.cont-title h3 {
    font-size: 16px;
}

.cont-sub {
    padding-bottom: 10px;
}

.cont-page {
    padding-top: 10px;
}

.list-handle-box form input {
    width: 100%;
    margin-bottom: 10px;
}

.list-handle-box form input[type="file"] {
    margin-top: 10px;
}

.list-handle-box a.ge {
    width: calc(50% - 10px);
    margin-top: 0;
}
a.ca{
    width: calc(50% - 10px);
    margin-top: 0;
}
.success-box span {
    margin-bottom: 20px;
}

.user-box p {
    font-size: 14px;
}

.user-box a {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.upload-suc span {
    flex-flow: column nowrap;
}

.upload-suc span a {
    margin-left: 0;
    margin-top: 20px;
}

.top-bar {
    padding: 10px;
    font-size: 12px;
    height: 40px
}

.top-bar div a.user {
    height: 20px;
    line-height: 20px;
}

.down-box .item * {
    font-size: 12px;
}

p.tag {
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
}

.form-box .view>* {
    margin-top: 10px;
}

.form-box .view input[type="text"],
.form-box .view input[type="number"],
.form-box .view input[type="date"] {
    width: 100%
}

.view>div {
    width: 100%
}

.form-box textarea {
    width: 100%
}

.form-box button[type="button"] {
    width: 100%;
    font-size: 14px;
}

.form-box .view .item input[type="text"],
.form-box .view .item input[type="number"],
.form-box .view .item input[type="date"] {
    width: 100%
}

.form-box .view .item>* {
    margin-top: 10px;
}

.cn input {
    width: 100%
}

.cn span {
    font-size: 12px;
}

.form-box h3 {
    font-size: 14px;
}

.f-submit {
    width: 100%
}

.child>* {
    margin-bottom: 10px;
}

.child .close {
    position: static;
    align-self: flex-end
}

.imgFileUploade {
    flex-flow: column nowrap;
}

.imgFileUploade .header {
    align-self: center;
    margin-right: 0;
}

.imgFileUploade .header span.imgClick {
    width: 60px;
    height: 60px;
}

.imgFileUploade .imgAll li:nth-child(-n + 5) {
    margin-top: 10px;
}

.imgFileUploade .imgAll li {
    margin-top: 10px;
    width: calc((100vw - 84px) / 3);
    height: calc((100vw - 84px) / 3);
}

.imgFileUploade .imgAll li:nth-child(3n+3) {
    margin-right: 0
}

.imgFileUploade .imgAll li:nth-child(5) {
    margin-right: 10px;
}

.fi-img .fi-item{ width: calc((100vw - 60px) / 3);height: calc((100vw - 60px) / 3)}
.shili{ position: static; width: 100%; text-align: center}