* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F3F5F7;
}

/* 版心 需要居中对齐就调用一下 */
.w {
    width: 1200px;
    margin: auto;
}

/* 导航栏 */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.topbar .logo {
    z-index: 999;
    position: fixed;
    top: 12px;
    left: 8%;
    font-size: 1.2rem;
    color: white;
}

.topbar img {
    width: 35px;
    height: 35px;
}

.topbar p {
    z-index: 999;
    position: fixed;
    top: 18px;
    padding-left: 2.5rem;
    font-size: 1.2rem;
    color: white;
}

.topbar .layui-nav {
    text-align: right;
}

/* 轮播图 */
.layui-carousel {
    margin-top: 60px;
}

/* 手机背景图片和文字 */
.title-flow-text {
    width: 100%;
    height: auto;
    background-image: url('../images/bg.jpg');
    text-align: center;
    font-family: 'Microsoft YaHei', tahoma, arial, 'Hiragino Sans GB';
    color: white;
}

.title-flow-text h1 {
    font-size: 32px;
    padding: 50px 0 30px 0;
}

.title-flow-text h2 {
    font-size: 16px;
    padding-bottom: 50px;
}

/* 手机标题面板 */
#title {
    text-align: center;
}

#title h1 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
}

#title h2 {
    font-size: 16px;
    line-height: 40px;
}

/* 标题 */
.title {
    margin-top: 30px;
    width: 100%;
    height: 6.25rem;
}

.title h2 {
    text-align: center;
    font-size: 1.5rem;
    color: #404D5F;
}

.title h1 {
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #404D5F;
}

.title-border {
    margin: 0px auto;
    width: 5.5rem;
    border-bottom: 1px solid #0186D5;
}

/* 版权 */
.footer {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    background-color: #AAAAAA;
    text-align: center;
}

.commonweb {
    line-height: 60px;
}

.footer p span {
    display: inline-block;
}

.footer a {
    text-decoration: none;
    color: #333;
    outline: none;
}