
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei","黑体","Arial",sans-serif;
    ---webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background: #f5f5f5;
    height: 100%;
}

html {
    height: 100%;
}

.ms-controller {
    visibility: hidden;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

a {
    background-color: transparent;
}

a,
a:active,
a:hover,
a:visited {
    outline: 0;
    text-decoration: none;
    color: #fff;
}

button {
    outline: none;
    border: none;
}

ul,
li {
    list-style-type: none;
}

p {
    line-height: 1.2;
    color: #333;
}

h2 {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 6px;
}

p {
    font-size: 14px;
}

p.small {
    font-size: 12px;
    color: #666
}

img{
    border: none;
}

p.green,
span.green,
h1.green,
h2.green,
h3.green,
h4.green {
    color: #61A24B
}

p.red,
span.red,
h1.red,
h2.red,
h3.red,
h4.red {
    color: #E93B3D
}

p.grav,
span.grav,
h1.grav,
h2.grav,
h3.grav,
h4.grav {
    color: #333
}

p.grav9,
span.grav9,
h1.grav9,
h2.grav9,
h3.grav9,
h4.grav9 {
    color: #999
}

.navbg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 222;
}

.white {
    background: #fff;
}

.flex {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
}

.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-end {
    align-items: flex-end;
}

.flex-right {
    justify-content: flex-end;
}

.flex-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-child {}

.each-list {
    background: #fff;
    width: 100%;
}

.listbd {
    border-bottom: 1px solid #f5f5f5;
}

.bgnone {
    background: none;
}

.btn {
    padding: 0.4rem 1.6rem;
    border-radius: 0.4rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 1.28rem;
    font-size: 1.12rem;
    display: block;
}

.btn-check {
    background: #69c4c8;
    color: #fff;
}

.btn-default {
    background: #333;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
}

.btn-defaults {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
}
input{
    -web-kit-appearance:none;
    -moz-appearance: none;
}
input:focus{
    outline: 2px solid #6c6c6c;
    box-shadow: 0 0 6px rgba(255,255,255,0.4);
}

/*页面滚动条*/
html::-webkit-scrollbar,.right-side::-webkit-scrollbar {
 width:6px;
 height:6px;
 background:#CCC;
}
html::-webkit-scrollbar-button,.right-side::-webkit-scrollbar-button {
 display:none;
}
html::-webkit-scrollbar-track-piece,.right-side::-webkit-scrollbar-track-piece {
 display:none;
}
html::-webkit-scrollbar-thumb,.right-side::-webkit-scrollbar-thumb {
 background:#999;
}
html::-webkit-scrollbar-thumb:hover,.right-side::-webkit-scrollbar-thumb:hover {
 background:#3399CC;
}

/* 分页 */
.foot-page{
    width: 100%;
    text-align: right;
    margin: 20px 0;
}
.foot-page p{
    font-size: 16px;
    color: #b2b2b2;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.foot-page i{
    font-size: 18px;
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.foot-page i:hover{
    color: #61a24b;
}
.foot-page i.pageactive{
    color: #61a24b;
}

/*顶部导航文字*/
.top-tip{
    margin-bottom: 22px;
}
.top-tip p >a{
    color: #333;
}
.top-tip p >a:hover{
    color: #61a24b;
}
.top-tip-bd{
    width: 4px;
    height: 14px;
    background-color: #61a24b;
}
.top-tip > div, .top-tip > p{
    display: inline-block;
    vertical-align: middle;
}
.top-tip > div{
    vertical-align: bottom;
}
.top-tip p i{
    color: #b1b1b1;
    font-size: 11px;
    margin-right: 4px;
    margin-top: 2px;
}
.modal-nomore{
    width: 100%;
    padding: 60px 0;
    --background: #fff;
    color: #e6e6e6;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}