.topbar {
  box-shadow: 0 2px 20px -16px #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: white;
}
.topbar_container {
  width: 1200px;
  padding: 1rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar_logo {
  font-size: larger;
}
.topbar_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topbar_user {
  color: #FFE300;
}
.topbar_menu {
  margin-left: 1rem;
  font-weight: bolder;
}

.header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3rem;
  position: relative;
}
.header.bg_1 {
  background-image: url("../image/banner_1.png");
  padding-bottom: 50rem;
}
.header.bg_2 {
  background-image: url("../image/banner_2.png");
  padding-bottom: 40rem;
}
.header.bg_3 {
  background-image: url("../image/banner_3.png");
  padding-bottom: 40rem;
}
.header.bg_4 {
  background-image: url("../image/banner_4.png");
  padding-bottom: 40rem;
}
.header.bg_5 {
  background-image: url("../image/banner_5.png");
  padding-bottom: 40rem;
}
.header.bg_6 {
  background-image: url("../image/banner_6.png");
  padding-bottom: 40rem;
}
.header_container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  box-sizing: border-box;
  height: 8rem;
  font-size: 3rem;
  background-color: #FFE300;
  font-weight: bolder;
  padding-left: 3rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
}
.header_menu {
  display: flex;
}
.header_menu_item {
  width: 8rem;
  height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFE300;
  color: black;
  margin-left: 0.25rem;
}
.header_menu_item.active {
  background-color: #272727;
  color: white;
}
.header_menu_icon {
  max-width: 4rem;
  max-height: 4rem;
  width: auto;
  height: auto;
  margin-bottom: 1rem;
}

.search {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.search_container {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  background-image: url("../image/bg_search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem;
}
.search_logo {
  box-sizing: border-box;
  font-size: 3rem;
  font-weight: bolder;
  display: flex;
  align-items: center;
  color: white;
}
.search_field {
  flex: 1;
  background-color: white;
  display: flex;
  margin-left: 2rem;
  border-radius: 2rem;
  font-size: larger;
}
.search_input {
  flex: 1;
  border: none;
  background-color: transparent;
  padding: 1rem 2rem;
}
.search_input:focus {
  outline: none;
}
.search_button {
  border: none;
  background-color: #FFE300;
  color: black;
  padding: 0 1rem;
  border-radius: 2rem;
  min-width: 110px;
  font-weight: bolder;
  cursor: pointer;
}
.search_button:focus {
  outline: none;
}

.copyright {
  background-color: #01C9C7;
  color: white;
  padding: 2rem 0;
  text-align: center;
}

.section_header {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_header_left {
  display: flex;
  align-items: baseline;
}
.section_title {
  border-left: 8px solid #FFE300;
  font-size: 2rem;
  font-weight: bolder;
  padding-left: 1rem;
  margin-right: 1rem;
}
.section_tab {
  display: flex;
  align-items: center;
}
.section_tab_item {
  padding: 0 0.5rem;
  color: #888888;
  cursor: pointer;
}
.section_extra {
  display: flex;
  align-items: center;
}
.section_extra_item {
  cursor: pointer;
}
.section_extra .color {
  color: #FFE300;
}
.section_extra .spliter {
  margin: 0 0.5rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination_number {
  display: flex;
}
.pagination_number_item {
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #BABABA;
  cursor: pointer;
  margin: 0 0.25rem;
}
.pagination_number_item.active {
  background-color: #272727;
}
.pagination_field {
  color: #BABABA;
  margin: 0 1rem;
}
.pagination_field_input {
  border: 1px solid;
  text-align: center;
  width: 3rem;
  box-sizing: border-box;
}
.pagination_field_input:focus {
  outline: none;
}
.pagination_button {
  padding: 0.5rem 1rem;
  background-color: #FFE300;
  color: #3C3C3C;
  cursor: pointer;
}

.header.bg_center {
  background-image: url("../image/banner_center.png");
  padding-bottom: 30rem;
}
.header_footer {
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.56);
}
.header_footer_left {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header_footer_left_left {
  flex: 1;
  display: flex;
  align-items: center;
}
.header_footer_left_right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_footer_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
}

.profile_follow_button {
  background-color: #FFE300;
  color: black;
  border: none;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  cursor: pointer;
}

.cancel {
  background-color: #bdbcb8;
  color: black;
  border: none;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  cursor: pointer;
}
.profile_follow_button:focus {
  outline: none;
}
.profile_bg_button {
  color: #858585;
  text-decoration: underline;
  cursor: pointer;
}
.profile_block_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
}
.profile_block_name {
  margin-bottom: 0.5rem;
}
.profile_avatar {
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
}
.profile_name {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.profile_tags {
  margin-bottom: 0.5rem;
}
.profile_tag {
  margin-right: 0.25rem;
}
.profile_desc {
  color: #6A6A6A;
}

.page_home_center .tab_titles {
  display: flex;
  margin-bottom: 1rem;
  padding: 1rem;
}
.page_home_center .tab_title {
  padding: 0.5rem;
  margin-right: 2rem;
  cursor: pointer;
}
.page_home_center .tab_title.active {
  border-bottom: 3px solid #FFE300;
}
.page_home_center .tab_contents {
  padding: 0 2rem;
  padding-bottom: 2rem;
}
.page_home_center .tab_content {
  display: none;
}
.page_home_center .tab_content.active {
  display: block;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.col {
  flex: 0 0 33.3333%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.work {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.work_bottom {
  display: flex;
  flex-direction: column;
}
.work_bottom_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.work_bottom_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.work_image {
  margin-bottom: 0.5rem;
}
.work_title {
  font-size: larger;
  font-weight: bolder;
}
.work_price {
  font-size: 1.8rem;
  color: #FFC000;
}
.work_desc {
  color: #282828;
}
.work_del {
  cursor: pointer;
}

.modal_desc {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.modal_desc_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: black;
    opacity: 0.28;
}

.modal_desc_main {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0);
}

.modal_desc_body {
    box-sizing: border-box;
    position: relative;
    width: 980px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding-bottom: 1.5rem;
}

.modal_desc_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    cursor: pointer;
}

.modal_desc_header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ddd;
}

.modal_desc_content {
    max-height: 800px;
    overflow: auto;
    padding: 1rem 1.5rem;
}
.profile_desc_more {
    font-weight: bold;
    margin-top:0.5rem;
}