﻿body {
}

.main {
    width: 100%;
    background: #fbeede;
    background-size: cover;
}

.wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

.logo {
    padding: 7px 20px;
    width: 50%;
}

    .logo img {
        width: 124px;
        margin: 0;
    }

.fixtop {
    position: fixed;
    top: 0;
    width: 100%;
}

.first {
    padding-top: 62px;
}

.lang {
    width: 50%;
    text-align: right;
    padding: 17px 20px;
}


.txt-form-lang {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}

.banner {
    width: 100%;
}

    .banner img {
        width: 100%;
    }

.view-mobile {
    display: none
}

.view-desktop {
    display: block
}
div, button, input, select, textarea, label {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

.foot {
    width: 100%;
    background-color: #282828;
    text-align: center;
    padding: 30px;
}

.txt-copy {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
}


.broad {
    width: 767px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    padding: 0px
}



 
.content {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 10px 30px
}

.formmain {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
}

.formInfo {
    width: 100%;
    float: left;
  /*  text-align: center;*/
    padding: 20px 0px
}
.foot {
    width: 100%;
    background-color: #282828;
    text-align: center;
    padding: 30px;
}

.thx {
    width: 100%;
    margin: 20% auto;
    text-align: left;
    float: left
}
.txt-head {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.txt-form-title {
    color: #e0ae60;
    font-size: 18px;
    line-height: 28px;
}

.txt-coupon {
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
    line-height: 28px;
}

.txt-redeem {
    color: #000000;
    font-size: 11px;
    padding: 10px 0%;
    float: left; 
}
    .txt-redeem strong {
        color: #000000;
        font-size: 12px;
        line-height: 30px;
    }

    .txt-redeem li {
        list-style: outside disc;
        line-height: 22px;
    }

    .txt-redeem ul {
        padding-left: 20px
    }



@media (max-width: 800px) {
    .main {
        padding-top: 0
    }

    .form-banner img {
        width: 100% !important;
    }

    .broad {
        width: 100%;
        border: solid 0px #f1f1f1;
    }

    .banner {
        width: 100%
    }

    .middlecontent {
        display: table;
        width: 100%
    }

    .content {
        display: inherit;
        padding: 10px 30px
    }
}

@media (max-width: 480px) {
    .view-mobile {
        display: block
    }

    .view-desktop {
        display: none
    }

    .logo {
        padding: 10px
    }

        .logo img {
            width: 40%
        }

    .content {
        padding: 10px 20px
    }
}
