@media (min-width: 769px) {
    .desktop-hidden {
        display: none;
    }

    #soft, #hard, #cup, #map {
        width: 950px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 80px;
    }

    header {
        height: 80px;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    header .top_blue {
        display: none;
    }

    header .nav-btn {
        width: 15%;
        float: left;
    }

    header .nav-btn i {
        font-size: 30px;
        padding: 25px 10px;
        color: #a0a0a0;
    }

    header .login-btn {
        width: 15%;
        float: right;
        text-align: right;
    }

    header .login-btn i {
        font-size: 24px;
        padding: 28px 10px;
        color: #a0a0a0;
    }

    header .logo {
        width: 70%;
        float: left;
        margin-right: 0;
    }

    header .logo img {
        width: auto;
        max-height: 56px;
        margin: 12px auto;
    }

    header .close-btn {
        width: 100%;
        height: 50px;
        background-color: #0073CE;
    }

    header .close-btn i {
        font-size: 30px;
        padding: 10px 20px;
        color: white;
        float: right;
    }

    header .mobile-nav {
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 10000;
        width: 100%;
        height: 100%;
        background-color: #F7F7F7;
        margin: 0;
        padding: 0;
        transition: left 0.3s ease-out;
    }

    header .mobile-nav.active {
        left: 0;
        transition: left 0.3s ease-in;
    }

    header .mobile-nav .nav {
        width: 100%;
    }

    header .mobile-nav .nav li {
        width: 100%;
        display: block;
        float: left;
    }

    header .mobile-nav .event_nav {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        text-align: left;
        background-color: transparent;
    }

    header .mobile-nav li a {
        position: relative;
        font-weight: normal;
        color: #69A515;
        letter-spacing: 0.05em;
        padding: 10px 0 30px 50px !important;
        float: left;
        font-size: 30px;
    }

    header .mobile-nav li a.active {
        color: #ffffff;
        background-color: #69A515;
    }

    header .mobile-nav .facebook {
        margin-left: 94px;
    }

    .wd_960 {
        width: 100%;
        box-sizing: border-box;
        /*
        float: left;*/
    }

    .card {
        width: 100%;
        margin: 30px 0 0;
        float: left;
    }

    .left_zone,
    .right_zone {
        width: 100%;
        float: left;
        margin-top: 0;
    }

    #home .news {
        height: auto;
        float: left;
        padding-bottom: 70px;
    }

    #home .news li {
        min-width: auto;
    }

    #home .news .readmore a {
        bottom: -50px;
    }

    #home .box {
        position: relative;
        width: 100%;
        max-height: 52px;
        min-height: auto;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    #home .box.active {
        max-height: 980px;
        transition: max-height 0.3s ease-in;
    }

    #home .box.activity.active {
        padding-bottom: 25px;
    }

    #home .box > span {
        position: absolute;
        right: 20px;
        top: 14px;
        font-size: 18px;
        color: white;
    }

    #home .box > span .fa-minus,
    #home .box.active > span .fa-plus {
        display: inline-block;
    }

    #home .box > span .fa-plus,
    #home .box.active > span .fa-minus {
        display: none;
    }

    #home .app {
        width: 100%;
    }

    #home .box + .box {
        margin-left: 0;
        margin-top: 30px;
    }

    #home .sponsor {
        float: left;
    }

    #login .login_title {
        margin-left: 0;
        text-align: center;
    }

    #login .half {
        display: block;
        width: 100%;
        min-width: 400px;
        margin: 0;
        padding: 0 !important;
    }

    #login .half.right {
        padding-top: 60px !important;
        border-top: 1px solid #ffffff;
        border-left: 0;
    }

    .half_box {
        width: 100%;
    }

    .run_down {
        max-width: 100%;
        display: block;
    }

    .run_down li,
    .run_down.four_steps li {
        padding-left: 30px;
        padding-right: 30px;
    }

    #ApplicationForm, .check_form {
        width: 100%;
    }

    #ApplicationForm .send {
        padding: 0;
    }

    #ApplicationForm .begin {
        width: 100%;
        text-align: left;
    }

    #ApplicationForm textarea {
        width: 95% !important;
    }

    #ApplicationForm .go_date {
        display: block;
        width: 100%;
    }

    #ApplicationForm .begin select[name*=year] {
        width: 80px;
    }

    #ApplicationForm .begin select[name*=month],
    #ApplicationForm .begin select[name*=day] {
        width: 60px;
    }

    .itinerary_content li {
        width: 100%;
        box-sizing: border-box;
    }

    .content img {
        width: 160px;
        height: 112px;
    }

    .content .readmore {
        text-align: right;
    }

    .view_content img {
        width: 100%;
        height: auto !important;
    }

    #rent .icon li + li {
        margin-left: 0;
    }

    .sample {
        width: 100%;
    }

    .sample li {
        width: 100%;
        box-sizing: border-box;
    }

    #soft, #hard, #cup, #map {
        width: 100%;
        min-width: auto;
    }

    .product img[src*=upload] {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .cup_example li {
        display: block;
        height: auto;
    }

    .cup .items {
        width: 100%;
        margin-left: 0;
    }

    .cup .add {
        right: auto;
    }

    #bike_info .bike_content {
        padding: 20px 20px 50px;
    }

    #bike_info .summary {
        height: auto;
    }

    #bike_info .bike table,
    #rent_info .view_content table {
        width: 100% !important;
    }

    #bike_info .bike table col,
    #rent_info .view_content table col {
        width: auto !important;
    }

    #bike_info .bike table p,
    #rent_info .view_content table p {
        margin: 0 !important;
    }

    #bike_info .bike_content .bike img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }

    #bike_info .readmore {
        top: auto;
        bottom: 10px;
    }

    .half_box .readmore {
        height: 60px;
    }
}

@media (max-width: 576px) {
    .run_down li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .run_down.four_steps li {
        padding-left: 5px;
        padding-right: 5px;
    }

    #MemberProfileForm {
        max-width: 90%;
        margin: 0;
    }

    #login .half {
        min-width: auto;
    }

    .login_title {
        font-size: 32px;
    }

    header .mobile-nav li a {
        padding: 10px 0 25px 50px !important
    }

    header .mobile-nav li:nth-child(4) > a {
        display: none;
    }

    .content img {
        width: 140px;
        height: 98px;
    }

    .activity_card img {
        margin: 12px 3px 15px 10px;
    }

    .activity_card span.eng {
        font-size: 14px;
    }

    ul.member {
        width: 100%;
    }

    .member_area {
        height: auto;
    }

    .member li {
        width: 85%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .add_partner .item.readonly .value {
        width: 50%;
    }

    .cup_example li {
        width: 250px;
    }

    .cup_example li img {
        width: 100% !important;
    }


    .cup .item .value textarea {
        width: 200px;
    }

    .finish_notice {
        width: 100%;
        margin: 0;
        padding-bottom: 100px;
    }

    .finish_notice .finish_title {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.7em;
    }

    #rent .method {
        height: auto;
    }

    #rent .update_time {
        display: block;
        margin-left: 0;
    }

    #rent span.station {
        position: relative;
        display: block;
        text-align: right;
        padding: 9px 0 18px 0;
    }

    #rent .system .station a {
        float: none;
    }
}