[v-cloak] {
    display: none;
}

* {
    position: relative;
}

scrollbar,
*::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

a,
a:hover {
    color: #333;
    text-decoration: none;
}

select:focus,
input:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}
.blockUI{
    z-index: 9999999999 !important;
}
.blockUI.blockMsg{
    padding: 30px 15px !important;
    border: none !important;
    color: #fff !important;
    background:  rgba(0,0,0,0.5) !important;
    border-radius: 15px !important;
}
body {
    font-family: "微軟正黑體";
    background-color: #f6f7f8;
}
#app{
    max-width: 500px;
    margin: 5vh auto;
    padding: 0px 15px;
}
.logo{
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.logo img{
    max-width: 100%;
    max-height: 120px;
}
.joinBox .stepBox{
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.stepBox .step{
    margin-bottom: 30px;
    font-size: 14px;
}
.formGroup{
    margin-bottom: 30px;
}
.formGroup label {
    color: #c79a79;
    font-weight: bold;
    border-left: 5px solid;
    line-height: 1em;
    padding-left: 10px;
    margin-bottom: 15px;
}
.formGroup .form-control {
    height: 50px;
    border-radius: 15px;
    text-align: center;
    color: #999;
    font-size: 18px;
}
.btn {
    width: 100%;
    height: 50px;
    background-color: #c79a79;
    color: #fff;
    border-radius: 30px;
}
.btn:hover{
    color: #fff;
}
.changKind {
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.changKind span {
    color: #c79a79;
    border-bottom: 1px solid ;
    font-weight: bold;
    cursor: pointer;
}
.formGroup .text {
    background-color: #f9f9f9;
    padding: 15px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-radius: 15px;
    font-size: 14px;
}
.formGroup .text p {
    margin: 0px;
    margin-bottom: 5px;
    color: #666;
    line-height: 1.5em;
}
h3 {
    font-size: 24px;
    margin: 0px;
    margin-bottom: 15px;
    color: #D3B9A3;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
h3 span{
    background-color: #EBC288;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    border-radius: 10px;
    font-size: 16px;
}
.formGroup > p {
    margin: 5px 0px;
    font-size: 14px;
    padding-left: 10px;
}
.prev {
    font-size: 12px;
    margin-top: 15px;
    cursor: pointer;
}
.payInfo{
    /*border: 1px solid #000;*/
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}
.payInfo{
    cursor: pointer;
    border: 5px solid transparent;
}
.payInfo.active{
    border-color: #D3B9A3;
}
.payInfo i.fa-check{
    display: none;
}
.payInfo.active i.fa-check{
    display: block;
    position: absolute;
    font-size: 5em;
    line-height: 1em;
    right: 15px;
    top: -50px;
    color: #D3B9A3;
    text-shadow: 3px 3px 0px #fff;

}
.payInfo p{
    color: #999;
    margin-bottom: 5px;
}
.payInfo .price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #777;
}

.payInfo .price span{
    font-size: 36px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}
.agree{
    margin-bottom: 30px;
    cursor: pointer;
    color: #666;
}
.agree i{
    margin-right: 5px;
}
.agree b{
    border-bottom: 1px solid;
    margin: 0px 2px;
}
.payInfo .code{
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
}
.payInfo .code .end{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.payInfo .code .end span{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #F89FA1;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 15px;
    cursor: pointer;
}
.payInfo .inputCode{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    background-color: #D88A8A;
    padding: 10px 10px;
    border-radius: 10px;
}
.payInfo .inputCode label{
    width: 100px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payInfo .inputCode .form-control{
    border: none;
    border-radius: 5px;
    height: 35px;
    padding: 0px 10px;
    background-color: rgba(255,255,255,0.3);
    margin-right: 5px;
    color: #512B52;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}
.payInfo .inputCode .form-control::placeholder{
    color: #fff;
    font-size: 14px;
}