html, body {
    font-size: 20px;
    font-family: Arial;
    background: #FFFFFF;
    overflow-y: scroll;
    overflow:-moz-scrollbars;
    height: 100%;
    min-width: 300px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    text-decoration: none;
}
#for-app {
    display: none;
}
.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media only screen and (min-width: 200px) {
    html {
        font-size: 18px;
    }
}
@media only screen and (min-width: 360px) {
    html {
        font-size: 20px;
    }
}
@media only screen and (min-width: 400px) {
    html {
        font-size: 21.33px;
    }
}
@media only screen and (min-width: 414px) {
    html {
        font-size: 22.08px;
    }
}
@media only screen and (min-width: 480px) {
    html {
        font-size: 23.6px;
    }
}
@media only screen and (min-width: 1024px) {
    html {
        font-size: 28.6px;
    }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
    .banner-box .banner .left {
        display: none!important;
    }
    .menu-nav {
        padding-top: 4.5rem;
        flex-direction: column!important;
    }
    .menu-nav li {
        width: 100%;
        text-align: center;
        padding:0.35rem 0 0.35rem 0;
    }
    .menu-nav li a {
        color: #000000;
        font-size: 1.1rem;
    }
    .menu-nav > li > a.menuHigh{
        text-decoration: underline;
    }
    .menu-nav ul {
        flex-direction: column!important;
        justify-content: flex-start!important;
    }
    .for-app:checked~.header .menu-nav {
        visibility: visible;
        top:3.1rem;
        opacity: 1;
    }
    .menu-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 35;
        background-color: #fff;
        transition: all 0.4s ease;
        -webkit-transition:all 0.4s ease;
        visibility: visible;
        opacity: 0;
        top:100%;
        line-height:2.1rem;
    }
    .farmer-navbar-toggle {
        position: relative;
        float: right;
        width: auto;
        height: auto;
        background-color: transparent;
        margin-right: .5rem;
    }
    .farmer-navbar-toggle .farmer-menu-icon {
        background: url("../../img/menu.png") no-repeat;
        background-size: 100%;
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        cursor: pointer;
    }
    .farmer-navbar-toggle .farmer-menu-icon-close {
        background: url("../../img/close.png") no-repeat;
        background-size: 100%;
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        cursor: pointer;
    }
    .farmer-collapse {
        /*display: block;*/
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 35;
        background-color: #fff;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        /*visibility: hidden;*/
        /*opacity: 0;*/
        /*top: 100%;*/
        line-height: 2.1rem;

        visibility: visible;
        top: 3rem;
        opacity: 1;
    }
    .banner-box {
        padding-top: 1rem;
    }
    .banner-bottom-title {
        line-height: 1rem!important;
        font-size: .7rem!important;
    }
    .banner-bottom {
        margin: 1rem auto!important;
        flex-direction: column!important;
        width: 100% !important;
    }
    .bottom-logo, .login-box {
        width: 100% !important;
    }
    .right-box .description {
        width: 100% !important;
        text-align: center;
    }
    .right-box {
        text-align: center;
    }
    .banner-box .banner .right {
        padding: 0!important;
    }
    .bottom-logo .sub {
        justify-content: center !important;
        margin-top: .8rem;
    }
    .login-box {
        margin: .5rem 0 1rem 0;
    }
    .banner-bottom {
        height: auto!important;
    }
    #sign-up, #login {
        font-size:.7rem;
    }
    .reason-box .title {
        padding-top: 3rem!important;
        font-size: 1.2rem!important;
        line-height: 2.2rem!important;
    }
    .reason-grid {
        grid-template-columns: 50% 50%!important;
        grid-template-rows: 40% 40% !important;
        padding-top: .5rem!important;
    }
    .reason-grid .item .item-content {
        width: 100%!important;
        font-size:.7rem;
    }
    .reason-grid .item .item-content img {
        width: 2.5rem;
    }
    .reason-grid .item .item-content span {
        padding-left: 0.3rem!important;
    }
    .paid-box {
        padding-top: 3rem!important;
    }
    .paid-box .title {
        font-size: 1.2rem!important;
        width: 100% !important;
    }
    .paid-box .item {
        padding-top: 1rem!important;
        width: 100% !important;
    }
    .paid-hr {
        padding-top: 1rem!important;
        width: 100% !important;
    }
    .footer-title, .footer-content {
        width: 100% !important;
    }
    .faq-box, .tips-box, .payment-box, .contact-us-box {
        width: 100%!important;
    }
    .faq-list .faq-question, .payment-list .payment-question {
        font-size: .85rem!important;
    }
    .faq-list .faq-answer, .payment-list .payment-answer {
        font-size: .7rem!important;
    }
    .tips-bold {
        font-size: .7rem!important;
    }
    .tips-gray {
        font-size: .65rem!important;
    }
    .tips-last {
        font-size: .7rem!important;
    }
    .btn-open-answer, .btn-close-answer {
        width: 0.8rem!important;
    }
    .contact-us-box .content {
        font-size: .8rem!important;
    }
    .base_info {
        flex-direction: column!important;
    }
    .base_info .info-item {
        width: 100%!important;
    }
    .join-content, .note-list {
        font-size: .7rem!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-box .banner .left {
        display: none!important;
    }
    .menu-nav {
        padding-top: 4.5rem;
        flex-direction: column!important;
    }
    .menu-nav li {
        width: 100%;
        text-align: center;
        padding:0.35rem 0 0.35rem 0;
    }
    .menu-nav li a {
        color: #000000;
        font-size: 1.1rem;
    }
    .menu-nav > li > a.menuHigh{
        text-decoration: underline;
    }
    .menu-nav ul {
        flex-direction: column!important;
        justify-content: flex-start!important;
    }
    .for-app:checked~.header .menu-nav {
        visibility: visible;
        top:3.1rem;
        opacity: 1;
    }
    .menu-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 35;
        background-color: #fff;
        transition: all 0.4s ease;
        -webkit-transition:all 0.4s ease;
        visibility: visible;
        opacity: 0;
        top:100%;
        line-height:2.1rem;
    }
    .farmer-navbar-toggle {
        position: relative;
        float: right;
        width: auto;
        height: auto;
        background-color: transparent;
        margin-right: .5rem;
    }
    .farmer-navbar-toggle .farmer-menu-icon {
        background: url("../../img/menu.png") no-repeat;
        background-size: 100%;
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        cursor: pointer;
    }
    .farmer-navbar-toggle .farmer-menu-icon-close {
        background: url("../../img/close.png") no-repeat;
        background-size: 100%;
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        cursor: pointer;
    }
    .farmer-collapse {
        /*display: block;*/
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 35;
        background-color: #fff;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        /*visibility: hidden;*/
        /*opacity: 0;*/
        /*top: 100%;*/
        line-height: 2.1rem;

        visibility: visible;
        top: 3rem;
        opacity: 1;
    }
    .banner-box {
        padding-top: 1rem;
    }
    .banner-bottom-title {
        line-height: 1rem!important;
        font-size: .7rem!important;
    }
    .banner-bottom {
        margin: 1rem auto!important;
        flex-direction: column!important;
        width: 100% !important;
    }
    .bottom-logo, .login-box {
        width: 100% !important;
    }
    .right-box .description {
        width: 100% !important;
        text-align: center;
    }
    .right-box {
        text-align: center;
    }
    .banner-box .banner .right {
        padding: 0!important;
    }
    .bottom-logo .sub {
        justify-content: center !important;
        margin-top: .8rem;
    }
    .login-box {
        margin: .5rem 0 1rem 0;
    }
    .banner-bottom {
        height: auto!important;
    }
    #sign-up, #login {
        font-size:.7rem;
    }
    .reason-box .title {
        padding-top: 3rem!important;
        font-size: 1.2rem!important;
        line-height: 2.2rem!important;
    }
    .reason-grid {
        grid-template-columns: 50% 50%!important;
        grid-template-rows: 40% 40% !important;
        padding-top: .5rem!important;
    }
    .reason-grid .item .item-content {
        width: 100%!important;
        font-size:.7rem;
    }
    .reason-grid .item .item-content img {
        width: 2.5rem;
    }
    .reason-grid .item .item-content span {
        padding-left: 0.3rem!important;
    }
    .paid-box {
        padding-top: 3rem!important;
    }
    .paid-box .title {
        font-size: 1.2rem!important;
        width: 100% !important;
    }
    .paid-box .item {
        padding-top: 1rem!important;
        width: 100% !important;
    }
    .paid-hr {
        padding-top: 1rem!important;
        width: 100% !important;
    }
    .footer-title, .footer-content {
        width: 100% !important;
    }
    .faq-box, .tips-box, .payment-box, .contact-us-box {
        width: 100%!important;
    }
    .faq-list .faq-question, .payment-list .payment-question {
        font-size: .85rem!important;
    }
    .faq-list .faq-answer, .payment-list .payment-answer {
        font-size: .7rem!important;
    }
    .tips-bold {
        font-size: .7rem!important;
    }
    .tips-gray {
        font-size: .65rem!important;
    }
    .tips-last {
        font-size: .7rem!important;
    }
    .btn-open-answer, .btn-close-answer {
        width: 0.8rem!important;
    }
    .contact-us-box .content {
        font-size: .8rem!important;
    }
    .base_info {
        flex-direction: column!important;
    }
    .base_info .info-item {
        width: 100%!important;
    }
    .join-content, .note-list {
        font-size: .7rem!important;
    }
}
@media only screen and (min-width: 1025px) {
    html {
        font-size: 30.6px;
    }
    .container {
        min-width: 1200px;
    }
}

.container {
    width: 90%;
    height: 100%;
    /*height: 2400px;*/
    margin: 0 auto;
}
.menu {
    width: 100%;
    max-width: 1400px;
    height: 4rem;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-between;
    margin: 0 auto;
}
.menu .active {
    color: #00A33C;
}
.menu-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100%;
}
.menu-logo img {
    width: 2rem;
}
.menu-nav ul{
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.menu-nav {
    display: flex;
    flex-direction: row;
}
.menu-nav li {
    display: grid;
    list-style: none;
    padding-right: 2rem;
    align-content: center;
}
.menu-nav a {
    font-size: 0.7rem;
    color: #333333;
}
.menu-nav a:hover {
    color: #00A33C;
}
.banner-box {
    width: 100%;
}
.banner-box .banner {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.banner-box .banner .right {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.5rem;
}
.banner-box .banner .left {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    padding-right: 1.5rem;
}
.banner-box .banner .left img {
    width: 80%;
    max-width: 20rem;
}
.banner-box .banner .right img {
    width: 80%;
    max-width: 20rem;
}
.right-box {
    width: 100%;
}
.right-box .description {
    width: 80%;
    padding-top: 1rem;
    font-size: .75rem;
    color: #666666;
    line-height: 1.2rem;
}
.banner-bottom {
    width: 90%;
    height: 4rem;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 .2rem 1rem 0 rgba(139, 139, 139, 0.2);
    border-radius: 24px;
    margin: 0 auto;
}
.bottom-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50%;
    align-items: center;
}
.bottom-logo img {
    width: 2rem;
    height: 2rem;
}
.bottom-logo .sub {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    /*padding-right: 1.5rem;*/
    align-items: center;
}
.banner-bottom-title {
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 4rem;
    color: #00A33C;
    font-size: .9rem;
    margin-left: 1rem;
}
.login-box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.login-box .sub {
    width: 80%;
    display: flex;
    justify-content: center;
    padding-left: 1.5rem;
}
#sign-up {
    width: 6rem;
    height: 1.6rem;
    background: #00A33C;
    color: #FFFFFF;
    border-radius: 30px;
    line-height: 1.6rem;
    text-align: center;
    margin-right: .5rem;
}
#login {
    width: 6rem;
    height: 1.6rem;
    border-radius: 30px;
    border: 2px solid #00A33C;
    color: #00A33C;
    line-height: 1.6rem;
    text-align: center;
    margin-left: .5rem;
}
.reason-box .title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    padding-top: 4rem;
    font-weight: bold;
}
.reason-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: 50% 50%;
}
.reason-grid .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.reason-grid .item .item-content{
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 1rem auto;
}
.reason-grid .item .item-content span{
    padding-left: .5rem;
    color: #333333;
    font-weight: bold;
    line-height: 1rem;
}
.reason-grid .item .item-content img{
    width: 2rem;
}
.red-color {
    color: #FF0071;
    font-size: 1.2rem;
    font-weight: bold;
}
.paid-box {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}
.paid-box .title {
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    padding-top: 2rem;
    font-weight: bold;
}
.paid-box .item {
    padding-top: 2rem;
    font-size: .8rem;
    color: #333333;
    width: 80%;
    line-height: 2rem;
}
.paid-hr {
    border-bottom: 1px solid #CFCFCF;
    width: 80%;
    padding-top: 2.5rem;
}
.footer-sign-up {
    padding-top: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sign-up a {
    width: 8rem;
    height: 2rem;
    background: #00A33C;
    color: #FFFFFF;
    border-radius: 30px;
    line-height: 2rem;
    text-align: center;
    font-size: .8rem;
}
.footer-title {
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
    padding-top: 3em;
    font-weight: bold;
    margin: 0 auto;
    color: #333333;
}
.footer-content {
    font-size: .7rem;
    line-height: 1.2rem;
    text-align: center;
    padding: .6rem 0 2rem 0;
    margin: 0 auto;
    color: #999999;
    width: 85%;
}
.faq-box {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}
.faq-box .faq-list {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
}
.faq-list .faq-list-item {
    border-bottom: 1px solid #E5E5E5;
    padding: 1rem 0 1.2rem 0;
}
.faq-list .faq-question {
    color: #333333;
    font-weight: bold;
    font-size: .7rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    cursor: pointer;
}
.faq-list .faq-question .text {
    width: 90%;
}
.faq-list .faq-answer {
    color: #666666;
    padding-top: .8rem;
    font-size: .56rem;
    line-height: 1rem;
    width: 90%;
    display: none;
}
.btn-open-answer {
    display: block;
    width: .6rem;
    height: .6rem;
    background-image: url("/af/img/p_btn_open_answer.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1;
}
.btn-close-answer {
    display: block;
    width: .6rem;
    height: .6rem;
    background-image: url("/af/img/p_btn_close_answer.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1;
}
.tips-box {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 1.5rem auto;
}
.tips-title {
    font-weight: bold;
    font-size: .8rem;
    color: #333333;
    margin-bottom: .5rem;
}
.tips-bold {
    font-weight: bold;
    font-size: .52rem;
    color: #333333;
}
.tips-gray {
    font-size: .5rem;
    line-height: .9rem;
    color: #666666;
}
.tips-last {
    font-weight: bold;
    font-size: .6rem;
    color: #333333;
}
.payment-box {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}
.payment-box .payment-list {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
}
.payment-list .payment-list-item {
    border-bottom: 1px solid #E5E5E5;
    padding: 1rem 0 1.2rem 0;
}
.payment-list .payment-question {
    color: #333333;
    font-weight: bold;
    font-size: .7rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    cursor: pointer;
}
.payment-list .payment-question .text {
    width: 90%;
}
.payment-list .payment-answer {
    color: #666666;
    padding-top: .8rem;
    font-size: .56rem;
    line-height: 1rem;
    width: 90%;
    display: none;
}
.contact-us-box {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 2rem auto;
}
.contact-us-box .img {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}
.contact-us-box .img img {
    width: 2.6rem;
}
.contact-us-box .content {
    margin-top: 2rem;
    text-align: center;
    color: #333333;
    font-size: .6rem;
}
.contact-us-box .content a {
    color: #00A33C;
    text-decoration: revert;
}
.signup-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 80%;
    margin: 1.5rem auto;
}
.signup-box .title {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.signup-box .title .hand {
    width: 1.4rem;
}
.signup-box .title .text {
    max-width: 18rem;
    width: 100%;
    margin-left: .2rem;
}
.join {
    display: block;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333333;
}
.join-content {
    display: block;
    padding-top: 1rem;
    font-size: .6rem;
    line-height: 1.2rem;
    color: #666666;
}
.note {
    margin-top: 2.5rem;
}
.note b {
    font-size: 1.2rem;
}
.note-list {
    color: #666666;
    font-size: .6rem;
    line-height: 1rem;
}
.note-list a {
    color: #333333;
    font-weight: bold;
    text-decoration: revert;
}
