.top_Image {
  width: 100%;
  display: block;
}

.p_Number {
  color: grey;
}

.white {
  background: white;
}

.grey {
  background: #F6F6F7;
}

@media screen and (min-width: 768px) {
  .main_Container {
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .left_Menu_Body {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .left_Menu_Body.phone_fixed {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    background-color: white;
  }
}

@media screen and (max-width: 767px) {
  .left_Menu_Body.phone_fixed #temp_Blocks {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .left_Menu_Body.phone_fixed::-webkit-scrollbar {
    width: 0px;
  }
}

@media screen and (max-width: 767px) {
  .left_Menu_Body.phone_fixed::-webkit-scrollbar-track {
    background-color: transparent;
  }
}

@media screen and (min-width: 767px) {
  .left_Menu_Body {
    width: 200px;
  }
}

.filter_Btn {
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 0 1rem;
  font-size: 1.3rem;
}

.filter_Btn .txt {
  flex: 1;
}

@media screen and (min-width: 767px) {
  .filter_Btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    border-bottom: none;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 767px) {
  .filter_Btn .txt {
    flex: none;
  }
}

@media screen and (min-width: 767px) {
  .filter_Btn .fa-filter {
    margin-right: 0.3rem;
  }
}

.filter_00 {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 1rem;
  padding: 0 1rem;
}

@media screen and (min-width: 767px) {
  .filter_00 {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 1rem;
    padding: 0 1rem;
    background-color: #F6F6F7;
  }
}

@media screen and (min-width: 1200px) {
  .filter_00 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 767px) {
  .filter_00.choosen {
    color: rgb(0, 130, 200);
  }
}

.filter_01 {
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 0.9rem;
  padding: 0 1rem 0 1rem;
  margin: 0.5rem 1rem 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
}

.filter_01-bg {
  width: 2px;
  background-color: #0074C1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
  -moz-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  z-index: -1;
}

@media screen and (min-width: 767px) {
  .filter_01-bg {
    display: none;
  }
}

.grey_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F6F6F7;
  z-index: -2;
}

.kuo_hao {
  display: none;
}

.filter_01.phone_choose .filter_01-bg {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .filter_01.phone_choose * {
    color: white;
  }
}

.phone_check {
  display: none;
}

.name {
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .filter_01.phone_choose .kuo_hao {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .filter_01.phone_choose .p_Number {
    display: block;
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .filter_01.phone_choose .phone_check {
    display: block;
    flex: 1;
    text-align: right;
  }
}

@media screen and (min-width: 767px) {
  .filter_01 {
    height: 3rem;
    font-size: 0.9rem;
    padding: 0 1rem 0 0.8rem;
    margin: 0;
    border-left: 5px solid transparent;
  }
}

@media screen and (min-width: 1200px) {
  .filter_01 {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 767px) {
  .filter_01.choosen {
    color: white;
    background-color: rgb(0, 130, 200);
  }
}

@media screen and (min-width: 767px) {
  .filter_00 i {
    margin-right: 10px;
  }
}

@media screen and (min-width: 767px) {
  .filter_00 .name, .filter_01 .name {
    flex: 1;
  }
}

.filter_00 .p_Number {
  display: none;
}

.filter_01 .p_Number {
  flex: 1;
  text-align: right;
  /*position: absolute;*/
  /*right: 0.3rem;*/
  /*top: calc(50% - 0.5rem);*/
  /*line-height: 1rem;*/
}

@media screen and (min-width: 767px) {
  .filter_00.choosen .p_Number {
    background-color: rgb(0, 130, 200);
  }
}

@media screen and (min-width: 767px) {
  .filter_01 .p_Number {
    font-size: small;
    padding: 0 5px;
    border-radius: 3px;
  }
}

@media (min-width: 768px) {
  .left_Menu {
    width: 200px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .left_Menu {
    width: 320px;
  }
}

@media screen and (min-width: 768px) {
  .left_Menu.fixed {
    position: fixed;
    left: 0;
    top: 70px;
  }
}

@media (min-width: 1200px) {
  .left_Menu_Body {
    width: 320px;
  }
}

#main_Container .products {
  min-height: 60vh;
  padding: 0.3rem;
}

@media screen and (min-width: 768px) {
  #main_Container .products {
    flex: 1;
    min-height: 60vw;
    padding: 0px 2rem 2rem 2rem;
  }
}

.products_Product_Item {
  padding: 0.5rem 0.3rem 1.2rem 0.3rem;
  display: inline-block;
  width: calc(50% - 0.6rem);
  background-color: #EAF9FF;
  margin: 0.3rem;
}

@media screen and (min-width: 768px) {
  .products_Product_Item {
    padding: 1rem 0.3rem;
    width: calc(25% - 10px);
  }
}

.products_Product_Item .img_Div {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0em;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .products_Product_Item .img_Div {
    margin-bottom: 0.5em;
  }
}

.products_Product_Item .img_Div img {
  height: calc(25vw);
  transition: all 0.3s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .products_Product_Item .img_Div img {
    height: 200px;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
}

@media screen and (min-width: 1200px) {
  .products_Product_Item .img_Div img {
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  .products_Product_Item .img_Div:hover img {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .products_Product_Item .img_Div:hover {
    transform: scale(1.1);
  }
}

.products_Product_Item .product_Name {
  text-align: center;
  line-height: 1.3em;
  height: 2.6em;
  display: flex;
  justify-content: center;
  font-size: calc(1rem);
}

@media screen and (min-width: 768px) {
  .products_Product_Item .product_Name {
    text-align: center;
    line-height: 1.3em;
    height: 2.6em;
    display: flex;
    justify-content: center;
    font-size: calc(0.7rem + 0.35vw);
  }
}

.products_Product_Item .more {
  padding: 0;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .products_Product_Item .more {
    padding: 0;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
  }
}

.products_Product_Item .more > a {
  border: 1px solid #000000;
  border-radius: 1000px;
  font-size: calc(0.9rem);
  width: 80%;
  display: inline-block;
  cursor: pointer;
  padding: 0.25rem 0;
  min-width: 100px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .products_Product_Item .more > a {
    border: 1px solid #000000;
    border-radius: 1000px;
    font-size: calc(0.7rem + 0.35vw);
    width: 50%;
    display: inline-block;
    cursor: pointer;
    min-width: 100px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .products_Product_Item .more > a:hover {
    background-color: #000;
    color: white;
  }
}

.products_Product_Item .duibi {
  padding: 0;
  margin-top: 0.2em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .products_Product_Item .duibi {
    padding: 0;
    margin-top: 0.8em;
    text-align: center;
  }
}

.products_Product_Item .duibi > a {
  border: 1px solid #000000;
  border-radius: 1000px;
  width: 80%;
  display: inline-block;
  min-width: 100px;
  font-size: calc(0.9rem);
  padding: 0.25rem 0;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .products_Product_Item .duibi > a {
    border: 1px solid #000000;
    border-radius: 1000px;
    width: 50%;
    display: inline-block;
    min-width: 100px;
    font-size: calc(0.7rem + 0.35vw);
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .products_Product_Item .duibi > a:hover {
    color: white;
    background: #0074C1;
    border: 1px solid transparent;
  }
}

.products_Product_Item .duibi.choosen > a {
  color: white;
  background: #0074C1;
  border: 1px solid transparent;
}

.duibi_Body {
  height: 0;
  background: #F6F6F7;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  overflow: hidden;
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  .duibi_Body {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#duibi_Body {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  top: auto;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  #duibi_Body {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: auto;
    top: 0;
    box-shadow: 0px -5px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

#duibi_Body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  top: auto;
  z-index: 100;
}

.duibi_Body.show {
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .duibi_Body.show {
    height: 200px;
    position: relative;
  }
}

.m_Body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .m_Body {
    width: 96vw;
    flex-direction: row;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #choose_txt {
    font-size: 1rem;
  }
}

#choose_max_txt {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #choose_max_txt {
    font-size: 0.8rem;
    text-align: left;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .m_Body {
    width: 80vw;
  }
}

@media screen and (min-width: 1200px) {
  #choose_txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #choose_max_txt {
    font-size: 1.2rem;
  }
}

.duibi_Body .choosen_Products_List {
  flex: 1;
  display: flex;
}

.close_choosen.button {
  position: absolute;
  right: 10px;
  top: 10px;
}

.choosen_Products_Item {
  position: relative;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #EAF9FF;
  width: calc(22vw - 1.2rem);
  height: calc(22vw - 1.2rem);
  margin: 0.3rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .choosen_Products_Item {
    width: 80px;
    height: 80px;
    margin: 0.3rem 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .choosen_Products_Item {
    width: 120px;
    height: 120px;
    margin: 0.5rem 1rem;
  }
}

.choosen_Products_Item img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  height: 100%;
  width: 100%;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .choosen_Products_Item img {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .choosen_Products_Item:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .choosen_Products_Item:hover img {
    opacity: 1;
  }
}

.choosen_Products_Item .circle {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: white;
  background-color: rgb(0, 130, 200);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

@media screen and (min-width: 768px) {
  .choosen_Products_Item .circle i {
    margin-top: -2px;
  }
}

.duibi_Btn {
  background: #0074C1;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f2f2f2;
  font-size: 1rem;
  padding: 0.3rem 1.5rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .duibi_Btn {
    background: #0074C1;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2f2f2;
    font-size: 1rem;
    padding: 0.3rem 1rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .duibi_Btn {
    width: 180px;
    height: 48px;
    background: #0074C1;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2f2f2;
  }
}

@media screen and (min-width: 768px) {
  .duibi_Btn:hover {
    color: #fff;
  }
}

.blank_200 {
  height: 5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blank_200 {
    height: 200px;
  }
}

.products_Category_Btn {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #000;
  padding: 3px 0.5rem;
  margin: 0.5rem 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .products_Category_Btn {
    padding: 3px 20px;
    margin: 10px;
  }
}

.products_Category_Btn:hover {
  color: white;
}

.products_Category_Btn.choosen {
  color: #0074C1;
}

.products_Category_Btn .products_Category_Btn_Bg {
  position: absolute;
  background-color: #0074C1;
  border-radius: 1000px;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.products_Category_Btn:hover .products_Category_Btn_Bg, .products_Category_Btn.choosen .products_Category_Btn_Bg {
  height: 100%;
}

.products_Category_Btn.choosen .products_Category_Btn_Bg {
  border: 1px solid #0074C1;
  background-color: transparent;
}

.mian_Bao_Xie {
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mian_Bao_Xie {
    line-height: 68px;
    font-size: x-large;
    font-weight: bold;
    margin: 1rem;
  }
}

#products_Top_Image {
  margin-top: 50px;
}

@media (min-width: 768px) {
  #products_Top_Image {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .filter_Btn.phone_default {
    background-color: #0074C1;
    color: white;
  }
}

@media (max-width: 767px) {
  .phone_default#temp_Blocks {
    display: none;
  }
}

