@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: 480px) {
    html {
        font-size: 25.6px !important
    }
}

@media screen and (max-width: 320px){
    .nav-sub{
        /*width: 92% !important;*/
    }
    .logo{
        width: 10% !important;
    }
    .logo img{
        width: 2.5rem !important;
    }
    .banner-text > .banner-app a{
        margin-top:3.5rem !important;
    }
    .menu{
        width: 85% !important;
    }
    .login-box {
        width: 300px!important;
        margin-left: -150px!important;
    }
    .login-sub h3 {
        margin-top: 20px!important;
    }

}

@media screen and (max-width: 480px){
    .nav-sub{
        width: 90%;
        height: 3.5rem;
    }
    .logo img{
        width: 2.5rem;
    }
    .menu li{
        margin-left: 0.2rem;
        margin-right: 0.3rem;
    }
    .menu li:nth-last-child(3){
        /*margin-right: .8rem;*/
    }
    .menu li a{
        font-size: 0.9rem;
    }
    .menu li:nth-last-child(-n + 2){
        /*display: none;*/
    }
    .banner{
        top:3.5rem;
    }
    .banner-text h1{
        font-size: 1.5rem;
        line-height:2rem;
    }
    .banner-text{
        width: 85%;
        margin:0 auto;
        left: 0;
        right: 0;
        padding-top: 2rem;
    }
    .banner-text > button{
        width: 80%;
        font-size: 1.5rem;
        margin-top: 3rem;
    }
    .banner-text > .banner-app a{
        width: 7rem;
        background-size: 100%;
        margin-top: 1.5rem;
        height: 5rem;
    }
    .footer-content {
        width: 90%;
        margin: 0 auto;
    }
    .footer-content .slides h1{
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .content-text p{
        font-size: 0.8rem;
    }
    .footer-menu li{
        margin-left:0;
        flex: 0 0 33%;
        text-align:center;
    }

    .footer-menu li a {
        font-size: 0.7rem;
    }

    .footer a {
        margin-right: 10px;
    }
    .footer-content span {
        display: block;
        margin: 1rem auto;
        text-align: center;
        width: 93%;
        font-size: .7rem;
        height: 100%;
        overflow: hidden;
        /*white-space: nowrap;*/
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .footer .menu-list .dating_advice {
        margin: 1rem auto;
        width: 100%;
        text-align: center;
        font-size:.7rem;
    }
    .content-order a {
        width: 3rem;
    }
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
    .footer .download-app-box {
        display: none;
    }
    .footer .menu-list {
        margin-right: 0;
        width: 90%;
    }
    .footer-container {
        width: 100%!important;
    }
    .login-box .qr-code {
        display: none;
    }

    .login-box .download-button {
        width: 9rem;
        margin-left: 0;
        line-height:45px;
    }
    .login-sub img {
        width: 9rem!important;
    }
    .footer-content span {
        margin: 2rem auto 2rem auto;
    }
}

@media screen and (max-width: 640px) and (min-width: 320px){
    html {
        font-size: 20px !important;
    }
    .banner-des a{
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem;
    }
    .logo{
        width: 18%;
    }

    .menu{
        width: 82%;
    }
    .menu li{
        font-size: 1.1rem !important;
        letter-spacing: 0;
    }

    .banner-box p{
        letter-spacing: 2px;
        font-size: 1.5rem;
        line-height: 32px;
    }
    .banner-des{
        height: 40px;
        border-radius: 12px;
        width: 58%;
        text-align: center
    }
    .banner-des img{
        width: 23px;
        height: 30px;
        margin-left: 0px;
        margin-right: 2rem;
    }
    .banner-ios{
        font-size: 1rem;
        line-height: 40px;
        margin-left: 10px;
    }

    .banner-android{
        font-size: 1rem;
        line-height: 40px;
        margin-left: 10px;
    }
    .banner-text > .banner-app a{
        margin:2rem 0 0 .5rem!important;
        width: 6rem;
    }
    .wild-content-list{
        top:3rem;
    }
    .banner-box .arrow{
        margin: 23px auto 22px auto;
        display: none;
    }
    .content li{
        width: 85%;
        margin: 0px auto 60px auto;
        display: flex;
        flex-direction: column;
    }
    .content li:first-child{
        margin-left: auto;
        width:95%;
    }

    .content li h1{
        font-size: 1.5rem;
    }
    .content li p{
        font-size: 1rem;
        margin: 25px auto;
        color: #999999;
        font-weight: 300;
        font-family: -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
        "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif!important;
    }
    .content li img{
        width: 100%;
    }
    .content-text {
        margin-top: 0;
    }
    .content-text.privacy p{
        margin: .8rem auto 0 auto;
        line-height: 1rem;
    }
    .content .content-list-item {
        width: 100%;
        text-align: center;
        margin-top: .1rem;
    }
    .content .content-list-item.item-img{
        margin-top: 1rem;
    }
    .wild-content-list li:nth-child(2) {
        flex-direction: column-reverse;
    }
    .photos .photo-container {
        margin-top: 2rem;
        flex-direction: row!important;
    }
    .photos .photo-container .p-item {
        height: auto;
        width: auto;
        margin-top: 1rem;
    }
    .photos .photo-container .p-item:last-child {
        display: none;
    }
    .photos {
        margin-top: 0;
    }
    .photos img {
        width: 5rem;
    }
    .photos .photo-container .item_bottom {
        display: block;
    }
    .footer {
        top: 0;
    }
    .foot-box{
        width: 80%;
        margin:0px auto;
        line-height: 38px;
    }
    .foot-box{
        display: block;
    }
    .foot-download{
        display: block;
    }
    .foot-download a{
        margin-top: 15px;
        height: 1.75rem !important;
    }
    .foot-download a img{
        width: 1.6rem !important;
    }
    .foot-download a:first-child img{
        width: 1.2rem !important;
    }
    .login-app{
        display: flex !important;
    }

    .wild-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: 0;
        top:100%;
        left:0;
    }

    .nav {
        opacity: 1!important;
    }

    .menu {
        width: 100%!important;
        text-align: right;
    }

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

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

    .for-app:checked~#wild .wild-collapse {
        visibility: visible;
        top: 71px;
        opacity: 1;
    }
    .wild-navbar-toggle .wild-navbar-nav {
        background: #333333;
        width: 100%;
        position: absolute;
    }
    .wild-navbar-nav li {
        width: 90%;
        text-align: left;
        padding:0.35rem 0 0.35rem 0;
        border-bottom: 1px solid #E5E5E5;
        line-height: 2.2rem;
        height: 3rem;
        position: relative;
    }

    .wild-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;
    }

    .wild-navbar-nav li a {
        color: #333333!important;
        font-size: 1rem;
        display: block;
        width: 100%;
        height: 100%;
    }
    .menu .active {
        color: #DF0046!important;
    }

    .wild-navbar-nav > li > a.menuHigh{
        text-decoration: underline;
    }
    .wild-navbar-nav {
        position: relative;
        float: right;
        width: auto;
        height: auto;
        /*margin-top: 1.25rem;*/
        background-color: transparent;
        /*margin-right: 1rem;*/
        display: block;
        text-align: center;
    }

    .faq-box .faq-item {
        flex-direction: column!important;
        padding-top: 0!important;
    }
    .faq-box .faq-item .faq-category,.faq-box .faq-item .faq-question-list {
        width: 100%;
    }
    .faq-box {
        width: 90%!important;
        margin: 0 auto;
    }
    .footer-content-text {
        margin-bottom: 2rem;
        margin-top:2rem;
    }
    .footer-menu {
        align-content: center;
        width: 100%;
    }
    .app_pw_reset {
        width:100%!important;
        justify-content:center;
    }
}

@media (max-width: 768px) {
    .menu li:nth-last-child(-n + 2){
        /*display: none;*/
    }
}

@media (min-width: 768px) {
    .nav-sub{
        width: 85%;
        height: 3.5rem;
    }
    .logo{
        width: 38%;
    }
    .banner{
        top: 3.5rem;
    }
    .content-text{
        /*width: 80%;*/
    }

}
/**iPads (landscape) -----------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .nav-sub{
        width: 85%;
        height: 3.5rem;
    }
    .logo{
        width: 38%;
    }
    .banner{
        top: 3.5rem;
    }
    .content-text{
        width: 80%;
    }
}

/**iPads (portrait) -----------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .nav-sub{
        width: 85%;
        height: 3.5rem;
    }
    .logo{
        width: 30%;
    }
    .logo img{
        width: 4.5rem;
    }
    .menu li{
        font-size: 1.2rem;
    }
    .banner{
        top:3.5rem;
    }
    .banner-box{
        background: url("../images/image_bg.png") no-repeat center top;
        height: 755px;
    }
    .content li{
        width: 90%;
        display: flex;
        flex-direction: column;
        margin:0 auto 1rem auto;
        justify-content:center;
    }
    .content li:first-child{
        margin-left:auto;
    }
    .content .content-list-item {
        width:100%;
        text-align: center;
    }
    .content-text p{
        font-size: 0.8rem;
    }
    .banner-text {
        width: 80%;
    }
    .menu {
        width: 80%;
    }
    .photos img {
        width:6rem;
    }
    .wild-content-list li:nth-child(2) {
        flex-direction: column-reverse!important;
    }
    .footer-content-text {
        margin-top: 6rem;
    }
    .content-order {
        margin-top: 2rem;
    }
    .footer-menu {
        width:80%;
    }
    .footer .menu-list .dating_advice {
        width: 95%;
        text-align: center;
    }
    .footer-menu li a {
        font-size: 0.5rem;
    }
}
@media only screen and (max-width: 1180px) {
    html {
        font-size: 20.6px !important
    }
}
