@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
.herotext,
.tie-img span {
    font-size: 24px
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans TC'
}

.body {
    background-image: url(https://i.imgur.com/FUVrAJQ.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.tie-hero {
    margin: auto
}

.tie-herobox {
    border: 2px solid #FFF;
    margin: 5px;
    text-align: center;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px
}

.tie-heroboxinput input {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    width: 100%
}

.tie-heroboxinput {
    padding-left: 10px;
    padding-right: 10px
}

.tie-button {
    text-align: center;
    margin: 10px 20px
}

.tie-button button {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    background-color: #fa2d62;
    border: transparent;
    border-radius: 0;
    color: #FFF
}

.tie-button button:focus,
.tie-button button:hover {
    background-color: #fe4c7a
}

.tie-img {
    padding-left: 20px;
    padding-right: 20px
}

.tie-img img {
    width: 100%
}

.tie-img span {
    width: 100%;
    color: #FFF
}

.tie-des {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    color: #CCC;
    text-align: right
}

.tie-black {
    background-color: rgba(0, 0, 0, .5)
}
.tie-white{
	background-color: #FFF;
}