/*-------------------- Cover (Start) --------------------*/
.mainCover .cover {
    height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.25) 30%), url(../img/index/main_cover.jpg) center bottom no-repeat; */
    background: url(../img/index/main_cover.jpg) center bottom no-repeat;
    background-size: cover;
}

.mainCover .cover .slogan {
    flex: 0 1 25%;
    margin: 120px 5% 0;
    align-self: flex-start;
    /* background: #ccc; */
}

.mainCover .cover .slogan img {
    width: 100%;
}

.mainCover .cover .poetry {
    flex: 1 0 100%;
    margin: 0 0 30px 5%;
    align-self: flex-end;
    line-height: 1.6em;
    letter-spacing: 3px;
    font-size: 24px;
    color: #505050;
}

.mainCover .cover .poetry h1 {
    margin: 0;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.forPadBreak {
    display: none;
}

.mainCover .bar {
    height: 180px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
    position: relative;
    color: #505050;
    background: #a3f080;
}

.mainCover .bar .next {
    flex: 1 1 40%;
    margin: 15px 0 15px 5%;
    text-align: left;
    order: 1;
}

.mainCover .bar .next .nextTxt {
    display: inline-block;
    border-bottom: solid 1px #505050;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 24px;
}

.mainCover .bar .next .nextIcon {
    width: 50px;
    margin: 30px 0 0;
    display: block;
}

.mainCover .bar .app {
    flex: 1 1 50%;
    margin: 15px 5% 15px 0;
    text-align: right;
    order: 1;
}

.mainCover .bar .app .appCode {
    width: 170px;
    margin: -190px 0 0 0;
    float: right;
}

.mainCover .bar .app .appTxt {
    margin: 0 10px 0 0;
    padding: 45px 0 0;
    position: relative;
    float: right;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 32px;
}

.mainCover .bar .app .appUserIcon {
    width: 100px;
    position: absolute;
    top: -60px;
    right: 10px;
}

.mainCover .bar .app .appTxt div:nth-child(3) {
    display: inline-block;
    transform: scaleX(0.95) translateX(3px);
}

.mainCover .poetryMobiTop {
    flex: 1 0 100%;
    padding: 0 0 5px 5%;
    box-sizing: border-box;
    display: none;
    align-self: flex-end;
    line-height: 1.4em;
    letter-spacing: 2px;
    font-size: 14px;    
}

.mainCover .poetryMobiTop h1 {
    margin: 0;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.mainCover .poetryMobiBottom {
    margin: 0 0 10px 0;
    display: none;
    line-height: 1.4em;
    letter-spacing: 2px;
    font-size: 14px;    
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .mainCover .cover .poetry {
        margin: 0 0 20px 5%;
        font-size: 20px;
    }

    .mainCover .bar {
        height: 140px;
    }

    .mainCover .bar .next {
        margin: 10px 0 10px 5%;
    }
    
    .mainCover .bar .next .nextTxt {
        font-size: 20px;
    }
    
    .mainCover .bar .next .nextIcon {
        width: 40px;
        margin: 20px 0 0;
    }

    .mainCover .bar .app {
        margin: 10px 5% 10px 0;
    }
    
    .mainCover .bar .app .appCode {
        width: 140px;
        margin: -160px 0 0 0;
    }
    
    .mainCover .bar .app .appTxt {
        padding: 35px 0 0;
        line-height: 1.3em;
        font-size: 28px;
    }
    
    .mainCover .bar .app .appUserIcon {
        width: 80px;
        top: -50px;
        right: 60px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .mainCover .cover {
        background: url(../img/index/main_cover.jpg) center 80% no-repeat;
        background-size: cover;
    }

    .mainCover .cover .poetry {
        margin: 0 0 15px 5%;
        font-size: 16px;
    }

    .mainCover .bar {
        height: 100px;
    }

    .mainCover .bar .next {
        margin: 10px 0 10px 5%;
    }
    
    .mainCover .bar .next .nextTxt {
        font-size: 16px;
    }
    
    .mainCover .bar .next .nextIcon {
        width: 25px;
        margin: 15px 0 0;
    }

    .mainCover .bar .app {
        margin: 10px 5% 10px 0;
    }
    
    .mainCover .bar .app .appCode {
        width: 100px;
        margin: -115px 0 0 0;
    }
    
    .mainCover .bar .app .appTxt {
        padding: 25px 0 0;
        line-height: 1.3em;
        font-size: 20px;
    }
    
    .mainCover .bar .app .appUserIcon {
        width: 60px;
        top: -40px;
        right: 40px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .mainCover .cover .slogan {
        flex: 0 1 35%;
        margin: 100px auto 0 5%;
    }

    .mainCover .cover .poetry {
        margin: 0 0 15px 5%;        
        font-size: 18px;
    }

    .mainCover .bar {
        height: 150px;
    }
    
    .mainCover .bar .next .nextTxt {
        font-size: 20px;
    }
    
    .mainCover .bar .next .nextIcon {
        width: 40px;
        margin: 20px 0 0;
    }

    .mainCover .bar .app .appCode {
        width: 120px;
        margin: -115px 0 0 0;
    }

    .mainCover .bar .app .appTxt {
        padding: 35px 0 0;
        font-size: 24px;
    }
    
    .mainCover .bar .app .appUserIcon {
        width: 70px;
        top: -40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .mainCover .cover .slogan {
        flex: 0 1 50%;
        margin: 100px auto 0 5%;
    }

    .mainCover .cover .poetry {
        margin: 0 0 15px 5%;
        line-height: 1.45em;
        font-size: 18px;
    }

    .forPadBreak {
        display: block;
    }

    .mainCover .bar {
        height: 130px;
    }

    .mainCover .bar .next .nextTxt {
        font-size: 20px;
    }

    .mainCover .bar .next .nextIcon {
        width: 30px;
        margin: 20px 0 0;
    }

    .mainCover .bar .app .appCode {
        width: 120px;
        margin: -130px 0 0 0;
    }

    .mainCover .bar .app .appTxt {
        padding: 35px 0 0;
        font-size: 20px;
    }

    .mainCover .bar .app .appUserIcon {
        width: 60px;
        top: -35px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .mainCover {
        overflow: visible;
    }

    .mainCover .cover {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%), url(../img/index/main_cover.jpg) center bottom no-repeat;
        background-size: cover;
    }

    .mainCover .cover .slogan {
        flex: 0 1 60%;
        margin: 70px 0 0 15px;
    }

    .mainCover .cover .poetry {
        margin: 15px;
        font-size: 20px;
        display: none;
    }

    .mainCover .poetryMobiTop {
        display: block;
    }

    .mainCover .poetryMobiBottom {
        display: block;
    }

    .mainCover .bar {
        height: auto;
        padding: 0 20px 20px;
    }

    .mainCover .bar .next {
        flex: 1 0 100%;
        margin: 10px 0 10px;
        order: 2;
    }

    .mainCover .bar .next .nextTxt {
        font-size: 14px;
    }

    .mainCover .bar .next .nextIcon {
        width: 30px;
        margin: 15px 0 -60px 5px;
        display: block;
    }

    .mainCover .bar .app {
        flex: 1 0 100%;
        margin: -20px 0 10px;
        order: 1;
    }

    .mainCover .bar .app .appCode {
        width: 95px;
        margin: -55px auto 0;
    }

    .mainCover .bar .app .appTxt {
        margin: 0 10px 0 0;
        padding: 30px 0 0;
        font-size: 20px;
    }

    .mainCover .bar .app .appUserIcon {
        width: 60px;
        margin: -50px 5px 0 0;
        position: static;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
    .mainCover .poetryMobiTop {
        font-size: 12px;
    }

    .mainCover .poetryMobiBottom {
        font-size: 12px;
    }

    .mainCover .bar .app {
        margin: -15px 0 10px;
    }

    .mainCover .bar .app .appCode {
        width: 30%;
        margin: -55px -10px 0 0;
    }

    .mainCover .bar .app .appTxt {
        margin: 0 5px 0 0;
        font-size: 14px;
    }

    .mainCover .bar .app .appUserIcon {
        width: 40px;
        margin: 0 35px -25px 0;
    }
}
/*-------------------- Cover (End) --------------------*/

/*-------------------- Section1 (Start) --------------------*/
.sect1 {
    background: #a3f080;
}

.sect1 .ctx:nth-child(1) {
    padding: 50px 0 10px;
}

.sect1 .ctx:nth-child(2) {
    padding: 10px 0 50px ;
}

.sect1 .ctxFullW {
    background: #fff;
}

.sect1 .ctxFullW .caption {
    width: 1200px;
    margin: auto;
}

.sect1 .ctx .topic {
    padding: 10px 0 20px;
    font-size: 28px;
}

.sect1 .ctx .classified {
    background: #fff;
}

.sect1 .ctx .classified:nth-child(n+3) {
    margin: 50px 0 0;
}

.sect1 .ctx .classified .classifiedName {
    padding: 5px 20px 5px 30px;
    box-sizing: border-box;
    display: inline-block;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px;
    color: #a3f080;
    background: #4d4d4d;
}

.sect1 .ctx .chargerStep {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.sect1 .ctx .chargerStep:nth-child(3) {
    border-top: solid 1px #a3f080;
}

.sect1 .ctx .chargerStep .head {
    flex: 0 0 100%;
}

.sect1 .ctx .chargerStep .head .typeTitle {
    padding: 5px 20px 5px 30px;
    box-sizing: border-box;
    display: inline-block;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px;
    color: #4d4d4d;
    /* background: #4d4d4d; */
}

.sect1 .ctx .chargerStep .head .typeTitle .highlight {
    color: #a3f080;
}

.sect1 .ctx .chargerStep .step {
    flex: 1 0 auto;
    align-self: stretch;
    margin: 30px 0 40px;
    box-sizing: border-box;
    position: relative;
    border-right: solid 0.5px #a3f080;
    text-align: center;    
    /* background: #808080; */
}

.sect1 .ctx .chargerStep .step:last-child {
    border-right: solid 1px #fff;
}

.sect1 .ctx .chargerStep .step .icon {
    width: 100%;
    padding: 0 0 8px;
    border-right: solid 1px #fff;
}

.sect1 .ctx .chargerStep .step .icon img {
    height: 90px;
}

.sect1 .ctx .chargerStep .step .num {
    width: 100%;
    border-right: solid 1px #fff;
    font-weight: bold;
    font-size: 20px;
    color: #a3f080;
}

.sect1 .ctx .chargerStep .step .num span {
    display: inline-block;
    transform: scaleY(0.5);
}

.sect1 .ctx .chargerStep .step .tit {
    margin: 0 0 8px;
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 16px;
}

.sect1 .ctx .chargerStep .step .txt {
}

.sect1 .ctx .chargerStep .step .joinBtn {
    margin: 5px 0 0;
    padding: 2px 15px 5px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    border-radius: 5px;
    font-size: 16px;
    color: #808080;
    background: #a3f080;
}

.sect1 .ctx .chargerStep .sideLine {
    width: 5px;
    height: 88%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4d4d4d;
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .sect1 .ctx:nth-child(1) {
        padding: 40px 40px 10px;
    }
    
    .sect1 .ctx:nth-child(2) {
        padding: 10px 40px 40px;
    }

    .sect1 .ctx .topic {
        font-size: 28px;
    }

    /* .sect1 .ctx .chargerStep {
        justify-content: flex-start;
    }

    .sect1 .ctx .chargerStep .step {
        flex: 0 0 33.3%;
    } */
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect1 .ctx:nth-child(1) {
        padding: 40px 40px 10px;
    }
    
    .sect1 .ctx:nth-child(2) {
        padding: 10px 40px 40px;
    }

    .sect1 .ctx .topic {
        font-size: 28px;
    }

    .sect1 .ctx .chargerStep .step {
        flex: 0 0 50%;
    }

    .sect1 .ctx .chargerStep .sideLine {
        height: 95%;
    }

    .sect1 .ctx .chargerStep .step:nth-child(even) {
        border-right: solid 1px #fff;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 .ctx:nth-child(1) {
        padding: 40px 20px 10px;
    }
    
    .sect1 .ctx:nth-child(2) {
        padding: 0 20px 20px;
    }
    
    .sect1 .ctxFullW {
        background: #fff;
    }
    
    .sect1 .ctxFullW .caption {
        width: 100%;
    }

    .sect1 .ctx .topic {
        padding: 10px 0 20px;
        font-size: 24px;
    }

    .sect1 .ctx .chargerStep .head .typeTitle {
        width: 100%;
        padding: 5px 20px 5px 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .sect1 .ctx .chargerStep .step {
        flex: 0 0 90%;
        margin: 0 auto;
        padding: 30px 0;
        border-right: none;
        border-bottom: solid 0.5px #a3f080;
    }

    .sect1 .ctx .chargerStep .step:last-child {
        border-bottom: none;
    }

    .sect1 .ctx .chargerStep:nth-child(4) .step:nth-child(6) {
        display: none;
    }

    .sect1 .ctx .chargerStep .step .icon {
        border-right: none;
    }
    
    .sect1 .ctx .chargerStep .step .num {
        border-right: none;
    }

    .sect1 .ctx .chargerStep .step .tit {
        font-weight: 500;
        font-size: 20px;
    }

    .sect1 .ctx .chargerStep .sideLine {
        height: 98%;
    }
}
/*-------------------- Section1 (End) --------------------*/

/*-------------------- Section2 (Start) --------------------*/
.sect2 .ctx .captionBack {
    width: 100%;
    /* background: #a3f080; */
}

.sect2 .ctx .captionBack .caption {
    width: 1200px;
    margin: auto;
    /* padding: 10px 0 5px; */
    box-sizing: border-box;
}

.sect2 .ctx .captionBack .caption h1 {
    margin: 0;
    display: inline-block;
    font-size: 20px;
}

.sect2 .ctx .divLine {
    margin: 10px 0;
    border-bottom: solid 2px #a3f080;
}

.sect2 .ctx .announce {
    padding: 40px 20px;
    box-sizing: border-box;
    line-height: 1.6em;
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
    background: #fff;
}

.sect2 .ctx .announce h2 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
}

.sect2 .ctx .announce .join {
    margin: 10px 0 0;
    padding: 6px 30px 8px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 100px;
    line-height: 1em;
    letter-spacing: 3px;
    font-size: 14px;
    color: #000;
    background: #a3f080;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .sect2 .ctx .captionBack .caption {
        /* padding: 10px 40px 5px; */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect2 .ctx .captionBack .caption {
        /* padding: 10px 40px 5px; */
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect2 .ctx .captionBack .caption {
        /* padding: 10px 20px 5px; */
    }
    
    .sect2 .ctx .announce {
        padding: 20px 0;
        line-height: 1.6em;
        text-align: left;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .sect2 .ctx .announce h2 {
        font-size: 16px;
    }

    .sect2 .ctx .announce .phoneMerge {
        /* display: block; */
    }

    .sect2 .ctx .announce .phoneMerge::before {
        /* content: "，"; */
    }

    .sect2 .ctx .announce .join {
        margin: 20px 0 0;
        float: right;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Section2 (Start) --------------------*/

/*-------------------- Section3 (Start) --------------------*/
.sect3 .ctx {
    width: 100%;
    padding: 0;
    background: #a3f080;
}

.sect3 .ctx .captionBack {
    width: 100%;
    background: #fff;
}

.sect3 .ctx .captionBack .caption {
    width: 1200px;
    margin: auto;
    padding: 10px 0 5px;
    font-size: 20px;
}

.sect3 .ctx .process {    
    width: 1200px;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.sect3 .ctx .process .step {
    flex: 1 0 auto;
    align-self: stretch;
    margin: 30px 0 40px;
    box-sizing: border-box;
    position: relative;
    border-right: solid 0.5px #a3f080;
    text-align: center;    
    /* background: #808080; */
}

.sect3 .ctx .process .step:last-child {
    border-right: solid 1px #fff;
}

.sect3 .ctx .process .step .icon {
    width: 100%;
    padding: 0 0 8px;
    border-right: solid 1px #fff;
}

.sect3 .ctx .process .step .icon img {
    height: 70px;
}

.sect3 .ctx .process .step .num {
    width: 100%;
    border-right: solid 1px #fff;
    font-weight: bold;
    font-size: 20px;
    color: #a3f080;
}

.sect3 .ctx .process .step .num span {
    display: inline-block;
    transform: scaleY(0.5);
}

.sect3 .ctx .process .step .tit {
    margin: 0 0 8px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.sect3 .ctx .process .step .txt {
    font-size: 12px;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .sect3 .ctx .captionBack .caption {
        width: 100%;
        padding: 10px 40px 5px;
    }

    .sect3 .ctx .process {    
        width: 100%;
        padding: 0;
        border-left: solid 40px #a3f080;
        border-right: solid 40px #a3f080;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect3 .ctx .captionBack .caption {
        width: 100%;
        padding: 10px 40px 5px;
    }

    .sect3 .ctx .process {    
        width: 100%;
        padding: 0;
        border-left: solid 40px #a3f080;
        border-right: solid 40px #a3f080;
    }

    .sect3 .ctx .process .step {
        flex: 0 1 50%;
        margin: 30px 0;
        padding: 0;
    }

    .sect3 .ctx .process .step:nth-child(even) {
        border-right: solid 1px #fff;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect3 .ctx:nth-child(1) {
    }

    .sect3 .ctx:nth-child(2) {
        padding: 0 20px;
    }

    .sect3 .ctx .captionBack .caption {
        padding: 10px 20px 5px;
    }

    .sect3 .ctx .process {    
        width: 100%;
        padding: 0;
    }

    .sect3 .ctx .process .step {
        flex: 0 0 90%;
        margin: 0 auto;
        padding: 30px 0;
        border-right: none;
        border-bottom: solid 0.5px #a3f080;
    }

    .sect3 .ctx .process .step:last-child {
        border-bottom: none;
    }

    .sect3 .ctx .process .step .tit {
        font-size: 20px;
    }

    .sect3 .ctx .process .step .txt {
        font-size: 16px;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Section3 (End) --------------------*/

/*-------------------- Section4 (Start) --------------------*/
.sect4 .ctx .divLine {
    margin: 10px 0;
    border-bottom: solid 2px #a3f080;
}

.sect4 .ctx .left {
    width: 30%;
    float: left;
}

.sect4 .ctx .right {
    width: 65%;
    float: right;
}

.sect4 .ctx .right .cost {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect4 .ctx .right .cost .mode {
    flex: 1 1 25%;
    margin: 10px 0 30px;
    box-sizing: border-box;
    text-align: center;
}

.sect4 .ctx .right .cost .mode .icon {
    height: 70px;
}

.sect4 .ctx .right .cost .mode .cont {
    border-right: solid 1px #a3f080;
    font-weight: bold;
}

.sect4 .ctx .right .cost .mode:last-child .cont {
    border-right: none;
}

.sect4 .ctx .right .cost .mode .cont .tit {
    font-size: 20px;
    color: #a3f080;
}

.sect4 .ctx .right .cost .mode .cont .min {
    font-size: 12px;
}

.sect4 .ctx .right .note {
    text-align: right;
    font-size: 14px;
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect4 .ctx .left {
        width: 100%;
    }

    .sect4 .ctx .right {
        width: 100%;
    }

    .sect4 .ctx .right .cost .mode {
        padding: 30px 0 0;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect4 .ctx .left {
        width: 100%;
    }

    .sect4 .ctx .right {
        width: 100%;
    }

    .sect4 .ctx .right .cost .mode {
        flex: 0 0 90%;
        margin: 0 auto;
        padding: 30px 0;        
        border-bottom: solid 0.5px #a3f080;
    }

    .sect4 .ctx .right .cost .mode:last-child {
        border-bottom: none;
    }

    .sect4 .ctx .right .cost .mode .cont {
        border-right: none;        
    }

    .sect4 .ctx .right .note {
        text-align: center;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Section4 (End) --------------------*/

/*-------------------- Section5 (Start) --------------------*/
.sect5 .ctx .divLine {
    margin: 10px 0;
    border-bottom: solid 2px #a3f080;
}

.sect5 .ctx .blockTitle {
    padding: 4px 20px 6px 20px;
    display: inline-block;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    letter-spacing: 2px;
    color: #a3f080;
    background: #505050;
}

.sect5 .ctx .block {
    margin: 0 0 20px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.8em;
    border-left: solid 5px #505050;
}

.sect5 .ctx .block ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: decimal;
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 1px) and (max-width: 767px) {
}

@media screen and (min-width: 1px) and (max-width: 280px) {
}
/*-------------------- Section5 (End) --------------------*/