.main {
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 20px;
}

.h1 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 600;
}

.box {
    margin-bottom: 60px;
}

.box1 {
    margin-bottom: 20px;
}

/* .article .title1{
    margin-top:5px;
} */
.article .title1 .tit {
    font-size: 18px;
    display: inline-flex;
    padding: 2px 18px;
    background: #68B33A;
    color: #fff;
    overflow: hidden;
}

.article .title {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    margin-top: 40px;
}

.article .title .tu {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.article .title .tu img {
    display: block;
    width: 62px;
}

.article .title span {
    display: block;
    width: 100%;
    height: 16px;
    background: #d0e7c2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    border-top: 1px solid #4ea41a;
    border-bottom: 1px solid #4ea41a;
    /* border-left:4px solid #4ea41a;
    border-right: 4px solid #4ea41a; */
}

.article .title .tit {
    font-size: 22px;
    display: inline-flex;
    padding: 2px 18px;
    background: #68B33A;
    color: #fff;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border: 1px solid #42950f;
}

.article .word1 {
    padding: 20px;
    /* border:1px solid #4ea41a; */
    text-align: justify;
    background: #fff9f0;
}

.article .word1 .red {
    color: red;
}

.article .word1 .hw {
    font-weight: 600;
}

.article .imgbox {
    padding: 20px;
    box-sizing: border-box;
    background: #f0f0f0;
}

.article .imgbox .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.article .imgbox .ewmimg {
    width: 240px;
    height: 240px;
    background: #fff9f0;
    border: 1px solid #42950f;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.article .imgtit {
    text-align: center;
    color: #4ea41a;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.article .imgtit span {
    padding: 5px 10px;
    border: 2px solid #4ea41a;
    background: #eef5ea;
    display: inline-flex;
    border-radius: 2px;
    overflow: hidden;
}

.article .box1 .word1 {
    border: 1px solid #4ea41a;
}

.freeBtnbox {
    display: none;
}
.boxfoot {
    margin-bottom: 20px;
}

.boxfoot .p1 {
    margin-top: 20px;
}

.boxfoot .p1,
.boxfoot .p2 {
    font-size: 12px;
    color: #959595;
    border-top: 1px solid #eee;
    text-align: center;

}

.wechat {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
}

.wechat a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #12b786;
    text-align: center;
    line-height: 50px;
    color: #fff;


}

.wechat a img {
    display: block;
    width: 35px;
}

.popUpblack {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1010;
    display: none;
}

.popUpblack .mask {
    background: url(../img/black.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.popUp {
    position: fixed;
    width: 220px;
    border: 5px solid #00ae66;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    transform: translateY(-50%);
    z-index: 1004;
}

.popUp .t {
    padding: 0 0 0 10px;
    height: 26px;
    line-height: 26px;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    background: #f2f2f2;
}

.popUp .t .close {
    padding: 0 10px 0 0;
    float: right;
    cursor: pointer;
    color: #666;
    font-weight: normal;
}

.popUp .img {
    padding: 15px 15px 0;
}

.popUp .img img {
    display: block;
    width: 100%;
}

.popUp .p {
    text-align: center;
    margin-top: 5px;
    padding-bottom: 10px;
}

.mobilepopUpblack {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1010;
    display: none;
}

.mobilepopUpblack.active {
    display: block;
}

.mobilepopUpblack .mask {
    background: url(../img/black.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.mobilepopUp {
    position: fixed;
    width: 330px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 15px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 1004;
    padding: 24px;
}

.mobilepopUp .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    line-height: 20px;
    color: #888;
    font-weight: 400;
}

.mobilepopUp .successicon {
    margin-bottom: 10px;
}

.mobilepopUp .successicon img {
    display: block;
    height: 42px;
    margin: 0 auto;
}

.mobilepopUp .info {
    text-align: center;
}

.mobilepopUp .info .t {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #212121;
}

.mobilepopUp .info .p,
.mobilepopUp .info .wxgzh {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.mobilepopUp .info .btn {
    width: 140px;
    background: #12b786;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto 15px;
    font-size: 16px;
    border-radius: 8px;
    overflow: hidden;
}

.freeBtnbox {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.freeBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 45px;
    font-size: 18px;
    border-radius: 5px;
    overflow: hidden;
    background: #12b786;
    color: #fff;
    text-align: center;
}

.freeBtn img {
    height: 30px;
    margin-right: 4px;
}

@media (max-width:640px) {
    body {
        font-size: 15px;
    }

    .main {
        padding: 20px 15px 0;
        max-width: 100%;
    }

    .h1 {
        font-size: 18px;
        font-weight: 550;
        text-align: justify;
    }

    .article .title .tit {
        font-size: 16px;
    }

    .article .word1 {
        padding: 10px;

    }

    .article .title1 .tit {
        font-size: 16px;
    }

    .article .title1 .tit {
        padding: 2px 10px;
    }

    .article .imgbox {
        padding: 5px;
    }

    .box {
        margin-bottom: 30px;
    }
    .wechat{
        display: none;
    }

.freeBtnbox {
    display: block;
}
 .main{
    padding-bottom: 50px;
 }
}

