body {
    /*background-color: #F7F7F7;*/
    font-family: '微軟正黑體';
    background-image: url("../img/theme/cream_pixels.png");
}

.wrapper {
    position: relative;
    height: 100%;
}

.bg_white {
    background-color: #ffffff;
}

.wd_960 {
    /*max-width: 960px;*/
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

.clear {
    float: none;
    clear: both;
}

label {
    cursor: pointer;
}

input, select, textarea {
    font-size: 15px;
    font-family: '微軟正黑體';
}

.error-message {
    color: red;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 00 1000px white inset;
}

header {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    background-color: #F7F7F7;
}

.top_blue {
    width: 100%;
    height: 30px;
    background-color: #0073CE;
    font-size: 15px;
}

.top_blue a {
    color: #FFFFFF;
}

header nav {
    height: 90px;
}

header .logo {
    height: 100%;
    text-align: center;
    float: left;
    margin-right: 20px;
    /*margin-left: 10px;*/
}

header .logo img {
    width: 100%;
    margin: auto;
    margin-top: 25px;
}

nav .nav {
    float: left;
    margin-top: 50px;
}

nav .nav > li {
    display: inline-block;
}

nav .nav > li > a {
    position: relative;
    font-weight: bolder;
    color: #69A515;
    letter-spacing: 0.05em;
    padding: 20px 17px;
}

nav .nav > li > a:hover, nav .nav > li > a.active {
    color: #ffffff;
    background-color: #69A515;
}

nav .facebook {
    float: left;
    margin: 40px 10px 0 10px;
}

nav .facebook img {
    width: 40px;
    height: 40px;
}

.event_nav {
    position: absolute;
    display: none;
    top: 121px;
    background-color: #69A515;
    z-index: 9999;
    width: 118px;
    text-align: center;
}

.event_nav li a {
    color: #ffffff;
    display: block;
    padding: 10px 0;
}

.event_nav li:last-child a {
    padding-bottom: 15px;
}

.event_nav li a:hover {
    text-decoration: underline;
}

.event_show:hover .event_nav {
    display: block;
    z-index: 9999;
}

#SearchForm {
    position: relative;
    top: 40px;
    width: 160px;
    float: left;
    margin-right: 2px;

}

#SearchForm > input[type=text] {
    height: 37px;
    width: 100%;
    padding-left: 10px;
}

#SearchForm > input[type=submit] {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/theme/search.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    background-color: transparent;
    right: -10px;
    top: 0;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

/*footer*/
footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    background-color: #F7F7F7;
    border-top: 1px solid #d3d3d3;
    text-align: center;
    float: left;
}

.footer_nav ul {
    margin: 20px 0 15px 0;
}

.footer_nav ul li {
    display: inline-block;
}

.footer_nav ul li a {
    color: #0073CE;
    font-weight: bolder;
}

.footer_nav ul li + li {
    margin-left: 20px;
}

.copyright {
    padding-bottom: 20px;
    font-size: 13.5px;
}

.breadcrumbs {
    border-bottom: 1px solid #d3d3d3;
}

.breadcrumbs ul {
    /*padding-left: 60px;*/
    background-color: #ffffff;
    font-size: 13px;
}

.breadcrumbs a {
    padding: 0 10px;
}

.breadcrumbs li:first-child a {
    padding-left: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    margin: 10px 0;
}

.breadcrumbs ul li + li {
    /*margin-left: 10px;*/
}

.page {
    float: left;
    background-color: #F5F5F5;
    padding: 15px 0;
    font-size: 13px;
    /*margin-top: 80px;*/
    margin-bottom: 100px;
}

.page ul {
    padding: 5px 0;
    border-top: 1px dashed #E6E6E6;
    border-bottom: 1px dashed #E6E6E6;
    margin: 0 20px;
}

.page ul li {
    display: inline-block;
}

.page ul li a {
    color: #0073CE;
    margin: 10px;
}

.page ul li .current {
    color: #000000;
}

.title_blue {
    background-color: #0073CE;
    color: #ffffff;
}

/**home*/
#home .middle {
    position: relative;
    min-height: 1010px;
    padding-top: 30px;
}

.main_slider {
    width: 100%;
    height: 400px;
    overflow: hidden;
    /*width: 960px;*/
}

#home .news {
    position: relative;
    height: 100px;
    margin-top: 20px;
    padding-bottom: 30px;
}

#home .news .title {
    margin-bottom: 20px;
    color: #0073CE;
    font-weight: bolder;
    font-size: 20px;
}

#home .news ul {
    max-width: 860px;
    list-style-type: disc;
    display: inline;
}

#home .news li {
    display: inline-block;
    /*height: 18px;*/
    min-width: 430px;
    float: left;
    margin-bottom: 6px;
    background-image: url("../img/theme/a.png");
    background-repeat: no-repeat;
    background-position: 5px 6px;
    padding: 3px 0 3px 30px;
    overflow: hidden;
}

#home .news .readmore {
    position: relative;
    float: right;
    width: 96px;
}

#home .news .readmore a {
    position: absolute;
    padding: 8px 15px;
    right: 0;
    bottom: -20px;
    white-space: pre;
}

#home .box {
    min-height: 680px;
    width: 298px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    line-height: 22px;
}

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

#home .certify .main_intro {
    height: 200px
}

#home .certify .intro {
    padding: 0 15px 20px 15px;
    line-height: 1.5em;
}

#home .certify .more {
    text-align: center;
    margin: 10px 15px;
    float: right;
    /*font-weight: bolder;*/
}

#home .activity li:nth-child(3) /*,#home .rent li:last-child */
{
    border: none;
}

#home .activity .more {
    text-align: center;
    margin-top: -2px;
    float: right;
}

#home .certify .more a, #home .activity .more a {
    padding: 8px 15px;
}

#home .box h2, #home .box h3 {
    padding: 15px 15px;
    font-weight: normal;
}

#home .box h3 {
    color: #0073CE;
}

#home .intro_pic {
    text-align: center;
}

#home .intro_pic img {
    width: 100%;
    height: 95%;
}

#home .box .list {
    padding: 0 15px;
}

.list li {
    background-image: url("../img/theme/a.png");
    background-repeat: no-repeat;
    border-bottom: 1px dashed #E6E6E6;
    background-position: 5px 12px;
    padding: 10px 0 10px 30px;
    overflow: hidden;
}

#home .app {
    width: 298px;
    float: left;
    margin-top: 30px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    line-height: 22px;
}

#home .app .intro {
    position: relative;
    width: 100%;
    padding: 15px 0 0 15px;
    box-sizing: border-box;
}

#home .app .intro li {
    height: 100px;
}

#home .app .download a {
    padding: 3px 15px;
    margin-right: 8px;
    /*border: 1px solid #69A515;*/
}

#home .app_name {
    font-size: 17px;
    margin-bottom: 15px;
    padding-top: 8px;
}

#home .app img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}

#home .app .title {
    font-weight: normal;
    padding: 15px;
}

#home .facebook_box {
    width: 628px;
    height: 266px;
    text-align: center;
    background-color: #ffffff;
    float: right;
    margin-top: 30px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#home .sponsor {
    padding: 40px 0;
    text-align: center;
}

#home .sponsor img + img {
    margin-left: 15px;
    border: 1px solid #808080;
}

.main_title {
    padding: 30px 60px 30px 0;
    font-size: 25px;
}

/*information*/
/*#information .container, #activity .container {
    min-height: 1420px;
}*/

.content_box {
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    padding: 30px;
    line-height: 1.5em;
}

.content {
    width: 100%;
    height: 150px;
    margin-bottom: 50px;
}

.content:last-child {
    margin-bottom: 0;
}

.content img {
    width: 200px;
    height: 140px;
    padding: 3px;
    border: 1px solid #E6E6E6;
    float: left;
    margin-right: 30px;
}

.content .date {
    color: #949494;
    font-size: 13px;
}

.content .title {
    max-height: 48px;
    font-size: 18px;
    letter-spacing: 0.05em;
    overflow: hidden;
    /*padding-top: 5px;*/
}

.content .summary {
    height: 35px;
    font-size: 13px;
    padding-top: 10px;
    line-height: 18px;
    overflow: hidden;
}

.right_zone .date_box:first-child {
    margin-top: 0;
}

.right_zone .date_box {
    margin-top: 20px;
}

.right_zone .date_box .title {
    padding-bottom: 0;
    margin-bottom: 12px;
    position: relative;
}

.right_zone .article {
    margin: 5px 0;
    line-height: 1.45em;
}

.content .readmore {
    margin-top: 15px;
    font-size: 13px;
}

.content .readmore a {
    padding: 3px 8px;
}

.view_content {
    background-color: #ffffff;
    padding: 20px 30px;
    border: 1px solid #E6E6E6;
    min-height: 500px;
    line-height: 1.5em;
    overflow: hidden;
}

.view_content .article_title {
    font-size: 22px;
    padding-bottom: 10px;
}

.view_content .published {
    font-size: 13px;
    padding-bottom: 30px;
    color: #949494;
}

.view_content img {
    max-width: 100%;
}

.left_zone {
    width: 70%;
    margin-bottom: 80px;
    /*margin-left: 60px;*/
    float: left;
}

.right_zone {
    width: 220px;
    float: right;
    margin-top: 80px;
    margin-bottom: 80px;
}

.right_zone .title {
    padding-bottom: 10px;
    font-size: 20px;
}

.right_zone .date_box .article_total {
    font-size: 12px;
    position: absolute;
    left: 70px;
    bottom: 8px;
}

.right_zone .date_box .article_total a {
    color: #0073CE;
}

.right_zone .list li {
    background-position: 10px 11px;
    padding: 10px 10px 10px 35px;
    font-size: 14px;
}

.right_zone .list li:hover, .right_zone .list li.active {
    background-color: #ffffff;
    display: block;
}

.page_one {
    position: relative;
    margin-top: 10px;
    font-size: 12px;
}

.page_one .arrow {
    margin-bottom: 10px;
}

.page_one .arrow a {
    color: #0073CE;
}

.page_one .arrow a:hover, .pageSet:hover, .footer_nav ul li a:hover {
    color: #599acf;
}

.page_one .next {
    float: right;
    text-align: right;
}

.page_one .previous {
    float: left;
    text-align: left;
}

/*news*/
.words {
    height: 100px;
}

.words .summary {
    padding-top: 10px;
}

.words .date {
    float: right;
}

.half_box {
    width: 48%;
    min-height: 455px;
    margin-top: 30px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    line-height: 22px;
}

.half_box.right {
    float: right;
}

.half_box.left {
    float: left;
}

.half_box .readmore {
    position: relative;
    float: right;
    width: 96px;
    margin-right: 20px;
}

.half_box .readmore a {
    position: absolute;
    padding: 8px 15px;
}

#rent .container {
    min-height: 1120px;
}

#rent .icon ul {
    text-align: center;
    padding: 10px 0;
}

#rent .icon li {
    display: inline-block;
}

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

#rent .icon img {
    padding-right: 5px;
}

#rent .system {
    margin: 14px 0;
    position: relative;
}

#rent span.station {
    position: absolute;
    right: 0;
    bottom: -9px;
}

#rent .system .station a {
    float: right;
    padding: 8px 15px;
}

#rent .update_time {
    color: #949494;
    margin-left: 20px;
}

.half_box h2 {
    padding: 15px 20px;
    font-weight: normal;
}

#rent .method {
    padding: 15px 20px;
    height: 315px;
}

#rent .method li {
    padding: 15px 10px;
}

#rent .method li:nth-child(odd) {
    background-color: #F7F7F7;
}

#rent .method li span {
    float: right;
}

#rent .bike {
    padding: 15px 20px 0 20px;
}

#rent .bike li {
    height: 110px;
}

#rent .bike img {
    width: 130px;
    height: 80px;
    padding: 3px;
    border: 1px solid #E6E6E6;
    float: left;
    margin-right: 30px;
}

#rent .bike_name {
    padding: 5px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#rent .bike_word {
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}

#rent .list li {
    background-image: url("../img/theme/a.png");
    background-repeat: no-repeat;
    background-position: 10px 11px;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 10px 10px 35px;
    /*font-size: 14px;*/
}

#rent .rest {
    padding-bottom: 40px;
}

#rent .rest .half_box {
    min-height: 180px;
}

#bike_info .bike_title, .faq_title {
    padding: 30px 60px 20px 0;
    font-size: 25px;
}

#bike_info .bike_content {
    position: relative;
    min-height: 215px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    padding: 20px;
    cursor: pointer;
}

#bike_info .box {
    width: 55%;
    float: right;
    line-height: 25px;
}

#bike_info .img_box {
    width: 40%;
    float: left;
}

#bike_info .bike_content .title {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 4px;
    padding-top: 8px;
    font-size: 20px;
}

#bike_info .bike_content img {
    width: 100%;
    padding: 3px;
    border: 1px solid #E6E6E6;
}

#bike_info .readmore {
    padding-left: 25px;
    font-size: 15px;
    background-image: url("../img/theme/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: 245px;
    right: 20px;
}

#bike_info .intro {
    margin: 15px 0;
    height: 50px;
    overflow: hidden;
}

#bike_info .summary {
    padding-bottom: 16px;
    font-size: 15px;
    height: 80px;
    overflow: hidden;
}

#bike_info .bike {
    margin-top: 20px;
}

#bike_info .bike_content .bike img {
    border: none;
    margin-top: 20px;
    padding: 0;
}

.faq_content {
    position: relative;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
}

.faq_content a {
    display: block;
    padding: 15px 35px;
}

.faq_content:last-child {
    margin-bottom: 50px;
}

.faq_content .eng_faq {
    padding-left: 30px;
}

.itinerary.main_title {
    padding-bottom: 0;
}

.itinerary_content li {
    position: relative;
    display: inline-block;
    width: 270px;
    min-height: 390px;
    padding: 20px 15px;
    margin-right: 10px;
    margin-top: 20px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: top;
}

.itinerary_content li.no_margin, #promotion .content_box.no_margin {
    margin-right: 0;
}

.itinerary_content .title {
    margin-top: 20px;
    padding-bottom: 3px;
    font-size: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.itinerary_content .summary {
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
}

.itinerary_content .readmore {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.itinerary_content .readmore a {
    padding: 8px 15px;
}

.card {
    width: 440px;
    /*min-height: 350px;*/
    line-height: 22px;
    margin: 30px 5px 0 5px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    line-height: 22px;
}

.card h2, .card h3 {
    font-weight: normal;
}

.card h3 {
    padding-top: 8px;
}

.card .main {
    padding: 15px 20px;
}

.card .main .subtitle {
    font-size: 14px;
}

.card.service .intro {
    padding: 15px 20px 0 20px;
    overflow: hidden;
    line-height: 22px;
    font-size: 15px;
}

.button li {
    text-align: center;
    margin: 15px 20px;
}

.button li a {
    display: block;
    padding: 6px 0;
}

.button li a:hover {
    color: #69A515;
}

.button li:nth-child(2) {
    margin-bottom: 2px;
}

.card.service .member, #event .member {
    text-align: center;
    font-size: 13px;
}

#challenge .card.activity_itinerary {
    min-height: 850px;
}

#cycling_taiwan .card.activity_itinerary {
    min-height: 415px;
}

.card.activity_itinerary .itinerary_intro li {
    padding-top: 30px;
}

.card.activity_itinerary .itinerary_intro {
    margin-bottom: 20px;
    padding: 0 20px;
}

.img_box {
    text-align: center;
}

.img_box img {
    max-width: 100%;
}

.card.activity_itinerary .itinerary_intro .title {
    font-size: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 15px;
}

.card.activity_itinerary .itinerary_intro .summary {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #E6E6E6;
    font-size: 15px;
    overflow: hidden;
}

.itinerary_intro .summary .readmore {
    margin-top: 8px;
}

.itinerary_intro .summary .readmore a {
    padding: 3px 8px;
}

.card .more, #event .more {
    position: relative;
    float: right;
    margin: 8px 20px 28px 0;
}

.card .more a, #event .more a {
    padding: 8px 15px;
}

.card .list {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.hero table {
    width: 90%;
    margin: 10px 20px 20px 20px;
}

.hero th {
    color: #0073CE;
    text-align: center;
}

.hero tr {
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.card.rest_station {
    min-height: 150px;
}

.register_bgimg {
    position: relative;
    overflow: hidden;
    height: 800px;
}

.register_bgimg:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*opacity: 0.4;*/
    background-image: url("../img/theme/bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.login_page {
    margin-top: 100px;
    text-align: center;
}

.half {
    position: relative;
    float: left;
    width: 40%;
    padding-left: 60px;
    height: 310px;
}

.half.right {
    border-left: 1px solid #ffffff;
    padding-left: 15px;
}

.question_title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 7px;
    letter-spacing: 0.05em;
}

.sub_qtitle {
    color: #ffffff;
    font-size: 14px;
}

.confirm_button {
    margin-top: 50px;
}

.confirm_button a {
    padding: 12px 60px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], select {
    height: 30px;
    width: 240px;
    border: 1px solid #d3d3d3;
    padding-left: 10px;
    /*padding-right: 10px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

textarea {
    width: 350px;
    height: 200px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
}

#LoginForm {
    color: #ffffff;
    margin: 50px auto 0 auto;
    width: 300px;
    text-align: left;
}

#LoginForm .title {
    padding-bottom: 7px;
}

#LoginForm input[type=text], #LoginForm input[type=password] {
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 245px;
    border-left: none;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}

#LoginForm .icon {
    background-repeat: no-repeat;
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #d3d3d3;
    border-right: none;
    -moz-border-radius: 5px;
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 10px;
}

#LoginForm .icon.user {
    background-image: url('../img/theme/user.png');
    background-position: 15px center;
}

#LoginForm .icon.password {
    background-image: url('../img/theme/password.png');
    background-position: 18px center;
}

#LoginForm .find_pwd {
    float: left;
    margin-top: 18px;
    text-decoration: underline;
}

#LoginForm .find_pwd a {
    color: #ffffff;
    font-weight: bold;
}

input[type=submit] {
    cursor: pointer;
    height: 40px;
    width: 140px;
    color: #ffffff;
    border: none;
}

#LoginForm input[type=submit] {
    float: right;
    margin-top: 8px;
}

#PasswordForm {
    text-align: center;
}

.form_title {
    font-size: 23px;
    margin-bottom: 35px;
    color: #ffffff;
}

#PasswordForm input[type=email] {
    margin-bottom: 50px;
    width: 400px;
    height: 40px;
}

#PasswordForm .question_title {
    padding-bottom: 20px;
}

.btn_green {
    background-color: #69A515;
    color: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #69A515;
}

.btn_green:hover {
    background-color: #ffffff;
    color: #69A515;
    border: 1px solid #69A515;
}

.btn_lightgreen {
    background-color: #88C03B;
    color: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #88C03B;
}

.btn_lightgreen:hover {
    background-color: #ffffff;
    color: #88C03B;
    border: 1px solid #88C03B;
}

.btn_blue {
    background-color: #0073CE;
    color: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn_grey {
    background-color: #949494;
    color: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn_grey:hover {
    color: #ffffff;
}

.mail_pic {
    margin-bottom: 30px;
}

.loading_pic {
    margin-top: 40px;
}

.login_title {
    font-size: 38px;
    text-align: left;
    margin-left: 60px;
    margin-bottom: 60px;
    letter-spacing: 0.08em;
    color: #ffffff;
}

#register .main_title, #login .main_title {
    margin-left: 60px;
}

#MemberProfileForm {
    width: 500px;
    margin: 20px auto 50px auto;
}

#MemberProfileForm input[type=text], #MemberProfileForm input[type=password], #MemberProfileForm input[type=email], #MemberProfileForm input[type=tel],
#PaidForm input[type=text], #PaidForm input[type=date], #PaidForm textarea {
    width: 350px;
    margin-top: 10px;
}

#MemberProfileForm .title {
    color: #0073CE;
    margin-top: 40px;
}

#MemberProfileForm .sub_title {
    font-size: 12px;
    padding-top: 3px;
}

#MemberProfileForm select {
    width: 100px;
    margin-top: 10px;
}

#MemberProfileForm input[type=submit] {
    margin-top: 40px;
    width: 190px;
}

.born-date {
    padding: 0 7px;
}

.chose_method {
    text-align: center;
    margin: 30px auto 0 auto;
}

.chose_method li {
    display: inline-block;
}

.chose_method li label {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.chose_method li.active label {
    background-color: #0073CE;
    color: #ffffff;
}

.chose_method li label:hover {
    color: #0073CE;
}

.chose_method li.active label:hover {
    color: #ffffff;
}

.chose_method li label:active {
    position: relative;
    top: 1px;
}

.chose_method label input {
    position: absolute;
    visibility: hidden;
}

.chose_method li + li {
    margin-left: 15px;
}

/*.apply_activity.time, .apply_activity.add_partner, .apply_activity.message {
    display: none;
}*/

#ApplicationForm, .check_form {
    width: 550px;
    margin: 20px auto 50px auto;
}

.apply_title {
    color: #0073CE;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.apply_activity {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.mini_intro {
    font-size: 13px;
}

#ApplicationForm .mini_intro:last-child {
    /*padding-top: 10px;*/
}

#ApplicationForm .choice {
    margin: 30px 0;
}

#ApplicationForm .choice .main_intro {
    padding-left: 25px;
}

#ApplicationForm input[type=checkbox] {
    width: 15px;
    height: 15px;
    /*outline: 3px solid #88C03B;*/
    border: none;
    margin-right: 5px;

}

input[type=radio] {
    width: 15px;
    height: 15px;
    /*outline: 3px solid #88C03B;*/
    border: none;
    margin-right: 8px;
    vertical-align: middle;

}

#ApplicationActivityId {
    margin-top: 10px;
}

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

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

#ApplicationForm .mini_title {
    font-weight: bold;
    margin-bottom: 20px;
}

.num_title {
    float: left;
    font-size: 13px;
}

#ApplicationForm .send {
    padding: 20px 0 0 23px;
    line-height: 20px;
}

#ApplicationForm .download_app li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

#ApplicationForm .download_app li + li {
    margin-left: 15px;
}

#ApplicationForm .radios {
    padding: 20px 0;
}

#ApplicationForm .radios .mini_intro {
    padding-left: 20px;
}

#ApplicationForm .radios:last-child {
    padding-bottom: 0;
}

.begin {
    width: 500px;
    margin: 30px auto 0 auto;
    text-align: center;
    padding-top: 0;
}

.add_partner {
    border: none;
}

.add_partner .add {
    padding: 8px 30px;
    cursor: pointer;
    margin: 0;
}

.add_partner .items {
    margin-bottom: 30px;
}

.add_partner .item {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #E6E6E6;
}

.add_partner .item + .item {
    margin-top: 10px;
}

.add_partner .item.editable .edit, .add_partner .item.editable .order, .add_partner .item.editable .value span {
    display: none;
}

.add_partner .item.editable .field {
    width: 40%;
    display: inline-block;
    line-height: 40px;
}

.add_partner .item.editable .value {
    width: 50%;
    display: inline-block;
}

.add_partner .item.editable .value input {
    width: 100%;
}

.add_partner .item.editable .value input:disabled {
    background-color: #f0f0f0;
}

.add_partner .item.editable {
    position: relative;
    padding-bottom: 50px;
}

.add_partner .item.editable .save {
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}

.add_partner .item.editable .delete {
    position: absolute;
    left: 20px;
    bottom: 10px;
    cursor: pointer;
}

.add_partner .item.readonly .save, .add_partner .item.readonly .delete, .add_partner .item.readonly .value input {
    display: none;
}

.add_partner .item.readonly .field {
    width: 30%;
    display: inline-block;
}

.add_partner .item.readonly .value {
    width: 40%;
    display: inline-block;
}

.add_partner .item.readonly {
    position: relative;
    padding-bottom: 50px;
}

.add_partner .item.readonly .edit {
    position: absolute;
    right: 20px;
    bottom: 10px;
    margin-top: -15px;
    cursor: pointer;
}

.cup .add {
    padding: 8px 30px;
    cursor: pointer;
    margin: 0;
    position: relative;
    right: -265px;
}

.cup .items {
    margin-bottom: 20px;
    margin-left: 40px;
    width: 630px;
}

.cup .item {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #E6E6E6;
}

.cup .item.editable .edit, .cup .item.editable .order, .cup .item.editable .value span {
    display: none;
}

.cup .item.editable .value {
    display: inline-block;
}

.cup .item .value, .cup .item .value textarea {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    text-align: left;
}

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

.cup .item.editable {
    position: relative;
    padding-bottom: 50px;
}

.cup .item.editable .save {
    position: absolute;
    right: 20px;
    bottom: 15px;
    cursor: pointer;
    line-height: 30px;
    padding: 3px 10px;
}

.cup .item.editable .delete {
    position: absolute;
    left: 20px;
    bottom: 10px;
    cursor: pointer;
    color: #ff0000;
}

.cup .item.readonly .save, .cup .item.readonly .delete, .cup .item.readonly .value input, .cup .item.readonly .value textarea {
    display: none;
}

.cup .item.readonly .value {
    display: inline-block;
}

.cup .item.readonly {
    position: relative;
    padding-bottom: 50px;
}

.cup .item.readonly .edit {
    position: absolute;
    right: 20px;
    bottom: 15px;
    margin-top: -15px;
    cursor: pointer;
    line-height: 30px;
    padding: 3px 10px;
}

.cup_example li {
    display: inline-block;
    border: 1px solid #E6E6E6;
    padding: 5px;
    margin: 5px;
    height: 100px;
}

#ApplicationForm .go_date {
    float: left;
    font-size: 17px;
    letter-spacing: 0.05em;
}

#ApplicationForm .message {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #E6E6E6;
}

#ApplicationForm .message p {
    padding-top: 15px;
}

#ApplicationForm .message .agree {
    padding-top: 30px;
    text-align: right;
}

.btn_box {
    text-align: right;
    margin-bottom: 30px;
}

.btn_box .underline {
    margin-right: 30px;
}

.check_form table {
    margin-top: 10px;
    width: 100%;
}

.check_form th {
    width: 45%;
}

.check_form td {
    line-height: 35px;
}

.finish_notice {
    text-align: center;
    width: 550px;
    height: 200px;
    margin: 40px auto 80px auto;
}

.finish_notice .finish_title {
    color: #0073CE;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.finish_notice .apply_number {
    margin: 20px 0 60px 0;
}

.finish_notice .go_pay {
    padding: 10px 25px;
}

.partner {
    text-align: center;
    margin: 0 60px 80px 60px;

}

.partner table {
    width: 100%;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.partner th {
    text-align: center;
    background-color: #0073CE;
    color: #ffffff;
    line-height: 40px;
}

.partner td {
    line-height: 35px;
}

.partner a {
    color: #69A515;
    text-decoration: underline;
}

#PaidForm {
    width: 600px;
    margin: 20px 0 50px 0;
}

#PaidForm .apply_title:first-child {
    margin-top: 0;
}

#PaidForm .apply_title {
    margin: 50px 0 10px 0;
}

#PaidForm .dollar {
    padding-left: 10px;
}

#PaidForm .btn_box {
    margin-top: 20px;
}

#AccountManage, #LocationForm {
    width: 250px;
    margin: 20px auto 100px auto;
}

#AccountManage .title, #LocationForm .title {
    padding-bottom: 10px;
    padding-top: 10px;
}

.paid_success {
    text-align: center;
    width: 300px;
    height: 200px;
    margin: 80px auto 80px auto;
}

.pay_method {
    margin: 40px 0 60px 0;
}

.pay_way {
    padding-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

.purchase_record {
    margin-bottom: 80px;
}

.purchase_record table th {
    background-color: #0073CE;
    color: #ffffff;
    padding-left: 20px;
    height: 35px;
}

.purchase_record table td {
    line-height: 30px;
}

.purchase_record table tbody {
    text-align: center;
}

.purchase_record tbody tr:nth-child(odd), .partner tr:nth-child(odd), .buy_record tr:nth-child(odd) {
    background-color: #ffffff;
}

.purchase_record tbody tr:nth-child(even), .partner tr:nth-child(even), .buy_record tr:nth-child(even) {
    background-color: #F7F7F7;
}

.purchase_record tbody tr, .partner tr, .buy_record tr {
    border-bottom: 1px solid #E6E6E6;
}

.purchase_record table .bold {
    font-weight: bold;
}

#ApplicationCertifyForm {
    /*width: 700px;
    margin: 20px auto 50px auto;
    margin-left: 60px;*/
    margin-bottom: 30px;
}

#ApplicationCertifyForm select {
    width: 50px;
}

#application input[type=submit] {
    width: 180px;
}

.buy_record {
    margin-top: 35px;
}

.buy_record th {
    line-height: 35px;
    background-color: #0073CE;
    color: #ffffff;
    text-align: center;
}

.buy_record td {
    line-height: 1.7em;
    padding: 10px 0 30px 20px;
}

.buy_record .mini_intro {
    text-align: left;
    line-height: 20px;
    margin-left: 40px;
    margin-bottom: 10px;
}

.sample {
    width: 960px;
    margin: 30px auto 0 auto;
}

.sample li {
    position: relative;
    margin-bottom: 30px;
    margin-right: 10px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 266px;
    /*min-height: 330px;*/
    vertical-align: top;
    word-break: break-all;
}

.sample li:nth-child(3n+3) {
    margin-right: 0;
}

/*.cover_bg {
    height: 300px;
    margin-bottom: 20px;
    position: relative;
    background-image: url("../img/theme/123.png");
    background-repeat: no-repeat;
    background-position: 50%0;
    -ms-background-size: 210px 300px;
    -o-background-size: 210px 300px;
    -moz-background-size: 210px 300px;
    -webkit-background-size: 210px 300px;
    background-size: 210px 300px;
}*/

/*.sample .cover_pic {
    width: 150px;
    height: 100px;
    position: absolute;
    bottom: 60px;
    left: 70px;
    margin: 0;
}*/

.sample_intro {
    text-align: left;
    border-top: 1px solid #E6E6E6;
    padding-top: 10px;
    margin-top: 20px;
}

.sample_intro span.check_fancy {
    position: absolute;
    bottom: 15px;
    font-size: 13px;
    text-decoration: underline;
}

.sample_intro .title {
    font-size: 18px;
}

.sample_intro .name {
    float: left;
}

.sample_intro .covers {
    float: right;
}

.sample_content {
    line-height: 25px;
}

.sample_content li {
    padding: 10px;
    background-color: white;
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #d3d3d3;
    display: inline-block;
    text-align: left;
    min-height: 100px;
    vertical-align: top;
}

.price {
    position: absolute;
    right: 20px;
    font-size: 26px;
    bottom: 10px;
}

.price span, .size {
    font-size: 13px;
}

.check_photo {
    margin: 8px 0;
}

.underline:hover {
    text-decoration: underline;
}

.member_area {
    margin: auto;
    margin-top: 40px;
    height: 100px;
    text-align: center;
}

ul.member {
    margin: auto;
}

.member_area .name {
    float: left;
    font-size: 20px;
    line-height: 60px;
}

.member li {
    /* width: 175px;*/
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: top;
    text-align: center;
    line-height: 60px;
}

.member li a {
    display: block;
}

.member li:active {
    position: relative;
    top: 1px;
}

.member .name {
    font-size: 20px;
}

.no_purchase {
    margin: 15px 0;
    height: 55px;
    background-color: #949494;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.activity_card a {
    display: block;
    box-sizing: border-box;
}

.activity_card .btn_lightgreen {
    margin: 15px 0;
    height: 55px;
}

.activity_card img {
    vertical-align: top;
    width: 40px;
    margin: 12px 30px 15px 30px;
    height: 35px;
}

.activity_card span {
    line-height: 20px;
    display: inline-block;
    margin-top: 5px;
}

.join_func {
    padding: 20px;
}

#event .list, #rent .rest .list {
    padding: 10px 25px;
}

#event .half_box {
    min-height: 180px;
}

#event .half_box:first-child {
    background-color: inherit;
    border: none;
    height: 250px;
}

.hero.buy_record {
    margin-top: 0;
    margin-bottom: 30px;
}

.personal_view table {
    line-height: 30px;
}

.personal_view .btn_box a {
    padding: 8px 15px;
}

.run_down {
    text-align: center;
    margin: 40px auto 50px auto;
    width: 736px;
}

.run_down.four_steps li {
    /*
        padding-left: 53px;
        padding-right: 53px;*/
    text-align: left;
    padding-left: 25px;
    padding-right: 50px;
    text-wrap: nowrap;
}

.run_down li {
    display: table-cell;
    padding-bottom: 3px;
    border-bottom: 2px solid #ABB7B7;
    /*
    padding-left: 78px;
    padding-right: 78px;*/
    text-align: left;
    padding-left: 40px;
    padding-right: 80px;
    text-wrap: nowrap;
}

.run_down span {
    color: #ffffff;
    width: 25px;
    height: 25px;
    background-color: #ABB7B7;
    border-radius: 50%;
    display: block;
    line-height: 25px;
    float: left;
    margin-right: 7px;
    position: relative;
    font-size: 14px;
    text-align: center;
}

.run_down li.orange {
    color: #D35400;
    border-bottom: 2px solid #D35400;
}

.run_down span.orange {
    background-color: #D35400;
}

.run_down .opacity {
    opacity: 0.8;
}

#soft, #hard, #cup, #map {
    min-width: 590px;
    display: none;
}

.souvenir_img {
    float: left;
    height: 520px;
    width: 47%;
    text-align: center;
}

.souvenir_con {
    float: right;
    width: 47%;
    margin-right: 10px;
    word-break: break-all;
}

.showbox {
    max-width: 580px;
    min-height: 450px;
    /*line-height: 800px;*/
}

.show-image {
    width: 100%;
}

.smallbox li {
    border: 1px solid #d3d3d3;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.smallbox li:hover {
    border: 1px solid #0073CE;
}

#hero .page {
    margin-left: 0;
    width: 100%;
}

figure img {
    width: 100%;
    float: right;
}

figure {
    position: relative;
    margin: 0;
}

.bg_hover a {
    position: absolute;
    height: 250px;
    width: 100%;
    padding-top: 22%;
    font-size: 30px;
    text-align: center;
    color: #fff;
    letter-spacing: 6px;
    box-sizing: border-box;
    visibility: hidden;
}

figure span {
    position: absolute;
    width: 100%;
    height: 250px;
    visibility: hidden;
}

figure:hover a {
    background-color: black;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all .4s;
    visibility: visible;
}

#contact p, #terms p, #privacy p {
    padding-left: 23px;
}

#contact .contact + .contact {
    margin-top: 20px;
}

#contact .contact img {
    vertical-align: middle;
    margin-right: 8px;
}

#contact .contact span {
    margin-left: 32px;
}

.con_map {
    position: absolute;
    right: 30px;
    top: 70px;
}

.receiver select {
    width: 130px;
}

.receiver input[type=text] {
    width: 280px;
}

.receiver select + select {
    margin-left: 5px;
}