html,body {
    min-width: auto;
}
.Image {
    align-content: center;
}
.line {
  height: 5px;
  border-radius: 10px;
  stroke: black;
  stroke-width: 2;
}
.sidebar {
  margin: 3px;
}
.sidebar::clecked ~ .menu {
    display: block;
}
.in_picture {
    min-width: 100vw!important;
}
@media (max-width: 1220px) {
  .top_page-main {
    width: 100%;
  }
  .main {
    width: 100%;
  }

}
@media (max-width: 650px) {
    #img_wrap {
        width: 100%;
        overflow: hidden;
    }

    .in_picture {
        width: 100%;
        height: 15em;
    }

    .userName{
        font-size: 10px;
    }
    .isLogin {
        display: block;
    }
    .introduce_span {
        font-size: 15px;
    }
    .one, .two{ 
        width: 100vw;
    }

}
@media (max-width: 540px) {
    .sele-content{
        justify-content: space-evenly;
    }
    .cont {
        border-radius: 3px;
        width: 48%;
        margin: 3px;
        height: 212px;
    }
    .cont-img {
        border-radius: 3px;
        width: 100%;
        height: 109px;
    }

    .search-input {
        width: 70px;
    }
    .title_content {
        font-size: 10px;
    }
    
}

.user-info {
    translate: -77px;
}

/*聊天功能*/
.chat_main {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 2;
}
.chat_button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  width: 60.8px;
  height: 40px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.chat_button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.chat_button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.chat_button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.chat_button:hover {
  color: #ffffff;
  border: 1px solid #009087;
}
.chat_button:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.chat_button:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.chat_box {
    display: none;
  --bg: #e8e8e8;
  --contrast: #e2e0e0;
  --grey: #93a1a1;
  position: relative;
  padding: 9px;
  background-color: var(--bg);
  border-radius: 35px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.chat_box-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-conic-gradient(var(--bg) 0.0000001%, var(--grey) 0.000104%) 60% 60%/600% 600%;
  filter: opacity(10%) contrast(105%);
}

.chat_box-inner {
  display: block;
  overflow: hidden;
  width: 284px;
  height: 377px;
  background-color: var(--contrast);
  border-radius: 30px;
  /* Content style */
  font-size: 30px;
  font-weight: 900;
  color: #c7c4c4;
  text-align: center;
  font-family: monospace;
  z-index: 999;
}
.chat_top {
    width: 100%;
    height: 50px;
    background-color: blue;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #FBC638;
  }

  100% {
    fill: white;
  }
}

@media (max-width: 1500px) {
  .top_page-main {
    width: 100%;
  }
  .main {
    width: 100%;
  }

}
@media (min-width: 1200px) {
    .main_all {
        margin: 0 auto;
    }
}
@media (max-width: 1062px) {
    .info {
        width: 100%;
        overflow-x: hidden;
    }
    .content {
        display: flex;
        min-width: 300%;
    }
    .selected {
        width: 100vw;
    }
    .in_picture > img {
        height: unset;
        width: 100%;
    }
    .JustUpload {
        display: none;
    }
    .content {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .main_all {
        display: flex;
        flex-direction: column-reverse;
    }
    .charts {
        width: calc(100% - 20px);
        padding: 0 10px;
    }
    .box {
        padding: 8px;
        width: calc(100% - 16px);
    }
    .chat_box {
        display: none;
    }
    .sele-content {
        margin: 0 auto;
    }
    .ip {
        display: none;
    }
    .welcome {
        display: none;
    }
    .mobile_more {
        display: flex;
        justify-content: center;
    }
    #list {
        display: flex;
        justify-content: space-around;
    }
}
@media (max-width: 650px) {
    h3 {
        font-size: 20px;
    }

    .introduce_main {
        display: none;
    }
    .introduce {
        min-height: 44px;
    }
    .introduce_span {
        font-size: 15px;
    }
    .one, .two{ 
        width: 100vw;
    }

    .cont-img {
        height: 100px;
    }
    
}
@media (max-width: 540px) {
    .sele-content{
        justify-content: space-evenly;
    }
    .cont {
        border-radius: 3px;
        margin: 3px;
        height: 230px;
    }
    .cont-img {
        border-radius: 3px;
        height: 125px;
    }
    .title_content {
        font-size: 10px;
    }
}
@media (max-width: 415px) {
    .cont-right {
        width: calc(100% - 150px);
    }
}