main,
section,
.breadcrumb,
aside h2,
aside ul,
aside li,
.right h1{
    width: 100%;
    float: left;
}
.crs-wrap,
.marquee{
    width: 100%;
    margin: auto;
    display: block;
}
.container{
    width: 1380px;
    max-width: 90%;
    margin: auto;
    position: relative;
}
.marquee{
    background:#7cc8db;
    color: #fff;
    font-size: .9em;
    padding: 6px 10px 4px;
}
.marquee a{
    display: inline-block;
    color: #fff;
}
.breadcrumb{
    padding: 10px 10px 30px;
    text-align: right;
    font-size: .75em;
}
.heading.a .breadcrumb{
    width: 100%;
    padding: 0 0 15px;
    text-align: left;
}
.breadcrumb a,
.breadcrumb span{
    display: inline-block;
}
@media only screen and (max-width: 767px){
    .breadcrumb{
        width: 100%;
        padding: 0 0 10px;
        padding-top: 10px;
        text-align: left;
    }
}

.main{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

aside{
    width: 270px;
    margin-right: 40px;
    padding-bottom: 30px;
}

aside h2{
    color: #3d71a5;
    font-size: 1.2em;
    padding: 0 0 25px;
    font-weight: 400;
    border-bottom: 2px solid #3d71a5;
}
aside ul{
    font-size: .85em;
}
aside ul li{
    padding: 8px 0;
}
aside ul li:first-child{
    padding-top: 0;
}
aside ul li a{
    display:block;
    padding: 15px;
    border: 1px solid #ccc;
}
aside ul li a i{
    margin-right: 5px;
}
aside ul li a:hover,
aside ul li a.action{
    background: #3d71a5;
    border: 1px solid #3d71a5;
    color: #fff;
}
aside ul li ul,
aside ul li ul li{
    width: 100%;
    float: left;
}
aside ul li ul{
    border: 1px solid #ccc;
    border-top: 0;
}
aside ul li ul li{
    padding: 0;
}
aside ul li li a{
    border: 0;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

aside ul li li a:hover,
aside ul li li a.action{
    border: 0;
    border-bottom: 1px solid #3d71a5;
}
aside ul li li:last-child a,
aside ul li li:last-child a:hover,
aside ul li li:last-child a.action{
    border-bottom: 0;
}
aside ul li ulli{
    padding: 0;
}
.phone{
    display: none;
}
@media only screen and (max-width: 1099px){
    aside{
        width: 250px;
    }
    
}
@media only screen and (max-width: 990px){
    .main{
        flex-wrap: wrap;
    }
    aside{
        width:100%;
        margin:20px 0 0;
    }
    .upcoming-events,
    aside h2{
        display: none;
    }
    .phone{
        display: block;
        color: #3d71a5;
        font-size: 1.2em;
        padding: 0 0 15px;
        border-bottom: 2px solid #3d71a5;
    }
    .phone i{
        margin-left: 10px;
    }
}

main .right{
    flex: 1;
}

.heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
}
.heading.a{
    flex-wrap: wrap;
}
.heading:after{
    content: none;
}

main .right h1{
    margin: 0 0 20px;
    padding: 0;
    font-size: 1.4em;
    color: #1dacd0;
    font-weight: 400;
    color: #555;
}
main .right .heading.a h1{
    display: flex;
    margin: 0 0 10px;
}
main .right .heading.a h1 span{
    flex: 1;
}

main .right h1 i{
    margin:0 7px 4px 0;
    font-size: 1.6em;
    vertical-align: middle;
    color: #1dacd0;
}
.input-table,
.share-table{
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    padding: 12px 5px;
    background: #f5f5f5;
    margin-bottom: 20px;
}
.input-table form,
.share-table form{
    display: flex;
    justify-content: flex-end;
}
.share-table{
    padding: 10px;
    justify-content: space-between;
    flex-direction:row-reverse;
}
.share-table:after{
    content: none;
}
.share-table .no i{
    font-size: 1.6em;
    margin: 0 3px;
}
.share-table .no a:first-child{
    color: #1dacd0;
}
.share-table .no a:nth-child(2){
    color: #3b5998;
}
.share-table .no a:nth-child(3){
    color: #1da1f2;
}
.input-table.a,
.input-table.b{
    align-items: center;
}
.input-table label.no{
    width: 1px;
    overflow: hidden;
    padding-left: 5px;
    margin: 0;
    height: 1px;
}
.share-table .print a{
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: 32px;
    color: #fff;
    background: #1dacd0;
    display: block;
    text-align: center;
    border-radius: 3px;
}
.input-table input{
    font-size: .8em;
    padding: 5px;
}
.input-table.a input,
.input-table.a select,
.input-table.b input{
    width: auto;
    margin-right: 10px;
}
.input-table.a select{
    font-size: .8em;
    padding: 5px 30px 5px 5px;
}
.input-table>div{
    padding:0 10px;
}
.input-table label{
    display: inline-block;
    margin-right: 5px;
}
.input-table.a label{
    font-size: .85em;
    margin-right: 10px;
}

.input-table input[type=submit]{
    color: #fff;
    background: #3d71a5;
    border: 1px solid #3d71a5;
    padding: 5px 12px;
}
.flatpickr-next-month svg, .flatpickr-prev-month svg{
    top: 19px;
}
.flatpickr-month{
    padding: 10px;
}
.flatpickr-input{
    min-height: 35px;
}
flatpickr label{
    line-height: 35px;
}

.input-table.b div.flatpickr{
    margin-left: 10px;
}
@media only screen and (max-width: 899px){
    .input-table.b div.flatpickr{
        width: calc(50% - 10px);
        margin: 0 0 10px 10px;
    }
    .input-table form{
        flex-wrap: wrap;
    }
    .input-table.b div.flatpickr input{
        width: calc(100% - 40px);
    }
    .input-table.b input[type=text]{
        width: calc(100% - 87px);
    }
}
@media only screen and (max-width: 500px){
    .input-table.a input,
    .input-table.a select{
        width: calc(100% - 21px);
        margin:5px 10px;
    }
    .input-table.b div.flatpickr{
        width: calc(100% - 10px);
        margin: 0 0 10px 10px;
    }
    .input-table.b div.flatpickr input{
        margin: 0 0 0 10px;
    }
    .input-table.b input[type=text],
    .input-table.b input{
        width: calc(100% - 10px);
        margin: 0 5px;
    }
    .input-table.b input[type=text]{
        margin-bottom: 10px;
    }
}


.video{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.video .video-iframe{
    padding-bottom: 40%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    position: relative;
}
.video iframe{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.news-list,
.news-main,
.many,
.list-many{
    width: 100%;
    float: left;
}
.news-list,
.news-main{
    padding: 20px 0;
}
.news-list li{
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
    display: flex;
}
.news-list .img{
    width: 300px;
    margin-right: 30px;
}
.news-list .text{
    flex: 1;
    font-size: .8em;
    color: #555;
}
.news-list a:hover{
    color: #3d71a5;
}
.news-list .text p{
    width: 100%;
    float: left;
    
}
.news-list .text p:last-child{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.news-list .heading{
    font-size: 1.3em;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.news-list i,
.news-main p.date i,
.news-main .download i,
.news-main .link i{
    display: inline-block;
    margin-right: 5px;
}
.news-list p.date,
.news-list p.map,
.news-main p.date{
	font-size: .85em;
    color: #1dacd0;
    padding:0 0 5px 2px;
}
.news-main p.date{
    padding-bottom: 10px;
}
.news-main p.date{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.news-main p.date:after,
.news-main .edit *:after{
    content: none;
}
.news-list .date span,
.news-main p.date span{
    display: inline-block;
    margin-left: 30px;
}
.news-main p.date span{
    margin: 0;
}
.news-list p.map{
    padding-bottom: 10px;
}

.news-main .edit,
.news-main .download,
.news-main .link{
	width: 100%;
    float: left;
    padding: 20px 0;
    font-size: .85em;
    letter-spacing: 1px;
}
.news-main .edit{
    padding-top: 0;
}
.news-main .img{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin-left: -12px;
    border-top: 1px dotted #ccc; 
    padding: 20px 0;
    float: left;
}
.news-main .img li{
    width: 33.33%;
    padding: 12px;
}
.news-main .download,
.news-main .link{
    border-top: 1px dotted #ccc; 
}
.news-main .download li,
.news-main .link li{
    width: 100%;
    float: left;
    padding: 5px 0;
}
.news-main .download a,
.news-main .link a{
    display: block;
    color: #3d71a5;
}
.news-main .download a:hover,
.news-main .link a:hover{
    text-decoration: underline;
}
.news-img{
    width: 100%;
    float: left;
}
.news-img img{
    width: 100%;
}
.news-main .edit iframe{
    width: 100%;
    margin: 15px 0;
}

.list-many{
    margin-bottom: 30px;
}
.list-many h2{
    width: 100%;
    float: left;
    font-size: 1.1em;
    font-weight: 400;
    background:#64cfe0;
    color: #fff;
    padding: 10px;
    border: 1px solid #64cfe0;
}
.list-many .news-main{
    border: 1px solid #64cfe0;
    border-top: 0;
    padding: 20px;
}


@media only screen and (max-width: 1099px){
    .news-list .img{
        width: 250px;
    }
}
@media only screen and (max-width: 767px){
    .heading{
        flex-wrap: wrap;
    }
    main .right h1{
        margin-bottom: 0;
    }
    .right .heading.a h1{
        margin-bottom: 20px;
    }
    .news-main .img li{
        width: 50%;
    }
    .news-main p.date span{
        width: 100%;
        padding: 3px 0;
    }
}
@media only screen and (max-width: 599px){
    .news-list li,
    .input-table{
        flex-wrap: wrap;
    }
    .news-list .img{
        width: 100%;
        margin: 0;
    }
    .news-list .text{
        width: 100%;
        flex: none;
        margin-top: 20px;
    }
    .input-table>div.flatpickr{
        width: 100%;
        padding: 5px;
    }
    .input-table>div.flatpickr input{
        width: calc(100% - 31px);
    }
}

.page,
.back{
	width: 100%;
    float: left;
    padding: 30px 0;
    font-size: .8em;
    text-align: center;
}
.back{
    text-align: left;
    border-top: 1px dotted #ccc; 
}
.page a,
.page span,
.back a{
    display: inline-block;
    margin: 5px;
}
.back a{
    border: 1px solid #ccc;
    padding: 4px 10px 5px;
}
.back a:hover{
    background: #3d71a5;
    border: 1px solid #3d71a5;
    color: #fff;
}
.page a:hover{
    color: #3d71a5;
}
.page span{
    background: #3d71a5;
    padding: 4px 8px 5px;
    color: #fff;
}
.page .numeric-pagination,
.page p{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.page p{
    font-size: .9em;
    color: #666;
}

table{
    width: 100%;
    float: left;
}
table th{
    font-size: 1em;
    padding: 10px 8px;
    border-top: 2px solid #3d71a5;
    border-bottom: 1px solid #3d71a5;
    font-weight: 400;
}
table td{
    padding: 8px;
    font-size: .85em;
    border-bottom: 1px dotted #ccc; 
}
table tr:nth-child(even) td{
    background: #f5f5f5;
}
table td a{
    color: #3d71a5;
    display: block;
    padding: 3px 0;
}
table td a i{
    margin-right: 5px;
}
table td span{
    display: none;
    color: #1dacd0;
}
.vote-list{
    width: 100%;
    float: left;
}
@media only screen and (max-width: 767px){
    .vote-list table{
        margin-top: 15px;
    }
    .vote-list table th{
        display: none;
    }
    .vote-list table td{
        display: block;
        width: 100%;
    }
    .vote-list table tr td:last-child {
        text-align: center;
    }
    .vote-list table td span{
        display: inline-block;
    }
    .vote-list table td a{
        display: inline-block;
        margin:0 10px;
    }
    
}
form{
    width: 100%;
    display: block;
}
.vote-form,
.vote-result{
    width: 100%;
    float: left;
    border-top: 2px solid #3d71a5;
    border-bottom: 2px solid #3d71a5;
    margin: 20px 0 0;
}
.vote-form ul,
.vote-result ul{
    width: 100%;
    float: left;
    padding: 10px 15px;
    font-size: .85em;
}
.vote-form ul:nth-child(odd),
.vote-result ul:nth-child(odd){
    background: #f5f5f5;
}
.vote-form ul li,
.vote-result ul li{
    width: 100%;
    float: left;
    border-top: 1px dotted #ccc; 
    padding: 10px 0;
}
.vote-form ul li:first-child,
.vote-result ul li:first-child{
    border: 0;
    font-size: 1.1em;
}
.vote-form ul li span,
.vote-result ul li span{
    display: inline-block;
    color: #1dacd0;
}
.vote-form ul li label{
    display: inline-block;
    margin: 0 15px 0 0;
}
.vote-form ul li label input{
    margin-right: 10px;
}
.vote-form ul li p{
    width: 100%;
}
.vote-form input[type=text],
.vote-form textarea{
    width: 100%;
    margin-top: 5px;
}
.vote-form textarea{
    height: 120px;
}
.vote-btn{
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 0;
}
.vote-btn input[type=button],
.vote-btn input[type=submit],
.vote-btn input[type=reset]{
    width: auto;
    margin: 0 5px;
    font-size: .75em;
    border: 0;
    color: #fff;
}
.vote-btn input[type=button]{
    background: #1dacd0;
}
.vote-btn input[type=reset]{
    background: #666;
}
.vote-btn input[type=submit]{
    background: #3d71a5;
}
.vote-result ul li p{
    width: 20%;
    float: left;
}
.vote-result ul li div{
    width: 60%;
    float: left;
    padding:0 15px;
}
.vote-result ul li div p{
    display: block;
}
.vote-result ul li .red{
    background: #ec264b;
}
@media only screen and (max-width: 767px){
    .vote-form ul li label{
        display: block;
        width: 100%;
        margin: 3px 0;
    }
    .vote-form ul li span,
    .vote-result ul li span{
        display: block;
    }
    .vote-result ul li p{
        width: 100%;
    }
    .vote-result ul li div{
        width: 100%;
        padding:10px 0;
    }
}
.faq,
.faq-list{
    width: 100%;
    float: left;
}
.faq-list{
    margin: 10px 0;
    border: 1px solid #ccc;
}
.faq-btn{
    width: 100%;
    display: flex;
    float: left;
    padding: 15px;
    color: #3d71a5;
    font-size: 1.1em;
}
.faq-btn.off{
    background: #3d71a5;
    color: #fff;
}
.faq-btn span{
    display: inline-block;
    margin-right: 10px;
}
.faq-btn p{
    flex: 1;
}
.faq-btn span i:last-child,
.faq-btn.off span i:first-child{
    display: none;
}
.faq-btn.off span i:last-child{
    display: inline-block;
}
.fqa-edit{
    width: 100%;
    float: left;
    display: none;
    padding: 15px;
    border-top: 1px dotted #ccc; 
    font-size: .85em;
}
.fqa-edit *:after{
    display: none;
}

.sights{
    width: 100%;
    float: left;
    margin: 20px 0;
}
.sights>ul{
    width: 100%;
    float: left;
    padding: 5px;
    background: #f5f5f5;
    margin-bottom: 20px;
}
.sights>ul li{
    width: auto;
    display: inline-block;
    padding: 5px;
}
.sights>ul li a{
    display: inline-block;
    font-size: .8em;
    padding: 5px;
    border-radius: 3px;
}
.sights-text{
    width: calc(33.33% - 20px);
    float: left;
    margin: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: relative;
}
.sights-text p{
    width: auto;
    float: left;
    background:#1dacd0;
    color: #fff;
    font-size: .8em;
    padding: 6px 15px;
    border-radius: 0 0 3px 3px;
    margin-left: 10px;
}
.sights-text h2{
    width: 100%;
    float: left;
    font-size: 1.1em;
    font-weight: 400;
    padding: 10px 15px;
    color: #3d71a5;
}
.sights-text img{
    width: calc(100% - 30px);
    float: left;
    margin:0 15px;
}
.sights-text  .text{
    width: 100%;
    float: left;
    font-size: .85em;
    padding: 10px 15px;
    color: #555;
}
.sights-btn{
    width: 100%;
    float: left;
    padding:0 15px 20px;
    text-align: right;
}
.sights-btn a{
    display: inline-block;
    color: #777;
    font-size: .7em;
    text-decoration: underline;
}

@media only screen and (max-width: 899px){
    .sights-text{
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 500px){
    .sights-text{
        width: calc(100% - 20px);
    }
}

.sights-main{
    width: 100%;
    float: left;
    padding: 20px 0 40px;
    display: flex;
    border-bottom: 2px solid #3d71a5;
}

.sights-img{
    width: 450px;
    margin-right: 30px;
}
.sights-info{
    flex: 1;
}
.sights-info ul,
.sights-info ul li{
    width: 100%;
    float: left;
}
.sights-info ul li{
    padding: 10px 0;
    font-size: .85em;
    border-bottom: 1px dotted #ccc; 
}
.sights-info ul li a{
    width: 40px;
    display: inline-block;
    margin:5px 10px 5px 0;
}
.sights-share{
    width: 100%;
    display: block;
    margin-top: 10px;
}
.sights-map{
    width: 100%;
    float: left;
    padding: 20px 0;
}
.sights-map iframe{
    width: 100%;
}
@media only screen and (max-width: 1280px){
    .sights-img{
        width: 350px;
    }
}
@media only screen and (max-width:767px){
    .sights-main{
        flex-wrap: wrap;
    }
    .sights-img{
        width: 100%;
        margin: 0;
    }
    .sights-info{
        width: 100%;
        flex: none;
        margin-top: 20px;
    }
}

.sitemap-text{
    width: 100%;
    float: left;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.sitemap-text .list-many{
    width: 25%;
    float: left;
    padding: 20px;
}
.sitemap-text .list-many a{
    display: block;
}
.sitemap-text .list-many h2{
    width: 100%;
    float: left;
    font-size: 1em;
    padding: 15px 0;
    margin-bottom: 15px;
    font-weight: 400;
    background: #3d71a5;
    text-align: center;
}
.sitemap-text .list-many h2 a{
    color: #fff;
}

.sitemap-text .list-text{
    font-size: .9em;
    width: 100%;
    float: left;
}
.sitemap-text .list-text ul,
.sitemap-text .list-text li{
    width: 100%;
    float: left;
}
.sitemap-text .list-text li{
    padding: 10px;
    border-bottom: 1px dotted #ccc; 
}
@media only screen and (max-width: 1199px){
    .sitemap-text .list-many{
        width: 33.33%;
    }
}
@media only screen and (max-width: 767px){
    .sitemap-text .list-many{
        width: 50%;
    }
}
@media only screen and (max-width: 500px){
    .sitemap-text .list-many{
        width: 100%;
        padding: 20px 10px;
    }
}

.park{
    width: 100%;
    float: left;
}
.park h2{
    width: 100%;
    float: left;
    font-size: 1.2em;
    padding-bottom: 20px;
    color: #3d71a5;
}
.park h2 span{
    display: inline-block;
    margin-left: 15px;
}
.park-text{
    color: #1dacd0;
}
.park table img{
    width: 40px;
}
.park table tr td{
    text-align: center;
}
.park table tr td:first-child{
    text-align: left;
}

/*志工系統*/
.right .titile{
    width: 100%;
    float: left;
    font-size: 1.1em;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background: #f5f5f5;
}
.form,.form li{
    width: 100%;
    float: left;
}
.form li{
    display: flex;
    padding: 15px 20px;
    align-items: flex-start;
}
.form li:last-child{
    padding-left: 140px;
    display: block;
}
.form li>label{
    width: 120px;
    text-align: right;
    padding-right: 20px;
    line-height: 35px;
}
.form li>div{
    flex: 1;
}
.form li>div input{
    width: 100%;
}
.form li span{
    font-size: .85em;
    color: #ec264b;
    padding-top: 5px;
    width: 100%;
    display: block;
}
.form li span.pt{
    font-size: .95em;
    padding-top: 10px;
    color: #1dacd0;
}
.form li>div.code input{
    width: 200px;
}
.form li:last-child input{
    background: #3d71a5;
    border: 1px solid #3d71a5;
    color: #fff;
    width: 200px;
}
.fancybox-lock .fancybox-overlay{
    z-index: 99999;
}
.fancybox-table{
    width: 500px;
    max-width: 100%;
}
.fancybox-margin .table p{
    text-align: center;
    width: 100%;
    float: left;
    padding: 3px 0;
}
.fancybox-margin ul.list{
    width: 100%;
    float: left;
    font-size: .8em;
    padding-top: 10px;
}
.fancybox-margin ul.list li{
    width: 100%;
    float: left;
    padding: 5px 0;
    display: flex;
}
.fancybox-margin ul.list li span{
    width: 120px;
    background: #eee;
    padding: 5px;
    text-align: center;
    border: 1px solid #eee;
}
.fancybox-margin ul.list li p span{
    display: inline-block;
    margin: 0 10px 0 3px;
    background: none;
    border: 0;
    width: auto;
    padding: 0;
}
.fancybox-margin ul.list .red{
    color: #ec264b;
}
.fancybox-margin h4{
    width: 100%;
    float: left;
    font-size: 1.05em;
    font-weight: 400;
    color: #3d71a5;
}
.fancybox-margin ul.list li p{
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
}
.fancybox-margin ul.list li:last-child{
    justify-content: center;
}
.fancybox-margin ul.list li a{
    background: #3d71a5;
    border: 1px solid #3d71a5;
    color: #fff;
    padding: 5px;
    width: 150px;
    text-align: center;
}
.fancybox-margin ul.list li p a{
    display: inline-block;
    margin: 3px 0;
    padding: 0;
    width: auto;
    background: none;
    border: 0;
    color:  #3d71a5;
    text-decoration: underline;
}
.fancybox-margin .table span{
    color: #ec264b;
    display: inline-block;
    padding: 0 20px;
}
.fancybox-margin .table p.red{
    color: #ec264b;
    font-size: .9em;
}
.login h2{
    display: none;
}
.login input{
    width: 100%;
    background: #3d71a5;
    border: 1px solid #3d71a5;
    color: #fff;
    margin-top: 10px;
}
.login>div{
    border: 2px solid #3d71a5;
    padding: 10px 0 0;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.login>div p{
    width: 100%;
    float: left;
    padding:10px 10px 5px;
    font-size: .85em;
}
.login>div p span{
    color: #ec264b;
    display: inline-block;
}
.volunteer,
.volunteer .over,
.volunteer .month{
    width: 100%;
    float: left;
}
.volunteer .month{
    padding: 10px 0 20px;
}
.volunteer .month h3{
    float: left;
    font-size: 1.1em;
}
.volunteer .month .select,
.volunteer .month .closed{
    float: right;
}
.volunteer .month .select{
    padding-right: 20px;
}
.volunteer .month .select a{
    display: inline-block;
    margin: 0 10px;
    color: #3d71a5;
}
.volunteer .over>p{
    width: 100%;
    float: left;
    color: #ec264b;
    padding-top: 5px;
    font-size: .85em;
}
.volunteer .month .closed i{
    color: #eee;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #eee;
}
.volunteer table tr:nth-child(even) td{
    background: none;
}
.volunteer table th{
    background: #3d71a5;
    color: #fff;
    border-left: 1px solid #fff;
    border-top-width: 1px;
    width: 14.28%;
}
.volunteer table th:last-child{
    border-right:  1px solid #3d71a5;
}
.volunteer table th:first-child{
    border-left: 0;
}
.volunteer table td{
    border-left: 1px solid #ccc;
    vertical-align: top;
    height: 200px;
}
.volunteer table td.close,
.volunteer table tr:nth-child(even) td.close{
    background: #eee;
}
.volunteer table tr td:last-child{
    border-right: 1px solid #ccc;
}
.volunteer table td p{
    width: 100%;
    display: block;
    padding: 5px 0 0;
    font-size: .9em;
    color: #1dacd0;
}
.volunteer table td.close p{
    color: #ec264b;
}
.volunteer table td a{
    width: 100%;
    display: block;
    padding: 5px 0;
    margin: 5px 0;
    font-size: .9em;
    text-align: center;
    background: #1dacd0;
    color: #fff;
}
.volunteer table td a:hover{
    background: #3d71a5;
}
.volunteer table td a.full{
    background: #ec264b;
}
.volunteer table td a.no{
    background: #555;
}
.volunteer table td a.full:hover{
    background: #bf2e4e;
}
.volunteer table td a.no:hover{
    background: #222;
}
@media only screen and (max-width: 990px){
    .main{
        display: block;
    }
    main .right{
        width: 100%;
        flex: none;
    }
    .volunteer .over{
        overflow-x: scroll;
    }
    .volunteer .over table{
        width: 1000px;
        max-width: 1000px;
    }
    .login>div{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px){
    .form li{
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .form li>label{
        text-align: left;
    }
    .form li>div{
        flex: none;
        width: 100%;
    }
    .form li>div.code input,
    .form li:last-child input{
        width: 100%;
        display: block;
    }
    .form li:last-child{
        padding-left: 0;
    }
    .share-table .no i{
        font-size: 1.8em;
    }
    .fancybox-margin ul.list li{
        flex-wrap: wrap;
    }
    .fancybox-margin ul.list li span{
        width: 100%;
    }
    .fancybox-margin ul.list li p{
        flex: none;
        width: 100%;
        margin-left: 0;
    }
    
}