* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

a {
  cursor: pointer;
}

body {
  font-family:"Noto Sans TC", "微軟正黑體" ,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.6px;
}

.bg_image_container {
  width: 100%;
  min-height: 100%;
  background-image: url(https://www.digitimes.com/register/hotspot/img/bg_main1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  padding: 30px;
  align-items: center;
}

.bg_image_content_container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

@media (max-width:1500px) {
  .bg_image_content_container {
    transform: scale(0.9);
  }  
}

@media (max-width:992px) {
  .bg_image_content_container {
    display: block;
    transform: none;
  }  
}

.bg_image_container .img_container {
  width: 50%;
  display: flex;
  align-items: end;
}


.bg_image_container .img_container img {
  width: 100%;
}

.banner_content_container {
  width: 90%;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 80px;
}

.banner_content_container p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width:568px) {
  .banner_content_container p:not(:last-child) {
    margin-bottom: 0;
  }

  .banner_content_container {
    font-size: 14px;
    line-height: 25px;
  }
}

.content_container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content_img_container {
  width: 100%;
}

.content_img_container img:nth-child(1) {
  width: 40%;
  margin-bottom: 30px;
}

.content_img_container img:nth-child(2) {
  width: 60%;
  margin-left: 150px;
}

.input_container {
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 90%;
}

@media (max-width:992px) {
  .content_container {
    width: 100%;
  }
  
  .content_img_container img:nth-child(2) {
    margin-left: 0;
  }
}

@media (min-width:2000px) {
  .input_container {
    margin-top: 140px;
  }
}


.input_container .email {
  font-size: 18px;
  outline: none;
  width: 80%;
  height: 55px;
  padding-left: 65px;
  fill: #FFF;
  filter: drop-shadow(0px 7.449999809265137px 7.440000057220459px rgba(0, 0, 0, 0.15));
  border-radius: 10px 0 0 10px;
  border: none;
}

@media (max-width:992px) {
  .input_container .email {
    font-size: 14px;
  }
}

.input_container .icon {
  background: url(https://www.digitimes.com/register/hotspot/img/letter.svg) no-repeat;
  width: 35px;
  height: 25px;
  position: absolute;
  top: 17px;
  left: calc(100% - 97%);
  z-index: 10;
}

.input_container div {
  background-color: #F0831E;
  padding: 14px;
  color: #fff;
  fill: #FFF;
  filter: drop-shadow(0px 7.449999809265137px 7.440000057220459px rgba(0, 0, 0, 0.15));
  border-radius: 0 10px 10px 0;
  white-space: nowrap;
  font-size: 18px;
}

.input_container .sign_in {
  cursor: pointer;
}

/*日期*/
.weekly_report {
  background-color: #F7F3ED;
  padding: 75px 0;
}

.date_container {
  display: flex;
  margin: 0 auto;
  width: 80%;
  padding: 15px 60px;
  background-color: #FFF;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.15));
  border-radius: 20px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:992px) {
  .date_container {
    padding: 20px;
  }
}

.date_container:not(:last-child) {
  margin-bottom: 25px;
}

.weekly_content_container {
  padding: 26px 0;
  padding-left: 45px;
}

.weekly_content_container p:nth-child(1) {
  font-size: 20px;
  color: #333333;
  font-style: normal;
  font-weight: 700;
}

.weekly_content_container p:nth-child(2) {
  font-size: 18px;
  font-style: normal;
  color: #747474;
  font-weight: 400;
}

@media (max-width:992px) {
  .bg_image_container {
    flex-direction: column;
    height: auto;
    padding: 50px;
  }

  .bg_image_container .img_container {
    width: 60%;
    margin: 30px auto;
    display: flex;
  }

  .banner_content_container {
    width: 90%;
    margin: 30px auto;
  }

  .banner_content_container p:nth-child(2),
  .banner_content_container p:nth-child(3) {
    margin: 8px 0;
  }

  .content_img_container {
    text-align: center;
  }

  .input_container {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }

  .input_container .icon {
    left: calc(100% - 95%);
  }
}

@media (max-width:768px) {
  .weekly_content_container {
    padding-left: 30px;
  }
}

@media (max-width:568px) {
  .date_container {
    flex-direction: column;
  }

  .weekly_content_container {
    padding-left: 0;
    padding-bottom: 0;
    width: 80%;
    margin: 0 auto;
  }

  .img_container {
    display: flex;
    justify-content: center;
  }

  .content_img_container img:nth-child(1) {
    width: 40%;
    margin-bottom: 20px;
  }

  .bg_image_container {
    padding: 30px;
  }

  .weekly_content_container p:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
  }
}

.weekly_content_container p:nth-child(1){
  margin-bottom: 10px;
}

/*login頁面*/
.login_smallbtn_container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 110px;
  background-color: #F0F1F2;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.15));
  border-radius: 8px;
  position: fixed;
  right: 60px;
  top: 30px;
  padding: 8px 10px;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
}

.login_smallbtn_container div {
  display: flex;
}

.login_smallbtn_container div img{
  width: 30px;
  height: 30px;
}

.login_img_container {
  width: 100%;
  height: 100vh;
  background-image: url(https://www.digitimes.com/register/hotspot/img/bg_login.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.login_container {
  width: 700px;
  padding: 40px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.login_info {
  margin-bottom: 60px;
}

@media (max-width:1600px) {
  .login_container {
    transform: scale(0.9);
  }
}

@media (max-width:992px) {
  .login_container {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .login_container {
    width: 100%;
  }
}

@media (max-width:568px) {
  .login_container {
    width: 90%;
    transform: scale(1);
  }

  .login_smallbtn_container {
    width: 80px;
    right: 15px;
    top: 15px;
  }

  .login_smallbtn_container div img {
    width: 20px;
    height: 20px;
  }
}

.error_message {
  text-align: center;
  color: #ec6822;
  margin: 20px 0;
}

.login_input_container {
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
}

.login_input_container .email {
  outline: none;
  width: 100%;
  padding: 23px 0;
  padding-left: 65px;
  border-radius: 10px;
  border: none;
  background-color: #F0F1F2;
  font-size: 18px;
}

.login_input_container .lock {
  outline: none;
  width: 100%;
  padding: 23px 0;
  padding-left: 65px;
  border-radius: 10px;
  border: none;
  background-color: #F0F1F2;
  font-size: 18px;
}
@media (max-width:568px) {
  .login_input_container .email {
    height: 60px;
    font-size: 14px;
  }
  
  .login_input_container .lock {
    height: 60px;
    font-size: 14px;
  }
}

.login_input_container .icon {
  background: url(https://www.digitimes.com/register/hotspot/img/grey_letter.svg) no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 20px;
  z-index: 10;
}

.login_input_container .lock_icon {
  background: url(https://www.digitimes.com/register/hotspot/img/grey_lock.svg) no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 20px;
  z-index: 10;
}

.login_btn {
  margin-top: 30px;
}

.login_btn_container p {
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  border: none;
  background-color: #F3A540;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}

.login_container .title {
  margin: 0 auto;
  margin-bottom: 30px;
}

.login_container .title img{
  width: 120px;
}

@media (max-width:568px) {
  .login_btn {
    margin-top: 0;
  }

  .login_container .title {
    font-size: 24px;
  }

  .login_btn_container p {
    font-size: 14px;
  }

  .login_container .title img{
    width: 100px;
  }
}

.forget_container {
  text-align: right;
  margin-bottom: 8px;
}

@media (max-width:568px) {
  .forget_container {
    font-size: 14px;
  }
}

.login_email {
  margin-bottom: 30px;
  cursor: pointer;
}

.login_password {
  margin-bottom: 10px;
  cursor: pointer;
}

.no_account {
  text-align: right;
  margin-top: 8px;
}

.no_account a {
  color: #e86822;
  font-weight: bold;
}

.grey_container {
  background-color: #DADADA;
  min-height: 100%;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width:568px) {
  .no_account {
    font-size: 14px;
  }

  .remember_container {
    font-size: 14px;
  }
}


.step_num_content_container {
  display: flex;
  width: 35%;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  /* margin-bottom: 20px; */
  max-width: 1440px;
}

.step_container {
  position: relative;
  display: flex;
  width: 215px;
  justify-content: space-between;
}

@media (max-width:1550px) {
  .step_num_content_container {
    display: flex;
    flex-direction: column;
    width: 35%;
  }

  .step_container {
    margin-top: 20px;
  }
}

.step_num_container {
  position: relative;
  z-index: 2;
}

.step_num_container .text {
  text-align: center;
}

.step_container .step_num_container .num{
  width: 40px;
  height: 40px;
  background: linear-gradient(202deg, #F0AF2A 16.83%, #EFA824 33.21%, #EFA623 36.06%, #EA9B1A 53.87%, #E88F15 69.53%, #E98018 82.35%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
}

.step_container .step_num_container .num2{
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9FA0A0;
  font-size: 16px;
}

.num2_circleline {
  border: 2px solid #9FA0A0;
}

.step_container .step_num_container .num2_color {
  color: #fff;
  background: linear-gradient(202deg, #F0AF2A 16.83%, #EFA824 33.21%, #EFA623 36.06%, #EA9B1A 53.87%, #E88F15 69.53%, #E98018 82.35%);
}

.step_container .rectangle {
  position: absolute;
  top: 17px;
  left: 5px;
  width: 95%;
  height: 9px;
  background: #F7BD5C;
  z-index: 1;
}

.tick_container {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f5a200;
}

.subscribe_main_container {
  padding: 30px 60px;
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  margin-top: 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.subscribe_item_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subscribe_item_container .item {
  width: 23%;
  box-sizing: border-box;
  padding: 15px 30px;
  text-align: center;
  margin: 10px 0;
  border-radius: 16px;
  background: #E6E7E7;
  cursor: pointer;
  font-size: 18px;
  color: #666;
}


@media (max-width:992px) {
  .subscribe_item_container .item {
    width: 28%;
  }
}


.subscribe_item_container .item.clicked {
  background: orange;
  color: #fff;
}

.orange_icon_container {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.orange_icon_img_container {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  animation: flicker 2s infinite;
}

@keyframes flicker {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.8);
  }
}


.orange_icon_img_container img{
  width: 100%;
}

.grey_icon_img_container {
  margin-right: 6px;
  display: flex;
}

.subscribe_itemday_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  justify-content: space-evenly;
}

.subscribe_itemday_container .item_day {
  width: 12%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 10px;
  border-radius: 16px;
  background-color: #C8C8C8;
  cursor: pointer;
}

@media (max-width:992px) {
  .subscribe_itemday_container .item_day {
    flex-basis: calc(30% - 10px);
    box-sizing: border-box;
    padding: 2% 4%;
    margin: 10px;
    border-radius: 16px;
    background-color: #C8C8C8;
    cursor: pointer;
  }
}

.subscribe_itemday_container .item_day img{
  width: 90px;
  display: flex;
  margin: 0 auto;
}

@media (max-width:1370px) {
  .subscribe_itemday_container .item_day {
    width: 16%;
  }
}

.issue_container {
  padding: 20px 0;
}

.letter_container {
  padding: 20px 0;
}

.next_step_btn {
  max-width: 200px;
  padding: 15px 20px;
  background-color: #F78009;
  text-align: center;
  margin: 0 auto;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
}

/*itemday的顏色*/
.purple {
  background-color: #714A99!important;
}

.orange {
  background-color: #F39800!important;
}

.pink {
  background-color: #E75297!important;
}

/*電子報訂閱*/
.bg_step2_image_container {
  width: 100%;
  min-height: 100%;
  background-image: url(https://www.digitimes.com/register/hotspot/img/bg_step2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  padding: 30px 50px
}

.step2_container {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  max-width: 1660px;
  margin: 0 auto;
}

.step2_image_container {
  width: 50%;
  display: flex;
  justify-content: center;
}

.bg_step2_image {
  width: 60%;
  margin-top: 160px;
}

.bg_step2_image img {
  width: 100%;
}


.bg_step2_form {
  width: 60%;
  margin: auto 0;
}

.bg_step2_form_container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #FAEEDF;
  border-radius: 40px;
  padding: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.step_2_login_email:not(:last-child) {
  margin-bottom: 10px;
  cursor: pointer;
}

.step_2_login_email {
  position: relative;
}

.step_2_login_name_container {
  display: flex;
  justify-content: space-between;
}

.step2_login_input_container {
  position: relative;
}

.step2_login_input_container div {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  left: 20px;
}

.step2_login_input_container div p:nth-child(1) {
  margin-right: 8px;
}

.step2_login_input_container div p:nth-child(2) {
  color: #828283;
  font-size: 14px;
}

.step2_login_input_container label {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 20px;
  display: flex;
}

.step2_login_input_container label p:nth-child(1) {
  margin-right: 8px;
}

.step2_login_input_container label p:nth-child(2) {
  color: #828283;
  font-size: 14px;
}

.step_2_login_name_container .step_2_login_email_container .small_tick_container {
  right: calc(100% - 94%);
}

.step_2_login_email_container {
  position: relative;
  width: 49%;
}

.small_tick_container {
  width: 20px;
  height: 20px;
  background-color: #CDCECE;
  position: absolute;
  top: 30%;
  right: calc(100% - 97%);
  z-index: 10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.small_tick_container img{
  width: 60%;
}

.yellow {
  background-color: #FAC332!important;
}

.fill_filed_title {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
}

.step2_login_input_container .field {
  outline: none;
  width: 100%;
  padding: 12px 0;
  padding-left: 20px;
  border-radius: 10px;
  border: none;
  background-color: #F4F4F4;
  height: 50px;
  font-size: 16px;
  position: relative;
}


.field:focus + .placeholder {
  opacity: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 12px 0;
  padding-left: 20px;
  border-radius: 10px;
  border: none;
  height: 50px;
  font-size: 16px;
  background: url(https://www.digitimes.com/register/hotspot/img/down_arrow.svg) no-repeat 97% scroll transparent;
  background-size: 14px;
  background-color: #F4F4F4;
  color: #666;
}

.step2_next_step_btn {
  padding: 10px 70px;
  background-color: #F78009;
  text-align: center;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
}

form {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}

@media (min-width:1500px) {
  .step_2_login_email:not(:last-child) {
    margin-bottom: 18px;
    cursor: pointer;
  }

  .bg_step2_form {
    width: 50%;
  }

  .bg_step2_image {
    width: 45%;
    margin-top: 150px;
  }
}

@media (min-width:1600px) {
  .bg_step2_form {
    width: 55%;
    margin: auto 0;
  }

  .fill_filed_title {
    font-size: 25px;
  }
}

@media (max-width:1100px) {
  .step_content_container {
    margin-bottom: 20px;
  }

  .step_num_content_container {
    flex-direction: column;
  }
}

@media (max-width:992px) {
  .subscribe_itemday_container {
    max-width: 100%;
  }

  .next_step_btn {
    max-width: 30%;
  }

  .bg_step2_image {
    margin: 0;
  }

  .fill_filed_container {
    margin: 20px 0;
  }

  .step_2_login_name_container {
    display: block;
  }
  
  .step_2_login_email_container {
    width: 100%;
    margin-bottom: 14px;
  }
}

@media (max-width:900px) {
  .subscribe_item_container .item {
    width: 44%;
  }
}

@media (max-width:992px) {
  .subscribe_item_container .item {
    width: 29%;
  }

  .subscribe_main_container {
    padding: 30px;
  }

  .grey_container {
    padding: 30px;
  }

  .step2_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bg_step2_image_container {
    padding: 30px;
    height: auto;
    min-height: 100%;
  }

  .step2_image_container {
    margin-top: 0;
  }

  .bg_step2_form {
    width: 100%;
  }

  .step2_next_step_btn {
    width: 100%;
  }

  .step_num_content_container {
    margin-top: 30px;
  }

  .step2_login_input_container .field {
    height: auto;
    font-size: 14px;
  }

  .step_2_login_name_container .step_2_login_email_container .small_tick_container {
    right: calc(100% - 97%);
  }
}

@media (max-width:656px) {
  .subscribe_item_container .item {
    width: 45%;
  }

  .subscribe_itemday_container .item_day {
    flex-basis: calc(100% - 10px);
  }

  .next_step_btn {
    max-width: 100%;
    margin: 0 10px;
  }
}

@media (max-width:600px) {
  .subscribe_item_container .item {
    width: 100%;
  }
}

@media (max-width:568px) {
  .step_num_content_container {
    width: 70%;
  }

  .step2_image_container {
    width: 60%;
    height: auto;
  }

  .fill_filed_title {
    font-size: 14px;
  }

  .step2_next_step_btn {
    font-size: 14px;
  }

  select {
    font-size: 14px;
  }

  .bg_step2_form_container {
    border-radius: 10px;
    padding: 20px;
  }
}

@media (max-height:705px) {
  .fill_filed_container {
    margin: 20px 0;
  }

  form {
    margin-bottom: 20px;
  }
}

.fill_filed_container {
  margin: 30px 0;
}