﻿body, html {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: hidden;
}
.header {
    height: 34px;
    width: 100%;
    position: fixed;
    background-color: #33bbaa;
    top: 0px;
    line-height: 34px;
    vertical-align: middle;
    padding: 3px;
    text-align: center;
    color: white;
    z-index: 99;
    font-size:14px;
    max-width: 1000px;
}
.header a {
    float: left;
    width: 30px;
    margin-right: -33px;
    text-decoration: none;
    color: #fff;
}
    .header a i{
        font-size:20px!important;
    }
.content {
    margin: 0 auto;
    padding: 0 10px;
    margin-top: 50px;
    margin-bottom: 70px
}
.content .mc {
    color: #26c7c1;
    font-size: 12px
}
.content .ydl {
    color: #959595;
    font-size: 10px;
    vertical-align: bottom;
}
.content .nr {
    margin-top: 20px;
    line-height: 25px;
}
.bgfffpd5 {
    background-color: white;
    padding:5px 10px 5px 5px;
}
.footer {
    bottom: 0px;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 99;
    max-width: 1000px;
}

.footercol {
    height: 45px;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
}

.footercol .layui-icon {
    font-size: 38px;
}

.gcol {
    /*height: 50px;*/
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
}
.gcol a {
    line-height:20px;
}
.gcol .iconfont {
    font-size: 28px;
}

.tbdiv {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
}
.listinfo li {
    margin: 10px 5px;
    line-height: 25px;
    vertical-align: middle;
    padding: 10px 15px;
    background: #f6f9fa;
    border-radius: 5px;
}

    .listinfo li p {
        border-bottom-style: dashed;
        border-width: 1px;
        border-color: #999999;
    }

    .listinfo li div {
        text-align: center;
        padding-top: 5px;
    }

.left {
    width: 80px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.right {
    overflow: hidden;
    height: 100%;
    padding-right: 10px;
}

.layui-input, .layui-textarea {
    display: inline;
}