*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-size: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
}
@media (max-width: 768px) {
  html, body {
    font-size: 100%;
  }
}

svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: visible;
}

.svg-icon {
  cursor: pointer;
}
.svg-icon path {
  stroke: rgba(255, 255, 255, 0.9);
  fill: none;
  stroke-width: 1;
}

input, button {
  outline: none;
  border: none;
}

.cont {
	position: relative;
	height: 100%;
	background-image: url(../images/UP7fWfg.jpg);
	background-size: cover;
	overflow: auto;
}

.demo {
  position: absolute;

    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login {
  position: relative;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.login.inactive {
  opacity: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.login_check {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  text-align: center;
}

.login_form {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 3rem 5rem;
  text-align: center;
}
.login_row {
  height: 8rem;
  padding-top: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.login_icon {
  margin-bottom: -0.4rem;
  margin-right: 0.5rem;
}
.login_icon.name path {
  stroke-dasharray: 73.50196075439453;
  stroke-dashoffset: 73.50196075439453;
  -webkit-animation: animatePath 2s 0.5s forwards;
          animation: animatePath 2s 0.5s forwards;
}
.login_icon.pass path {
  stroke-dasharray: 92.10662841796875;
  stroke-dashoffset: 92.10662841796875;
  -webkit-animation: animatePath 2s 0.5s forwards;
          animation: animatePath 2s 0.5s forwards;
}
.login_input {
  display: inline-block;
  width: 35rem;
  height: 100%;
  padding-left: 2rem;
  font-size: 3rem;
  background: transparent;
  color: #FDFCFD;
}
.login_submit {
    position: relative;
    width: 100%;
    height: 6rem;
    margin: 1rem 0 2rem;
    color: rgba(255, 255, 255, 0.8);
    background: #d12d2de8;
    font-size: 3rem;;
  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;
}
.login_submit:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  border: 2px dotted #fff;
  border-radius: 50%;
  border-left: none;
  border-bottom: none;
  -webkit-animation: rotate 0.5s infinite linear;
          animation: rotate 0.5s infinite linear;
  -webkit-transition: opacity 0.1s 0.4s;
          transition: opacity 0.1s 0.4s;
  opacity: 0;
}
.login_submit.processing {
  width: 4rem;
  font-size: 0;
}
.login_submit.processing:after {
  opacity: 1;
}
.login_submit.success {
  -webkit-transition: -webkit-transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
          transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
  -webkit-transform: scale(30);
      -ms-transform: scale(30);
          transform: scale(30);
  opacity: 0.9;
}
.login_submit.success:after {
  -webkit-transition: opacity 0.1s 0s;
          transition: opacity 0.1s 0s;
  opacity: 0;
}
.login_signup {
      font-size: 2rem;
    color: #ABA8AE;
    line-height: 2.8rem;
}
.login_signup a {
  color: #fff;
  cursor: pointer;
}


.active {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.active .app_user-photo {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.active .app_meeting {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.active .app_logout {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.app_top {
  position: relative;
  height: 40%;
  background: rgba(0, 0, 0, 0.5);
  padding: 6rem 1.5rem 2rem;
  text-align: center;
}
.app_tops {
 position: relative;
  height: 8%;
  background: rgba(0, 0, 0, 0.5);
  padding: 6rem 1.5rem 2rem;
  text-align: center;

}
.app_menu-btn {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
      color: #fff;
    font-size: 2rem;
}

.app_menu-btn span {
  top: 0.8rem;
}

.app_icon {
  position: absolute;
  top: 2rem;
}
.app_icon.search {
  right: 1.5rem;
  stroke-dasharray: 61.847137451171875;
  stroke-dashoffset: 61.847137451171875;
  -webkit-animation: animatePath 0.5s 0.5s forwards;
          animation: animatePath 0.5s 0.5s forwards;
}
.app_hello {
  font-size: 3.5rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.app_title {
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
      position: absolute;
    top: 2.5rem;
        right: 6rem;
    left: 6rem;
}
.app_user {
  position: relative;
  display: inline-block;
  width: 15rem;
  height: 15rem;
  margin-bottom: 3rem;
}
.app_logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
          transition: transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(1);
}
.app_user-photo {
	
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
          transition: transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(1);
}
.app_user-notif {
  position: absolute;
  top: 0;
  right: -1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
     background: #be2626;
    color: #fff;
    font-size: 1.2rem;
}
.app_month:after {
  content: "";
  display: table;
  clear: both;
}
.app_month-name {
  display: inline-block;
  color: rgba(255, 255, 255, 10);
  font-size: 2rem;
  text-transform: uppercase;
}
.app_month-btn {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-left: none;
  border-bottom: none;
  cursor: pointer;
}
.app_month-btn.left {
  float: left;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.app_month-btn.right {
  float: right;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}




.app_logout {
	z-index: 10;
	color: #fff;
  position: absolute;
  top: 2rem;
  right: 3.3rem;
      width: 3.6rem;
    height: 3.6rem;
  margin-right: -2.3rem;
  margin-bottom: -2.3rem;
  background: rgba(0, 0, 0, 10);
  color: #fff;
  font-size: 2.5rem;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: bottom 0.4s 0.1s, right 0.4s 0.1s, -webkit-transform 0.4s 0.4s, opacity 0.1s 0.7s, background-color 0.1s 0.7s;
          transition: bottom 0.4s 0.1s, right 0.4s 0.1s, transform 0.4s 0.4s, opacity 0.1s 0.7s, background-color 0.1s 0.7s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(1);
}
.app_logout a {
	color: #fff;
	}
.app_logout.clicked {
  bottom: 50%;
  right: 50%;
  -webkit-transform: scale(30) !important;
      -ms-transform: scale(30) !important;
          transform: scale(30) !important;
  opacity: 0.9;
}
.app_logout.clicked svg {
  opacity: 0;
}
.app_logout-icon {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  -webkit-transition: opacity 0.1s;
          transition: opacity 0.1s;
}
.app_logout-icon path {
  stroke-width: 4px;
  stroke-dasharray: 64.36235046386719;
  stroke-dashoffset: 64.36235046386719;
  -webkit-animation: animatePath 0.5s 0.5s forwards;
          animation: animatePath 0.5s 0.5s forwards;
}

.ripple {
  position: absolute;
  width: 15rem;
  height: 15rem;
  margin-left: -7.5rem;
  margin-top: -7.5rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation: animRipple 0.4s;
          animation: animRipple 0.4s;
  border-radius: 50%;
}




.app_bot {
    position: relative;
    height: 60%;
        background: rgba(255, 255, 255, 0.77);
	
	
}

.app_bot .frame{
   border: 1px solid rgb(238, 238, 239);
   padding: 1rem;
   width: calc(50% - 0rem);

   float: left;
   height: 33.33%;
   font-size: 2rem;
   text-align: center;
   }
 
 
 
.app_bot .frame .representative{
    color: #fff;
    font-size: 4rem;
    display: inline-block;
    border: 1px solid #fff;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-top: 20px;
	text-align: center;
	position: relative;
}  
   
   .app_bot .frame .Text{
    font-size: 2.5rem;
   text-align: center;
     width: 100%;
	 float: left;
	 color: #000000;
}  
   
.app_bot .frame:first-child {
  background-color: #a6cef1;
}

.app_bot .frame:nth-child(2) {
  background-color: #79c4ca;
}

.app_bot .frame:nth-child(3){
  background-color:#e8d8b5;
}

.app_bot .frame:nth-child(4){
  background-color:#f1afaf;
}

.app_bot .frame:nth-child(5){
  background-color:#ffdba8;
}

.app_bot .frame:nth-child(6){
  background-color:#d8d4d8;
}
.content{
  position: relative;
    height: 92%;
        background: rgb(255, 255, 255);
    padding: 1.5rem 2rem;
    text-align: center;
}















@-webkit-keyframes animRipple {
  to {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes animRipple {
  to {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}