body{
    margin: 0;
    color: #fff;
    background: #000;
}
a:visited, a:active{
    color: #fff;
}
.page{
    width: 100vw;
    min-height: 100vh;
}
button{
    outline:none;
}
.bg{
    background: url(./images/bg.png) no-repeat;
    background-size: cover;
}
.pd30{
    padding: 15px;
}
.pd10{
    padding: 10px;
}
.logo{
    text-align: center;
}
.logo img{
    width: 70vw;
    margin: 5vh auto 8vh auto;
}
.left img{
    width: 40vw;
}
.right img{
    width: 40vw;
}
.login{
    text-align: center;
}
.login input{
    width: 100%;
    height: 50px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;  
}
.login .btn{
    width: 100%;
    height: 60px;
    background: #8F124A;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
    border: 0;
    margin: 10px 0;
    font-weight: 600;
}
.footer {
    text-align: center;
    margin-top: 70px;
}
.footer .row{
    display: flex;
}
.footer .row .left{
    width: 50%;
}
.footer .row .right{
    font-size: 25px;
    width: 50%;
    padding-top: 10px;
    text-align: left;
}
.logo-abv{
    height: 3vh;
    margin: 0 auto 16px auto;
}
.info{
    font-size: 12px;
    margin-bottom: 0;
}
.link-gallery{
    text-decoration: underline;
    color: #fff;
}
.btn{
    height: 50px;
    background: #8F124A;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
    border: 0;
    font-weight: 700;
    padding: 0 .75rem;
}
.header{
    height: 6vh;
}
.header img{
    height: 6vh;
    width: auto;
}
.header span{
    float: right;
}
.header span a{
    color: #fff;
    display: block;
    line-height: 6vh;
    margin-right: 10px;
}
.video-container{
    position: relative;
}
.video-container .video{
    position: absolute;
    /* top: -32px;
    left: -24px; */
}
.video-container img.cover{
    position: absolute;
    top: 0;
    width: 100vw;
    left: 0;
    height: auto;
}
.video-container .take-photo{
    position: absolute;
    bottom: 5vh;
    left: 50%;
    margin-left:-32px;
    background: transparent;
    border: 0;
    width: 64px;
    padding: 0;
}
.video-container .take-photo img{
    width: 64px;
}
.video{
    height: 133.33vw;
    width: 100%;
}
.icon-list{
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 10px;
    background: #000;
}
.icon-list .icon{
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    line-height: 16px;
}
.icon-list .icon a{
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    line-height: 25px;
    margin: 0 10px;
}
.icon img{
    width: 100%;
}
.pd15{
    padding: 15px;
}
.top .top-logo{
    height: 10vh;
    width: auto;
}
.top span{
    float: right;
}
.top span a{
    color: #fff;
    display: inline-block;
    margin: 10px;
    text-transform: capitalize; 
}
h2{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.tip-h2{
    color: #FBD400;
    margin-top: 15px;
    text-align: left;
    padding-left: 15px;
}
.btn-row{
    padding-left: 15px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 15px;
}
.btn-row h3{
    font-size: 24px;
    margin-right: 8px;
    margin-top: 2px;
}
.btn-row .btn{
    height: 40px;
    font-size: 14px;
    margin-left: 5px;    
}
.photo{
    width: 264px;
    height: 352px;
    /* margin: 10px auto; */
}
.tip-row{
    display: flex;
}
.tip-row .tip{
    width: 70%;    
}
.tip{
    color: #FBD400;
    font-size: 13px;
}
.tip h4{
    margin: 0;
}
.tip p{
    margin: 0;
    padding-left: 10px;
    position: relative;
}
.tip p span{
    position: absolute;
    left: 0;
}
.tip-row .btn{
    width: 100px;
    height: 40px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 18px;
}

.edit-icon-list{
    height: 20vh;
    overflow-y: scroll;
    display: flex;
    width: 100%;
}
.edit-icon-list .icon{
    width: 20vw;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.photo img{
    width: 100%;
    height: auto;
}
.cam{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000;
}
.cam2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.img-edit{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.edit-area{
    position: relative;
    margin: 10px auto;
    /* width: 264px; */
    width: 100%;
    height: 352px;
}
.edit-area .cover{
    width: 56vw;
    position: absolute;
    bottom: 0;
    height: auto;
    margin-left: -28vw;
    left: 50%;
}
.photo canvas{
    width: 264px;
    height: 352px;
}
.screen_notice{
    width: 110vw;
    height: 100vh;
    background: #000;
    position: absolute;
    z-index: 999;
    display: none;
    left: 0;
    top: 0;
}
.screen_notice p{
    margin-top: 40vh;
}
.btn-uploadimg{
    margin-left: 5px;
}
.gl-item .gallery-img{
    width: 100%;
    height: 0;
    padding-top: 133.33%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}
.gl-item .gallery-img i{
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.gl-item .gallery-img.red i{
    color: #ff0000;
}
.gl-item{
    width: 33.3333333333%;
    flex: inherit;
    margin-bottom: 20px;
}
.gl-item p{
    margin-bottom: 0;
}
.gl-p{
    text-align: right;
}
.gl-p .link-gallery{
    float: none;
}
#btn_go, #btn_save{
    margin-top: 30px;
}
hr{
    opacity: 1;
    margin: 10px 0;
}
.h2-or{
    margin: 10px 0;
}
.btn img{
    height: 35px;
    margin-right: 15px;
}
#btn_composite{
    margin-top: 30px;
}
.mt-30{
    margin-top: 40px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-5{
    margin-bottom: 5px!important;
}
.btn-cont{
    width: 30%;
}
.edit-logo{
    width: 100px;
    margin-top: 30px;
}
.edit-h2{
    margin-top: 30px;
    margin-bottom: 20px;
}
.landscape .icon-list{
    background: none;
}
.landscape .tip{
    padding: 0;
    margin-top: 25px;
}
.landscape .right-area .tip{
    margin-top: 0;
}
#main .icon-list .icon a{
    font-size: 16px;
    margin: 0;
}
#main.img-edit .icon-list .icon a{
    font-size: 16px;
    margin-left: 0;
    margin-right: 10px;
    line-height: 30px;
}
#main.img-edit .icon-list .icon{
    padding: 0;
}
.right-area .btn{
    width: 80px;
    margin-left: 20px;
}
.up-form{
    width: 240px;
    display: inline;
}
.up-form .btn{
    margin-top: 40px;
    margin-left: 20px;
}
.landscape .upload-page .logo img{
    width: 15vw;
}
.save-back, .save-back2{
    color: #fff;
}
.btn:hover{
    color: #fff;
}
.btn3 .btn{
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100px;
    font-size: 16px;
    height: 50px;
    margin-top: 5px;
    margin-right: 10px;
}
.btn3 .btn-start, .btn3 .btn-yellow{
    width: 120px;
    background: transparent;
    color: #FBD400;
    border: 1px solid #FBD400;
}
.btn-start img{
    height: 30px;
    margin-right: 0;
}
.menu-col{
    padding-right: 15px;
    padding-top: 10px;
    flex: 1;
}
.landscape .tip-h2{
    padding-left: 0;
    margin-bottom: 0;
}
.landscape .btn-row{
    padding-left: 0;
}
.landscape .right-area{
    padding-right: 20px;
    padding-top: 10px;
}
.landscape .btn3 .btn{
    width: auto;
    padding: 0 10px;
}
.landscape .cam-col{
    margin-right: 15px;
}
.landscape .edit-show .tip{
    margin-top: 0;
}
.edit-show{
    display: none;
}
button[disabled] {
    color: #333 !important;
}  
.landscape .btn3 .btn-export, .landscape .btn3 .btn-uploadimg{
    width: 35%;
    min-width: 70px;
}
.landscape .btn3 .btn-start{
    width: 50px;
}
.modal-header{
    border-bottom: 0;
}
.modal-content{
    background-color: #F5F5F5;
}
.btn-close{
    background-color: #fff;
}
.modal-footer{
    border-top: 0;
}
.in-text{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 5px;
}
.in-text:focus{
    border: 1px solid #aaa;
    border-radius: 5px;
    outline: none;    
}
.modal-content .btn{
    font-weight: 600;
}
.color-black{
    width: 35px;
    height: 35px;
    background: #000;
}
.color-white{
    height: 35px;
    width: 35px;
    background: #fff;
    border: 1px solid #ccc;
}
.pos-top,
.pos-bottom{
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
}
.pos-top:focus,
.pos-bottom:focus{
    color: #000;
}
.modal-content .btn-primary{
    width: 100px;
}
.btn3 .btn-start{
    width: 50px;
    margin-right: 0;
}
.img-cont{
    position: relative;
}
.text-view{
    position: absolute;
}
.img-cont .photo{
    width: 100%;
    height: auto;
}
.img-cont .photo canvas{
    width: 100%;
    height: auto;
}
.cam-header .btn-upload{
    margin-left: 20px;
    height: 35px;
    font-size: 16px;
}
.landscape .modal-dialog{
    width: 96%;
    max-width: 96%;
}
.landscape .modal-header{
    height: 0;
    adding: 0;
}
.landscape .modal-header .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
}
.landscape .modal-content .photo{
    margin-bottom: 0;
}
.landscape .row-input{
    margin-top: 80px;
}
.landscape .btn3 .btn-start{
    margin-right: 10px;
}

.switch-btn{
    position: absolute;
    bottom: 0;
    right: 0;
}
.switch-btn label{
    display: block;
}
.switch-btn .form-switch .form-check-input{
    margin-left: 0em;
    float: none;
}
.form-check-input:checked {
    background-color: #8F124A;
    border-color: #8F124A;
}
.form-check-input:focus {
    border-color: #8F124A;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(333 87 56 / 25%);
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238F124A'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.remain{
    color: #000;
    font-size: 13px;
}
.video-container .switch-btn{
    z-index: 999;
    top: 0;
    right: 5px;
}


@media (min-width: 576px){
    .modal-dialog-centered {
        min-height: calc(100% - 2rem);
    }
    .modal-dialog {
        margin: 1rem auto;
    }
}


@media (min-width: 550px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .menu-col{
        flex:1;
    }
}