.login_by* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	outline: none;
	box-sizing: border-box;
}

.Home-button {
	 position: fixed;
    background-color: #ffbe62;
    z-index: 10;
    color: #ffffff;
    font-size: 1.6rem;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
	    text-align: center;
	    line-height: 50px;
    box-shadow: 5px 5px 24px 1px #d9d9d9;
    -webkit-box-shadow: 5px 5px 24px 1px #d9d9d9;
    -moz-box-shadow: 5px 5px 24px 1px #D9D9D9;
    -o-box-shadow: 5px 5px 24px 1px #D9D9D9;
	
	
}
.login_by{
	        background-color: #ffe170;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover;
			
}



.body_count_top {
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 8px;
}

.login_count {
	width: calc(100% - 40px);
	padding: 10px;
	
	border-radius: 10px;
	
	margin: 20px;
	position:relative;
	    overflow: hidden;
}

.login_count_a {
	width: 100%;
}



.login_count_a h2 {
    text-align: center;
	margin: 20px auto  0;
}

.login_count_a .app_SIGN {
 text-align: center;
}
.login_count_a .map {
	width: 200px;
  margin: 50px auto  0;
}
.login_count_a h3 {
}



.triangle {
	float: left;
	width: 0;
	height: 0;
	border-width: 11px;
	border-style: solid;
	border-color: transparent #3EE1E2 transparent transparent;
	transform: rotate(180deg);
}

#all {
	    width: 85%;
    margin: 50px auto 50px;
    
}

#option {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #f578a5;
	margin-bottom: 40px;
}

#option li {
	float: left;
	text-align: center;
	width: 50%;
	height: 38px;
	cursor: pointer;
	color: #4f4f4f;
	font-size: 16px;
	border-radius: 20px;
	font-weight: bold;
}

#option li.active {
	background: linear-gradient(to left, #f57da6, #f3489f);
	color: white;
	border-radius: 20px;
}

#card li {
	height: 100%;
	display: none;
}

#card li.active {
	display: block;
}

.login_bot_count {
	width: 100%;
	border: 1px solid #34D8DE;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 3px;
	margin-top: 10px;
}

.login_bot_count>img {
	height: 20px;
	padding-left: 5px;
}

.login_bot_count>input {
	height: 35px;
	border: 0px;
	width: 80%;
}

.login_bot_count>input::-webkit-input-placeholder {
	color: #dedede;
}

.login_bot {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.login_bot>a,
.login_bot>p {
	font-size: 12px;
	color: #898989;
}

.login_bot>p {
	width: 26%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}


/*æŒ‰é’®æ ·å¼*/

.login_button {
	margin-top: 20px;
	width: 100%;
	border: 0px;
	height: 35px;
	font-size: 16px;
	color: white;
	background: linear-gradient(to left, #40E4E5, #28CCD6);
}

.login_account_count {
	width: 100%;
	border: 1px solid #34D8DE;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 3px;
	margin-top: 10px;
}

.login_account_count>img {
	height: 20px;
	padding-left: 5px;
}
.login_account .word-BY {
    background-color: #eee;
    border-radius: 10px;
}
.login_account .word {
	width: 100%;
	    padding: 20px;
	line-height: 1.8;
}
.login_account .word h3 {
	margin-bottom: 30px;
}
.login_account .word img {
	
margin: 10px 0;
	
border-radius: 10px;
}
.mobile_input {
	height: 35px;
	border: 0px;
	width: 75%;
}
.login_row {
	font-size: 1rem;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 1px solid #ababab;
	    background-color: #fff;
}
.login_row input{
    width: 100%;

}
.login_submit {
    width: 100%;
    margin: 1rem 0 0;
    padding: 10px 0;
    color: #ffffff;
    font-weight: bold;
    background: linear-gradient(to left, #f57da6, #f3489f);
    font-size: 1.2rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}

input[type="submit"]{
	background: #29221a;
	padding:13px 0;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	outline:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	width:100%;
	border:none;
	margin-top:25px;
	border-radius:25px;
	
	background: #50c4cf;
	/*
	background: linear-gradient(
135deg
, rgb(165, 155, 224) 0%, rgba(242,147,113,1) 100%);
	background: linear-gradient(
135deg
, rgb(165, 155, 224) 0%, rgba(242,147,113,1) 100%);
	*/
}

input[type="submit"]:hover{
	background: #50a3a2;
}