* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
 }

ul li {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

#openModalBtn {
  cursor: pointer;
}

.myModal_close {
  cursor: pointer;
}

.checkout {
  cursor: pointer;
}

.added .sheet_content .sheet_content_btn{
  background: #FF4D62 !important;
}

.added .img_sheet_content .sheet_content_btn{
  background: #FF4D62 !important;
}

.itemadded .sheet_content_btn {
  background: #FF4D62 !important;
}

/*白色背景*/
.whitebg {
  max-width: 1140px;
  background-color: #ffffff;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
/* @media screen and (max-width: 500px) {
  .whitebg {    
    padding: 20px;
  }
} */

.login_remind_title a {
  color: #F49C00;
}

.main_title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 440px) {
  .main_title {
    font-size: 24px;
  }
}

.login_remind_title {
  padding: 17px 0;
  font-size: 16px;
  color: #8B8B8E;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 40px;

}
@media screen and (max-width: 440px) {
  .login_remind_title {
    font-size: 18px;
  }
}

.sheet_container {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin: 10px 0;
}
@media screen and (max-width: 510px) {
  .sheet_container {
    display: block;
  }
}

.first_sheet_container {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin: 10px 0;
}

.first_sheet_container .sheet_title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.first_sheet_container .sheet_title::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #F49C00;
  position: absolute;
  bottom: -13px;
  left: 0px;
  border-radius: 10px;
  z-index: 2;
}

.sheet_container .sheet_title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.sheet_container .sheet_title::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #F49C00;
  position: absolute;
  bottom: -13px;
  left: 0px;
  border-radius: 10px;
  z-index: 2;
}

.sheet_container .Available_title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #8E8E8E;
}
@media screen and (max-width: 510px) {
  .sheet_container .Available_title {
    margin-bottom: 20px;
  }
}

.first_sheet_container .cart_btn {
  display: flex;
  align-items: center;
  background: #F49C00;
  border-radius: 5px;
  padding: 9px 13px;
  color: #fff;
}

.sheet_container .cart_btn {
  display: flex;
  align-items: center;
  background: #F49C00;
  border-radius: 5px;
  padding: 9px 13px;
  color: #fff;
}

.cart_btn .cart_img {
  margin-right: 15px;
  justify-content: center;
  display: flex;
}

.sheet_header {
  display: flex;
  background: #F0F0F0;
  padding: 9px 0;
  padding-left: 27px;
  position: relative;
  color: #8B8B8E;
}
@media screen and (max-width: 660px) {
  .sheet_header {
    padding-left: 17px;
  }
}
@media screen and (max-width: 550px) {
  .sheet_header {
    display: none;
  }
}


.sheet_header::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #aaaaaa;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10px;
}

.sheet_header > div {
  width: 20%;
}
@media screen and (max-width: 700px) {
  .sheet_header > div {
    width: 25%;
  }
}

.sheet_content {
  display: flex;
  align-items: center;
  padding: 26px 0;
  padding-left: 27px;
  border-bottom: 1px solid #999;
  position: relative;
}
@media screen and (max-width: 660px) {
  .sheet_content {
    padding-left: 17px;
  }
}
@media screen and (max-width: 701px) {
  .sheet_content {
    display: block;
    /* border-bottom: none; */
  }
}
@media screen and (max-width: 550px) {
  .sheet_content {
    display: none;
  }
}

.mobile_sheet_content {
  display: none;
  align-items: center;
  padding: 26px 0;
  padding-left: 27px;
  border-bottom: 1px solid #999;
  position: relative;
}

.mobile_sheet_content div:nth-child(2){
  margin: 10px 0;
}
.mobile_sheet_content div:nth-child(3){
  margin: 10px 0;
}
@media screen and (max-width: 660px) {
  .mobile_sheet_content {
    padding-left: 0;
  }
}
@media screen and (max-width: 701px) {
  .mobile_sheet_content {
    border-bottom: none;
  }
}
@media screen and (max-width: 550px) {
  .mobile_sheet_content {
    display: block;
    padding: 15px 0;
    padding-bottom: 5px;
  }
}

.mobile_sheet_content_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sheet_content.open {
  background: #FFEDCD;
}

.dropdown {
  position: relative;
}

.sheet_content_itemlist {
  display: flex;
  align-items: center;
  padding: 16px 0;
  padding-bottom: 0;
  padding-left: 27px;
}
@media screen and (max-width: 660px) {
  .sheet_content_itemlist {
    padding-left: 0;
    justify-content: space-between;
  }
}

.sheet_content_itemlist:last-child {
  border-bottom: 1px solid #999;
}

.sheet_content_itemlist .sheet_content_btn{
  width: 100px;
  background: #F49C00;
  height: 32px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .sheet_content_itemlist .sheet_content_btn{
    width: 80px;
    font-size: 14px;
  }
}
@media screen and (max-width: 701px) {
  .sheet_content_itemlist .sheet_content_btn{
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 550px) {
  .sheet_content_itemlist .sheet_content_btn{
    display: none;
  }
}

.sheet_content_itemlist_product {
  display: flex;
  align-items: center;
  width: 80%;
  margin-bottom: 14px;
}
@media screen and (max-width: 550px) {
  .sheet_content_itemlist_product {
    display: block;
    width: 75%;
  }
}
@media screen and (max-width: 440px) {
  .sheet_content_itemlist_product {
    width: 70%;
  }
}

.sheet_content_itemlist_detail {
  width: 75%;
}
@media screen and (max-width: 550px) {
  .sheet_content_itemlist_detail {
    width: 100%;
    margin-bottom: 10px;
  }
}

.sheet_content_itemlist_price {
  font-size: 16px;
  color: #8B8B8E;
}
@media screen and (max-width: 701px) {
  .sheet_content_itemlist_price {
    font-size: 14px;
  }
}


.sheet_content_itemlist > div:nth-child(2) {
  /* width: 20%; */
  color: #8B8B8E;
}

.sheet_content_itemlist_detail div:nth-child(1){
  color: #8B8B8E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.sheet_content_itemlist_detail div:nth-child(2){
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.down_arrow_btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  display: none;
}

.down_arrow_btn_open{
  display: block;
  transition: all 0.6s;
  transform: rotate(180deg);
}

.down_arrow_btn_exist{
  transition: all 0.6s;
  transform: rotate(0deg);
}

/* .sheet_content > div {
  width: 20%;
} */
/* @media screen and (max-width: 700px) {
  .sheet_content > div {
    width: 25%;
  }
} */

.sheet_content_container {
  display: flex;
  width: 80%;
  align-items: center;
}

.sheet_content_container > div {
  width: 25%;
}

@media screen and (max-width: 701px) {
  .sheet_content_container {
    width: 100%;
    margin-bottom: 15px;
  }
}

.sheet_content_first_content {
  font-size: 20px;
}

.sheet_content_second_content {
  font-size: 16px;
  color: #8B8B8E;
}

.sheet_content_third_content {
  font-size: 16px;
  color: #8B8B8E;
}

.sheet_content_firth_content {
  font-size: 16px;
  color: #8B8B8E;
}
@media screen and (max-width: 800px) {
  .sheet_content_first_content {
    font-size: 16px;
  }

  .sheet_content_second_content {
    font-size: 14px;
  }

  .sheet_content_third_content {
    font-size: 14px;
  }

  .sheet_content_firth_content {
    font-size: 14px;
  }
}
@media screen and (max-width: 701px) {
  .sheet_content_first_content {
    width: 25%;
  }

  .sheet_content_second_content {
    width: 25%;
  }

  .sheet_content_third_content {
    width: 25%;
  }

  .sheet_content_firth_content {
    width: 25%;
  }
}

@media screen and (max-width: 550px) {
  .sheet_content_first_content {
    font-size: 20px;
    width: 100%;
  }

  .sheet_content_second_content {
    width: 100%;
  }

  .sheet_content_third_content {
    width: 100%;
  }

  .sheet_content_firth_content {
    width: 100%;
  }
}

.semiconductor_sheet_content_first_content {
  font-size: 24px;
  color: #FC6A19;
}

.sheet_content .sheet_content_btn {
  width: 100px;
  background: #F49C00;
  height: 32px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .sheet_content .sheet_content_btn {
    width: 80px;
    font-size: 14px;
  }
}
@media screen and (max-width: 701px) {
  .sheet_content .sheet_content_btn {
    width: 100%;
  }
}

.testcolor {
  
}

.mobile_sheet_content_container .mobile_sheet_content_btn {
  background: none;
  position: relative;
  border: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 550px) {
  .mobile_sheet_content_container .mobile_sheet_content_btn {
    display: block;
  }
}

.img_sheet_content .mobile_sheet_content_btn {
  background: none;
  position: relative;
  border: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 550px) {
  .img_sheet_content .mobile_sheet_content_btn {
    display: block;
  }
}

.mobile_sheet_text_btn {
  padding: 7px 24px;
  background: #F49C00;
  height: 32px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 701px) {
  .mobile_sheet_text_btn {
    display: none;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .mobile_sheet_text_btn {
    display: none;
  }
}

.sheet_content .sheet_content_btn_cancel{
  padding: 7px 24px;
  background: none;
  height: 32px;
  border-radius: 5px;
  color: #F49C00;
  position: relative;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #F49C00;
}

/*購物的詳細內容*/
.sheet_content_itemlist_container {
  display: none;
}
@media screen and (max-width: 660px) {
  .sheet_content_itemlist_container {
    padding-left: 17px;
  }
}
@media screen and (max-width: 550px) {
  .sheet_content_itemlist_container {
    padding-left: 0;
  }
}

.sheet_content_itemlist_container.open {
  display: block;
  transition: all 0.5s ease;
}

.sheet_content_itemlist_container .sheet_content_btn_cancel{
  padding: 7px 24px;
  background: none;
  height: 32px;
  border-radius: 5px;
  color: #F49C00;
  position: relative;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #F49C00;
}

@media screen and (max-width: 550px) {
  .sheet_content_itemlist_container .sheet_content_btn_cancel{
    display: none;
  }
}

@media screen and (min-width: 550px) {
  .sheet_content_itemlist_container .mobile_sheet_content_btn {
    display: none;
  }
}

.add_btn {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .add_btn {
    font-size: 14px;
  }
}

.add_btn_hidden {
  display: none;
}

.cancel_btn {
  display: none;
}
@media screen and (max-width: 550px) {
  .cancel_btn {
    font-size: 14px;
  }
}

.cancel_btn_on{
  display: block;
}

.list_add_btn {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .list_add_btn {
    font-size: 14px;
  }
}

.list_add_btn_hidden {
  display: none;
}

.list_cancel_btn {
  display: none;
}
@media screen and (max-width: 550px) {
  .list_cancel_btn {
    font-size: 14px;
  }
}

.list_cancel_btn_on{
  display: block;
}

/* .mobile_sheet_content_btn_cancel {
  display: none;
}

@media screen and (max-width: 550px) {
  .mobile_sheet_content_btn_cancel {
    display: block;
    border: none;
    background: none;
  }
} */

.Available_container .mobile_sheet_content_btn_container {
  direction: rtl;
  position: absolute;
  right: 0;
  bottom: 29px;
  display: none;
}
@media screen and (max-width:701px) {
  .Available_container .mobile_sheet_content_btn_container {
    display: block;
  }
}

.sheet_content_btn img {
  display: none;
}

.textcolor {
  font-size: 16px;
  color: #8B8B8E;
}

/*Available reports圖文區*/
.btn_container {
  display: flex;
}

.search_btn {
  display: flex;
  padding: 5px 10px;
  background: #F0F0F0;
  border-radius: 5px;
  align-items: center;
  margin-right: 10px;
}

.topics_btn {
  display: flex;
  padding: 10px;
  background: #666666;
  border-radius: 5px;
  align-items: center;
  position: relative;
}

.topic_list {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 2;
  background: #F3F3F3;
  padding: 15px 0;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}

.topic_list_open {
  display: block;
  transform: translateY(0);
}

.topic_list div {
  padding: 5px 15px;
}

.topic_list div:hover {
  background: #D9D9D9;
  cursor: pointer;
}

.search_btn input {
  border: none;
  background: #F0F0F0;
  padding: 5px 0;
  width: 115px;
}
@media screen and (max-width: 600px) {
  .search_btn input {
    width: 70px;
  }
}

.topics_btn_name {
  margin-right: 70px;
  color: #C4C4C4;
}
@media screen and (max-width: 600px) {
  .topics_btn_name {
    margin-right: 30px;
  }
}

.topics_img {
  cursor: pointer;
  transition: all 0.6s;
  transform: rotate(0deg);
}

.topics_img_open {
  display: block;
  transition: all 0.6s;
  transform: rotate(180deg);
}

.img_sheet_content_container {
  position: relative;
}

.img_sheet_content {
  display: flex;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 701px) {
  .img_sheet_content {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .img_sheet_content {
    display: block;
    padding-bottom: 5px;
  }
}

.img_sheet_container {
  width: 20%;
  margin-right: 30px;
}
@media screen and (max-width: 701px) {
  .img_sheet_container {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .img_sheet_container {
    width: 100%;
  }
}

.img_sheet_container img {
  width: 100%;
  border-radius: 5px;
}

/* .img_sheet_info_content {
  width: 60%;
} */

.img_sheet_info_content > div:first-child{
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .img_sheet_info_content > div:first-child{
    font-size: 16px;
  }
}

.img_sheet_info_content div:nth-child(2){
  display: flex;
  font-size: 16px;
  color: #8B8B8E;
}
@media screen and (max-width: 992px) {
  .img_sheet_info_content div:nth-child(2){
    display: block;
  }
}

.img_sheet_info_content_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media screen and (max-width: 701px) {
  .img_sheet_info_content_container {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .img_sheet_info_content_container {
    width: 100%;
  }
}

.img_sheet_content .sheet_content_btn {
  width: 100px;
  background: #F49C00;
  height: 32px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .img_sheet_content .sheet_content_btn {
    width: 80px;
    font-size: 14px;
  }
}
@media screen and (max-width: 701px) {
  .img_sheet_content .sheet_content_btn {
    display: none;
  }
}

.img_sheet_info_detail div:not(:last-child){
  margin-right: 52px;
}
@media screen and (max-width: 1040px) {
  .img_sheet_info_detail div:not(:last-child){
    margin-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .img_sheet_info_detail div:nth-child(2) {
    margin: 10px 0;
  }
}

@media screen and (max-width: 800px) {
  .img_sheet_info_detail div{
    font-size: 14px;
  }
}

.img_sheet_info_detail strong {
  color: #000;
  margin-right: 6px;
}

.Intelligence_container {
  margin-top: 40px;
}

.Single_container {
  margin: 40px 0;
}

.Available_container {
  margin: 40px 0;
}

.cart_float_icon {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 20;
}

.cart_float_icon_color {
  background: #F49C00;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cart_float_icon img {
  width: 50%;
  margin: 0 auto;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #333333;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -5px;
  right: -5px;
}

.circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: -1;
}

/*dialog*/
#myModal {
  /* display: block; */
  position: fixed;
  top: 20%;
  width: 60%;
  margin: 0 auto;
  border-radius: 15px;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  #myModal{
    width: 90%;
  }
}

.myModal_container {
  padding: 30px;
}

.myModal_close {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px
}

.checkout_list_title {
  display: flex;
  background: #8B8B8E;
  color: #fff;
  padding: 5px 0;
  padding-left: 30px;
}
@media screen and (max-width: 670px) {
  .checkout_list_title {
    display: none;
  }
}

.checkout_list_title > div {
  font-size: 16px;
  width: 30%;
}

.checkout_list_container {
  border-bottom: 1px solid #999;
}

.checkout_list_content_container {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .checkout_list_content_container {
    padding: 15px 25px;
  }
}

.checkout_list_item_container {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 670px) {
  .checkout_list_item_container {
    display: block;
    width: 100%;
  }
}

.checkout_list_item {
  width: 33%;
  font-size: 20px;
}
@media screen and (max-width: 670px) {
  .checkout_list_item {
    width: auto;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.checkout_list_price {
  display: flex;
  width: 70%;
}

.checkout_list_price .price {
  width: 53%;
}
@media screen and (max-width: 670px) {
  .checkout_list_price .price {
    width: auto;
    margin-right: 10px;
  }
}

.checkout_list_content {
  display: flex;
  align-items: center;
}

.Subtotal {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
  display: flex;
  flex-direction: row-reverse;
}

.checkout {
  width: 40%;
  color: #fff;
  background: #F49C00;
  text-align: center;
  border-radius: 100px;
  font-size: 20px;
  padding: 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 701px) {
  .checkout {
    width: 100%;
  }
}

.confirm {
  width: 100%;
  color: #fff;
  background: #F49C00;
  text-align: center;
  border-radius: 100px;
  font-size: 20px;
  padding: 10px 0;
  cursor: pointer;
}

/*測試*/
.addToCartBtn_container p {
  margin: 0;
}

.topics_btn p {
  margin: 0;
  margin-right: 70px;
}