/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    color: #666;
}

a {
    color: #666;
}

    a:hover {
        color: #f60;
        text-decoration: underline;
    }

p {
    line-height: 1.8em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 90%;
    max-width: 460px;
    margin: 0 auto;
}


.head {
    width: 100%;
    padding: 10px 0;
}

.logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

    .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.head .wapper {
    display: flex;
    align-items: center;
}

.headtitle h1 {
    font-size: 16px;
    margin-bottom: 5px;
}

.headlist span {
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid #888;
    margin-right: 10px;
    padding: 1px 3px;
}

.banner {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

    .banner img {
        width: 100%;
        display: block;
    }

.bannernr {
    position: absolute;
    width: 90%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

    .bannernr h2 {
        font-family: SourceHanSansCN-Regular;
        color: rgb(28,28,28,255);
        font-size: 1.125rem;
        line-height: 1;
    }

    .bannernr h1 {
        font-family: SourceHanSansCN-Bold;
        color: rgb(20,123,71);
        font-size: 3.875rem;
        line-height: 1;
        margin: 10px 0;
    }

.gx ul li {
    display: inline-block;
    margin-right: 0;
}

.bannwz {
    width: 270px;
    height: 35px;
    line-height: 35px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    background-color: #157B46;
    border-radius: 20px;
    pa0
}

    .bannwz span {
        font-size: 21px;
        color: #fff;
        font-weight: bold;
    }

        .bannwz span.yellow {
            color: #FFF600;
        }

.gx ul li img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

.gx ul li span {
    font-size: 16px;
    color: #000;
}

.btn {
    width: 270px;
    height: 45px;
    line-height: 45px;
    background-color: #E6322E;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn img {
        width: 18px;
        margin-right: 10px;
    }

.con1 {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 30px;
}

.bt h1 {
    font-size: 30px;
    color: #4A9375;
    text-align: center;
    margin-bottom: 10px;
}

.bt h2 {
    font-size: 14px;
    text-align: center;
}

.bt {
    width: 100%;
    margin-bottom: 20px;
}

.con1 ul li {
    width: calc((100% - 24px)/2);
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

    .con1 ul li img {
          width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    }

.c1wz {
    padding: 5px 10px;
}

    .c1wz h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }

.tiplist {
    width: 100%;
    margin-bottom: 5px;
}

    .tiplist span {
        font-size: 9px;
        border-radius: 0px;
        border: 1px solid #888;
        margin-right: 5px;
        padding: 0px 2px;
    }

.messg {
    width: 100%;
    border: 3px solid #5FE6AA;
    background-color: #4A9375;
    border-radius: 15px;
    position: relative;    margin-bottom: 30px;
}

.pd20 {
    padding: 20px;
}

.messg h1 {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.messg h2 {
    font-size: 12px;
    padding: 3px 5px;
    background-color: #008F44;
    display: inline-block;
    width: auto;
    border-radius: 10px;
    color: #fff;
}

.c2pic {
    width: 108px;
    position: absolute;
    top: -25px;
    right: 10px;
}

    .c2pic img {
        width: 100%;
        display: block;
    }

.ipt {
    width: 100%;
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

    .ipt input {
        width: 100%;
        line-height: 45px;
        text-indent: 1rem;
    }

.ipt1 {
    width: 100%;
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .ipt1 input {
        width: 16px;
    }

    .ipt1 span {
        font-size: 14px;
        color: #fff;
    }

    .ipt1 a {
        font-size: 14px;
        color: #fff;
    }

.ipt button {
    width: 100%;
    border: 0;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    border-radius: 0.5625rem;
    color: rgb(123, 55, 0);
    background: linear-gradient(90deg, rgb(255, 238, 101) 0%, rgb(255, 206, 18) 100%);
}

@keyframes templateSearchLights-47ed9df8 {
    0% {
        transform: translate(-5.66123188rem);
        -webkit-transform: translate(-5.66123188rem);
        opacity: 0;
    }

    66% {
        transform: translate(-5.66123188rem);
        -webkit-transform: translate(-5.66123188rem);
        opacity: 1;
    }

    100% {
        transform: translate(24.90942029rem);
        -webkit-transform: translate(24.90942029rem);
    }
}

@keyframes templateEnlargeShrink-47ed9df8 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    33% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
    }

    66% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.exx {
    position: absolute;
    top: 0;
    width: 6.1625rem;
    height: 2.8125rem;
    background-image: url(https://fe-resource.cdn.bcebos.com/mip/fengming/form/light_animate.png);
    background-size: 6.1625rem 2.8125rem;
    -webkit-animation: templateSearchLights-47ed9df8 3s linear infinite forwards;
    -o-animation: templateSearchLights-47ed9df8 3s linear infinite forwards;
    animation: templateSearchLights-47ed9df8 3s linear infinite forwards;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.con3 {
    width: 100%;
    background-image: url(../images/105.png);
    padding: 30px 0;
    background-size: cover;
}

.c3bt h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}

.line {
    margin: 0 auto;
    text-align: center;
    width: 20px;
}

    .line img {
        width: 100%;
    }

.con3 ul li {
    width: calc((100% - 60px)/3);
    margin: 10px;
    overflow: hidden;
    float: left;
}

    .con3 ul li .c3pic {
        width: calc(100% - 4px);
        height: 100%;
        min-height: 92px;
        object-fit: cover;
        margin-bottom: 5px;
        border: 2px solid #fff;
        border-radius: 50%;
    }

    .con3 ul li h1 {
        font-size: 18px;
        text-align: center;
        color: #fff;
        margin-bottom: 5px;
    }

.btt {
    text-align: center;
}

    .btt img {
        width: 46px;
    }

.c4list {
    width: 100%;
}

    .c4list ul li {
        width: 100%;
        margin: 20px 0;
        float: none;
        border: 0;
    }

        .c4list ul li a {
            display: flex;
            justify-content: space-between;
            display: flex;
            flex-wrap: wrap;
        }

.c4lf {
       width: 60%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

    .c4lf h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .c4lf span {
        font-size: 16px;
    }

.c4rt {
    width: 38%;
    overflow: hidden;
    border-radius: 10px;
}

    .c4rt img {
        width: 100%;
        height: 100%;
    }






.c6list {
    width: 100%;
}

.c6list ul {
    display: flex;
    flex-wrap: wrap;
}
  .c6list ul li {
       width: 29%;
    padding: 3% 1%;
    margin: 4px 4px;
    float: none;
    border: 0;
    border-radius: 0;
    background: #018e29;
}
.c6list ul li:nth-child(3n-1) { background-color:#f49335; }

        .c6list ul li a {
               justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
        }

.c6lf {
       width: 60%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

    .c6lf h1 {
        font-size: 16px;
           color: #fff;
    font-weight: normal;
    }

    .c6lf span {
       font-size: 16px;
    display: none;
    }

.c6rt {
       width: 38%;
    overflow: hidden;
   
}

    .c6rt img {
        width: 100%;
        height: 100%;
    }



.cnr {
    width: 100%;
    margin: 10px 0;
    color: #fff;
}

.con5 {
    width: 100%;
    padding: 30px 0;
}

.c5bt {
    width: 90%;
    position: relative;
    border: 1px solid #1C843C;
    border-radius: 10px;
    margin: 0 auto;
}

.c5x {
    width: 70%;
    transform: translateY(-15px);
    margin: 0 auto;
    background-color: #fff;
}

.c5bt h1 {
    font-size: 24px;
    color: #1c843c;
    text-align: center;
}

.c5bt p {
    text-align: center;
    font-size: 14px;
}

.con5 ul li {
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c5pic {
    width: 49%;
}

    .c5pic img {
        width: 100%;
    }

.c5nr {
    width: 49%;
}

    .c5nr h1 {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .c5nr p {
        font-size: 14px;
    }

.c6item h1 {
    margin: 5px 0;
    font-size: 16px;
    text-align: center;
}

.con6 {
    width: 100%;
    padding: 30px 0;
}

.foot {
    width: 100%;
    padding: 30px 0;
    background-color: #FFFFFF;
    text-align: center;
}

    .foot h1 {
        font-size: 14px;
        padding: 15px 0;
    }

    .foot p {
        font-size: 12px;
        padding: 0;
    }

.nv {
    height: 75px;
}

.kefu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 10px 0;
    background-color: #FEF4F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kefulf {
    display: flex;
    align-items: center;
    width: 70%;
    padding-left: 10px;
}

    .kefulf img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        margin-right: 10px;
    }

.kefunr {
    display: flex;
    align-content: space-between;
    position: relative;
    margin: 0 auto;
}

    .kefunr h1 {
        font-size: 18px;
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .kefunr p {
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

.kefunr {
    display: flex;
    align-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.kefurt {
    padding-right: 10px;
}

.btn1 {
    width: 100px;
    line-height: 45px;
    background-color: #E6332E;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
}

.tshow {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.bda {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 30px 15px;
}

.bdaipt {
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

    .bdaipt input {
        margin-right: 10px;
    }

    .bdaipt span {
        font-size: 16px;
    }

.tclose {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}

.probt {
    width: 100%;
    margin: 20px 0;
}

    .probt h1 {
        font-size: 18px;
        color: #E6322E;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .probt h2 {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }

.protip {
    width: 100%;
}

    .protip span {
        font-size: 12px;
        background-color: #EBEDF5;
        padding: 2px 5px;
        margin-right: 5px;
        border-radius: 10px;
    }

.procs {
    width: 100%;
    margin: 20px 0;    display: none;
}

    .procs h1 {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }

.tabe {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab1 {
    width: calc(30% - 2px);
    border: 1px solid #ddd;
}

.tab2 {
    width: calc(70% - 2px);
    border: 1px solid #ddd;
}

.tabe span {
    padding: 16px 0 16px 10px;
    display: block;
}

.prodetil {
    width: 100%;
    margin: 20px 0;
}

    .prodetil h1 {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }

.con {
    width: 100%;
    margin: 20px 0;
}
