@import 'common.css';
@font-face {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  src: url('syht.css');
}
body {
  padding-top: 50px;
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
/*

* 媒体查询

*/
@media screen and (max-width: 768px) {
  /*超小屏幕*/
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  /*小屏幕*/
  .container {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  /*大屏幕*/
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  /*超大屏幕*/
  .container {
    width: 1200px;
  }
}
@media (max-width: 1800px) {
  .sidebar {
    display: none;
  }
}
@media (max-width: 1800px) {
  #topding {
    display: none;
  }
}
@media (max-width: 992px) {
  .logohide {
    display: block;
    margin-right: -15px !important;
  }
}
@media (min-width: 992px) {
  /*大屏幕*/
}
@media (max-width: 992px) {
  #nav .submenu {
    position: static !important;
    top: 0px !important;
  }
}
.navbar {
  margin-bottom: 0;
   background-image:-webkit-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
   background-size: 100% 100%;
  background-repeat: no-repeat;
}
#nav {
  background: #1a46b9;
  width: 100%;
  height: 52px;
  z-index: 998;
}
#nav .nav-img {
  position: relative;
  top: 24px;
  left: 15px;
  transform: translateY(-50%);
}
#nav .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
#nav .navbar-nav .nav-color {
  background: #1a46b9;
}

#nav .navbar-nav .nav-color a {
  width: 100%;
  font-size: 16px;
  color: #f4f4f4;
}
#nav .navbar-nav .nav-color a:hover {
  color: #fff;
}
#nav .navbar-nav .nav-color a span {
  display: block;
  height: 100%;
}
#nav .clear {
  clear: both;
}
#nav .a-b {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: #1a46b9;
}
#nav .submenu {
  display: none;
  position: absolute;
  top: 50px;
}
#nav .mj_menu_pro_main {
  width: 143px;
  margin-left: 20px;
  padding: 0px;
  border-left: 1px solid #1a46b9;
  border-right: 1px solid #1a46b9;
  border-bottom: 1px solid #1a46b9;
}
#nav .mj_menu_pro_li {
  padding: 0;
  margin: 0;
  background: #1a46b9;
}
#nav .ul-inline {
  background: #1a46b9!important;
}
#nav .ul-inline li {
  float: left;
  background: #1a46b9!important;
}
#nav .ul-inline li a font {
  color: #fff;
  font-size: 14px;
}
#nav .ul-inline:hover {
  display: block !important;
}
#nav .mj_menu_li_txt {
  font-size: 12px;
  color: #696969;
}
#nav .submenu li {
  padding: 0;
  background: none;
  height: 40px;
  line-height: 40px;
  border-bottom: dotted 0px #BEBEBE;
  width: 143px;
}
#nav .submenu li a {
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 15px;
}
#nav hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
@media (max-width: 992px) {
  #nav .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#nav .navbar-right li {
  background: #1a46b9;
}
#nav .navbar-right li .login .dropdown-toggle {
  height: 51px;
  line-height: 51px;
}
#nav .navbar-right li .dropdown-menu {
  min-width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
#nav .navbar-right li .dropdown-menu li a:hover {
  background: #1a46b9!important;
}
#nav .navbar-right li a {
  font-size: 16px;
  color: #f4f4f4;
}
#nav .navbar-right li a:hover {
  color: #fff;
}
.h {
  height: 132px;
}
.h .left-logo {
  width: 335px;
  height: 100%;
  position: relative;
  padding-left: 20px;
}
.h .left-logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}

.search-top {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.search-top li {
  margin-right: 10px;
}
.search-top li a {
  font-size: 16px;
  color: #686868;
}
.search-top li a:hover {
  color: #f26929;
}
.search-top li:last-child {
  margin-right: 0px;
}
.search-top li:nth-child(even) {
  width: 1px;
  background: #000;
  height: 18px;
}
.search-box {
  margin-top: 28px;
}
.search-box .srarch-one {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.search-box .srarch-one a {
  color: #518193;
  font-size: 15px;
}
.search-box .srarch-one a:hover {
  color: #f26929;
}
.search-box .srarch-two .tab-pane {
  display: none;
  background: #fff;
}
.search-box .srarch-two .tab-pane.active {
  display: block;
}
.search-box .srarch-two div {
  border: 1px solid #a4a4a4;
  height: 28px;
  border-radius: 16px;
  padding-right: 68px;
  width: 100%;
  position: relative;
}
.search-box .srarch-two div input {
  width: 100%;
  background: none;
  outline: none;
  border: 0px;
  padding-left: 8px;
  height: 28px;
  border-radius: 16px;
}
.search-box .srarch-two div img {
  position: absolute;
  right: 10px;
  top: 3px;
  cursor: pointer;
}
.search-box .srarch-two div span {
  position: absolute;
  right: 80px;
  top: 3px;
  cursor: pointer;
}
.rigth-login .login-input {
  margin-top: 20px;
  height: 24px;
}
.rigth-login .login-input a {
  width: 68px;
  height: 24px;
  line-height: 24px;
  float: right;
  background-image: url('../img/icon-button-test.png');
  background-repeat: no-repeat;
  font-size: 14px;
  color: #fff;
  border-radius: 18px;
  text-align: center;
  margin-left: 6px;
}
.rigth-login .login-input a:hover {
  color: #f26929;
}
.zhanghao {
  width: 100%;
  padding-left: 54px;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.zhanghao a {
  display: inline-block;
  width: 154px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #1a46b9;
  border-radius: 15px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
  background-color: #1a46b9;
}


 .zhanghao a:HOVER{
    border: 1px solid #1a46b9;
    color: #1a46b9;
    background-color:#FFF;
}

.zhanghao a:nth-child(1) {
  margin-right: 6px;
}
.zhanghao a:nth-child(3) {
  margin-right: 6px;
}
.zhanghao a strong {
  width: 16px;
  float: right;
  margin-top: 7px;
}
.zhanghao a strong img {
  font-size: 12px;
  float: right;
}
.country-time {
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.country-time span:hover {
  color: #f26929;
}
.country-time small {
  margin-left: 10px;
}

@media (max-width: 992px) {
  .tab-custom {
    width: 82% !important;
    overflow: hidden;
  }
  #zdy .tab-nv {
    position: absolute;
    right: 6px;
    top: -3px;
    width: 60px;
  }
  #zdy .tab-nv .addUserbut  {
    display: block ;
    width: 60px;
    background: #82c0ec;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
  }
  #zdy .tab-nv .showSpan {
    display: block ;
    width: 60px;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    float: none;
  }
  #zdy .tab-nv .but {
    display: none;
  }
}
@media (max-width: 768px) {
  .tab-custom {
    width: 82% !important;
    overflow: hidden;
  }
  #zdy .tab-nv {
    position: absolute;
    right: 6px;
    top: -3px;
    width: 60px;
  }
  #zdy .tab-nv .addUserbut  {
    display: block ;
    width: 60px;
    background: #82c0ec ;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
  }
  #zdy .tab-nv .showSpan {
    display: block ;
    width: 60px;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    float: none;
  }
  #zdy .tab-nv .but {
    display: none;
  }
}
#zdy {
  margin-top: 24px;
}
#zdy .tab-nv {
  position: absolute;
  right: 6px;
  top: -3px;
}

#zdy .tab-nv .addUserbut {
  background: #82c0ec;
}

#zdy .tab-nv .showSpan {
  float: right;
  margin-left: 8px;
  height: 23px;
  padding: 0 5px ;
  width: 60px;
  color: #fff;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
}

#zdy .tab-nv .but {
  display: none;
  background: #3498db;
}
#zdy .custom .tab-custom {
  display: flex;
}
#zdy .custom .tab-custom .tab-dingyi {
  width: 98px;
  height: 20px;
  border: 1px solid #a4a4a4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  color: #686868;
  line-height: 20px;
  border-bottom: none;
  cursor: pointer;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;
  
}
#zdy .custom .tab-custom .tab-dingyi.active {
  background-image: url('../img/nav-left-icon/bg-520-daohang.png');
  background-repeat: no-repeat;
  color: #fff;
}
#zdy .custom .tab-customtwo {
  border: 1px solid #bad2e6;
}
#zdy .custom .tab-customtwo .tab-content {
  width: 100%;
  display: block;
  background: #fff;
  padding: 20px 40px;
  display: none;
  zoom: 1;
}
#zdy .custom .tab-customtwo .tab-content:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
#zdy .custom .tab-customtwo .tab-content .a-content {
  width: 38px;
  float: left;
}
#zdy .custom .tab-customtwo .tab-content .list_divbox {
  flex: 1;
  display: block;
  background: #fff;
  clear: both;
}
#zdy .custom .tab-customtwo .tab-content .list_divbox .list-div {
  float: left;
  width: 150px;
  display: flex;
  height: 40px;
  align-items: center;
  /*子元素垂直居中*/
  padding-left: 8px;
  line-height: 40px;
  margin-bottom: 15px;
}
#zdy .custom .tab-customtwo .tab-content .list_divbox .list-div:hover {
  color: #333;
  background: #fcfcfc;
  box-shadow: 0 1px 8px #ddd;
}
#zdy .custom .tab-customtwo .tab-content .list_divbox .list-div .list-icontu {
  margin-right: 6px;
}
#zdy .custom .tab-customtwo .tab-content .list_divbox .list-div .list_wangzhang {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#zdy .custom .tab-customtwo .tab-content .list_divbox .list-div .list_wangzhang .items {
  font-size: 16px;
}
#zdy .custom .tab-customtwo .tab-content .list_divbox .list-div .list_wangzhang i {
  color: #3498db;
  font-size: 16px;
}
#zdy .custom .tab-customtwo .tab-content.selected {
  width: 100%;
  display: block;
  background: #fff;
  padding: 20px 40px;
  display: flex;
}
#zdy .custom .tab-customtwo .tab-content.selected .a-content {
  width: 38px;
  float: left;
}
#zdy .custom .tab-customtwo .tab-content.selected .list_divbox {
  flex: 1;
  display: block;
  background: #fff;
  clear: both;
}
#zdy .custom .tab-customtwo .tab-content.selected .list_divbox .list-div {
  float: left;
  width: 150px;
  display: flex;
  height: 40px;
  align-items: center;
  /*子元素垂直居中*/
  padding-left: 8px;
}
#zdy .custom .tab-customtwo .tab-content.selected .list_divbox .list-div:hover {
  color: #333;
  background: #fcfcfc;
  box-shadow: 0 1px 8px #ddd;
}
#zdy .custom .tab-customtwo .tab-content.selected .list_divbox .list-div .list-icontu {
  margin-right: 6px;
}
#zdy .custom .tab-customtwo .tab-content.selected .list_divbox .list-div .list_wangzhang {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#zdy .custom .tab-customtwo .tab-content.selected .list_divbox .list-div .list_wangzhang .items {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-grid;
  width: 80px;
}
#zdy .custom .tab-customtwo .tab-content.selected .list_divbox .list-div .list_wangzhang i {
  color: #3498db;
  font-size: 16px;
}

#zdy .custom .tab-customtwo .tab-content .list_divbox .list-div .list-icontu img {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
  .tab-customtwo {
    border: 1px solid #bad2e6;
  }
  .tab-customtwo .tab-content {
    width: 100%;
    display: block;
    background: #fff;
    padding: 20px 20px !important;
    display: none;
    zoom: 1;
  }
  .tab-customtwo .tab-content:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .tab-customtwo .tab-content .a-content {
    width: 38px;
    float: left;
  }
  .tab-customtwo .tab-content .list_divbox {
    flex: 1;
    display: block;
    background: #fff;
    clear: both;
  }
  .tab-customtwo .tab-content .list_divbox .list-div {
    float: left;
    width: 150px;
    display: flex;
    height: 40px;
    align-items: center;
    /*子元素垂直居中*/
    padding-left: 8px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .tab-customtwo .tab-content .list_divbox .list-div:hover {
    color: #333;
    background: #fcfcfc;
    box-shadow: 0 1px 8px #ddd;
  }
  .tab-customtwo .tab-content .list_divbox .list-div .list-icontu {
    margin-right: 6px;
  }
  .tab-customtwo .tab-content .list_divbox .list-div .list_wangzhang {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .tab-customtwo .tab-content .list_divbox .list-div .list_wangzhang .items {
    font-size: 16px;
  }
  .tab-customtwo .tab-content .list_divbox .list-div .list_wangzhang i {
    color: #3498db;
    font-size: 16px;
  }
  .tab-customtwo .tab-content.selected {
    width: 100%;
    display: block;
    background: #fff;
    padding: 20px 40px;
    display: flex;
  }
  .tab-customtwo .tab-content.selected .a-content {
    width: 38px;
    float: left;
  }
  .tab-customtwo .tab-content.selected .list_divbox {
    flex: 1;
    display: block;
    background: #fff;
    clear: both;
  }
  .tab-customtwo .tab-content.selected .list_divbox .list-div {
    float: left;
    width: 150px;
    display: flex;
    height: 40px;
    align-items: center;
    /*子元素垂直居中*/
    padding-left: 8px;
  }
  .tab-customtwo .tab-content.selected .list_divbox .list-div:hover {
    color: #333;
    background: #fcfcfc;
    box-shadow: 0 1px 8px #ddd;
  }
  .tab-customtwo .tab-content.selected .list_divbox .list-div .list-icontu {
    margin-right: 6px;
  }
  .tab-customtwo .tab-content.selected .list_divbox .list-div .list_wangzhang {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .tab-customtwo .tab-content.selected .list_divbox .list-div .list_wangzhang .items {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-grid;
    width: 80px;
  }
  .tab-customtwo .tab-content.selected .list_divbox .list-div .list_wangzhang i {
    color: #3498db;
    font-size: 16px;
  }
}

.exchange {
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 15px;
  text-align: center;
}
.exchange span {
  cursor: pointer;
}
.exchange span:hover {
  color: #f26929;
}
.amz {
  margin-top: 20px;
}
.amzone {
  width: 100%;
}
.amzone p {
  height: 20px;
  width: 84px;
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #a4a4a4;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amzone #amz-box {
  background: #fff;
  border: 1px solid #bad2e6;
}

.amzone ul {
  height: 92.66px;
  background: #fff;
  padding-top: 20px;
}
.tplUl>li>div{
	margin-top: 3px;
}
.amzone ul li {
  width: 20%;
  float: left;
  text-align: center;
}
.amzone ul li clear:both .img-a {
  display: block;
  padding: 20px 20px 15px 20px ;
}
.amzone ul li clear:both .img-a img {
  width: 38px;
  height: 38px;
}
.amzone ul li div a:hover {
  color: #f26929;
}
.amztwo .amz-tab {
  display: flex;
}
.amztwo .amz-tab .amz-con {
  width: 130px;
  height: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #a4a4a4;
  text-align: center;
  line-height: 20px;
  border-bottom: none;
  cursor: pointer;
}
.amztwo .amz-tab .amz-con.active {
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  color: #fff;
}
.amztwo .amz-content {
  width: 100%;
  height: 100%;
  border: 1px solid #bad2e6;
  background: #fff;
  margin: 0px;
  padding: 0px;
}
.amztwo .tab-count {
  padding: 13px 10px;
  display: block;
  background: #fff;
  display: none;
  padding-bottom: 0px;
}
.amztwo .tab-count .chorme {
  text-align: left;
}
.amztwo .tab-count .chorme a {
  text-align: center;
}
.amztwo .tab-count .btn {
  border: none;
  padding: 0;
}
.amztwo .tab-count:hover {
  color: #f26929;
}
.amztwo .tab-count a {
  display: inline-block;
  margin-right: 0px !important;
  margin-bottom: 18px !important;
  font-size: 14px ;
  color: #404040;
}
.amztwo .tab-count a:hover {
  color: #f26929;
}
.amztwo .tab-count.tabcalculate {
  display: block;
  padding: 13px 10px;
  background: #fff;
    padding-bottom: 0px;
}
.amztwo .tab-count img{
  margin-right: 5px;
}
.amztwo .tab-count.tabcalculate:hover {
  color: #f26929;
}
.amztwo .tab-count.tabcalculate a {
  display: inline-block;
  margin-right: 0px !important;
  margin-bottom: 18px !important;
  font-size: 14px;
  color: #404040;
}
.festival-time {
  margin-top: 16px;
  padding-right: 105px;
  padding-left: 105px;
  height: 40px;
  line-height: 40px;
  background-image: url('../img/nav-top.png');
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.festival-time .festivalcolor {
  color: #000;
  font-size: 18px;
}
.festival-time .day {
  color: #e7322b;
  font-weight: bold;
  font-size: 15px;
}
.mediabox {
  margin-top: 16px;
}
.mediabox .medias .media-tab {
  display: flex;
  cursor: pointer;
}
.mediabox .medias .media-tab .mediaxuan {
  height: 20px;
  width: 84px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #a4a4a4;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;
}
.mediabox .medias .media-tab .mediaxuan.active {
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  color: #fff;
}
.mediabox .medias .tab-customtwo {
  border: 1px solid #bad2e6;
  width: 100%;
  background: #fff;
}
.mediabox .medias .tab-customtwo .wangzhang {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: none;
  padding: 0 15px;
  padding-bottom: 20px;
}
.mediabox .medias .tab-customtwo .wangzhang a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
.mediabox .medias .tab-customtwo .wangzhang a:hover {
  color: #f26929;
}
.mediabox .medias .tab-customtwo .wangzhang a img {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.mediabox .medias .tab-customtwo .wangzhang.neilong {
  display: block;
  display: flex;
  justify-content: flex-start;
}
.mediabox .bbs {
  width: 100%;
  position: relative;
  border: 1px solid #bad2e6 ;
  border-top: none;
  background: #fff;
  padding:22px 0 ;
}
.mediabox .bbs .bbs-p {
  position: absolute;
  top: -20px;
  height: 20px;
  width: 84px;
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #a4a4a4;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mediabox .bbs .bbs-li {
  height: 85px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 5px 0 5px;
}
.mediabox .bbs .bbs-li:hover {
  background: #f2f8fd;
}
.mediabox .bbs .bbs-li a {
  display: inline-block;
  width: 100%;
}
.mediabox .bbs .bbs-li a:hover small {
  color: #f26929;
}
.mediabox .bbs .bbs-li a span:nth-of-type(1){
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: block;
}
.mediabox .bbs .bbs-li a span {
  display: block;
  margin-top: 8px;
  color: #b5b2b2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mediabox .xuanping {
  border: 1px solid #bad2e6 ;
  border-top: none;
  width: 100%;
  position: relative;
}
.mediabox .xuanping .xuanping-p {
  position: absolute;
  top: -20px;
  height: 20px;
  width: 84px;
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #a4a4a4;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mediabox .xuanping ul {
  margin: 0 auto;
  padding: 30px 0 0 20px;
  background: #fff;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*文本溢出用"..."表示*/
  text-overflow: ellipsis;
  /*适用IE*/
  -o-text-overflow: ellipsis;
  /*适用opera*/
  -moz-binding: url('ellipsis.xml#ellipsis');
  /*适用火狐(firefox通过XUL实现效果)*/
}
.mediabox .xuanping ul li {
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.mediabox .xuanping ul li a {
  font-size: 14px;
  text-align: center;
}
.mediabox .xuanping ul li a:hover {
  color: #f26929;
}
.mediabox .xuanping ul li a img {
  margin-right: 10px;
  vertical-align:sub;
}
.software-one {
  margin-top: 15px;
  height: 24px;
  width: 86px;
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #a4a4a4;
  border-bottom: none;
  border-radius: 17px;
}
.soft {
  margin-top: 10px;
}
.soft a {
  display: inline-block;
  height: 100%;
  height: 74px;
  text-align: center;
  width: 100%;
  background: #fff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.soft a:hover {
  background: #f2f8fd;
}
.soft a:hover span:nth-of-type(1) {
  color: #f26929;
}
.soft a span:nth-of-type(1) {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #404040;
}
.soft a span:last-of-type {
  color: #b5b2b2;
  font-size: 12px;
}
.soft #btn a {
  text-align: center;
  padding-left: 0;
}
.soft #btn a .more {
  color: #1a46b9;
  display: block;
  padding-top: 24px;
}
.keywords-one {
  margin-top: 15px;
  height: 24px;
  width: 100px;
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #a4a4a4;
  border-bottom: none;
  border-radius: 17px;
}
.keywords {
  margin-top: 10px;
}
.keywords a {
  display: inline-block;
  height: 74px;
  width: 100%;
  text-align: center;
  background: #fff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.keywords a:hover {
  background: #f2f8fd;
}
.keywords a:hover span:nth-of-type(1) {
  color: #f26929;
}
.keywords a span:nth-of-type(1) {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.keywords a span:last-of-type {
  color: #b5b2b2;
  font-size: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.keywords #keybtn {
  text-align: center;
}
.keywords #keybtn a .more {
  color: #1a46b9;
  display: block;
  padding-top: 24px;
}
.evaluation #pinbtn a .more {
  color: #1a46b9;
  display: block;
  padding-top: 24px;
}
.evaluation-one {
  margin-top: 15px;
  height: 24px;
  width: 86px;
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #a4a4a4;
  border-bottom: none;
  border-radius: 17px;
}
.evaluation {
  margin-top: 10px;
}
.evaluation a {
  display: inline-block;
  height: 74px;
  text-align: center;
  width: 100%;
  background: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.evaluation a:hover {
  background: #f2f8fd;
}
.evaluation a:hover span:nth-of-type(1) {
  color: #f26929;
}
.evaluation a span:nth-of-type(1) {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.evaluation a span:last-of-type {
  color: #b5b2b2;
  font-size: 12px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.seo-maodi {
  margin-top: 15px;
  margin-bottom: 10px;
  height: 24px;
  width: 86px;
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #a4a4a4;
  border-bottom: none;
  border-radius: 17px;
}
@media (max-width: 992px) {
  .seo-content {
    background: #fff;
    padding: 18px 0 18px 10px;
  }
  .seo-content .media {
    display: flex;
    flex-wrap: wrap;
  }
  .seo-content .media li {
    width: 20% !important;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .seo-content {
    background: #fff;
    padding: 18px 0 18px 10px;
  }
  .seo-content .media {
    display: flex;
    flex-wrap: wrap;
  }
  .seo-content .media li {
    width: 33.33% !important;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
  }
 .seo-content .media li:FIRST-CHILD {
	width: 100% !important;
	}
}
.seo-maodi {
  margin-top: 15px;
  margin-bottom: 10px;
  height: 24px;
  width: 86px;
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #a4a4a4;
  border-bottom: none;
  border-radius: 17px;
}
.seo-content {
  background: #fff;
  padding: 18px 0 18px 10px;
  border-left: 1px solid #bad2e6;
  border-right: 1px solid #bad2e6; 
}
.seo-content .media {
  display: flex;
  flex-wrap: wrap;
}
.seo-content .media li {
  width: 11%;
  text-align: left;
  overflow: inherit;
  z-index: 100;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seo-content .media li a img {
  width: 14px;
  margin-right: 3px;
}
.seo-content .media li a:hover {
  color: #f26929;
}
.seo-content .media li:first-child {
  width: 127px;
}
.seo-content .media li:first-child a {
  display: block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #f5f5f5;
  margin-right: 25px;
  font-size: 13px;
  font-weight: 700;
  color: #7db4f1;
}
.seo-content .media li:first-child a .fa {
  margin-left: 5px;
}
.seo-content .media li:last-child a .rgbs {
  display: inline-block;
  width: 110px;
  text-align: center;
  color: #1a46b9;
  font-size: 14px;
}
.seo-content .seo-content:last-of-type {
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .fuwu-customtwo {
    background: #fff;
    padding: 18px 0 18px 10px;
  }
  .fuwu-customtwo .media {
    display: flex;
    flex-wrap: wrap;
  }
  .fuwu-customtwo .media li {
    width: 20% !important;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
  }
  .fuwu-customtwo .media li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .fuwu-customtwo {
    background: #fff;
    padding: 18px 0 18px 10px;
  }
  .fuwu-customtwo .media {
    display: flex;
    flex-wrap: wrap;
  }
  .fuwu-customtwo .media li {
    width: 33.33% !important;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
  }
  .fuwu-customtwo .media li a {
    font-size: 14px;
  }
}
.fuwu {
  margin-top: 15px;
  margin-bottom: 10px;
}
.fuwu .fuwu-custom {
  display: flex !important;
}
.fuwu .fuwu-custom li {
  width: 118px;
  height: 20px;
  border: 1px solid #a4a4a4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  color: #404040;
  line-height: 20px;
  border-bottom: none;
  cursor: pointer;
}
.fuwu .fuwu-custom li.active {
  background-image: url('../img/nav-left-icon/bg-520-daohang.png');
  background-repeat: no-repeat;
  color: #fff;
}
.fuwu .fuwu-customtwo {
  background: #fff;
  display: none;
  border: 1px solid #bad2e6;
}
.fuwu .fuwu-customtwo .fuwucontent {
  padding: 18px 0 0 10px;
}
.fuwu .fuwu-customtwo .fuwucontent:last-of-type {
  padding-bottom: 10px;
}
.fuwu .fuwu-customtwo .media {
  display: flex;
  flex-wrap: wrap;
}
.fuwu .fuwu-customtwo .media li {
  width: 11%;
  text-align: left;
  overflow: inherit;
  z-index: 100;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fuwu .fuwu-customtwo .media li a {
  font-size: 14px;
}
.fuwu .fuwu-customtwo .media li a:hover {
  color: #f26929;
}
.fuwu .fuwu-customtwo .media li:first-child {
  width: 127px;
}
.fuwu .fuwu-customtwo .media li:first-child a {
  display: block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #f5f5f5;
  margin-right: 25px;
  font-size: 13px;
  font-weight: 700;
  color: #7db4f1;
}
.fuwu .fuwu-customtwo .media li:first-child a .fa {
  margin-left: 5px;
}
.fuwu .fuwu-customtwo.active {
  display: block;
}

footer {
  width: 100%;
  height: 100%;
  z-index: 998;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  padding-top: 14px;
}
footer .footer-new {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
footer .footer-new .about {
  width: 380px;
  margin-right: 30px;
}
footer .footer-new .about h2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
footer .footer-new .about p {
  font-size: 14px;
}
footer .footer-new .about:nth-child(2) {
  width: 100px;
}
footer .footer-new .about:nth-child(3) {
  width: 400px;
}
footer .footer-new .about:nth-child(3) .qrmain {
  display: flex;
}
footer .footer-new .about:nth-child(3) .qrmain .checktab {
  width: 28px;
}
footer .footer-new .about:nth-child(3) .qrmain .checktab div {
  width: 28px;
  border: 1px solid #fff;
  text-align: center;
}
footer .footer-new .about:nth-child(3) .qrmain .qrcodepos {
  padding-top: 14px;
}
footer .footer-new .about:nth-child(3) .qrmain .qrcodepos img {
  width: 108px;
  margin-left: 20px;
}
footer .footer-new .about:nth-child(4) {
  padding-left: 20px;
}
footer .footer-new .about:nth-child(4) img {
  width: 108px;
  margin: 13px 0 0 0;
}
footer .footer-two {
  text-align: center;
  margin-top: 20px;
}
footer .footer-two span {
  margin-top: 12px;
}
footer .footer-two p {
  font-size: 12px;
  padding-bottom: 20px;
}
.sidebar {
  position: fixed;
  top: 124px;
  left: 12%;
  transform: translateX(-50%);
  box-shadow: #d7d7d7 5px 5px 3px ;
  width: 190px;
}
.sidebar p:first-child {
  padding-left: 5px;
  background-image: url('../img/nav-left-icon/bg-520-font.png');
  background-repeat: no-repeat;
  background-size: 100% 42px;
  color: #fff;
  width: 190px;
  line-height: 42px;
     height: 42px;
}
.sidebar p:first-child img {
  position: relative;
  top: 25%;
  z-index: 999;
}
.sidebar ul {
  background: #fff;
  width: 190px;
}
.sidebar ul li {
  height: 32px;
  width: 190px;
}
.sidebar ul li a {
  width: 100%;
  height: 32px;
  line-height: 32px;
  display: block;
  padding-left: 24px;
  color: #525252;
  background: #f5f5f5;
  border-bottom: 1px dashed #a4a4a4;
  border-left: 1px solid #8ccfec;
  border-right: 1px solid #8ccfec;
}
.sidebar ul li a:hover {
  background-image: -webkit-linear-gradient(left, #8ccfec, #2f3aaa 50%, #8ccfec);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  -webkit-animation: masked-animation 4s infinite linear;
}
@-webkit-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.sidebar ul li a span:nth-child(1) {
  margin-right: 12px;
}
.sidebar .fan {
  background-image: url('../img/悬浮区导航/bg-520-font.png');
  background-repeat: no-repeat;
  background-size: 100% 42px;
  text-align: center;
  width: 190px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#topding {
  position: fixed;
  bottom: 124px;
  right: 12%;
  z-index:999;
  transform: translateX(-50%);
}
#topding .topding-i {
  color: #1a46b9;
}

.sidebar>ul>li>a img{
 width: 16px;
 height: 16px;
}
#AnchorSearch-logo>a{
	border-bottom:1px solid  #8ccfec;
}

.amztwo .chorme a img{
	 width: 16px;
 	height: 16px;
 	vertical-align: text-bottom;
}

.neilong .chorme a img{
	 width: 18px;
 height: 18px;
}

.fuwuBut .rgbs {
  display: inline-block;
  width: 110px;
  text-align: center;
  color: #1a46b9;
  font-size: 14px;
}

.fuwu .fuwu-customtwo .media li:hover i{
  color: #3498db;
  display: inline-block;
  float: right;
  font-size: 18px;
  margin-top: 9px;
  margin-right: 2px;
}
.fuwu .fuwu-customtwo .media li i{
  display: none;
}


.seo-content .media li:hover i {
  color: #3498db;
  display: inline-block;
  float: right;
  font-size: 18px;
  margin-top: 9px;
  margin-right: 2px;
}
.seo-content .media li i {
  display: none;
}
.evaluation i,.keywords i,.soft i{
     display: none;
}
.evaluation :hover i,.keywords :hover i,.soft :hover i{
    color: #3498db;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 2px;
    display: inline-block;
}

 .xuanping ul li i {
  color: #3498db;
  display: none;
  float: right;
  font-size: 18px;
  margin-top: 2px;
  margin-right: 2px;
}
.xuanping ul li:hover a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-grid;
  width: 106px;
}
.xuanping ul li:hover a img {
  display: none;
}
 .xuanping ul li:hover i {
  color: #3498db;
  display: inline-block;
  font-size: 18px;
  margin-top: 2px;
  margin-right: 2px;
}

.seo-content .media li:hover a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-grid;
  width: 90px;
}

.seo-content .media li:hover a img {
  display: none;
}

.seo-content .media li:hover i {
  color: #3498db;
  display: inline-block;
  float: right;
  font-size: 18px;
  margin-top: 9px;
  margin-right: 2px;
}
.mediabox .medias .tab-customtwo .wangzhang .chorme:hover i {
    color: #3498db;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 2px;
    display: inline-block;
}

.mediabox .medias .tab-customtwo .wangzhang .chorme i {
    color: #3498db;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 2px;
    display: none;
}
.mediabox .medias .tab-customtwo .wangzhang .chorme:hover a img {
  display: none;
}
.mediabox .bbs .bbs-li:hover i {
  color: #3498db;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 18px;
  vertical-align: middle;
  margin-top: 2px;
  display: inline-block;
}
.mediabox .bbs .bbs-li i {
  color: #3498db;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 18px;
  vertical-align: middle;
  margin-top: 2px;
  display: none;
}
footer #friendUrl{
	margin-bottom: 30px;
	display: none;
}
footer #friendUrl a, footer #friendUrl{
    color: #fff;
    font-size: 12px;
}

footer #friendUrl a:hover{
	color: #f26929;
    text-decoration: none
}




.conten_mkt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999999;
}
.mtk {
  width: 30%;
  height: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 1px solid #1a46b9;
  z-index: 999;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 8px;
}
.mtk .mtk_title {
  width: 100%;
  background: linear-gradient(75deg, #5bb6E0, #1a46b9);
  padding-left: 10px;
}
.mtk .mtk_title h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px ;
}
.mtk .mtk_title a {
  display: block;
  color: #fff;
  font-size: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mtk .mtk_title a span:nth-child(3) {
  color: #f26929;
}
.mtk .mtk_title i {
  display: block;
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
}
.mtk .mtk_title .x_hide {
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s var(--ease-out-quart);
}
.mtk .mtk_title .x_hide:hover {
  transform: rotate(90deg);
}
.mtk .mtk_box {
  width: 100%;
  height: 89%;
  color: #000;
  font-size: 14px;
}
.mtk .mtk_box h4 {
  width: 100%;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mtk .mtk_box h4 span {
  display: inline-block;
  width: 10ch;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
  border-right: 1px solid transparent;
  animation: typing 5s steps(21), caret 0.5s steps(1) infinite;
}
.mtk .mtk_box p {
  line-height: 30px;
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes caret {
  50% {
    border-right-color: currentColor;
  }
}
@media (max-width: 992px) {
  .mtk {
    width: 80%;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 8px;
  }
  .mtk .mtk_title {
    width: 100%;
    background: #1a46b9;
    padding-left: 10px;
  }
  .mtk .mtk_title h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px ;
  }
  .mtk .mtk_title a {
    display: block;
    color: #fff;
    height: 100%;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mtk .mtk_title i {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
  }
  .mtk .mtk_box {
    width: 100%;
    height: 89%;
    color: #fff;
    font-size: 14px;
  }
}
.background {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.moon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 45px;
  left: 55px;
  border-radius: 50%;
  background: #f6edbd;
  box-shadow: 0 0 10px 0 #f6edbd;
  animation: moon 1s ease-out, glow 5s ease-in-out infinite;
  overflow: hidden;
}
.moon .crater {
  background-color: #ece1a8;
  position: absolute;
  border-radius: 50%;
}
.moon .crater-1,
.moon .crater-2,
.moon .crater-3 {
  width: 12px;
  height: 12px;
}
.moon .crater-4,
.moon .crater-5,
.moon .crater-6,
.moon .crater-7,
.moon .crater-8,
.moon .crater-9 {
  width: 6px;
  height: 6px;
}
.moon .crater-10,
.moon .crater-11 {
  width: 4px;
  height: 4px;
}
.moon .crater-1 {
  top: 10px;
  left: 30px;
}
.moon .crater-2 {
  top: 10px;
  left: 0;
}
.moon .crater-3 {
  top: 55px;
  left: 10px;
}
.moon .crater-4 {
  top: 35px;
  left: 50px;
}
.moon .crater-5 {
  top: 25px;
  left: 60px;
}
.moon .crater-6 {
  top: 55px;
  left: 35px;
}
.moon .crater-7 {
  top: 15px;
  left: 45px;
}
.moon .crater-8 {
  top: 30px;
  left: 25px;
}
.moon .crater-9 {
  top: 40px;
  left: 15px;
}
.moon .crater-10 {
  top: 25px;
  left: 15px;
}
.moon .crater-11 {
  top: 40px;
  left: 35px;
}
.descriptionWrapper {
  background-color: white;
  padding: 15px 20px;
  width: 100%;
  height: 250px;
  color: #394568;
  font-weight: ligher;
  z-index: 20;
}
.big-1,
.medium-1,
.small-1,
.medium-2,
.small-2,
.medium-3,
.small-3,
.medium-4,
.small-4,
.medium-5,
.small-5,
.medium-6,
.small-6,
.medium-7,
.small-7,
.medium-8,
.small-8,
.medium-9,
.small-9,
.medium-10,
.small-10 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.85s linear 0.52s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-1:before,
.medium-1:before,
.small-1:before,
.medium-2:before,
.small-2:before,
.medium-3:before,
.small-3:before,
.medium-4:before,
.small-4:before,
.medium-5:before,
.small-5:before,
.medium-6:before,
.small-6:before,
.medium-7:before,
.small-7:before,
.medium-8:before,
.small-8:before,
.medium-9:before,
.small-9:before,
.medium-10:before,
.small-10:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-1:after,
.medium-1:after,
.small-1:after,
.medium-2:after,
.small-2:after,
.medium-3:after,
.small-3:after,
.medium-4:after,
.small-4:after,
.medium-5:after,
.small-5:after,
.medium-6:after,
.small-6:after,
.medium-7:after,
.small-7:after,
.medium-8:after,
.small-8:after,
.medium-9:after,
.small-9:after,
.medium-10:after,
.small-10:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-1 {
  left: 20px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.4s linear 0.72s infinite;
  animation-fill-mode: both;
}
.medium-1:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-1:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
}
.small-1 {
  left: 20px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2s linear 1.68s infinite;
  animation-fill-mode: both;
}
.small-1:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-1:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
.big-2 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 60px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.85s linear 1.76s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-2:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-2:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-2 {
  left: 60px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.4s linear 1.68s infinite;
  animation-fill-mode: both;
}
.medium-2:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-2:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
}
.small-2 {
  left: 60px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2.1s linear 0.8s infinite;
  animation-fill-mode: both;
}
.small-2:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-2:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
.big-3 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 100px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.85s linear 0.12s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-3:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-3:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-3 {
  left: 100px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.4s linear 1.72s infinite;
  animation-fill-mode: both;
}
.medium-3:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-3:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
}
.small-3 {
  left: 100px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2s linear 1.76s infinite;
  animation-fill-mode: both;
}
.small-3:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-3:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
.big-4 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 140px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.95s linear 1.6s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-4:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-4:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-4 {
  left: 140px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.5s linear 0.72s infinite;
  animation-fill-mode: both;
}
.medium-4:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-4:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
}
.small-4 {
  left: 140px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2.1s linear 0.48s infinite;
  animation-fill-mode: both;
}
.small-4:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-4:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
.big-5 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 180px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.85s linear 0.96s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-5:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-5:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-5 {
  left: 180px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.4s linear 1.2s infinite;
  animation-fill-mode: both;
}
.medium-5:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-5:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
}
.small-5 {
  left: 180px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2s linear 2s infinite;
  animation-fill-mode: both;
}
.small-5:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-5:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
.big-6 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 220px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.95s linear 1.28s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-6:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-6:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-6 {
  left: 220px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.4s linear 1.44s infinite;
  animation-fill-mode: both;
}
.medium-6:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-6:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
}
.small-6 {
  left: 220px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2.1s linear 1.8s infinite;
  animation-fill-mode: both;
}
.small-6:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-6:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
.big-7 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 260px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.85s linear 1.8s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-7:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-7:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-7 {
  left: 260px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.5s linear 1.84s infinite;
  animation-fill-mode: both;
}
.medium-7:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-7:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
  justify-content: space-around;
}
.small-7 {
  left: 260px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2s linear 0.12s infinite;
  animation-fill-mode: both;
}
.small-7:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-7:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
.big-8 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 300px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.95s linear 0.88s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-8:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-8:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-8 {
  left: 300px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.4s linear 1.76s infinite;
  animation-fill-mode: both;
}
.medium-8:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-8:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
}
.small-8 {
  left: 300px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2s linear 0.68s infinite;
  animation-fill-mode: both;
}
.small-8:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-8:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
.big-9 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 340px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.95s linear 0.04s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-9:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-9:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-9 {
  left: 340px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.4s linear 1.88s infinite;
  animation-fill-mode: both;
}
.medium-9:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-9:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
}
.small-9 {
  left: 340px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2s linear 1.16s infinite;
  animation-fill-mode: both;
}
.small-9:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-9:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
.big-10 {
  position: absolute;
  z-index: 20;
  bottom: 90px;
  left: 380px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7fc1f9;
  animation: drop 0.85s linear 1.44s infinite;
  animation-fill-mode: both;
  transform-origin: 50% 100%;
}
.big-10:before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #7fc1f9;
  border-radius: 3px;
}
.big-10:after {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: 2px;
  width: 5px;
  height: 10px;
  background-color: #7fc1f9;
  border-radius: 50%;
}
.medium-10 {
  left: 380px;
  opacity: 0.6;
  width: 6px;
  height: 6px;
  animation: drop 1.4s linear 0.12s infinite;
  animation-fill-mode: both;
}
.medium-10:before {
  top: -2px;
  left: 1px;
  width: 4px;
  height: 4px;
}
.medium-10:after {
  top: -4px;
  left: 2px;
  width: 2px;
  height: 6px;
}
.small-10 {
  left: 380px;
  opacity: 0.3;
  width: 4px;
  height: 4px;
  animation: drop 2s linear 0.24s infinite;
  animation-fill-mode: both;
}
.small-10:before {
  top: -2px;
  left: 1px;
  width: 2px;
  height: 2px;
}
.small-10:after {
  top: -3px;
  left: 1px;
  width: 2px;
  height: 4px;
}
@keyframes drop {
  0% {
    transform: translate3d(40px, -320px, 0) scaleX(1) scaleY(1) rotate(15deg);
  }
  85% {
    transform: translate3d(0, 0, 0) scaleX(1) scaleY(1) rotate(15deg);
  }
  100% {
    transform: translate3d(0, 0, 0) scaleX(3) scaleY(0) rotate(0deg);
  }
}
@keyframes moon {
  0% {
    top: 200px;
    left: 0;
  }
  100% {
    top: 45px;
    left: 55px;
  }
}
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 10px 0 #f6edbd;
  }
  50% {
    box-shadow: 0 0 20px 0 #f6edbd;
  }
}

