﻿/**app.wxss**/
page { 
    line-height: 1.6;
    font-family: 'Microsoft YaHei',微软雅黑,Tahoma,Helvetica,sans-serif;
}

.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box; 
}

.wxParse-img {
    display: block !important;
    max-width: 98%;
    margin: 0 auto;
}

image {
    max-width: 100%;
}

.hr {
    border-bottom: #d1d1d1 1px solid;
    height: 1px;
    margin: 5px 0 5px 0;
}
.h10 {
    height: 10px;
}
.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.bgMain {
    background-color: #31a539;
    padding: 5px;
    width: 100%;
    color:#ffffff;
}

.circular {
    border-radius: 10px; 
    margin:0 auto;
    overflow: hidden;
    background-color: #ffffff;
    padding: 2%
}
.tab-item {
    color:#ffffff;
    line-height:34px;
}
.margint0{
    margin-top:0px;
}
.margint2 {
    margin-top: 2px;
}
.margint5 {
    margin-top: 5px;
}
.conn .search {
    background-color: #31a539;
}
.titlebg {
    background-color: #31a539;
    color:#ffffff;
}