body {
    /* overflow-x: hidden; */
    margin:0;
    padding:0;
}

.banner {
    /* display: flex;*/
    flex-direction: row;
    justify-content: center; 
    align-items: center;
    /*padding: 0px; */
    /* position: fixed; */
    width: 100%;
    height: 88px;
    left: 0px;
    top: 0px;
    background: #393A3A;
    z-index: 100;
}
.headerLeft {
    position: static;
    left: 6.22%;
    right: 86.74%;
    top: 24.43%;
    bottom: 24.43%;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 496px;
}

.headerRight {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;

    position: static;
    width: 178px;
    height: 36px;
    left: 1622.5px;
    top: 26px;

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 496px;
}
.headerCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center;
    padding: 0px;

    position: static;
    width: 376px;
    height: 26px;
    left: 750.5px;
    top: 31px;

    flex: none;
    order: 1;
    flex-grow: 0; */
    /* margin: 0px 496px; */
}

.ekLogo {
    /* position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    padding-top: 20px; */
    padding-left: 80px;
}
.bannerFont {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

/* 產品服務 */
.productService {
    position: static;
    left: 0%;
    right: 80.85%;
    top: 0%;
    bottom: 0%;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 80px;
}
/* 關於我們 */
.aboutUs {
    position: static;
    left: 40.43%;
    right: 40.43%;
    top: 0%;
    bottom: 0%;

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 80px;
}
/* 加入我們 */
.joinUs {
    position: static;
    left: 80.85%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 80px;
}

.login {
    position: static;
    left: 0%;
    right: 79.78%;
    top: 13.89%;
    bottom: 13.89%;   
    
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 40px;
}

.header-burgar-content{
    list-style: none;
    position: fixed;
    top: 0;
   	left: 0;
    width: 250px;
    background: #fff;
    padding: unset;
    margin-bottom: unset;;
    text-align: left;
    z-index: 1000;
    margin-left: -300px;
    padding: 6%;
    overflow-y: auto;
    /* max-height: 100%; */
    height: 100%;
}
.header-burgar-content li{
    border-bottom: 2px solid#fff;
    padding: 10px 15px 10px 10px;
}
.header-burgar-content li a{
    color: #000;
    font-size: 20px;
    font-weight:bold;
}
.header-burgar-text{
	cursor :pointer;
	margin-bottom:unset;
	font-weight:500;
}
.header-burgar-text:hover{
	background:#393a3a;
	border-radius: 50px;
	color: #fff;
    padding-left: 5%;
}
.burgar-secondList{
	list-style:none;
    padding-left: 6%;
    margin-top: 15px;
}
.header-burgar-Community-list{
	list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset;
    margin-top: 20%;
}
.header-burgar-Community-list li{
	padding: 0 15px;
}

.loadingBtn {
    display: none;
}

.vl {
    border-left: 0.8px solid #D6D6D6;
    height: 300px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 160px;
}

.vlt {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 20%;
    margin-left: -3px;
    top: 50%;
    border: solid #C4C4C4;
    border-width: 3px 0 0 3px;
}

.vrt {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 17%;
    margin-left: -3px;
    top: 50%;
    border: solid #C4C4C4;
    border-width: 3px 3px 0 0;
    margin-left: 55%;
}

.vlb {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 20%;
    margin-left: -3px;
    top: 100%;
    border: solid #C4C4C4;
    border-width: 0 0 3px 3px;
}

.vrb {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 17%;
    margin-left: -3px;
    top: 100%;
    border: solid #C4C4C4;
    border-width: 0 3px 3px 0;
    margin-left: 55%;
}

.qrcodeback {
    height: 180px;
    width: 180px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.loginLogo {
    width: 18%;
    margin-bottom: 5%;
}

.inp {
    border:none;
    border-bottom: 1.5px solid #939597;
    padding: 5px 10px;
    outline: none;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease; 
    text-indent: -100%;
    opacity: 1;
}

@media (max-width:1200px) {
    .display-in-mobile {
        display: none;
    }

    .blackBackground{
		background: #000;
	    opacity: 0.5;
	    z-index: 50;
	    width: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 100%;
	}
}

@media (min-width:1200px) {
    .burgarBtn{
        display: none;
    }

    .mLoginBtn{
        display: none;
    }

    .header-burgar-content{
        display: none;
    }
}

@media (max-width: 500px) {
    .loginLogo {
        width: 70%;
        margin-bottom: 5%;
    }
}

.burgarBtn{
    border: 1px solid#efefef;
    border-radius: 5px;
    font-size: 26px;
    height: 35px;
    width: 45px;
    line-height: 0;
}