* {
    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: transparent;
}

.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 {
    padding-right: 20px;
}

.header-content>div:nth-child(3) {
    width: auto;
    margin: 0 12px;
    position: relative;
}

.flex-1 {
    flex: 1 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;
}

.wrapper-box{
    padding-top: 80px;
    position: relative;
    height: 100vh;
}

.intro {
    position: relative;
    padding-top: calc(16vh - 80px);
    font-weight: 300;
    font-size: 60px;
    text-align: center;
    z-index: 1;
    white-space: nowrap;
    transition: opacity 500ms ease-in-out 0s;
    opacity: 1;
}

.search {
    position: relative;
    width: 570px;
    margin: auto;
    z-index: 1;
     transition: opacity 300ms ease-in-out 0s;
    opacity: 1;
}

.input-search{
    font-size: 16px;
    position: relative;
}


.input-search .tip-common {
    position: absolute;
    z-index: 2;
    top: 50%;
    pointer-events: none;
    transition: all .22s ease-in-out;
    color: rgba(30,32,35,.28);
    white-space: nowrap;
}

.input-search .tip-common.tip-move {
    left: 50%;
    transform: translate(-50%,-50%);
}

.input-search.input-focus .tip-common.tip-move {
    left: 58px;
    transform: translateY(-50%);
}

.input-search.input-focus  .input-main.border-change{
  border:1px solid #ffaac1!important;
  box-shadow:0 0 0 4px #fcf2f6!important;
  outline:0;
}

.input-search  .input-main.border-change{
  box-shadow: 0 8px 48px 8px rgb(0 0 0 / 8%);
  border: 1px solid rgba(30,32,35,.1);
}

.input-main {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0 24px;
    display: inline-flex;
    border-radius: 32px;
    font-size: 16px;
    background: #fff;
    color: #8a8e91;
    transition: none;
    line-height: 1.5715;
}

.input-main:before {
    width: 0;
    visibility: hidden;
    content: "\a0";
}


.input-prefix {
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 4px;
}


.input-main input {
    border: none;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    color: #1e2023;
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    transition: all .3s;
}



.wrapper-box  .pictureBox {
   width: 1000px;
   height: 200px;
   margin: 0 auto;
   overflow: hidden;
   border: 1px solid #ffaac1;
   position:  absolute;
   left:50%;
   bottom:50px;
   transform: translatex(-50%);
   border-radius: 12px;
}

.wrapper-box  .pictureList {
    position: absolute;
    display: flex;
    animation:rolling 18s ease-in-out infinite;
    -webkit-animation: rolling 18s ease-in-out infinite;
    -webkit-animation-delay: 1.1s;
     animation-delay: 1.1s;
}

 .pictureList  .picture {
    height: 200px;
    float: left;
    margin-right: 10px;
}

.picture img {
    width:auto;
    height: 200px;
}


@keyframes rolling {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

.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;
}

* {
    box-sizing: border-box;
}

.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;
}