* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    color: #1e2023;
    font-family: Alibaba Sans,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    background-color: #fff;
    font-feature-settings: "tnum","tnum";
    overflow-y: scroll;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
     -webkit-text-decoration-skip: objects;
}

img {
    vertical-align: middle;
    border-style: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    background-color: #fff;
}

.header-box {
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.08);
    padding: 0 24px;
    justify-content: center;
    align-items: center;
}


.header-content {
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
}

.header-fixed{
  height: 80px;
}

.logo {
    transition: all .35s ease-in-out;
}

.discovery{
    padding: 0 0 0 24px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: rgba(30,32,35,.48);
}

.discovery a {
    color: #1c1f23;
    padding-right: 10px;
}

.header-content>div:nth-child(3) {
    width: auto;
    margin: 0 12px;
    position: relative;
}

.flex-1 {
    flex: 1 1;
}

.search-input { 	
    font-size: 16px;
    position: relative;
}

.search-input .tip {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 54px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all .22s ease-in-out;
    color: rgba(30,32,35,.3);
    white-space: nowrap;
}

.search-input .input-prefix {
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 4px;
}

.search-input .input-main {
    height: 48px;
    border-radius: 24px;
    padding: 0 4px 0 24px;
    color: #8a8e91;
    font-size: 16px;
    background-color: #edf2f5;
    transition: none;
    position: relative;
    width: 100%;
    min-width: 0;
    line-height: 1.5715;
    background-image: none;
    border: 1px solid rgba(30,32,35,.1);
    display: inline-flex;
}


.search-input .input-main:before {
    width: 0;
    visibility: hidden;
    content: "\a0";
}

.search-input .input-main input {
    color: #1c1f23;
    padding: 0 8px;
    font-size: 16px;
    transition: none;
    background-color: transparent;
    text-indent: inherit;
    border: none;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    line-height: 1.5715;
    background-image: none;
    border-radius: 12px;
}

.search-input:hover .input-main{
    border:1px solid #ffaac1!important;
    background-color: #fff;
}


.search-input .input-suffix {
  display: flex;
  flex: none;
  align-items: center;
  margin-left: 4px;
}


.search-input .input-main .search-button {
    padding: 9px 16px;
    border: none;
    opacity: 1;
    line-height: 26px;
    border-radius: 21px;
    height: 40px;
    width: 56px;
    background: #ff5967;
    box-shadow: inset 0 0 24px hsla(0,0%,100%,.24);
    text-shadow: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    touch-action: manipulation;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.search-input .input-main .search-button:focus {
        color: #fff;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.anticon svg {
    display: inline-block;
}
 svg:not(:root) {
    overflow: hidden;
}
.anticon>* {
    line-height: 1;
}


.search-input .input-main .search-button .anticon {
   transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
    font-size: 18px;
}


.search-input .input-main .closeButton {
    opacity: 0;
    text-indent: 0;
}

.search-input .input-main .closeButton:after {
    vertical-align: middle;
    content: " ";
    display: inline-block;
    margin: 0 15px 0 5px;
    width: 1px;
    height: 16px;
    background-color: rgba(30,32,35,.1);
}

.lang {
   display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 40px;
}
.lang select{
  width: 84px;
  height: 40px;
  border-radius: 12px;
  font-size: 16px;
  text-align:center;
  border:1px solid #DFE2E4!important;
  box-shadow:none;
  outline:none;
}
.wrapper {
    margin: 0 auto;
}

.wrapper-box {
    padding: 0 0 32px;
}

.wrapper-box .nav-box {
    margin: 23px 0;
    position: relative;
}

.wrapper-box .nav-box .nav-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.nav-country-part {
    position: relative;
}

.nav-country-part .country-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 700px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

 .nav-country-part .country-content.hidden {
    visibility: hidden;
    position: fixed;
    top: -100000px;
    left: -100000px;
}

.nav-country-part .country-item {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: rgb(28, 31, 35);
    line-height: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 12px;
}

.nav-country-part .country-item.arrowdown {
   font-size: 16px;
    color: rgb(28, 31, 35);
    position: absolute;
    top: 0px;
    right: -40px;
}

.nav-country-part .country-item.active {
    background-color: #edf2f5;
}

.picture-list{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1e2023;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.grid{
    overflow: hidden;
}

.grid-item{
    width: 240px;
    margin-bottom:10px;
    float: left;
}

.grid-item .picture-img{
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}

.grid-item .picture-img:after, .grid-item .picture-img:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.grid-item .picture-img:before {
    transition: background-color .2s ease-in-out;
}


.grid-item .picture-img:after {
    display: block;
    background-color: rgba(0,0,0,.02);
    top: 0;
    left: 0;
    border-radius: 12px;
}

.grid-item .picture-img .img-thumbnail {
   cursor: zoom-in;
    min-height: 120px;
    max-height: 800px;
    line-height: 120px;
    font-size: 0;
}

.picture-bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 20px;
    margin-top: 6px;
    justify-content: space-between;
}

.picture-bottom .author{
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
}
.picture-bottom .author .avatar{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: #edf2f5;
}
.picture-bottom .author .avatar img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.picture-bottom .author .authorName{
   font-size: 12px;
    line-height: 24px;
    margin-left: 4px;
    color: rgba(30,32,35,.78);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90px;
}

.picture-bottom .title{
    max-width: 130px;
    font-size: 12px;
    color: rgba(30,32,35,.78);
    line-height: 20px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}



::selection {
    background-color: #a3ceff;
    color: #1e2023;
}