html,
body {
  width: 100%;
  max-width: 650px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
a{
  text-decoration: none;
}
.main,
.modal {
  max-width: 650px;
  margin: 0 auto;
}
.main_pic {
  max-width: 100%;
}
.text-white{
  color:#fff;
}
.file {
  position: relative;
  display: inline-block;
  border: 1px dashed #dedede;
  border-radius: 4px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
}
.gcl {
  font-size: 16px;
  color: #aaa;
  position: absolute;
  top: -10px;
}
.msg {
  font-size: 14px;
  color: #aaa;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}
.intro {
  position: absolute;
  top: 10px;
  left: 97%;
  right: 0;
  width: 220px;
  padding-left: 20px;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  color: #333;
}
.msg3 {
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 19px;
  left: 63%;
  right: 0;
  width: 200px;
}
.file .base_file {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100px;
}
.file .glyphicon {
  position: relative;
  top: -5px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  height: 100% !important;
  max-height: 100px;
}
.mImg {
  height: 100% !important;
  max-height: 100px;
}

.container {
  max-width: 650px;
}

.container_box {
  /* padding-top: 40px; */
  box-sizing: border-box;
}

.foot {
  max-width: 650px;
}

.top {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 650px;
  z-index: 999;
  padding: 8px;
  color: white;
  /*background: #3497ff;*/
  border-radius: 0px;
  border: green 0px solid;
  /*text-shadow: black 3px 3px 1px;*/
  text-shadow:rgb(9, 114, 252) 1px 0 0, rgb(9, 114, 252) 0 1px 0, rgb(9, 114, 252) -1px 0 0, rgb(9, 114, 252) 0 -1px 0;
}

.top a,
.top a:hover,
.top a:visited {
  text-decoration: none;
}

.top .back {
  width: 30px;
  color: white;
  border: red 0px solid;
}

.top .tools {
  color: white;
}

.foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  margin: 20px 0 0 0;
  padding: 5px;
  color: #555;
  background: #f1f1f1;
  border-top: #eee 0px solid;
}

.foot a {
  color: #555;
}

.banner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.banner img {
  max-width: 700px;
  width: 100%;
}

.main {
  max-width: 700px;
  margin: 5px auto;
  margin-top: 4%;
  min-height: 320px;
  padding: 5px 5px;
  border: red 0px solid;
  margin-bottom: 100px;
}

.main2 {
  max-width: 700px;
  margin: 5px auto;
  margin-top: 1%;
  margin-bottom: 80px;
  min-height: 320px;
  padding: 5px 5px;
  border: red 0px solid;
}

.main1 {
  max-width: 700px;
  margin: 5px auto;
  padding: 5px 5px;
  margin-top: -7%;
}

/*foot_new*/
/* 菜单 */
.nav-bars {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #0d3aca;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0px 10.4167px rgba(0, 0, 0, 0.16);
}
.nav-bars ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.nav-bars ul li {
  display: flex;
  justify-content: space-around;
  width: 20%;
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
}
.nav-bars ul li a {
  text-decoration: none;
}
.nav-bars ul li div {
  font-size: 12px;
  margin-top: 8px;
  color: #fff;
}
.nav-bars ul li .active {
  color: #FF8A35;
}
.nav-bars ul li img {
  height: 20px;
}

/*胶囊菜单*/

.listcolor  li a {
  padding: 5px 7px;
  background-color:transparent;
  color:#ddd;
  border-radius: 10%;
}
.listcolor li.active{
  background-color:transparent;
}

/*.nav-pills li.active a{background-color: #FF913D;color:#fff;}*/
/*视频*/
#id_video iframe {
  width: 100%;
  height: 100%;
}
/*动画*/
.animat {
  width: 50%;
}
.animat lottie-player {
  width: 100%;
  height: 100%;
  margin: -30px 0;
}
