﻿html {
    font-size: 16px;
    color: #2f363b
}

#wrap header {
    height: auto
}

#wrap header div.banner {
    background: 0 0;
    width: 100%;
    height: auto;
    position: relative
}

#wrap header div.banner .bannerimg {
    width: 100%
}

section {
    width: 100%;
    height: 385px
}

.all-width {
    width: 1200px;
    text-align: center;
}

.font {
    font-family: MicrosoftYaHei
}

.back-view {
    background: #ededed;
    width: 380px;
    height: 336px;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
    display: inline-block
}

.view-center .title-button {
    width: 200px
}

.title-button {
    width: 160px;
    height: 40px;
    background-color: #3280f1;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 20px
}

.text {
    font-size: 14px;
    text-align: center;
    color: #58637e;
    margin-top: 14px
}

.margin-top30 {
    margin-top: 30px
}

.margin-top18 {
    margin-top: 18px
}

.fontcolor {
    color: #6f7b99;
    font-size: 12px
}

.s-image {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-content: space-evenly;
    position: absolute;
    bottom: 35px;
    width: 100%
}

.image {
    margin-bottom: 30px;
    bottom: 0;
    /* width: 150px; */
    /* height: 40px; */
    position: absolute;
    cursor: pointer
}

.images-left {
    left: 0;
    margin-left: 30px
}

.images-right {
    right: 0;
    margin-right: 30px
}

.images-center {
    /* margin-left: 110px */
    left: 100px;
}

.view-left {
    float: left
}

.view-right {
    float: right
}

.view-center {
    margin-left: 30px
}

footer #ft-top .ft-t-r p:first-of-type {
    font-size: 14px
}