* {
    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: auto;
    width:100%;
    height:100%;
}

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;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(0,0,0,.85);
    font-weight: 500;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
     background-color: #fff;
}

.header-box{
   display: flex;
    justify-content: center;
   align-items: center;
   flex-direction: column;
   box-shadow: none;
   padding: 0 24px;
}

.header-content{
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
}

.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,.45);
}
.discovery a {
    color: #1c1f23;
    padding-right: 20px;
}

.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);
}


.country-nav .header-item:hover {
     background-color: #f7f9fa; 
}

.country-nav {
    display: flex;
    align-items: center;
    padding-left:4px;
}
.country-nav .header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 12px;
    cursor: pointer;
    margin-right:4px;
    
}
.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;
}

.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;
}

.header-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper {
    margin: 0 auto;
   background-color: #f7f9fa;
}

.wrapper-box{
    padding-top: 80px;
    position: relative; 
}

.wrapper-box .activity-content{
    width: 100%;
    min-height: 100vh;
    padding-bottom: 32px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 72px;
    padding-right: 72px;
    background-color: #f7f9fa;
}

.activity-content .activity-header{
    text-align: center;
    border-bottom: 1px solid rgba(30,32,35,.06);
    margin: auto;
    max-width: 1296px;
    min-width: 1032px;
    background-color: #f7f9fa;
}

.activity-content .head-title{
    color: #1e2023;
    font-weight: 500;
    font-size: 36px;
    line-height: 64px;
    padding-top: 32px;
}

.activity-content .activity-list {
    max-width: 1296px;
    min-width: 1032px;
    background-color: #f7f9fa;
    margin: 0 auto;
    overflow: visible!important;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.activity-list .item{
   width: calc(50% - 13px);
    background-color: #fff;
    margin-top: 24px;
    border-radius: 12px !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .24s ease-in-out;
}

.activity-list .activity-link {
    padding-bottom: 61.3%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.activity-list .activity-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.activity-list .img-bottom {
    height: 60px;
    padding: 12px 16px 0;
    display: flex;
    flex-direction: column;
}

.activity-list .activity-title{
    font-weight: 600;
    font-size: 20px;
    color: #1e2023;
    line-height: 30px;
}

.ych-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid rgba(30,32,35,.1);
    border-bottom: none;
}

.ych-bottom .icp {
    display: flex;
    color: rgba(30,32,35,.48);
    padding: 0 24px;
    line-height: 32px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
}


.country-dropdown {
    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";
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    display: block;
}

.country-list {
    background: #fff;
    box-shadow: 0 0 1px rgb(28 31 35 / 16%), 0 6px 32px 4px rgb(28 31 35 / 8%);
    border-radius: 24px;
    padding: 8px;
}

.country-list ul {
    width: 250px;
    padding: 0;
    overflow: hidden;
}

.country-list  ul li {
    list-style: none;
    color: #1c1f23;
    font-size: 16px;
    padding-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.country-dropdown-hidden{
   display:none;
}

.country-list .country-bottom {
    padding-top: 8px;
    color: rgba(30,32,35,.45);
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.country-list .country-top {
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding-top: 8px;
    color: #1c1f23;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}