
:root {
    --gw-theme-color: #ff4444;
    --gw-secondary-color: #ff8855;
    --gw-support-color: #fff;
}

.content{width: 60%;margin: 0 auto}
.layer-content-center .layui-layer-content {
    text-align: center;
}
html, body {
    background-color: transparent;
}

.share {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 120px;
    right: 10px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.share i {
    font-size: 40px;
}

.wechatShare {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.8;
    display: none;
    background: #888888;
}

.browserShare {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.7;
    display: none;
    text-align: center;
    background: #000;
}

.browserShare img {
    margin-top: 150px;
}

.dark {
    background-color: #333;
    color: #ccc !important;
}

.dark ul li a {
    color: #ccc;
    font-size: 12px;
}

.light {
    color: #666;
    background-color: #f5f5f5;
}

.light ul li a {
    color: #a4a4a4;
    font-size: 12px;
}

.user-btn {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    top: 60%;
    right: 10px;
}

.user-btn img {
    width: 100%;
    height: 100%;
}

.share-user-phone {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-size: 30px;
    z-index: 9999;
    background-color: #fffcfc;
}

.share-user-phone-pc {
    position: fixed;
    right: 1px;
    bottom: 200px;
    width: 240px;
    height: 50px;
    font-size: 30px;
    z-index: 9999;
    opacity: 0.8;
    border-radius: 30px 0;
    background-color: #fffcfc;
}

.share-user-phone i, .share-user-phone-pc i {
    font-size: 14px;
    width: 20px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.share-user-phone-content {
    width: 100%;
    height: 100%;
    background-color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 举报 */
.report {
    height: auto;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a7a0a0;
    padding: 5px;
}

.report > * {
    line-height: 100%;
}
.report a span{
    font-size: 12px;
    color: #a7a0a0;
    transform: scale(0.9);
}
.report .flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
}


/* .report img {
    padding: 0 20px 0 10px;
} */

.copyright_span {
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

/**/
.mobile .animated {
    visibility: hidden;
    backface-visibility: hidden; /* 加入动画以后莫名其妙的空白 */
    -webkit-backface-visibility: hidden; /* 加入动画以后莫名其妙的空白 */
}

.friendly_link-pc {
    width: 1170px;
    margin: 0 auto;
}

.mobile .friendly_link {
    width: 100%;
}

.friendly_link {
    height: auto;
    /* font-size: 14px; */
    font-size: 12px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.friendly_link p {
    color: #999;
    margin-bottom: 0;
    padding-right: 5px;
}

.friendly_link a {
    color: #999;
    /* padding: 0 10px; */
    position: relative;
    padding-right: 5px;
    /* border-right: 1px solid #eee;
    line-height: 24px; */
}

@media (min-width: 320px) and (max-width: 768px) {
    .friendly_link-mobile {
        width: 100%;
        padding: 10px 14px;
        margin: 0 auto;
    }
}


.gw-copyright.fixed-bottom {
    /* height: 120px; */
    text-align: center;
    cursor: pointer;
    color: #fff;
    width: 100%;
}

.gw-copyright.fixed-bottom .gw-copyright-swiper {
    width: 100%;
    height: 100%;
}

.gw-copyright.fixed-bottom .gw-copyright-content {
    /* background-repeat: no-repeat;
    background-position: center center; */
    width: 100%;
    height: 100%;
    /* background-color:#FFA084; */
}

.gw-copyright.fixed-bottom.gw-copyright-mobile {
    /* height:60px; */
}

.gw-copyright.fixed-bottom.gw-copyright-mobile .gw-copyright-content {
    width: 100%;
    height: 100%;
}

.gw-copyright.fixed-bottom .gw-copyright-close-box {
    background-color: #EEEEEE;
    color: #101010;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.gw-copyright.fixed-bottom .gw-copyright-close {
    font-size: 1.3em;
    height: 30px;
    width: 32px;
    margin: auto 5px;
}

.gw-copyright.fixed-bottom.gw-copyright-mobile {
    font-size: 12px;
}

.gw-copyright.fixed-bottom.gw-copyright-mobile .gw-copyright-close {
    margin: auto 2px;
}

.fr-element .fr-video::after {
    z-index: -999 !important;
}

.gw-browse-module[name='顶部导航'] .images-component a[href='/'] img {
    object-fit: contain;
}
html:not([data-lang="zh"]):not([data-lang="zh-cn"]) .report> a:first-of-type {
    flex-direction: row-reverse;
}

html:not([data-lang="zh"]):not([data-lang="zh-cn"]) .report> a:first-of-type img{
    padding-left: 5px;
}
body.mobile .gw-browse-module > .gw-browse-module-content {
    max-width: 100% !important;
}


/*pc端header*/
.user-bar {
    width: 100%;
    height: 36px;
}

.user-bar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

@media (min-width: 1200px) {
    .user-bar .content {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .user-bar .content {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.user-bar p {
    margin-bottom: 0;
}

.user-bar ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.user-bar select {
    outline: none;
    border: solid 1px transparent;
    background-color: transparent;
}

.user-bar .mobile-code .code-box {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 6px;
    padding: 6px;
    z-index: 10;
}

.user-bar .mobile-code .code-box p {
    text-align: center;
    color: #303133;
    font-size: 12px;
}

.user-bar .mobile-code img {
    width: 100px;
    height: 100px;
}

.user-bar .mobile-code span:hover + .code-box {
    display: block;
}

.user-bar .user-bar-right li {
    position: relative;
}

.user-bar .user-bar-right li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    background-color: #d3d3d3;
}

.user-bar ul li {
    padding: 0 8px;
}

.user-bar .user-info {
    display: flex;
    align-items: center;
}

.user-bar .user-info .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-right: 5px;
}

.user-bar .user-info .avatar img {
    width: 100%;
    height: 100%;
}

.user-bar .login, .user-bar .register {
    display: none;
}

/*手机端header*/
.user-bar.mobile_model {
    display: flex;
    justify-content: space-between;
}

.user-bar.mobile_model .login-register {
    display: none;
}

.user-bar.mobile_model a {
    color: #a4a4a4;
    font-size: 12px;
}

#module-145762-components-nav-1501472764417-6877 .gw-nav{
    width:120px;height:40px;font-family:微软雅黑;font-size:16px;color:rgb(67, 67, 67);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:40px;
}
#module-145762-components-nav-1501472764417-6877 .gw-nav-cont{
    margin-left:0;margin-right:0;
}
#module-145762-components-nav-1501472764417-6877 .gw-nav-cont-row{
    margin-left:0;margin-right:0;
}
#module-145762-components-nav-1501472764417-6877 .sec-menu{
    font-family:微软雅黑;font-size:16px;font-style:normal;font-weight:normal;background-color:rgb(255, 255, 255);color:rgb(67, 67, 67);
}
#module-145762-components-nav-1501472764417-6877 .three-menu{
    font-family:微软雅黑;font-size:14px;font-style:normal;font-weight:normal;color:#666666;height:30px;
}
#module-145762-components-nav-1501472764417-6877 .menu-list{
    position:absolute;top:40px;margin-left:0;
}
#module-145762-components-nav-1501472764417-6877 .gw-nav-cont-mobile .menu-list{
    width: 100%!important;
}
#module-145762-components-nav-1501472764417-6877 .menu-list ul{
    background-color:rgb(255, 255, 255);
}
#module-145762-components-nav-1501472764417-6877 .menu-list-row{
    position:absolute;top:40px;
}
#module-145762-components-nav-1501472764417-6877 .menu-list-row ul{
    background-color:rgb(255, 255, 255);
}
#module-145762-components-nav-1501472764417-6877 .menu-list-row ul li{
    margin-left:0;
}
#module-145762-components-nav-1501472764417-6877 .has-three-child-row .three-list{

}
#module-145762-components-nav-1501472764417-6877 .three-list ul{
    line-height:30px !important;
}
#module-145762-components-nav-1501472764417-6877 .three-list-row{
    position:absolute;top:40px;
}
#module-145762-components-nav-1501472764417-6877 .three-list-row ul{
    top:30px;
}
#module-145762-components-nav-1501472764417-6877 .three-list-row ul li{
    margin-left:0;
}
#module-145762-components-nav-1501472764417-6877 .menu-list .triangle_border_up{
    border-bottom-color:rgb(255, 255, 255);
}
#module-145762-components-nav-1501472764417-6877 .sec-menu a{
    color:rgb(67, 67, 67);text-decoration:none;font-weight:normal;
}
#module-145762-components-nav-1501472764417-6877 .sec-menu:hover .three-menu a{
    color:#666666;text-decoration:none;font-weight:normal;
}
#module-145762-components-nav-1501472764417-6877 .gw-nav-cont:hover .gw-nav{
    width:120px;height:40px;font-family:微软雅黑;font-size:16px;color:rgb(255, 255, 255);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgb(28, 69, 135);display:inline-block;text-align:center;line-height:40px;
}
#module-145762-components-nav-1501472764417-6877 .gw-nav-cont-row:hover .gw-nav{
    width:120px;height:40px;font-family:微软雅黑;font-size:16px;color:rgb(255, 255, 255);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgb(28, 69, 135);display:inline-block;text-align:center;line-height:40px;
}
#module-145762-components-nav-1501472764417-6877 .first-nav-cont:hover .gw-nav{
    width:120px;height:40px;font-family:微软雅黑;font-size:16px;color:rgb(255, 255, 255);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgb(28, 69, 135);display:inline-block;text-align:center;line-height:40px;
}
#module-145762-components-nav-1501472764417-6877 .gw-nav-cont:hover{
    margin-left:0 !important;margin-right:0 !important;
}
#module-145762-components-nav-1501472764417-6877 .gw-nav-cont-row:hover{
    margin-left:0 !important;margin-right:0 !important;
}
#module-145762-components-nav-1501472764417-6877 .sec-menu:hover{
    background-color:rgb(28, 69, 135);font-size:16px;font-weight:normal;
}
#module-145762-components-nav-1501472764417-6877 .sec-menu:hover a{
    color:rgb(255, 255, 255);font-family:微软雅黑;font-weight:normal;font-style:normal;text-decoration:none;
}
#module-145762-components-nav-1501472764417-6877 .three-menu:hover{
    font-size:14px;height:30px;font-weight:normal;
}
#module-145762-components-nav-1501472764417-6877 .sec-menu .three-menu:hover a{
    color:#5085e9;font-family:微软雅黑;font-weight:normal;font-style:normal;text-decoration:none;
}
#module-145762-components-nav-1501472764417-6877 .gw-nav.active{
    width:120px;height:40px;font-family:微软雅黑;font-size:16px;color:rgb(255, 255, 255);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgb(28, 69, 135);display:inline-block;text-align:center;line-height:40px;
}
#module-145762-components-nav-1501472764417-6877{
    --nav-effect-color:#FFFFFF;--nav-color:rgb(67, 67, 67);--nav-active-color:rgb(255, 255, 255);
}

 #module-145858-components-images-1501468910786-4677 .gw-image-hoverShadow:hover img {
     box-shadow:8px 8px 20px 0 #ababab !important;
 }

  #module-145858-components-images-1501468910786-4677 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }

  #module-145858-components-images-1501468910786-4677 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }
 #module-145858-components-images-1501468970691-9275 .gw-image-hoverShadow:hover img {
     box-shadow:8px 8px 20px 0 #ababab !important;
 }

  #module-145858-components-images-1501468970691-9275 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }

  #module-145858-components-images-1501468970691-9275 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }
 #module-145858-components-images-1501468988976-3900 .gw-image-hoverShadow:hover img {
     box-shadow:8px 8px 20px 0 #ababab !important;
 }

  #module-145858-components-images-1501468988976-3900 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }

  #module-145858-components-images-1501468988976-3900 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }

 #module-145858-components-images-1501469009628-8099 .gw-image-hoverShadow:hover img {
     box-shadow:8px 8px 20px 0 #ababab !important;
 }


  
  #module-145858-components-images-1501469009628-8099 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-145858-components-images-1501469009628-8099 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }


  
  #module-145858-components-images-1501469009931-8102 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-145858-components-images-1501469009931-8102 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-145858-components-images-1501469009931-8102 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }


  
  #module-145916-components-images-1501469749927-4347 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-145916-components-images-1501469749927-4347 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-145916-components-images-1501469749927-4347 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }


  
  #module-145916-components-images-1501469912918-9493 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-145916-components-images-1501469912918-9493 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-145916-components-images-1501469912918-9493 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }


  
  #module-145916-components-images-1501469991072-1999 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-145916-components-images-1501469991072-1999 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-145916-components-images-1501469991072-1999 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }


  
  #module-145965-components-images-1501470267770-8230 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-145965-components-images-1501470267770-8230 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-145965-components-images-1501470267770-8230 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }


  
  #module-145965-components-images-1501470267770-7131 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-145965-components-images-1501470267770-7131 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-145965-components-images-1501470267770-7131 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }


  
  #module-145965-components-images-1501470267770-3828 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-145965-components-images-1501470267770-3828 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-145965-components-images-1501470267770-3828 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }


  
  #module-145965-components-images-1501470267770-4098 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-145965-components-images-1501470267770-4098 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-145965-components-images-1501470267770-4098 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }



  
  #module-146021-components-images-1501471644130-2897 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-146021-components-images-1501471644130-2897 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-146021-components-images-1501471644130-2897 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }



  
  #module-146021-components-images-1501471644130-4799 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-146021-components-images-1501471644130-4799 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-146021-components-images-1501471644130-4799 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }



  
  #module-146021-components-images-1501471644130-2946 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-146021-components-images-1501471644130-2946 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-146021-components-images-1501471644130-2946 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }



  
  #module-146021-components-images-1501471644130-2073 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-146021-components-images-1501471644130-2073 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-146021-components-images-1501471644130-2073 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }



  
  #module-146021-components-images-1501471644130-8431 .gw-image-hoverShadow:hover img {
      box-shadow:8px 8px 20px 0 #ababab !important;
  }


  
  #module-146021-components-images-1501471644130-8431 .gw-imageText-shadow:hover img{
      box-shadow:0px 8px 12px rgba(0,0,0,.14) !important;
  }


  
  #module-146021-components-images-1501471644130-8431 .gw-imageText-card:hover img{
      box-shadow:0 10px 16px rgba(0,0,0,.24) !important;
  }



  
  #module-145555-components-nav-1501472770855-3104 .gw-nav{
      width:80px;height:30px;font-family:微软雅黑;font-size:14px;color:rgb(204, 204, 204);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:30px;
  }
#module-145555-components-nav-1501472770855-3104 .gw-nav-cont{
    margin-left:0;margin-right:0;
}
#module-145555-components-nav-1501472770855-3104 .gw-nav-cont-row{
    margin-left:0;margin-right:0;
}
#module-145555-components-nav-1501472770855-3104 .sec-menu{
    font-family:微软雅黑;font-size:16px;font-style:normal;font-weight:normal;color:#666666;
}
#module-145555-components-nav-1501472770855-3104 .three-menu{
    font-family:微软雅黑;font-size:14px;font-style:normal;font-weight:normal;color:#666666;height:30px;
}
#module-145555-components-nav-1501472770855-3104 .menu-list{
    position:absolute;top:30px;margin-left:0;
}
#module-145555-components-nav-1501472770855-3104 .gw-nav-cont-mobile .menu-list{
    width: 100%!important;
}
#module-145555-components-nav-1501472770855-3104 .menu-list ul{

}
#module-145555-components-nav-1501472770855-3104 .menu-list-row{
    position:absolute;top:30px;
}
#module-145555-components-nav-1501472770855-3104 .menu-list-row ul{

}
#module-145555-components-nav-1501472770855-3104 .menu-list-row ul li{
    margin-left:0;
}
#module-145555-components-nav-1501472770855-3104 .has-three-child-row .three-list{

}
#module-145555-components-nav-1501472770855-3104 .three-list ul{
    line-height:30px !important;
}
#module-145555-components-nav-1501472770855-3104 .three-list-row{
    position:absolute;top:30px;
}
#module-145555-components-nav-1501472770855-3104 .three-list-row ul{
    top:30px;
}
#module-145555-components-nav-1501472770855-3104 .three-list-row ul li{
    margin-left:0;
}
#module-145555-components-nav-1501472770855-3104 .menu-list .triangle_border_up{

}
#module-145555-components-nav-1501472770855-3104 .sec-menu a{
    color:#666666;text-decoration:none;font-weight:normal;
}
#module-145555-components-nav-1501472770855-3104 .sec-menu:hover .three-menu a{
    color:#666666;text-decoration:none;font-weight:normal;
}
#module-145555-components-nav-1501472770855-3104 .gw-nav-cont:hover .gw-nav{
    width:80px;height:30px;font-family:微软雅黑;font-size:14px;color:rgb(200, 169, 137);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:30px;
}
#module-145555-components-nav-1501472770855-3104 .gw-nav-cont-row:hover .gw-nav{
    width:80px;height:30px;font-family:微软雅黑;font-size:14px;color:rgb(200, 169, 137);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:30px;
}
#module-145555-components-nav-1501472770855-3104 .first-nav-cont:hover .gw-nav{
    width:80px;height:30px;font-family:微软雅黑;font-size:14px;color:rgb(200, 169, 137);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:30px;
}
#module-145555-components-nav-1501472770855-3104 .gw-nav-cont:hover{
    margin-left:0 !important;margin-right:0 !important;
}
#module-145555-components-nav-1501472770855-3104 .gw-nav-cont-row:hover{
    margin-left:0 !important;margin-right:0 !important;
}
#module-145555-components-nav-1501472770855-3104 .sec-menu:hover{
    font-size:16px;font-weight:normal;
}
#module-145555-components-nav-1501472770855-3104 .sec-menu:hover a{
    color:#000000;font-family:微软雅黑;font-weight:normal;font-style:normal;text-decoration:none;
}
#module-145555-components-nav-1501472770855-3104 .three-menu:hover{
    font-size:14px;height:30px;font-weight:normal;
}
#module-145555-components-nav-1501472770855-3104 .sec-menu .three-menu:hover a{
    color:#5085e9;font-family:微软雅黑;font-weight:normal;font-style:normal;text-decoration:none;
}
#module-145555-components-nav-1501472770855-3104 .gw-nav.active{
    width:80px;height:30px;font-family:微软雅黑;font-size:14px;color:rgb(200, 169, 137);font-weight:normal;font-style:normal;text-decoration:none;background-color:rgba(0, 0, 0, 0);display:inline-block;text-align:center;line-height:30px;
}
#module-145555-components-nav-1501472770855-3104{
    --nav-effect-color:#FFFFFF;--nav-color:rgb(204, 204, 204);--nav-active-color:rgb(200, 169, 137);
}


  
  #module-145555-components-article-1501472770856-2945 .tag-pc:hover{
      background-color: #007bff !important;
  }




  
  .xshare .collect-btn{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      font-size: 20px;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #E0E0E0;
      color:#E0E0E0;
      margin: 4px;
      transition: all 0.6s ease-out 0s;
  }
.xshare .collect-btn:hover{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.xshare .collect-btn.has-collected{
    color:	#f0ad4e;
    background-color: #fff;
    border-color:#f0ad4e;
}
