
#ue-page {
    position: relative;
}

/*************** head start *****************/
  .display-mobile {
    display: none !important;
  }
  @media screen and (max-width: 900px) {
    .display-mobile {
      display: flex !important;
    }
    .hide-mobile {
      display: none !important;
    }
  }
.head {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.3s;
    background-color: transparent;
    backdrop-filter: none;
}
  .head-logo {
    height: 48px;
    line-height: 48px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .head-logo img {
    width: 100%;
    height:28px;
  }
    .head-logo .logo-ico1{
        display:flex;
    }
    .head-logo .logo-ico2 {
        display: none;
    }
.headBg .head-logo .logo-ico1{
    display:none;
}
 .headBg .head-logo .logo-ico2 {
     display:flex;
 }
    .head-row {
        height: 48px;
        line-height: 48px;
        position: relative;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        margin: 0 auto;
    }
  .head .head-nav{padding-left:20px;}
  /*head默认颜色开始*/
.headBg {
    background-color: rgba(25, 25, 29, 0.7);
    backdrop-filter: saturate(180%) blur(5px);
}
  .head .head-nav > a {
    color: #A4A4A4;
    transition: all 0.2s;
    margin: 0 20px;
    font-size: 14px;
    display: inline-block;
  }
  .head .head-nav > a:hover {
    color: #fff;
  }
  .head .head-nav > a.on {
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
  }
.head-btn-vip {
    display: inline-block;
    margin-left: 20px;
}
.head-btn-vip a {
    min-width: auto;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #000;
    display: flex;
}
.head-btn-vip a:hover {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}
/*head默认颜色结束*/
/*高亮head开始*/
.headBg .head-nav > a {
    color: #A4A4A4;
}

.headBg .head-nav > a:hover {
    color: #fff;
}

.headBg .head-nav > a.on {
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
}
.headBg .head-btn-vip a {
    background-color: #0077CC;
    border: 1px solid #0077CC;
    color: #fff;
}
.headBg .head-btn-vip a:hover {
    background-color: #409FEC;
    border: 1px solid #409FEC;
    color: #fff;
}
/*高亮head结束*/
.head .ico {
    display: flex;
    justify-content: flex-end;
}
  .head .ico img {
    width: 26px;
    height: 26px;
    opacity: 0.6;
    transition: all 0.2s;
  }
  .head .ico a:hover img {
    opacity: 1;
  }
  .notification {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    font-size: 14px;
  }
  .notification a {
    color: #6a6a6a;
  }
  .notification a:hover {
    color: #68b5fb;
  }
  .highlight {
    margin: 0 1rem;
    color: #0070f3;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .head-snav {
    flex: 1;
    display: none;
    align-items: center;
  }
  .head-snav button {
    background: none;
    border: none;
    padding: 0;
  }
  .head-snav button img {
    width: 26px;
    opacity: 0.6;
  }
  .head-snav button.on img {
    opacity: 1;
  }
  .head-snav-list {
    position: fixed;
    flex-wrap: nowrap;
    align-items:center;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #efefef;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    padding: 0.5rem 1rem;
    height: auto;
    line-height: 2em;
    text-align: center;
    display: none;
  }
  .head-snav-list a {
    color: #333;
    width: 24%;
    display: inline-block;
    font-size: 14px;
    line-height: 2em;
    margin: 0 8px;
  }

  @media screen and (min-width: 901px) {
    .head-snav-list {
        display: none!important;
        ;
    }
  }
  @media screen and (max-width: 900px) {
    .head-row {
      display: flex;
      margin: 0 -15px;
    }
    .head-snav {
        display: flex;
        display: -webkit-flex;
    }
    .head-btn-vip {
      flex: 1;
    }
    .head-btn-vip a{display: none;}
  }
  @media screen and (min-width: 901px) and (max-width: 960px) {
    .head-btn-vip{
        margin-left:15px;
    }
    .head .head-nav > a {
        margin: 0 15px;
    }
  }
/***** head end *****/
/***** download start *****/
.dropdown-close {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#downloadBtn,#videoBtn {
    position: relative;
    cursor: pointer;
}
.dropdown-wrap{
    line-height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    align-items: center;
    justify-content: center;
}
.download-dropdown {    
    margin-top: 0px;
    width: 362px;
    border: 1px solid #eee;
    background:#fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 20px 30px 0 30px;
    text-align: center;
    display: block;
    z-index: 2;
}
.download-box{
    float: left;  
    height: 155px;
    text-align: center;
    overflow: hidden;
}
.download-top{
    clear:both;
    display: flex;
}
.download-title {
    height: 20px;
    line-height: 20px;
    color: #000;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}
.download-title svg,.download-title img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.download-title span {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    font-weight: 500;
}
.download-left {
    border-right: 1px solid #ddd;
    padding-right: 30px;
    width: 150px;
}
.download-left ul,.download-left ul li{
    margin: 0;
    padding: 0;
}
.download-left ul {
    margin-top: 15px;
}
.download-left ul li{
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px;
}
.download-left ul li a {
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.download-left ul li a:hover {
    background: #333;
}
.download-img{
    width: 120px;
    margin-top: 15px;
}
.download-right {
    padding-left:30px;
    width: 150px;
}
.download-img img {
    width: 100%;
}
.download-bot {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.download-bot a {
    color: #777;
    font-size: 12px;
}
.download-bot a:hover {
    color: #000;
}

.video-box {
    display: flex;
    width: 100%;
    max-width: 964px;
    z-index: 110;
    height: 60%;
    max-height: 600px;
    justify-content: center;
    align-items: center;
}
.video-box iframe {
    width: 100%;
    height: 100%;
    background: #000;
}

/***** download end *****/

/*kefu start*/
@font-face {
    font-family: 'iconfont';
    src: url('iconfont.ttf?t=1725611518293') format('truetype');
}

.kefu-box {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 1000;
    width: 74px;
  }
  .kefu-key {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 72px;
    height: 72px;
    border: 1px solid #efefef;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 12px 28px 0 rgb(27 26 49/3%),0 5px 10px 0 rgb(27 26 49/1%);
  }
  .kefu-item {margin-bottom: 10px; display: block; transition: all 0.3s;}
  
  .kefu-box a {
    text-decoration: none;
    color: #333333;
  }
  
  .kefu-box i,
  .kefu-box em {
    font-style: normal;
  }
  
  .kefu-box p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  

  .kefu,
  .qq,
  .wechat,
  .weibo {    
    display: flex;
    align-items: center;
    justify-items: center;
  }
  
  .kefu-item .wechat-inner {
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
  }
  
  .kefu-item .wechat-inner span {
    position: absolute;
    top: 4px;
    left: 26px;
  }
  
  .kefu-item .wechat-inner img {
    display: inline-block;
    width: 126px;
    height: 126px;
    margin-left: 84px;
  }
  
  .layerbox {
    display: none;
  }
  .kefu-item:hover .kefu-key{

  }
  .kefu-item:hover .layerbox {
    width: 245px;
    text-align: center;
    position: absolute;
    left: -235px;
    top: 0px;
    display: block;
  }
  .kefu-item .layer p {
    border-top: 1px solid #999;
  }

.layer {
    margin-right: 20px;
    background: #15181d;
    border-radius: 8px;
    color: #fff !important;
}
  
  .layer img {
    width: 100%;
  }
  
  .kefu-item .layer a{
    padding-top: 25px;
    padding-bottom: 10px;
    color:#fff;
  }
  
  
  .layer a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  .layer a em {
    color: #fff;
  }
  
  .layer a:hover em {
    color: #fff;
  }
  .layer p {
    line-height: 40px;
  }
  
  .qq:hover .layerbox {
    width: 245px;
    text-align: center;
    position: absolute;
    left: -235px;
    top: 0px;
    display: block;
  }
  
  .qq .corner {
    top: 20px;
  }
  
  .qq .layer a {
    border-bottom: none;
    padding: 20px 0 0 0;
    margin-bottom: 0px;
  }
  
  .qq .layer a.last {
    padding-bottom: 20px;
  }
  
  .qq .layer p {
    padding-bottom: -10px;
    border-top: 1px solid #efefef;
  }
  
  .kefu-tiem:hover .kefu-key {
    background: #f0f0f0;
  }
  
  .wechat:hover .layerbox {
    width: 245px;
    text-align: center;
    position: absolute;
    left: -235px;
    bottom: 0px;
    display: block;
  }
  .kefu-item .qr-img {
    display: inline-block;
    margin: 10px auto;
    width: 80%;
  }
  
  .wechat .layer {
    padding: 10px 0px;
  }
  
  .wechat .layer p {
    line-height: 18px;
    margin-top: 10px;
    padding-top: 10px;
  }
  
  .weibo {
    border-radius: 0px 0px 6px 6px;
  }
  
  .weibo:hover .layerbox {
    width: 245px;
    text-align: center;
    position: absolute;
    left: -235px;
    top:37px;
    display: block;
  }
  .weibo .layer {
    padding: 15px 0px 10px;
  }
  
  .weibo .layer p {
      margin-top: 10px;
    padding-top: 10px;
    line-height: 18px;
  }

.kefu-ico {
    font-family: "iconfont" !important;
    font-size: 26px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration:none!important;
}


.kefu .kefu-ico:before {
    content: "\e614";
}

.qq .kefu-ico:before {
    content: "\e616";
}

.wechat .kefu-ico:before {
    content: "\e653";
}

.weibo .kefu-ico:before {
    content: "\e6db";
}

.back .kefu-ico:before {
    content: "\e633";
}
.kefu-item .kefu-key {
    color:#15181d;
}
.kefu-item:hover .kefu-key {
    background: #15181d;
    color:#fff;
    border-color:#15181d;
}

.kefu-ts {
    border-top: none!important;
    line-height: 1.8em!important;
    padding:15px 0!important;
    font-size: 14px!important;
}
.back {
    display: none;
    cursor: pointer;
}
  /*kefu end*/
  