@charset "UTF-8";
body {
    background: #961413;
    padding-bottom: 60px;
}
header {
    background: none;
    color: #ffffff;
}
.back-btn {
    position: absolute;
    height: 50px;
    left: 0;
    top: 0;
    padding-left: 33px;
}

.back-btn::after {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../img/back-white-icon.png) center center no-repeat,rgba(0,0,0,0.5);
    left: 4.5px;
    top: 10px;
    background-size: 7px 12px;
    border-radius: 30px;
}

.back-btn:active::after {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../img/back-white-icon.png) center center no-repeat,rgba(0,0,0,0.5);
    left: 4.5px;
    top: 10px;
    background-size: 7px 12px;
    border-radius: 30px;
}
.menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.menu-btn::after {
    position: absolute;
    top: 10px;
    right: 9px;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/menu-btn-icon.png) center center no-repeat,rgba(0,0,0,0.5);
    background-size: 16px 16px;
    border-radius: 30px;
}

.menu-btn:active::after {
    position: absolute;
    top: 10px;
    right: 9px;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/menu-btn-icon.png) center center no-repeat,rgba(0,0,0,0.5);
    background-size: 16px 16px;
    border-radius: 30px;
}
img.banner {
    margin-top: 0;
}
.wrapper {
    padding:0 16px;
}
.wrapper p.desc {
    font-size: 18px;
    color: #FFEECA;
    text-indent: 2em;
    margin: 10px 0 0;
    line-height: 28px;
}
.fr-link {
    display: inline;
    text-decoration: underline;
}
.activity-area {
}
.intro-area {
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 6px solid #E8E8E8;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}

.list-title {
    width:100%;
    height:35px;
    line-height:35px;
    background: #EA2B71;
    padding-left:10px;
    font-size: 18px;
    color: #ffffff;
}

.pic-list::after {
    content: '';
    display: block;
    clear: both;
}
.pic-item {
    position: relative;
    margin-top: 30px;
    width: 47.5%;
    margin-left: 5%;
    height:150px;
    float: left;
    overflow: hidden;
}
.pic-item a {
    display: block;
    width:100%;
    height:120px;
    overflow: hidden;
}
.pic-item p {
    height:30px;
    margin:0;
    line-height:30px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.pic-item img {
    width:auto;
    height:auto;
    max-width:100%;
}
.pic-list .pic-item:nth-child(odd) {
    margin-left: 0;
}
.single-input-item input {
    border-bottom-color: #333333;
}
.single-input-item input::-webkit-input-placeholder {
    color: #333333;
}

.single-input-item textarea {
    border-bottom-color: #333333;
}
.single-input-item textarea::-webkit-input-placeholder {
    color: #333333;
}

.file-upload-btn {
    width: 100%;
    height: 100%;
    background: url("../img/upload-bg.png") center center no-repeat;
    background-size: 75px 75px;
}
.input-msg {
    color: #FFEECA;
}
.fixed-btn {
    padding-top: 5px;
    background: #C62808;
    color: #ffffff;
    letter-spacing:-1px;
    z-index: 9999;
    line-height: 25px;
}
.content-area {
    margin-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
.content-body {
    padding-top: 40px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.content-body p {
    margin: 0;
    margin-top: 18px;
}
.content-body p a {
    color: #6CA5CE;
    font-size: 14px;
}
.content-body a {
    color: #6CA5CE;
    font-size: 14px;
}
.content-body p a:active,.content-body a:active {
    color: #FC0D57;
}
.content-body p:first-child {
    margin-top: 0;
}

.content-body img,
.content-body iframe {
    width: 100%;
}
.single-input-item input {
    border-bottom-color: #FFEECA;
    color: #FFEECA;
}
.single-input-item input::-webkit-input-placeholder {
    color: #FFEECA;
}
.submit-button {
    width:170px;
    height:40px;
    text-align: center;
    line-height:40px;
    color: #9F1313;
    background: #FFEECA;
    border-radius: 47px;
    margin:20px auto;
    font-size: 22px;
    display: block;
    position: relative;
    z-index: 99;
}
.single-input-item select {
    height: 50px;
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 16px;
    box-sizing: border-box;
    font-size: 20px;
    color: #FFEECA;
    border-radius: 0;
    border:none;
    border-bottom: 1px solid #FFEECA;
    background: none;
    -webkit-appearance: none;
}
#map-title {
    width:100%;
    margin:20px auto;
    color: #FFEFCB;
    font-size: 24px;
    text-align: center;
}

.province-list {
    width:100%;
    border:1px solid #A22F2F;
    display: flex;
}
.province-item {
    width:50%;
    height:30px;
    font-size: 18px;
    display: flex;
    padding:0 16px;
    justify-content: space-between;
    color: #FFEECA;
    align-items: center;
}
@charset "UTF-8";
body {
    background: #961413;
    padding-bottom: 60px;
}
header {
    background: none;
    color: #ffffff;
}
.back-btn {
    position: absolute;
    height: 50px;
    left: 0;
    top: 0;
    padding-left: 33px;
}

.back-btn::after {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../img/back-white-icon.png) center center no-repeat,rgba(0,0,0,0.5);
    left: 4.5px;
    top: 10px;
    background-size: 7px 12px;
    border-radius: 30px;
}

.back-btn:active::after {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../img/back-white-icon.png) center center no-repeat,rgba(0,0,0,0.5);
    left: 4.5px;
    top: 10px;
    background-size: 7px 12px;
    border-radius: 30px;
}
.menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.menu-btn::after {
    position: absolute;
    top: 10px;
    right: 9px;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/menu-btn-icon.png) center center no-repeat,rgba(0,0,0,0.5);
    background-size: 16px 16px;
    border-radius: 30px;
}

.menu-btn:active::after {
    position: absolute;
    top: 10px;
    right: 9px;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/menu-btn-icon.png) center center no-repeat,rgba(0,0,0,0.5);
    background-size: 16px 16px;
    border-radius: 30px;
}
img.banner {
    margin-top: 0;
}
.wrapper {
    padding:0 16px;
}
.wrapper p.desc {
    font-size: 18px;
    color: #FFEECA;
    text-indent: 2em;
    margin: 10px 0 0;
    line-height: 28px;
}
.activity-area {
}
.intro-area {
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 6px solid #E8E8E8;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}

.list-title {
    width:100%;
    height:35px;
    line-height:35px;
    background: #EA2B71;
    padding-left:10px;
    font-size: 18px;
    color: #ffffff;
}

.pic-list::after {
    content: '';
    display: block;
    clear: both;
}
.pic-item {
    position: relative;
    margin-top: 30px;
    width: 47.5%;
    margin-left: 5%;
    height:150px;
    float: left;
    overflow: hidden;
}
.pic-item a {
    display: block;
    width:100%;
    height:120px;
    overflow: hidden;
}
.pic-item p {
    height:30px;
    margin:0;
    line-height:30px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.pic-item img {
    width:auto;
    height:auto;
    max-width:100%;
}
.pic-list .pic-item:nth-child(odd) {
    margin-left: 0;
}
.single-input-item input {
    border-bottom-color: #333333;
}
.single-input-item input::-webkit-input-placeholder {
    color: #333333;
}

.single-input-item textarea {
    border-bottom-color: #333333;
}
.single-input-item textarea::-webkit-input-placeholder {
    color: #333333;
}

.file-upload-btn {
    width: 100%;
    height: 100%;
    background: url("../img/upload-bg.png") center center no-repeat;
    background-size: 75px 75px;
}
.input-msg {
    color: #FFEECA;
}
.fixed-btn {
    padding-top: 5px;
    background: #C62808;
    color: #ffffff;
    letter-spacing:-1px;
    z-index: 9999;
    line-height: 25px;
}
.content-area {
    margin-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
.content-body {
    padding-top: 40px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.content-body p {
    margin: 0;
    margin-top: 18px;
}
.content-body p a {
    color: #6CA5CE;
    font-size: 14px;
}
.content-body a {
    color: #6CA5CE;
    font-size: 14px;
}
.content-body p a:active,.content-body a:active {
    color: #FC0D57;
}
.content-body p:first-child {
    margin-top: 0;
}

.content-body img,
.content-body iframe {
    width: 100%;
}
.single-input-item input {
    border-bottom-color: #FFEECA;
    color: #FFEECA;
}
.single-input-item input::-webkit-input-placeholder {
    color: #FFEECA;
}
.submit-button {
    width:170px;
    height:40px;
    text-align: center;
    line-height:40px;
    color: #9F1313;
    background: #FFEECA;
    border-radius: 47px;
    margin:20px auto;
    font-size: 22px;
    display: block;
    position: relative;
    z-index: 99;
}
.single-input-item select {
    height: 50px;
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 16px;
    box-sizing: border-box;
    font-size: 20px;
    color: #FFEECA;
    border-radius: 0;
    border:none;
    border-bottom: 1px solid #FFEECA;
    background: none;
    -webkit-appearance: none;
}
#map-title {
    width:100%;
    margin:20px auto;
    color: #FFEFCB;
    font-size: 24px;
    text-align: center;
}

.province-list {
    width:100%;
    border:1px solid #A22F2F;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
}
.province-item {
    width:50%;
    height:30px;
    font-size: 18px;
    display: flex;
    padding:0 16px;
    justify-content: space-between;
    color: #FFEECA;
    align-items: center;
}
.province-item:nth-child(odd) {
    padding-right:16px;
    border-right:1px solid #a22f2f
}
.province-item:nth-child(even) {
    padding-left:16px;
}
.province-num {
    color: #EBA85C;
}

.province-num {
    color: #EBA85C;
}

.float-layer {
    position: fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.8);
    /*padding:0 16px;*/
    display: none;
    z-index:1000;
}
.tagcloud {
    width:100%;
    height:400px;
    position: absolute;
    top:100px;
}
.layer-backdrop {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0);
    padding:0 16px;
    display: block;
}
.float-btn {
    width:40px;
    height:40px;
    position: fixed;
    right:16px;
    bottom:50px;
}
.list-tip {
    text-align: center;
    font-size: 14px;
    color: #FFEFCB;
    margin-bottom: 10px;

}