html, body {
    font-size: 20px;
    font-family: Gilroy-Regular;
    overflow-y: scroll;
    overflow:-moz-scrollbars;
    height:100%;
}

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

a {
    text-decoration: none;
}

.GilroyBold {
    font-family: "Gilroy-Bold";
}
.GilroyMedium {
    font-family: "Gilroy-Medium";
}

img {
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}

.grecaptcha-badge { visibility: hidden; }

.layui-layer-btn .layui-layer-btn0 {
    border-color: #F32D2D;
    background-color: #F32D2D;
    color: #fff;
}

.color-download-banner {
    color:#333333;
    font-family: Gilroy-Regular;
    text-decoration: underline;
    margin-top: .55rem;
    display: block;
    width: fit-content;
}

@media only screen and (min-width: 200px) {
    html {
        font-size: 18px !important;
    }
}
@media only screen and (min-width: 360px) {
    html {
        font-size: 20px !important;
    }
}
@media only screen and (min-width: 400px) {
    html {
        font-size: 21.33px !important
    }
}
@media only screen and (min-width: 414px) {
    html {
        font-size: 22.08px !important
    }
}
@media only screen and (min-width: 480px) {
    html {
        font-size: 23.6px !important
    }
}
@media only screen and (min-width: 1024px) {
    html {
        font-size: 25.6px !important;
    }
}
@media only screen and (min-width: 1366px) {
    html {
        font-size: 30.6px !important;
    }
    .container {
        min-width: 1200px;
    }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
    .banner {
        padding-left: 0 !important;
        background-image: none !important;
        justify-content: center;
        align-items: center;
        height: 15rem !important;
        margin-top: 0.8rem;
    }

    .header .logo {
        width: 92% !important;
    }

    .header img {
        padding: .5rem 0 .5rem 0 !important;
        width: 3.5rem;
    }
    .logo img {
        width: 3.8rem!important;
    }

    .paid-info {
        flex-direction: column !important;
    }

    .banner-content {
        width: 100% !important;
        align-items: center;
    }

    .tips1 {
        text-align: center;
        font-size: 1.2rem !important;
    }

    .tips2 {
        width: 90%;
        text-align: center;
        font-size: .8rem !important;
        line-height: 1.2rem !important;
    }

    .partner-box {
        padding-top: 0 !important;
    }

    .title {
        margin-top: 2rem !important;
        font-size: 1.2rem !important;
    }

    .features {
        width: 100% !important;
    }

    .features .reason {
        width: calc(40vw) !important;
        margin: .9rem .7rem 0 .7rem !important;
        /*box-shadow:-.2rem .2rem .2rem 0 rgb(70 70 70 / 6%)!important;*/

    }

    .features .reason .desc {
        width: 6rem !important;
        line-height: 1rem;
    }

    .paid-box {
        padding-top: 3rem !important;
    }

    .how-get-paid {
        text-align: center;
        font-size: 1.2rem !important;
        padding-bottom: 1rem !important;
    }

    .paid-box .bg {
        height: 14rem !important;
    }

    .paid-info-money, .paid-info-person {
        margin: 1rem 0 0 0 !important;
        height: auto !important;
        font-size: .8rem;
        width: 100%!important;
    }

    .footer-content {
        width: 90% !important;
    }

    .title .title-top-reason2 {
        margin-top: 0.2rem !important;
    }

    .paid-info-person {
        margin-top: 3rem !important;
    }

    .partner-container > .partner-item > .title {
        font-size: .9rem !important;
        margin-top: .8rem !important;
    }

    .partner-container > .partner-item > .content {
        font-size: .8rem !important;
        line-height: 1.2rem !important;
    }

    .three-fun-navbar-toggle .three-fun-menu-icon {
        background: url("/images/nav.png") no-repeat;
        background-size: 100%;
        width: 1.1rem;
        height: 1.1rem;
        display: inline-block;
        float: right;
    }

    .three-fun-collapse {
        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: 1;
        top: 100%;
        left: 0;
        justify-content:center!important;
    }
    .three-fun-navbar-toggle .three-fun-menu-icon-close {
        background: url("/images/nav-close.png") no-repeat;
        background-size: 100%;
        width: 1.1rem;
        height: 1.1rem;
        display: inline-block;
        float: right;
    }
    .for-app:checked ~ #three-fun .three-fun-collapse {
        visibility: visible;
        top: 4.55rem;
        opacity: 1;
    }
    .three-fun-navbar-nav {
        position: relative;
        float: right;
        width: auto;
        height: auto;
        /* margin-top: 1.25rem; */
        background-color: transparent;
        padding: 0 1rem 0 1rem;
        display: block;
    }
    .menu {
        width: 100% !important;
        text-align: right;
    }
    .three-fun-content {
        width: 100%!important;
    }
    .header .nav-sub {
        width: 90%!important;
        height:70px!important;
    }
    #content-box {
        padding-top:0!important;
    }
    .three-fun-navbar-nav li {
        width: 100%;
        text-align: left;
        padding: 0.35rem 0 0.35rem 0;
        border-bottom: 1px solid #E5E5E5;
        line-height: 3rem;
        height: 3rem;
        position: relative;
        list-style: none;
    }
    .three-fun-navbar-nav li:after {
        display: inline-block;
        content: " ";
        height: 10px;
        width: 10px;
        border-width: 2px 2px 0 0;
        border-color: #c7c7cc;
        border-style: solid;
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        position: absolute;
        top: 50%;
        right: 0.5rem;
        margin-top: -9px;
    }
    .header {
        opacity: 1!important;
    }
    .header .nav {
        display: block!important;
    }
    .header .nav ul{
        display: block!important;
        flex-direction:row;
        justify-content:space-between;
        align-items: center;
    }
    .header .nav li{
        list-style: none;
        margin-left: 0!important;
    }
    .paid-info .paid-container .paid-info-box {
        flex-direction: column!important;
    }
    .paid-info-money:after {
        content: "" ;
        display: block ;
        height: 0 ;
        clear: both ;
        visibility: hidden ;
    }
    .paid-info-money > img, .paid-info-person > img {
        top: 1rem!important;
    }
    .paid-info .paid-container {
        width: 90%;
    }
    .paid-info .paid-container {
        border: none!important;
    }
    .paid-info .paid-container .paid-sign-up-btn {
        margin-top: 2rem!important;
    }
    .banner-btn {
        width: 100%!important;
        justify-content: space-around!important;
    }
}

@media screen and (min-width: 1638px) {
    .banner-content {
        margin-left: 15%;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    .banner {
        /*background-size: 100%!important;*/
    }
    .banner-content {
        margin-left: 1rem;
    }
    .partner-box {
        padding-top:0!important;
    }
    .title {
        margin-top:0!important;
    }
    .paid-info-money, .paid-info-person {
        height: 17rem!important;
        width:14rem!important;
        margin:0 .5rem 0 .5rem!important;
    }
    .paid-info {
        font-size:.8rem!important;
    }
    .three-fun-navbar-toggle .three-fun-menu-icon {
        background: url("../img/menu.png") no-repeat;
        background-size: 100%;
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
    }

    .three-fun-collapse {
        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: 1;
        top: 100%;
        left: 0;
    }
    .three-fun-navbar-toggle .three-fun-menu-icon-close {
        background: url("../img/nav-close.png") no-repeat;
        background-size: 100%;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
    }
    .for-app:checked ~ #three-fun .three-fun-collapse {
        visibility: visible;
        top: 4.55rem;
        opacity: 1;
    }
    .three-fun-navbar-nav {
        position: relative;
        float: right;
        width: auto;
        height: auto;
        /* margin-top: 1.25rem; */
        background-color: transparent;
        padding: 0 1rem 0 1rem;
        display: block;
    }
    .menu {
        width: 100%;
        text-align: right;
    }
    .three-fun-navbar-nav li {
        width: 100%;
        text-align: left;
        padding: 0.35rem 0 0.35rem 0;
        border-bottom: 1px solid #E5E5E5;
        line-height: 3rem;
        height: 3rem;
        position: relative;
        text-transform: uppercase;
        list-style: none;
    }
    .three-fun-navbar-nav li:after {
        display: inline-block;
        content: " ";
        height: 15px;
        width: 15px;
        border-width: 2px 2px 0 0;
        border-color: #c7c7cc;
        border-style: solid;
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        position: absolute;
        top: 50%;
        right: 0.5rem;
        margin-top: -9px;
    }
    .header {
        opacity: 1!important;
    }
    .header .nav {
        display: block!important;
    }
    .header .nav ul{
        display: block!important;
        flex-direction:row;
        justify-content:space-between;
        align-items: center;
    }
    .header .nav li{
        list-style: none;
        margin-left: 0!important;
    }
    .paid-info .paid-container .paid-info-box {
        flex-direction: column!important;
    }
    .paid-info-money:after {
        content: "" ;
        display: block ;
        height: 0 ;
        clear: both ;
        visibility: hidden ;
    }
    .paid-info-money > img, .paid-info-person > img {
        top: 1rem!important;
    }
    .paid-info .paid-container {
        width: 90%;
    }
    .paid-info .paid-container {
        border: none!important;
    }
    .paid-info .paid-container .paid-sign-up-btn {
        margin-top: 2rem!important;
    }
    .banner-btn {
        width: 100%!important;
        justify-content: space-around!important;
    }
}

.header {
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
    width:100%;
    left: 0;
    top: 0;
    z-index:999;
    background-color: #fff;
    opacity: 0.95;
}
.header .logo {
    /*width: 30%;*/
}
.header .nav {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.header .nav-sub {
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
    width: 85%;
    height: 95px;
    max-width:1200px;
    padding: .5rem 0 .5rem 0;
}
.header .nav ul{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
}
.header .nav li{
    list-style: none;
    text-align: center;
    width: 100%;
}
.header .nav li a{
    width: 100%;
}
.header .nav-sub .logo{
    width: 3rem!important;
}
.logo img {
    width: 3.4rem;
}
.header .nav-sub a {
    color: #333333;
    display: block;
    font-size:.6rem;
}
.header .nav-sub a:hover {
    color:#F32D2D;
}
.three-fun-content {
    width: 75%;
}
.three-fun-collapse {
    display: flex;
    justify-content: flex-end;
}
.flex {
    display: flex;
    display:-webkit-flex;
    display:-ms-flex;
    display:-moz-flex;
}
.menu {
    text-align: right;
    width: 80%;
    justify-content: space-around;
}
.banner {
    background-image: url("../img/p-bg.png?v2");
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: local;
    display: flex;
    bottom:0;
    top:0;
    left:0;
    right:0;
    width: 102%;
    height: 20rem;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
}
.banner-content {
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 90%;
    z-index: 10;
    max-width:1400px;
    margin-left: 10%;
}
.banner-text {
    width: 16rem;
}
.tips1 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    line-height:2.2rem;
    letter-spacing: .1rem;
}
.tips2 {
    padding-top: .9rem;
    color: #666666;
    font-size: .6rem;
    line-height: .9rem;
}
.banner-btn {
    padding-top: 1.8rem;
    width: 13rem;
    display:inline-flex;
    justify-content: space-between;
    align-items: center;
}
.signup-btn {
    color: white;
    width: 6rem;
    height: 1.6rem;
    line-height:1.6rem;
    background-color: #333;
    text-align: center;
    border-radius: 2rem;
    font-size: .6rem;
}
.login-btn {
    color: #333;
    width: 6rem;
    height: 1.6rem;
    line-height:1.6rem;
    background-color: white;
    text-align: center;
    border-radius: 2rem;
    font-size: .6rem;
    border: 1px solid #333;
}
.partner-box {
    padding-top: 2rem;
    width: 100%;
    /*height: 30rem;*/
    display: flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items: center;
}
.partner-box .title {
    margin-top: 2.2rem;
    font-weight: bold;
    display: flex;
    flex-direction:column;
    text-align: center;
    font-size: 1.4rem;
    color: #000000;
    letter-spacing: .1rem;
}
.title .title-top-reason2 {
    margin-top: .7rem;
}
.features {
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 37.5rem;
    flex-wrap:wrap;
}
.features .reason {
    background: #FFFFFF;
    box-shadow: -1rem 1rem 1.2rem 0 rgba(70, 70, 70, 0.06);
    border-radius: 15px;
    margin: 1.9rem 2rem 0 2rem;
    height: 9.5rem;
    display: flex;
    flex-direction:column;
    justify-content: center;
    width: 8.5rem;
}
.features .reason img {
    width: 1.5rem;
    margin-left: .8rem;
}
.features .reason .desc {
    width: 7rem;
    margin: 1rem 0 0 .8rem;
    color: #333333;
    font-weight:bold;
    font-size: .7rem;
}
.paid-box {
    width: 100%;
    display:flex;
    justify-content:center;
    align-items: center;
    padding-top: 6rem;
}
.paid-box .bg {
    background-image: url("../img/paid-bg.png?v1");
    background-size: 100%;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-attachment: local;
    display: flex;
    bottom:0;
    top:0;
    left:0;
    right:0;
    width: 38rem;
    height: 20rem;
    justify-content:center;
    align-items: flex-end;
}
.how-get-paid {
    font-size: 1.5rem;
    line-height:2rem;
    font-weight: bold;
    color: #000000;
    padding-bottom: 4.5rem;
    letter-spacing: .1rem;
}
.paid-info {
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
}
.paid-info .paid-container {
    display: flex;
    flex-direction: column;
    border: 1px solid #cccccc;
    border-radius: 1rem;
}
.paid-info .paid-container .paid-info-box{
    display: flex;
    flex-direction: row;
}
.paid-info .paid-container .paid-sign-up-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1.5rem;
    margin-top: 1rem;
}
.paid-info-money, .paid-info-person {
    height: 16rem;
    width: 15rem;
    display: flex;
    flex-direction:column;
    text-align: center;
    align-items: center;
    background: #ffffff;
    /*box-shadow: 0px 18px 42px 0 rgba(0, 0, 0, 0.1);*/
    /*border-radius: 10px;*/
    margin: 0 .9rem 0 .9rem;
    padding: 5.5rem 0 0 0;
    color: #333333;
    position: relative;
    justify-content: center;
}
.paid-info-money:after {
    content: '';
    position: absolute;
    /*left: 18px;*/
    top: auto;
    right: -.9rem;
    left: auto;
    height: 6rem;
    width: 1px;
    background-color: #cccccc;
}
.paid-container  a {
    width: 8rem;
    height: 1.6rem;
    /*background-image: linear-gradient( 180deg, rgba(255, 133, 133, 1) 0%, rgba(243, 45, 45, 1) 100% );*/
    /*box-shadow: 0 2px 7px 0 rgba(243, 45, 45, 0.51);*/
    background-image: linear-gradient(180deg, #000 0%, #333 100%);
    box-shadow: 0 2px 7px 0;
    border-radius: .8rem;
    color:white;
    line-height:1.6rem;
    font-size: .6rem;
    font-weight: bold;
    text-align: center;
}
.paid-info-money > span, .paid-info-person > span {
    width: 90%;
    line-height:1.2rem;
}
.paid-info-money > p, .paid-info-person > p {
    display: block;
}
.paid-info-money > img, .paid-info-person > img {
    height: 2.2rem;
    position: absolute;
    top: 2rem;
    z-index: 100;
}
.paid-info b {
    color: #333;
    font-size:1.2rem;
}
.paid-info-money-tips-2, .paid-info-person-tips-2 {
    margin-top: 1rem;
}
.footer {
    width: 100%;
    padding-top: 4rem;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.footer-content {
    width: 80%;
    text-align: center;
}
.footer-content h1 {
    color: #333333;
    display: block;
    font-size:1.3rem;
    line-height: 1.9rem;
    width: 80%;
    margin: 0 auto;
}
.footer-content span {
    color: #999999;
    margin-top: 1rem;
    display:flex;
    align-items: center;
    justify-content: center;
}

.footer-content p {
    width: 80%;
    line-height:1.2rem;
}
#content-box {
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 0;
}
.partner-container {
    width: 85%;
    max-width:1200px;
    display: flex;
    flex-direction:column;
    margin: 1rem auto;
    align-items: flex-start;
}
.partner-container > .partner-item {
    width: 100%;
}
.partner-container > .partner-item > .title {
    font-size: .6rem;
    font-weight: bold;
    text-align: left;
    margin: 0 0 .5rem;
    font-family: Gilroy-Medium;
}
.partner-container > .partner-item > .content {
    font-size: .55rem;
    line-height:.9rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}

#content-box .contact-us-info {
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    width: 100%;
    height: 80%;
}
#content-box .contact-us-info img{
    width: 2rem;
}

#content-box .contact-us-info .info{
    padding-top: 1rem;
    text-align: center;
    width: 90%;
    font-size:.7rem;
}
#content-box .contact-us-info .info a {
    color: #DA3E50;
    text-decoration: underline;
}
.contact-us-box {
    height: 100%;
}

.color-black-bold {
    font-weight: bold;
    color:#333333;
    font-family: Gilroy-Medium;
}
.color-grey {
    color:#999999;
}
.color-red-bold {
    color:#F32D2D!important;
    font-weight: bold;
}
.color-red {
    color:#F32D2D!important;
}
.modify-date {
    font-size: .4rem;
    font-weight: bold;
    display: block;
    color: #666666;
}
.terms-container .title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 .5rem 0;
    font-family: "Gilroy-Medium";
}
.terms-container p {
    font-size: .6rem;
    display: block;
    line-height: 1rem;
    color: #7E7E7E;
    margin-bottom: 1rem;
}
.terms-container > .sub-content > ol, .terms-container li {
    display: block;
    margin: .4rem .4rem 0 0.4rem;
    padding: 0;
    line-height: 1rem;
    list-style: decimal;
    font-size: .6rem;
}
.terms-container ol {
    counter-reset: item
}
.terms-container li:before {
    content: counters(item, ".") ".  ";
    counter-increment: item;
    color: #333333;
    font-weight: bold;
}
.terms-container .item-title {
    color: #333333;
    font-weight: bold;
    font-family: "Gilroy-Medium";
}


