﻿* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: 'Microsoft YaHei', '微软雅黑', '黑体', '宋体', 'Arial',
    sans-serif;
}
html,
body {
  height: auto;
  
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.yxy_head_logo_flexrow{
  width: 145px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 478px) {
  .yxy_wap_head_wrap{
    display: none;
  }
  .yxy_head_wrap {
    width: 100%;
    height: 105px;
    background: #000;
  }
  .yxy_head_layout{
    width: 1430px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .yxy_head_logo_flexrow img{
    width: auto;
    height: 85%;
  }
  .yxy_head_nav{
    display: flex;
    align-items: flex-end;
  }
  .yxy_nav_wrap{
    display: flex;
  }
  .yxy_nav_wrap>li{
    margin-right: 48px;
    padding-bottom: 15px;
    position: relative;
  }
  .yxy_nav_wrap>li>a{
    font-size: 18px;
    color: #fffefe;
    line-height: 1;
  }
  .yxy_active_line{
    width:100%;
    height: 5px;
    padding: 0 25px;
    background: url(../image/line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -25px;
    bottom: 0;
  }
  .yxy_lang_wrap{
    height: 100%;
    margin-left: 57px;
    display: flex;
    align-items: end;
    position: relative;
  }
  .yxy_dropdown_toggle{
    padding-bottom: 15px;
    color: #717171;
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  .yxy_dropdown_toggle>img:first-child{
    width: 22px;
    height: 21px;
    margin-right: 10px;
  } 
  .yxy_dropdown_toggle>img:last-child{
    width: 12px;
    margin-left: 10px;
  }
  .yxy_dropdown_menu{
    width: 100%;
    background: #000;
    position: absolute;
    top: 105px;
    left:0;
    z-index: 2;
    display: none;
  }
  .yxy_dropdown_menu>li{
    padding: 10px 20px;
  }
  .yxy_dropdown_menu>li>a{
    color: #fff;
  }
  .yxy_dropdown_active{
    background:#EDCD80;
  }
  .yxy_lang_wrap:hover .yxy_dropdown_menu {
    display: block;
  }
  .yxy_footer_wrap {
    padding: 55px 0 90px;
    background: #000;
  }
  
  
  
  
  .yxy_footer_nav{
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .yxy_footer_nav>li>a{
    color: #fff;
  }
  .yxy_footer_navline{
    width:2px;
    height:20px;
    background: #fff;
    margin:0 25px;
  }
  .yxy_footer_navline:last-child{
    display:none;
  }
  .yxy_copy_wrap{
    font-size: 13.5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1.2;
    margin-top: 30px;
  }
  .yxy_copy_wrap a{
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.2);
  }
  .yxy_secret_wrap{
    width: calc(100% - 30px);
    height: auto;
    background: #fff;
    padding:20px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .yxy_close_wrap{
    width: 100%;
    display:flex;
    justify-content: right;
  }
  .yxy_close_wrap img{
    width:20px;
    display:block;
  }
  .yxy_secret_content{
    text-align: center;
    margin-top:20px;
  }
  .yxy_secret_btn{
    margin-top:20px;
    display: flex;
    justify-content: center;
    text-align:center;
  }
  .yxy_secret_accept{
    width: 100px;
    height: auto;
    padding: 10px 0;
    background:#000;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
  }
  .yxy_secret_decline{
    width:98px;
    border: 1px solid #000;
    color: #000;
    padding: 10px 0;
    border-radius: 20px;
    margin-left: 50px;
    cursor:pointer;
  }
}
@media screen and (max-width: 479px) {
  .yxy_head_wrap{
    display: none;
  }
  .yxy_wap_head_wrap{
    padding: 10px 20px;
    background: #000;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .yxy_wap_nav_wrap{
    display: flex;
    align-items: center;
  }
  .yxy_head_logo_flexrow img{
    width: auto;
    height:50px;
  }
  .yxy_lang_wrap{
    display: flex;
    align-items: center;
  }
  .yxy_lang_wrap img{
    width: 25px;
    height: auto;
  }
  .yxy_dropdown_menu{
    
    background: #000;
    position: absolute;
    top: 100%;
    right:0;
    z-index: 2;
    display: none;
  }
  .yxy_dropdown_menu li,.ynq_wap_nav_ul li {
    padding: 10px 20px;
  }
  .yxy_dropdown_menu li a,.ynq_wap_nav_ul li a{
    color: #EDCE80;
  }
  .yxy_dropdown_active,.ynq_wap_nav_active {
    background: #EDCE80;
  }
  .yxy_dropdown_active a,.ynq_wap_nav_active a {
    color: #fff !important;
  }
  .ynq_wap_nav {
    width: 25px;
    height: 25px;
    margin-left: 15px;
  }
  .ynq_wap_nav img{
    width: 100%;
    height: auto;
  }
  .ynq_wap_nav_ul{
    height: auto;
    background: #000;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    display: none;
  }
  .yxy_footer_wrap {
    padding: 20px 15px;
    background: #000;
  }
  .yxy_footer_logo {
    width: 70px;
    height: auto;
    margin: 0 auto;
  }
  .yxy_footer_logo > img {
    width: 100%;
    height: 100%;
  }
  .yxy_footer_desc {
    text-align: center;
    margin-top: 20px;
    color: transparent;
    line-height: 1.2;
    background-image: -moz-linear-gradient(
      -51deg,
      rgb(191, 135, 69) 30%,
      rgb(241, 213, 134) 57%,
      rgb(216, 174, 102) 57%,
      rgb(191, 135, 69) 70%
    );
    background-image: -webkit-linear-gradient(
      -51deg,
      rgb(191, 135, 69) 30%,
      rgb(241, 213, 134) 57%,
      rgb(216, 174, 102) 57%,
      rgb(191, 135, 69) 70%
    );
    background-image: -ms-linear-gradient(
      -51deg,
      rgb(191, 135, 69) 30%,
      rgb(241, 213, 134) 57%,
      rgb(216, 174, 102) 57%,
      rgb(191, 135, 69) 70%
    );
    -webkit-background-clip: text;
  }
  .yxy_footer_desc > p:first-child {
    
    font-size: 20px;
  }
  .yxy_footer_desc > p:last-child{
    font-size: 12px;
  }
  .yxy_footer_nav{
    margin-top: 20px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
  }
  .yxy_footer_nav>li>a{
    color: #fff;
  }
  .yxy_footer_navline{
    width:2px;
    height:20px;
    background: #fff;
    margin:0 15px;
  }
  .yxy_footer_navline:last-child{
    display:none;
  }
  .yxy_copy_wrap{
    font-size: 13.5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1.2;
    margin-top: 20px;
  }
  .yxy_copy_wrap a{
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.2);
    display:block;
  }
  .yxy_secret_wrap{
    width: calc(100% - 30px);
    height: auto;
    background: #fff;
    padding:20px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .yxy_close_wrap{
    width: 100%;
    display:flex;
    justify-content: right;
  }
  .yxy_close_wrap img{
    width:20px;
    display:block;
  }
  .yxy_secret_content{
    text-align: center;
    margin-top:20px;
  }
  .yxy_secret_btn{
    margin-top:20px;
    display: flex;
    justify-content: center;
    text-align:center;
  }
  .yxy_secret_accept{
    width: 100px;
    height: auto;
    padding: 10px 0;
    background:#000;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
  }
  .yxy_secret_decline{
    width:98px;
    border: 1px solid #000;
    color: #000;
    padding: 10px 0;
    border-radius: 20px;
    margin-left: 50px;
    cursor:pointer;
  }
}