.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }

}

input[type=file] {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 30;
}

html,
body {
    overflow: hidden;
}

.ui-container {
    display: none;
    position: absolute;
    overflow: hidden;
    background-image: url('../image/BG.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#p0 {
    background-image: url('../image/1111/A1_01_首頁(登入頁面).png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.btn {
    background: none;
    border: none;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#help-btn {
    width: 12%;
    height: 8%;
    left: 80%;
    top: 4%;
}

#visitor-btn {
    width: 40%;
    height: 8%;
    left: 9%;
    top: 78%;
}

#line-btn {
    width: 40%;
    height: 8%;
    left: 51%;
    top: 78%;
}

#help-ui {
    background-color: #000;
    /* background-image: url('../image/A1_01-1_操作說明/Web Interface_01-1_操作說明.jpg'); */
    background-image: url('../image/追加功能/A1_01-1_操作說明/操作說明_Layout.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#back-btn {
    width: 11%;
    height: 7%;
    left: 75%;
    top: 16%;
}

#p1 {
    background-color: #000;
}

#header,
#header2 {
    display: none;
    position: absolute;
    overflow: hidden;
    background: none;
    z-index: 20;
}

.logo {
    position: absolute;
    background-image: url('../image/A1_02_照片留言總覽主頁/A1_PictureMessage_Logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    height: 40%;
    top: 25%;
    left: 9%;
}

#profile {
    display: none !important;
    position: absolute;
    border-radius: 50%;
    width: 8%;
    height: 30%;
    left: 45%;
    top: 30%;
    border: 1px solid #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#logout-btn {
    background-image: url('../image/追加功能/A1_02_照片留言總覽主頁/A1_PictureMessage_Logout_New.png');
    width: 7%;
    height: 20%;
    left: 76%;
    top: 35%;
}

#home-btn {
    background-image: url('../image/A1_02_照片留言總覽主頁/A1_PictureMessage_BT_House.png');
    width: 7%;
    height: 20%;
    left: 66.5%;
    top: 35%;
}

.notopened #new-btn {
    background-image: url('../image/1103/A1_PictureMessage_BT_Plus_OFF.png');
    cursor: not-allowed;
}

#new-btn {
    background-image: url('../image/A1_02_照片留言總覽主頁/A1_PictureMessage_BT_Plus.png');
    width: 7%;
    height: 20%;
    left: 57%;
    top: 35%;
}

#search-btn {
    background-image: url('../image/A1_02_照片留言總覽主頁/A1_PictureMessage_BT_Magnifier.png');
    width: 7%;
    height: 20%;
    left: 86%;
    top: 35%;
}

.search-box {
    position: absolute;
    width: 47%;
    height: 29%;
    top: 63%;
    left: 46%;
    background-size: 100% 100%;
    background-color: #222222bb;
    border: #fac000 1px solid;
    display: none;
}

#search {
    width: 85%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 5%;
    color: white;
}

#cancel-search-btn {
    background-image: url('../image/A1_02_照片留言總覽主頁/A1_PictureMessage_Search_Close.png');
    width: 15%;
    height: 80%;
    left: 85%;
    top: 10%;
    z-index: 10;
}

.message-list {
    position: absolute;
    left: 0%;
    top: 16%;
    width: 100%;
    height: 80%;
    overflow: scroll;
}

.message-list::-webkit-scrollbar {
    display: none;
}

.message-box {
    position: relative;
    left: 9%;
    top: 0%;
    width: 80%;
    height: 96%;
    background-color: #222222bb;
    border: #fac000 1px solid;
    margin-bottom: 3%;
}

.photo {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 55%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar {
    position: absolute;
    left: 5%;
    top: 61%;
    width: 12%;
    height: 7.45%;
    border-radius: 50%;
    border: 2px white solid;
    background-image: url('../image/_大頭照(200x200)/Visitor_01.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.name {
    position: absolute;
    left: 22%;
    top: 63%;
    width: 70%;
    height: 8%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fac000;
}

.message {
    position: absolute;
    left: 9%;
    top: 71%;
    width: 82%;
    height: 16%;
    overflow: hidden;
    color: white;
    word-break: break-all;
    white-space: pre-wrap;
}

.like-btn {
    background-image: url('../image/A1_02_照片留言總覽主頁/A1_PictureMessage_Like.png');
    background-position: left;
    width: 20%;
    height: 5%;
    left: 5%;
    top: 90%;
    z-index: 10;
}

.like-btn.liked {
    background-image: url('../image/1021/A1_PictureMessage_Like_CLICKED.png');
}

.like-number {
    position: absolute;
    left: 16%;
    top: 92%;
    width: 70%;
    height: 8%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fac000;
    text-decoration: underline;
}

.scroll-bar {
    position: absolute;
    left: 96%;
    top: 16%;
    width: 1px;
    height: 80%;
    background: #fac000;
}

.scroll-holder {
    position: relative;
    left: -2px;
    top: 0%;
    width: 5px;
    height: 10%;
    background: #fac000;
}

#p5 .scroll-bar {
    left: 89%;
    top: 15%;
    width: 1px;
    height: 66%;
}

.camera-box {
    position: absolute;
    left: 9%;
    top: 16%;
    width: 84%;
    height: 40%;
    background-color: #222222bb;
    background-image: url('../image/A1_03_編輯留言內容頁面/A1_Camera.png');
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    border: #fac000 1px solid;
}

#comment {
    position: absolute;
    left: 9%;
    top: 57%;
    width: 84%;
    height: 27%;
    background-color: #222222bb;
    border: #fac000 1px solid;
    outline: none;
    box-sizing: border-box;
    padding: 5px;
    color: white;
}

#uploading-btn {
    background-image: url('../image/A1_03_編輯留言內容頁面/A1_MessageEdit_BT_Uploading_white.png');
    width: 41%;
    height: 9%;
    left: 9%;
    top: 85%;
    cursor: not-allowed;
}

#uploading-btn.ok {
    background-image: url('../image/A1_03_編輯留言內容頁面/A1_MessageEdit_BT_Uploading_yellow.png');
    cursor: pointer;
}

#cancel-uploading-btn {
    background-image: url('../image/A1_03_編輯留言內容頁面/A1_MessageEdit_BT_Cancel_white.png');
    width: 41%;
    height: 9%;
    left: 52%;
    top: 85%;
}

#alert {
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../image/A1_03_編輯留言內容頁面/A1_MessagError.png');
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: 85%;
    z-index: 40;
}

#back-alert-btn {
    width: 12%;
    height: 7%;
    left: 82%;
    top: 3%;
    background-image: url('../image/A1_03_編輯留言內容頁面/A1_MessagError_Back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg {
    position: absolute;
    left: 8%;
    top: 13%;
    width: 84%;
    height: 45%;
    box-sizing: border-box;
    border: #fac000 1px solid;
    background-color: #222222bb;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.renderer-bg {
    position: absolute;
    left: 100%;
    top: 0%;
    width: 880px;
    height: 830px;
    background-size: 100% 100%;
}

.renderer-bg-2 {
    position: absolute;
    left: 100%;
    top: 0%;
    width: 880px;
    height: 830px;
    background-size: cover;
    background-position: center;
}

/*
.bg[idx='1'], .renderer-bg[idx='1'] {
	background-image: url('../image/_合照背景圖/880x830/BGC01.png');
}

.bg[idx='2'], .renderer-bg[idx='2'] {
	background-image: url('../image/_合照背景圖/880x830/BGC02.png');
}

.bg[idx='3'], .renderer-bg[idx='3'] {
	background-image: url('../image/_合照背景圖/880x830/BGC03.png');
}

.bg[idx='4'], .renderer-bg[idx='4'] {
	background-image: url('../image/_合照背景圖/880x830/BGC04.png');
}

.bg[idx='5'], .renderer-bg[idx='5'] {
	background-image: url('../image/_合照背景圖/880x830/BGC07.png');
}

.bg[idx='6'], .renderer-bg[idx='6'] {
	background-image: url('../image/_合照背景圖/880x830/BGC08.png');
}
*/
#done-btn {
    position: absolute;
    left: 43%;
    top: 80%;
    width: 14%;
    height: 10%;
    background-image: url('../image/A1_03-2_照片編輯頁面/A1_03-2_PictureEdit_13.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#switch-bg-btn {
    position: absolute;
    left: 16%;
    top: 65%;
    width: 68%;
    height: 11%;
    z-index: 10;
}

.switch-icon {
    position: absolute;
    left: 40%;
    top: 65%;
    width: 20%;
    height: 10%;
    background-image: url('../image/A1_03-2_照片編輯頁面/A1_03-2_PictureEdit_Arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.preview-left {
    position: absolute;
    left: 15%;
    top: 66%;
    width: 20%;
    height: 9%;
    background-image: url('../image/A1_03-2_照片編輯頁面/A1_03-2_PictureEdit__BT_Chose_Circle_Y.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 10;
    display: none;
    /* not use this DOM anymore */
}

.preview-right {
    position: absolute;
    left: 65%;
    top: 66%;
    width: 20%;
    height: 9%;
    background-image: url('../image/A1_03-2_照片編輯頁面/A1_03-2_PictureEdit__BT_Chose_Circle_W.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 10;
    display: none;
    /* not use this DOM anymore */
}

.bg-icon {
    position: absolute;
    width: 16%;
    height: 9%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    border-radius: 50%;
}

.preview-left+.bg-icon {
    left: 17%;
    top: 66%;
    border: 3px solid white;
}

.preview-right+.bg-icon {
    left: 67%;
    top: 66%;
    border: #fac000 3px solid;
}

/*
.bg-icon[idx='1'] {
	background-image: url('../image/A1_03-2_照片編輯頁面/背景圖縮圖/BGC01.png');
}

.bg-icon[idx='2'] {
	background-image: url('../image/A1_03-2_照片編輯頁面/背景圖縮圖/BGC02.png');
}

.bg-icon[idx='3'] {
	background-image: url('../image/A1_03-2_照片編輯頁面/背景圖縮圖/BGC03.png');
}

.bg-icon[idx='4'] {
	background-image: url('../image/A1_03-2_照片編輯頁面/背景圖縮圖/BGC04.png');
}

.bg-icon[idx='5'] {
	background-image: url('../image/A1_03-2_照片編輯頁面/背景圖縮圖/BGC07.png');
}

.bg-icon[idx='6'] {
	background-image: url('../image/A1_03-2_照片編輯頁面/背景圖縮圖/BGC08.png');
}
*/
.mixed {
    position: absolute;
    left: 8%;
    top: 13%;
    width: 84%;
    height: 45%;
    box-sizing: border-box;
    border: #fac000 1px solid;
    background-color: #222222bb;
    background-repeat: no-repeat;
    background-size: cover;
}

.my-message {
    position: relative;
    left: 9%;
    top: 15%;
    width: 84%;
    height: 69%;
    background-color: #222222bb;
    border: #fac000 1px solid;
    margin-bottom: 3%;
}

.my-message .photo {
    height: 61%;
}

.my-message .avatar {
    top: 66%;
    height: 8%;
}

.my-message .name {
    top: 67%;
}

.my-message .message {
    top: 78%;
    height: 17%;
}

#fb-share-btn {
    background-image: url('../image/A1_04-1_分享照片頁面/A1_04_Share_BT_FB_YL.png');
    left: 9%;
    top: 86%;
    width: 18%;
    height: 10%;
}

#line-share-btn {
    background-image: url('../image/A1_04-1_分享照片頁面/A1_04_Share_BT_Line_YL.png');
    left: 42%;
    top: 86%;
    width: 18%;
    height: 10%;
}

#download-btn {
    background-image: url('../image/A1_04-1_分享照片頁面/A1_04_Share__BT_DL_YL.png');
    left: 75%;
    top: 86%;
    width: 18%;
    height: 10%;
}

.fg {
    position: absolute;
    left: 25%;
    top: 0%;
    width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: #fac000 1px solid;
}

.renderer-fg {
    position: absolute;
    left: 25%;
    top: 0%;
    width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#move-btn {
    padding: 0;
    background-image: url('../image/A1_03-2_照片編輯頁面/A1_03-2_PictureEdit_Move.png');
    cursor: default;
}

#resize-btn {
    padding: 0;
    background-image: url('../image/A1_03-2_照片編輯頁面/A1_03-2_PictureEdit_BT_Zoom_.png');
}

.move-drag {
    position: absolute;
    z-index: 100;
}

.move-drag.hover {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.resize-drag {
    position: absolute;
    z-index: 100;
}

.resize-drag.hover {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

canvas {
    position: absolute;
    opacity: 0;
}

.plus-btn {
    position: absolute;
    z-index: 30;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../image/A1_03_編輯留言內容頁面/A1_MessageEdit_BT_cross.png');
    left: 81%;
    top: 17%;
    width: 10%;
    height: 6%;
}

.loading-mask {
    color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 200;
    text-align: center;
    padding-top: 200px;
    display: none;
}

.loading-text {
    color: white;
    text-align: center;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: scale(0.7);
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: scale(0.5);
    margin-left: 40%;
    margin-top: 10%;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }

}

#alert2 {
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../image/重複投票提示UI/重複投票提示UI.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: 40;
}

.ldBar-label {
    color: #FCCF10;
    font-weight: 900;
    text-shadow: none;
}

.ldBar path.mainline {
    stroke-width: 10;
    stroke: #FCCF10;
}

.ldBar path.baseline {
    stroke-width: 10;
    stroke: #666;
}

#myItem1 {
    margin: 2% auto;
}

#myItem1 .ldBar-label {
    text-shadow: none;
}

.loading-mask .lds-facebook {
    margin-left: 0;
    margin-top: 0;
}

.alert3 {
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-image: url('../image/1103/新增留言功能關閉提示UI.png');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: 40;
}

#plus-btn {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 30;
    cursor: pointer;
}

.choose-title {
    position: absolute;
    left: 0%;
    top: 20%;
    width: 100%;
    height: 4%;
    background-image: url('../image/1129/A1_選擇照片模式_文字.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 40;
}

.upload-btn-container {
    position: absolute;
    z-index: 30;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../image/1129/A1_選擇照片模式_自動去背換圖按鈕.png');
    left: 55%;
    top: 33%;
    width: 35%;
    height: 31%;
}

.local-btn-container {
    position: absolute;
    z-index: 30;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../image/1129/A1_選擇照片模式_使用原始照片按鈕.png');
    left: 10%;
    top: 33%;
    width: 35%;
    height: 31%;
}

#local-image {}

.renderer-bg-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-verify {
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../image/0728/A1_01-2_驗證模式/A1_01-2_驗證模式_TEXT_New.png');
    left: 5%;
    top: 15%;
    width: 90%;
    height: 63%;
}

#cancel-verify-btn {
    background-image: url('../image/追加功能/A1_01-2_驗證模式/A1_Cancel_enable.png');
    width: 43%;
    height: 12%;
    left: 6%;
    top: 78%;
}

#submit-verify-btn {
    background-image: url('../image/追加功能/A1_01-2_驗證模式/填資料按鈕_enable.png');
    width: 43%;
    height: 12%;
    left: 51%;
    top: 78%;
}

#submit-verify-btn.disabled {
    cursor: not-allowed;
    background-image: url('../image/追加功能/A1_01-2_驗證模式/填資料按鈕_disable.png');
}

.phone-checked-verify {
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../image/追加功能/A1_01-2_驗證模式/驗證成功_綠勾圖.png');
    background-position: center;
    width: 16%;
    height: 9%;
    left: 32%;
    top: 46%;
    z-index: 11;
}

.mail-checked-verify {
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../image/追加功能/A1_01-2_驗證模式/驗證成功_綠勾圖.png');
    background-position: center;
    width: 16%;
    height: 9%;
    left: 78%;
    top: 46%;
    z-index: 11;
}

#phone-verify-btn {
    background-image: url('../image/追加功能/A1_01-2_驗證模式/手機驗證按鈕.png');
    width: 32%;
    height: 30%;
    left: 10%;
    top: 37%;
    background-position: bottom;
    background-size: 100% 21%;
}

#mail-verify-btn {
    background-image: url('../image/追加功能/A1_01-2_驗證模式/信箱驗證按鈕.png');
    width: 32%;
    height: 30%;
    left: 57%;
    top: 37%;
    background-position: bottom;
    background-size: 100% 21%;
}

.phone-verify {
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../image/追加功能/A1_01-3_手機驗證/A1_01-3_手機驗證_TEXT.png');
    left: 5%;
    top: 15%;
    width: 90%;
    height: 75%;
}

#back-verify-btn,
#back-verify-btn2 {
    background-image: url('../image/追加功能/A1_01-3_手機驗證/A1_Instructions__BT_Back.png');
    width: 11%;
    height: 7%;
    left: 78%;
    top: 18%;
}

#phone,
#mail {
    position: absolute;
    top: 40%;
    left: 27%;
    z-index: 15;
    width: 57%;
    height: 6%;
    background-color: #474747;
    border: none;
    border-bottom: 2px solid #fac000;
    color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #474747 inset;
    -webkit-text-fill-color: white;
}

#phone-verify-code,
#mail-verify-code {
    position: absolute;
    top: 66%;
    left: 27%;
    z-index: 15;
    width: 57%;
    height: 6%;
    background-color: #474747;
    border: none;
    border-bottom: 2px solid #fac000;
    color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

#send-verify-sms-btn {
    background-image: url('../image/追加功能/A1_01-3_手機驗證/發送驗證簡訊按鈕.png');
    width: 57%;
    height: 7%;
    left: 27%;
    top: 49%;
}

#check-phone-btn {
    background-image: url('../image/追加功能/A1_01-3_手機驗證/確認送出按鈕.png');
    width: 57%;
    height: 7%;
    left: 27%;
    top: 75%;
}

.mail-verify {
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../image/追加功能/A1_01-3_信箱驗證/A1_01-3_信箱驗證_TEXT.png');
    left: 5%;
    top: 15%;
    width: 90%;
    height: 75%;
}

#send-verify-mail-btn {
    background-image: url('../image/追加功能/A1_01-3_信箱驗證/發送驗證Email按鈕.png');
    width: 57%;
    height: 7%;
    left: 27%;
    top: 49%;
}

#check-mail-btn {
    background-image: url('../image/追加功能/A1_01-3_信箱驗證/確認送出按鈕.png');
    width: 57%;
    height: 7%;
    left: 27%;
    top: 75%;
}

#p8 .message-list {
    position: absolute;
    left: 0%;
    top: 22%;
    width: 100%;
    height: 63%;
    overflow: scroll;
}

#p8 .scroll-bar {
    position: absolute;
    left: 96%;
    top: 22%;
    width: 1px;
    height: 63%;
    background: #fac000;
}

#cancel-register-btn {
    background-image: url('../image/追加功能/A1_01-4_會員資料填寫/會員資料填寫_取消按鈕.png');
    width: 45%;
    height: 8%;
    left: 5%;
    top: 89%;
}

#submit-register-btn {
    background-image: url('../image/追加功能/A1_01-4_會員資料填寫/會員資料填寫_送出按鈕_enable.png');
    width: 45%;
    height: 8%;
    left: 50%;
    top: 89%;
}

#submit-register-btn.disabled {
    background-image: url('../image/追加功能/A1_01-4_會員資料填寫/會員資料填寫_送出按鈕_disable.png');
    cursor: not-allowed;
}

.register-title {
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../image/追加功能/A1_01-4_會員資料填寫/會員資料填寫_標題.png');
    left: 5%;
    top: 7%;
    width: 90%;
    height: 12%;
}

.register-form {
    position: absolute;
    z-index: 11;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../image/0728/A1_01-4_會員資料填寫/會員資料填寫_New_TEXT.png');
    left: 0%;
    top: 0%;
    width: 100%;
    height: 150%;
}

#register-name {
    position: absolute;
    top: 10%;
    left: 22%;
    z-index: 15;
    width: 67%;
    height: 9%;
    background-color: #474747;
    border: none;
    border-bottom: 2px solid #fac000;
    color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

#register-nickname {
    position: absolute;
    top: 34.5%;
    left: 22%;
    z-index: 15;
    width: 67%;
    height: 9%;
    background-color: #474747;
    border: none;
    border-bottom: 2px solid #fac000;
    color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

#register-phone {
    position: absolute;
    top: 59%;
    left: 22%;
    z-index: 15;
    width: 67%;
    height: 9%;
    background-color: #474747;
    border: none;
    border-bottom: 2px solid #654e00;
    color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

#register-email {
    position: absolute;
    top: 83.5%;
    left: 22%;
    z-index: 15;
    width: 67%;
    height: 9%;
    background-color: #474747;
    border: none;
    border-bottom: 2px solid #654e00;
    color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

#register-phone.locked,
#register-email.locked {
    background-color: #101010;
    color: #555555;
    cursor: not-allowed;
}

#register-company {
    position: absolute;
    top: 108%;
    left: 22%;
    z-index: 15;
    width: 67%;
    height: 9%;
    background-color: #474747;
    border: none;
    border-bottom: 2px solid #fac000;
    color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

#register-cml {
    position: absolute;
    top: 132.5%;
    left: 22%;
    z-index: 15;
    width: 67%;
    height: 9%;
    background-color: #474747;
    border: none;
    border-bottom: 2px solid #fac000;
    color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

#p8 .scroll-holder {
    height: 25%;
}

.confirm-submit-register-dialog {
    display: none;
    position: absolute;
    top: 20%;
    left: 0%;
    z-index: 15;
    width: 100%;
    height: 76%;
    background-image: url('../image/追加功能/A1_01-4_會員資料填寫/資料無法修改提示_TEXT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#back-submit-register-btn {
    position: absolute;
    top: 5%;
    left: 75%;
    z-index: 15;
    width: 10%;
    height: 10%;
    background-image: url('../image/追加功能/A1_01-4_會員資料填寫/A1_Instructions__BT_Back.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#confirm-submit-register-btn {
    position: absolute;
    top: 70%;
    left: 30%;
    z-index: 15;
    width: 40%;
    height: 15%;
    background-image: url('../image/追加功能/A1_01-4_會員資料填寫/資料無法修改提示_送出按鈕.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cant-like-dialog {
    display: none;
    position: absolute;
    top: 20%;
    left: 0%;
    z-index: 15;
    width: 100%;
    height: 40%;
    background-image: url('../image/追加功能/A1_02_照片留言總覽主頁/未驗證無法投票_TEXT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#back-cant-like-btn,
#back-cant-message-btn {
    position: absolute;
    top: 8%;
    left: 76%;
    z-index: 15;
    width: 13%;
    height: 15%;
    background-image: url('../image/追加功能/A1_02_照片留言總覽主頁/A1_Instructions__BT_Back.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.do-register-btn {
    position: absolute;
    top: 66%;
    left: 20%;
    z-index: 15;
    width: 60%;
    height: 20%;
    background-image: url('../image/追加功能/A1_02_照片留言總覽主頁/未驗證提示_會員登入按鈕.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cant-message-dialog {
    display: none;
    position: absolute;
    top: 20%;
    left: 0%;
    z-index: 15;
    width: 100%;
    height: 40%;
    background-image: url('../image/追加功能/A1_02_照片留言總覽主頁/未驗證無法新增留言_TEXT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.confirm-message-dialog {
    display: none;
    position: absolute;
    top: 12%;
    left: 0%;
    z-index: 35;
    width: 100%;
    height: 86%;
    background-image: url('../image/追加功能/A1_03_編輯留言內容頁面/再次確認提示訊息_TEXT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#back-message-btn {
    position: absolute;
    top: 5%;
    left: 75%;
    z-index: 15;
    width: 10%;
    height: 10%;
    background-image: url('../image/追加功能/A1_03_編輯留言內容頁面/A1_MessagError_Back.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#confirm-message-btn {
    position: absolute;
    top: 70%;
    left: 30%;
    z-index: 15;
    width: 40%;
    height: 15%;
    background-image: url('../image/追加功能/A1_03_編輯留言內容頁面/再次確認提示訊息_上傳按鈕.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#alert-dialog {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #222222bb;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.alert-message {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 30%;
    border: 2px solid #fac000;
    color: white;
    background-color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 30px 10px;
    box-sizing: border-box;
}

.tos-block {
    position: absolute;
    width: 100%;
    height: 5%;
    left: 0%;
    top: 69.5%;
    z-index: 10;
}

#tos-check-btn {
    position: absolute;
    width: 7%;
    height: 100%;
    left: 17%;
    top: 0%;
    z-index: 11;
    background: none;
    border: none;
    background-image: url('../image/0728/A1_01-2_驗證模式/勾選同意_外框.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#tos-check-btn.checked {
    background-image: url('../image/0728/A1_01-2_驗證模式/勾選同意_打勾.png');
}

#show-tos-btn {
    position: absolute;
    width: 27%;
    height: 54%;
    left: 43%;
    top: 40%;
    z-index: 11;
    background: none;
    border: none;
    cursor: pointer;
}

.alert4 {
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../image/0728/A1_01-2_驗證模式/隱私權與免責聲頁面_外框.png');
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: 85%;
    z-index: 40;
}

#close-tos-btn {
    position: absolute;
    top: 83%;
    left: 17%;
    z-index: 15;
    width: 66%;
    height: 10%;
    border: none;
    background: none;
    background-image: url('../image/0728/A1_01-2_驗證模式/隱私權與免責聲頁面_按鈕.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.tos-container {
    position: absolute;
    top: 15%;
    left: 14%;
    z-index: 15;
    width: 72%;
    height: 66%;
    overflow-y: scroll;
}

.tos-container::-webkit-scrollbar {
    display: none;
}

.tos-container img {
    width: 100%;
}

#sms-sent {
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../image/0728/A1_01-3_手機驗證/手機驗證送出提示_TEXT.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 84% 25%;
    z-index: 40;
}

#hide-sms-sent-btn {
    background-image: url('../image/0728/A1_01-3_手機驗證/手機驗證送出提示_確認按鈕.png');
    width: 50%;
    height: 6%;
    left: 23%;
    top: 54%;
}

#mail-sent {
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../image/0728/A1_01-3_信箱驗證/信箱驗證送出提示_TEXT.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 84% 25%;
    z-index: 40;
}

#hide-mail-sent-btn {
    background-image: url('../image/0728/A1_01-3_信箱驗證/信箱驗證送出提示_確認按鈕.png');
    width: 50%;
    height: 6%;
    left: 23%;
    top: 54%;
}