/* 头部 */
.mix-app-foot {
  display: none;
}
.conceal-content {
  display: none;
}
.container {
  z-index: 9999;
  position: sticky;
  top: 0;
  font-size: 16px;
  display: block;
  background-color: #434343;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .layui-nav {
  background-color: #434343;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
}

.layui-nav li {
  white-space: nowrap;
  list-style: none;
  padding: 0 16px;
  margin-top: -2px;
  position: relative;
  float: none;
  display: inline-block;
  border-style: none;
  width: auto;
  margin: 6px;
}
.layui-nav li a {
  font-size: 16px;
  color: #fff;
  left: 50%;
  margin: auto;
  overflow: hidden;
  width: 200px;
  z-index: 99999 !important;
}
.layui-nav li a:hover {
  color: #54ace5;
}

.layui-nav li a .tofco-bottom {
  width: 197px;
  height: 45px;
  background-color: #54ace5;
  border: 1px solid #75bae9;
  border-radius: 0.2em;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  line-height: 47px;
}
.layui-nav li:hover dl {
  display: block;
}

.layui-nav li dl {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
  overflow: hidden;
  width: 200px;
  display: none;
  z-index: 99999 !important;
}

.layui-nav li dl::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  top: 0px;
  left: 50%;
  margin-left: -5px;
  margin-top: 5px;
  border-top-color: #57ace5;
}

.layui-nav li dl dd:first-child {
  display: block;
  padding-top: 24px;
}
.layui-nav li dl dd {
  z-index: 99999 !important;
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
}
.layui-nav li dl dd a {
  text-align: center;
  line-height: 100%;
  width: 100%;
  display: block;
  color: #eaf2f2;
  border-style: none;
  background-color: #414343;
  border-radius: 4px;
  font-size: 1em;
  padding: 1em 0;
}
.layui-nav li dl dd a:hover {
  color: #fff;
  background-color: #57ace5;
}
/* footer */
.separate-box {
  width: 100%;
  height: 8px;
  background: #57ace5;
}
.box {
  /*position: absolute;*/
  /*bottom: 107px; */
  width: 100%;
  font-size: 14px;
  background-color: #666;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box .foot-box {
  display: flex;
  width: 940px;
  height: 100%;
  padding-bottom: 20px;
  padding: 22px 0 20px 0;
}
.box .foot-box .foot-column {
  width: 100%;
  height: 100%;
}
.box .foot-box .foot-column ul {
  width: 100%;
}
.box .foot-box .foot-column ul li {
  font-size: 70%;
  color: #ffffff;
  height: 22px;
}
.box .foot-box .foot-column ul li:nth-child(1) {
  margin-bottom: 10px;
  font-size: 70%;
}
.box .foot-box .foot-column ul li a {
  font-size: 11px;
  color: #ffffff;
}
.box .foot-box .foot-column ul li a:hover {
  opacity: 0.4;
  transition: all 0.5s;
}
/* 底部最下层 */
.max-app-foot {
  /*position: absolute;*/
  /*bottom: 0;  */
  width: 100%;
  font-size: 14px;
  background-color: #666;
  height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.max-app-foot .max-foot {
  padding-top: 30px;
  width: 940px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.max-app-foot .max-foot p {
  font-size: 11px;
  color: #ffffff;
}
.max-app-foot .max-foot p a {
  color: #57ace5;
}
.max-app-foot .max-foot p a:hover {
  opacity: 0.4;
  transition: all 0.5s;
}
.max-app-foot .max-foot .introduce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.max-app-foot .max-foot .introduce p {
  font-size: 11px;
}
.max-app-foot .max-foot .introduce img {
  width: 150px;
  height: 10px;
}
.min-app-topnav {

  display: none;
}

/* 返回顶部 */
.slide {
  position: fixed;
  width: 42px;
  height: 42px;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: 1px solid #57ace5;
  border-radius: 10%;
  text-align: center;
  line-height: 38px;
  transition: all 0.8s;
}
.slide img {
  width: 20px;
  height: 20px;
}

@media (max-width: 1000px) and (min-width: 770px) {
  .container {
    height: 129px;
  }
  .layui-nav {
    z-index: 9999;
    position: sticky;
    top: 0;
    font-size: 16px;
    display: block;
    background-color: #434343;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .box .foot-box {
    display: flex;
    width: 100%;
    padding: 30px;
    justify-content: space-between;
  }
  .max-app-foot .max-foot {
    width: 100%;
    padding: 30px 30px 0 30px;
  }
}
@media (max-width: 770px) and (min-width: 640px) {
  .conceal-content {
    display: block;
    width: 100%;
    height: 3000px;
    background-color: #434343;
    position: fixed;
    top: 0;
    z-index: 99999;
  }
  .conceal-content .conceal-content-box {
    position: static;
    top: 0;
  }
  .conceal-content .conceal-content-box .logo-box {
    position: static;
    top: 0;
    display: flex;
    justify-content: center;
    padding: 8px 0;
  }
  .conceal-content .conceal-content-box .screen-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .conceal-content .conceal-content-box .screen-box .screen-title {
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 8px 0;
  }
  .conceal-content .conceal-content-box .screen-box .screen-title:hover {
    color: #57ace5;
  }
  .conceal-content .conceal-content-box .screen-box ul {
    width: 40%;
  }
  .conceal-content .conceal-content-box .screen-box ul li {
    text-align: center;
    padding: 7px;
  }
  .conceal-content .conceal-content-box .screen-box ul li a {
    color: #434343;
  }
  .conceal-content .conceal-content-box .screen-box ul li a:hover {
    color: #57ace5;
  }
}
@media (max-width: 640px) {
  .container {
    display: none;
  }
  .max-app-foot {
    display: none;
  }
  .slide{
      border: none;
    display:none
    bottom: -99px;
    opacity: 0;
  }
  .box {
    display: none;
   
    
  }
  #slide {
    opacity: 0;
    z-index: -9999;
  }
  /* 头部 */
  .min-app-topnav {
    z-index: 9999;
    position: sticky;
    top: 0;
    display: block;
    background-color: #434343;
    height: 56px;
    box-sizing: border-box;
  }
  .min-app-topnav .layer {
    /* display: none; */
    position: fixed;
    top: 0;
    z-index: 9999 !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 4px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .min-app-topnav .layer .popus {
    padding-left: 150px;
    z-index: 9999 !important;
  }
  .min-app-topnav .layer .popus ul {
    background-color: #414343;
    border-radius: 5px;
    z-index: 9999 !important;
  }
  .min-app-topnav .layer .popus ul li:nth-child(1) {
    box-sizing: border-box;
    margin: 0 10px;
    padding: 2px;
    z-index: 9999 !important;
  }
  .min-app-topnav .layer .popus ul li:nth-child(1) a {
    font-size: 16px;
    text-align: center;
    color: #57ace5;
    position: relative;
    padding: 13.6px 13.6px;
    display: block;
    z-index: 9999;
  }
  .min-app-topnav .layer .popus ul li:nth-child(1) a:hover {
    background-color: #57ace5;
    color: #fff;
    border-radius: 2px;
  }
  .min-app-topnav .layer .popus ul .on {
    box-sizing: border-box;
    margin: 0 10px;
    padding: 2px;
    border-top: solid 1px #57ace5;
    z-index: 9999 !important;
  }
  .min-app-topnav .layer .popus ul .on a {
    color: #eaf2f2;
    position: relative;
    padding: 13.6px 13.6px;
    display: block;
    font-size: 16px;
    border-radius: 2px;
    background-color: #57ace5;
  }

  .min-app-topnav .layer .popus ul .on a img {
    margin-right: 5px;
  }
  .min-app-topnav .layer .popus ul .on a:hover {
    background-color: #57ace5;
    border-radius: 2px;
  }
  .min-app-topnav .layer .popus ul .off {
    box-sizing: border-box;
    margin: 0 10px;
    padding: 2px;
    border-top: solid 1px #57ace5;
    z-index: 9999 !important;
  }
  .min-app-topnav .layer .popus ul .off a {
    color: #eaf2f2;
    position: relative;
    padding: 13.6px 13.6px;
    display: block;
    font-size: 16px;
  }

  .min-app-topnav .layer .popus ul .off a img {
    margin-right: 5px;
  }
  .min-app-topnav .layer .popus ul .off a:hover {
    background-color: #57ace5;
    border-radius: 2px;
  }
  .container-box {
    width: 100%;
    height: 100%;
  }
  .container-box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    z-index: 9999 !important;
  }
  .container-box ul li a img {
    width: 90px;
    height: 36px;
  }
  .container-box ul li a .tofco-bottom {
    background-color: #57ace5;
    width: 35px;
    height: 35px;
    border: none 2px #eaf2f2;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 8px;
  }
  .container-box ul li a .tofco-bottom .strping {
    border-top: solid 2px #ffffff;
  }
  .container-box ul li a .tofco-bottom .strping-one {
    margin-top: 8px;
    border-top: solid 2px #ffffff;
  }
  .container-box ul li a .tofco-bottom .strping-two {
    margin-bottom: 8px;
    border-top: solid 2px #ffffff;
  }
  /* 底部 */
  .separate-box {
    height: 25px;
  }
  .mix-app-foot {
    z-index: 9999;
    height: 68px;
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #dddddd;
    padding-bottom: 10px;
    background-color: #f5f5f5;
  }
  .mix-app-foot ul {
    display: flex;
  }
  .mix-app-foot ul li {
    padding: 9px 0 5px 0;
    width: 25%;
    text-align: center;
  }
  .mix-app-foot ul li:hover {
    opacity: 0.5;
    transition: all 0.5s;
  }
  .mix-app-foot ul li a {
    color: #666666;
  }
  .mix-app-foot ul li a img {
    width: 25px;
    opacity: 0.6;
  }
}
