body,
ul,
li,
dl,
dt,
dd,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
table,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

img,
fieldset {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

body {
    color: #333;
    margin: 0;
    font-family: STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1.4;
}

input,
a {
    outline: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
}

.header {
    width: 100%;
    background: #146d00;
    border-bottom: 2px solid #c7c7c7;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100px;
    margin-top: 1%;
    margin-left: 2%;
}

.logo img {
    width: 100%;
}

.user {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.user img {
    width: 100%;
    border-radius: 50%;
}

.swiper-wrapper {
    height: auto;
}

.swiper-slide a {
    display: block;
}

.swiper-slide img {
    width: 100%;
}

.swiper-container {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #1bb500;
    /* 两种都可以 */
}

.swiper-pagination-bullet {
    opacity: 1;
}

.login {
    width: 80%;
    padding: 30px 5% 30px;
    margin: 20px auto 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.lg_inp {
    position: relative;
    margin-bottom: 20px;
}

.lg_inp span {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 13px;
}

.lg_inp span img {
    width: 100%;
}

.lg_inp input {
    display: inline-block;
    width: 100%;
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding-left: 15%;
}

.lg_bt {
    display: block;
    width: 100%;
    height: 46px;
    border: none;
    background: #106d00;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
}

.lg_mi {
    margin-top: 20px;
}

.lg_mi a {
    padding: 0 10px;
}

.lg_forget {
    float: right;
}

.code {
    padding-bottom: 15px;
    margin-top: 35px;
}

.code ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.code li {
    width: 49%;
    text-align: center;
}

.code li img {
    width: 76px;
}

.code li p {
    font-size: 14px;
    margin-top: 5px;
    color: #333;
}

.gray {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 68%;
    height: 250px;
    padding-top: 30px;
    background: #f5f5f5;
    text-align: center;
    z-index: 99999;
}

.modal p {
    font-size: 16px;
    color: #333;
}

.modal img {
    width: 150px;
    height: 150px;
    margin: 15px 0;
}

.modal span {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 18px;
    width: 30px;
    height: 30px;
}

.footer {
    background: #f5f5f5;
}

.footer .footer_t {
    background-color:#f5f5f5; 
    padding-top: 16px;
    overflow: hidden;
    width: 100%;
}

.footer .footer_t a {
    display: block;
    float: left;
    width: 25%;
    max-height: 36px;
    margin-bottom: 16px;
    color: #333;
    font-size: .9em;
    line-height: .9em;
    text-align: center;
}

.footer .footer_b {
    background-color: #eaeaea;
    padding: 10px 0;
}

.footer .footer_b p {
    margin: 0 10px;
    text-align: center;
    color: #333;
    font-size: .75em;
    line-height: 1.8em;
    overflow: hidden;
}

.footer .footer_b p a {
    color: #333;
}

.footer .footer_b p a img {
    display: inline-block;
}