@charset "UTF-8";
.container {
  width: 100%;
  height: 100%;
  position: relative;
}
.container .top {
  position: relative;
  width: 100%;
  height: auto;
}
.container .top .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 72px;
  display: flex;
}
.container .top .header .search-form {
  display: flex;
  align-items: center;
  background-color: #666;
  border: 1px solid #aaa;
  border-radius: 30px;
  overflow: hidden;
  height: 36px;
  width: 240px;
  margin-left: 20px;
}
.container .top .header .search-form .search-input {
  flex: 1;
  border: none;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  outline: none;
}
.container .top .header .search-form .search-button {
  width: 60px;
  height: 100%;
  border: none;
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.container .top .header .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 360px;
  height: 72px;
}
.container .top .header .logo img {
  width: 100%;
}
.container .top .header .nav {
  padding-left: 420px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 10px;
  box-sizing: border-box;
}
.container .top .header .nav ul {
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
}
.container .top .header .nav ul li {
  width: 150px;
  height: 60px;
}
.container .top .header .nav ul li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.container .top .header .nav .login {
  position: relative;
  width: auto;
  height: 60px;
  margin-right: 3%;
  display: flex;
  align-items: center;
}
.container .top .header .nav .login:hover .xialatiao {
  display: block;
}
.container .top .header .nav .login img {
  display: block;
  margin-right: 10px;
  width: auto;
}
.container .top .header .nav .login a {
  color: #fff;
  font-size: 16px;
}
.container .top .header .nav .login p {
  color: #fff;
  font-size: 16px;
}
.container .top .header .nav .login span {
  color: #fff;
  font-size: 16px;
}
.container .top .header .nav .login .xialatiao {
  display: none;
  position: absolute;
  top: 55px;
  left: -20px;
  z-index: 9999;
  width: 130px;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 10px 10px;
}
.container .top .header .nav .login .xialatiao ul {
  width: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.container .top .header .nav .login .xialatiao ul li {
  width: 130px;
  height: 40px;
}
.container .top .header .nav .login .xialatiao ul li:hover {
  background: #000;
}
.container .top .header .nav .login .xialatiao ul li a {
  display: block;
  width: 130px;
  height: 40px;
  text-align: left;
  padding-left: 20px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.container .top .banner {
  position: relative;
  width: 100%;
  height: auto;
}
.container .top .banner img {
  width: 100%;
  height: auto;
}
.container .top .banner .aabbb {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 888;
  width: auto !important;
  height: auto !important;
}
.container .top1 {
  position: relative;
  width: 100%;
  height: 900px;
}
.container .top1 .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 72px;
  display: flex;
}
.container .top1 .header .search-form {
  display: flex;
  align-items: center;
  background-color: #666;
  border: 1px solid #aaa;
  border-radius: 30px;
  overflow: hidden;
  height: 36px;
  width: 240px;
  margin-left: 20px;
}
.container .top1 .header .search-form .search-input {
  flex: 1;
  border: none;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  outline: none;
}
.container .top1 .header .search-form .search-button {
  width: 60px;
  height: 100%;
  border: none;
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.container .top1 .header .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 360px;
  height: 72px;
}
.container .top1 .header .logo img {
  width: 100%;
}
.container .top1 .header .nav {
  padding-left: 420px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 10px;
  box-sizing: border-box;
}
.container .top1 .header .nav ul {
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
}
.container .top1 .header .nav ul li {
  width: 150px;
  height: 60px;
}
.container .top1 .header .nav ul li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.container .top1 .header .nav .login {
  position: relative;
  width: auto;
  height: 60px;
  margin-right: 3%;
  display: flex;
  align-items: center;
}
.container .top1 .header .nav .login:hover .xialatiao {
  display: block;
}
.container .top1 .header .nav .login img {
  display: block;
  margin-right: 10px;
  width: auto;
}
.container .top1 .header .nav .login a {
  color: #fff;
  font-size: 16px;
}
.container .top1 .header .nav .login span {
  color: #fff;
  font-size: 16px;
}
.container .top1 .header .nav .login .xialatiao {
  display: none;
  position: absolute;
  top: 55px;
  left: -20px;
  z-index: 9999;
  width: 130px;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 10px 10px;
}
.container .top1 .header .nav .login .xialatiao ul {
  width: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.container .top1 .header .nav .login .xialatiao ul li {
  width: 130px;
  height: 40px;
}
.container .top1 .header .nav .login .xialatiao ul li:hover {
  background: #000;
}
.container .top1 .header .nav .login .xialatiao ul li a {
  display: block;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.container .top1 .tbb {
  display: block;
  margin: auto;
  margin-top: 60px;
  width: auto;
}
.container .top1 .banner {
  position: relative;
  width: 100%;
  height: 644px;
}
.container .top1 .banner img {
  width: 100%;
  height: 100%;
}
.container .top1 .banner .banercccc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 235px;
}
.container .top1 .banner .banercccc h1 {
  margin-bottom: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}
.container .top1 .banner .banercccc .search {
  position: relative;
  margin-bottom: 20px;
  position: relative;
  width: 920px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .top1 .banner .banercccc .search .all {
  margin-right: 30px;
  width: 120px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #E7E7E7;
  cursor: pointer;
}
.container .top1 .banner .banercccc .search .all p {
  color: #000;
  font-size: 16px;
}
.container .top1 .banner .banercccc .search .all img {
  margin-left: 15px;
  width: 15px;
  height: 10px;
}
.container .top1 .banner .banercccc .search .shuru {
  width: 775px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .top1 .banner .banercccc .search .shuru input {
  width: 665px;
  height: 68px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #000;
}
.container .top1 .banner .banercccc .search .shuru .anniu {
  width: 110px;
  height: 68px;
  border-radius: 15px;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009D94;
  cursor: pointer;
}
.container .top1 .banner .banercccc .search .shuru .anniu p {
  color: #fff;
  font-size: 16px;
}
.container .top1 .banner .banercccc .search .shuru .anniu img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.container .top1 .banner .banercccc .search .newxiala {
  width: 615px;
  height: 295px;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  box-sizing: border-box;
  padding: 3%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 999999;
  box-shadow: 0 0 10px #ccc;
}
.container .top1 .banner .banercccc .search .newxiala .xxx1 {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .top1 .banner .banercccc .search .newxiala .xxx1:last-child {
  margin-bottom: 0;
}
.container .top1 .banner .banercccc .search .newxiala .xxx1 p {
  color: #000;
  font-size: 16px;
  width: 100px;
  border-right: 1px solid #009e96;
  margin-right: 15px;
}
.container .top1 .banner .banercccc .search .newxiala .xxx1 ul {
  width: 77%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container .top1 .banner .banercccc .search .newxiala .xxx1 ul li {
  padding: 0 15px;
  height: 36px;
  width: auto;
  border-radius: 5px;
}
.container .top1 .banner .banercccc .search .newxiala .xxx1 ul li:hover {
  background-color: #009E96;
}
.container .top1 .banner .banercccc .search .newxiala .xxx1 ul li:hover a {
  color: #fff;
}
.container .top1 .banner .banercccc .search .newxiala .xxx1 ul li a {
  width: 100%;
  height: 36px;
  white-space: nowrap;
  color: #999;
  line-height: 36px;
  font-size: 15px;
}
.container .top1 .banner .banercccc .search .newxiala1 {
  position: absolute;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 999999;
  box-shadow: 0 0 10px #ccc;
  display: none;
  width: 120px;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
}
.container .top1 .banner .banercccc .search .newxiala1 ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.container .top1 .banner .banercccc .search .newxiala1 ul li {
  color: #333;
  font-size: 15px;
  width: 100%;
  height: 65px;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
}
.container .top1 .banner .banercccc .search .newxiala1 ul li:hover {
  background-color: #fff;
}
.container .top1 .banner .banercccc .hotlist {
  width: auto;
  height: 30px;
  display: none;
  align-items: center;
  justify-content: center;
}
.container .top1 .banner .banercccc .hotlist .ttt {
  float: left;
  margin-right: 15px;
  width: 125px;
  height: 30px;
  background: rgba(229, 246, 251, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.container .top1 .banner .banercccc .hotlist .ttt p {
  color: #000;
  font-size: 15px;
}
.container .top1 .banner .banercccc .hotlist .ttt img {
  margin-right: 10px;
  width: 15px;
  height: 20px;
}
.container .top1 .banner .banercccc .hotlist ul {
  margin-left: 10px;
  width: 546px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .top1 .banner .banercccc .hotlist ul li {
  width: 70px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #E5F6FB;
  border-radius: 40px;
}
.container .top1 .banner .banercccc .hotlist ul li a {
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #000;
  font-size: 15px;
}
.container .top1 .banner .banercccc .tuijian {
  margin-top: 280px;
  width: 100%;
  max-width: 1600px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .top1 .banner .banercccc .tuijian ul {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .top1 .banner .banercccc .tuijian ul li {
  width: 300px;
  height: 160px;
  position: relative;
}
.container .top1 .banner .banercccc .tuijian ul li img {
  width: 100%;
  height: 100%;
}
.container .top1 .banner .banercccc .tuijian ul li .ms {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 5% 8%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
.container .top1 .banner .banercccc .tuijian ul li .ms p {
  color: #fff;
  font-size: 32px;
  margin-bottom: 10px;
}
.container .top1 .banner .banercccc .tuijian ul li .ms span {
  padding: 5px 15px;
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: rgba(81, 110, 143, 0.7);
}
.container .top2 {
  position: relative;
  width: 100%;
  height: 460px;
}
.container .top2 .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 72px;
  display: flex;
}
.container .top2 .header .search-form {
  display: flex;
  align-items: center;
  background-color: #666;
  border: 1px solid #aaa;
  border-radius: 30px;
  overflow: hidden;
  height: 36px;
  width: 240px;
  margin-left: 20px;
}
.container .top2 .header .search-form .search-input {
  flex: 1;
  border: none;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  outline: none;
}
.container .top2 .header .search-form .search-button {
  width: 60px;
  height: 100%;
  border: none;
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.container .top2 .header .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 360px;
  height: 72px;
}
.container .top2 .header .logo img {
  width: 100%;
}
.container .top2 .header .nav {
  padding-left: 420px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 10px;
  box-sizing: border-box;
}
.container .top2 .header .nav ul {
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
}
.container .top2 .header .nav ul li {
  width: 150px;
  height: 60px;
}
.container .top2 .header .nav ul li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.container .top2 .header .nav .login {
  position: relative;
  width: auto;
  height: 60px;
  margin-right: 3%;
  display: flex;
  align-items: center;
}
.container .top2 .header .nav .login:hover .xialatiao {
  display: block;
}
.container .top2 .header .nav .login img {
  display: block;
  margin-right: 10px;
  width: auto;
}
.container .top2 .header .nav .login a {
  color: #fff;
  font-size: 16px;
}
.container .top2 .header .nav .login span {
  color: #fff;
  font-size: 16px;
}
.container .top2 .header .nav .login .xialatiao {
  display: none;
  position: absolute;
  top: 55px;
  left: -20px;
  z-index: 9999;
  width: 130px;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 10px 10px;
}
.container .top2 .header .nav .login .xialatiao ul {
  width: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.container .top2 .header .nav .login .xialatiao ul li {
  width: 130px;
  height: 40px;
}
.container .top2 .header .nav .login .xialatiao ul li:hover {
  background: #000;
}
.container .top2 .header .nav .login .xialatiao ul li a {
  display: block;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.container .top2 .banner {
  width: 100%;
  height: 460px;
}
.container .top2 .banner img {
  width: auto;
  height: 100%;
}
.container .top2 .banner .banercccc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 135px;
}
.container .top2 .banner .banercccc img {
  width: auto;
}
.container .top2 .banner .banercccc p {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #000;
  font-size: 18px;
}
.container .top2 .banner .banercccc span {
  color: #000;
  font-size: 14px;
  line-height: 30px;
}
.container .content {
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content h2 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #000;
}
.container .content .neccc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.container .content .neccc img {
  margin-bottom: 40px;
  width: 720px;
  height: 400px;
}
.container .content .neccc video {
  margin-bottom: 40px;
  width: 720px;
  height: 40px;
}
.container .content .neccc .btt {
  font-size: 20px;
  color: #666;
}
.container .content .neccc p {
  font-size: 15px;
  color: #666;
  max-width: 70%;
  text-align: center;
  margin-bottom: 40px;
  line-height: 40px;
}
.container .content .heng {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009E96;
}
.container .content .heng p {
  font-size: 20px;
  color: #fff;
  margin: 0 80px;
}
.container .content .lunbo {
  margin: 40px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.container .content .lunbo .swiper-container {
  position: relative;
  width: 2500px;
  height: 600px;
}
.container .content .lunbo .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.container .content .lunbo .swiper-slide img {
  width: 100%;
}
.container .content .lunbo .swiper-button-next {
  right: 30%;
  width: 56px;
  height: 56px;
  background: url(../../img/zhengban/arrow_right.png) center no-repeat;
  background-size: 100% 100%;
}
.container .content .lunbo .swiper-button-next::after {
  display: none;
}
.container .content .lunbo .swiper-button-prev {
  left: 30%;
  width: 56px;
  height: 56px;
  background: url(../../img/zhengban/arrow_left.png) center no-repeat;
  background-size: 100% 100%;
}
.container .content .lunbo .swiper-button-prev::after {
  display: none;
}
.container .content .lunbo .swiper-slide-active,
.container .content .lunbo .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 99;
}
.container .content .lunbo .des {
  margin-top: 45px;
  width: 70%;
  height: auto;
}
.container .content .lunbo .des p {
  font-size: 16px;
  color: #9E9E9E;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  line-height: 30px;
}
.container .content .tupian {
  margin-top: 80px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .tupian p {
  font-size: 36px;
  color: #009E96;
  display: flex;
  align-items: baseline;
}
.container .content .tupian p span {
  color: #009E96;
  font-size: 60px;
}
.container .content .tupian img {
  width: 60%;
  height: auto;
}
.container .content .dingdan {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 100px;
  background: linear-gradient(to bottom, #31AFAA, #fff);
}
.container .content .dingdan .dingdan_ccc {
  width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .dingdan .dingdan_ccc .dd_top {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .dingdan .dingdan_ccc .dd_top img {
  width: auto;
  margin-right: 15px;
}
.container .content .dingdan .dingdan_ccc .dd_top .des {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.container .content .dingdan .dingdan_ccc .dd_top .des p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.container .content .dingdan .dingdan_ccc .dd_top .des span {
  color: #fff;
  font-size: 18px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  box-shadow: 0 0 20px #ccc;
}
.container .content .dingdan .dingdan_ccc .dd_ccc h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tab {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  border: 1px solid #F2F4F5;
  border-radius: 10px;
  overflow: hidden;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tab .tabheader {
  width: 100%;
  height: auto;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tab .tabheader ul {
  width: 100%;
  height: 55px;
  background-color: #F2F4F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tab .tabheader ul li {
  width: 23%;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tab .tabheader ul li p {
  color: #000;
  font-size: 16px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tab .tabccc {
  width: 100%;
  height: auto;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tab .tabccc ul {
  width: 100%;
  height: 55px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tab .tabccc ul li {
  width: 23%;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tab .tabccc ul li p {
  color: #000;
  font-size: 16px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tishi {
  margin-bottom: 45px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tishi img {
  width: auto;
  margin-right: 10px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .tishi p {
  color: #999;
  font-size: 15px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc span {
  color: #999;
  font-size: 15px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .zhifu {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .zhifu .zhifu1 {
  width: 32%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 3%;
  border: 1px solid #BBBCBD;
  cursor: pointer;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .zhifu .zhifu1.active {
  border: 2px solid #009e96;
  /* 边框颜色可以自定义 */
}
.container .content .dingdan .dingdan_ccc .dd_ccc .zhifu .zhifu1 input {
  width: 20px;
  height: 20px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .zhifu .zhifu1 .fs {
  width: 70%;
  display: flex;
  align-items: center;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .zhifu .zhifu1 .fs img {
  width: auto;
  margin-right: 15px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .zhifu .zhifu1 .fs p {
  color: #000;
  font-size: 20px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .zhifu .zhifu1 .fs .des {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .zhifu .zhifu1 .fs .des span {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu {
  margin-top: 50px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight .caozuo {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight .caozuo p {
  color: #666;
  font-size: 20px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight .caozuo span {
  color: #000;
  font-size: 24px;
  display: block;
  margin: 0 25px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight .caozuo .anniu {
  width: 145px;
  height: 40px;
  background-color: #009E96;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight .caozuo .anniu p {
  color: #fff;
  font-size: 16px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight .xieyi {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight .xieyi p {
  color: #666;
  font-size: 15px;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight .xieyi p a {
  color: #009E96;
}
.container .content .dingdan .dingdan_ccc .dd_ccc .dibu .diburight .xieyi input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.container .content .person {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F2F4F5;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 60px;
}
.container .content .person .person111 {
  max-width: 1600px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .person .person111 .personLeft {
  width: 15%;
  height: 800px;
  overflow: auto;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 25px;
}
.container .content .person .person111 .personLeft ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.container .content .person .person111 .personLeft ul li {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 10%;
  cursor: pointer;
}
.container .content .person .person111 .personLeft ul li .subnav {
  margin-top: 15px;
  width: 100%;
  height: auto;
}
.container .content .person .person111 .personLeft ul li .subnav div {
  min-height: auto;
  margin-bottom: 10px;
  line-height: 30px;
  cursor: pointer;
}
.container .content .person .person111 .personLeft ul li .subnav div p {
  font-size: 14px;
  color: #000 !important;
}
.container .content .person .person111 .personLeft ul li .subnav div p:hover {
  color: #009e96 !important;
}
.container .content .person .person111 .personLeft ul li .subnav div a {
  font-size: 14px;
  color: #000 !important;
}
.container .content .person .person111 .personLeft ul li .subnav div a:hover {
  color: #009e96 !important;
}
.container .content .person .person111 .personLeft ul li.active::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #009E96;
  border-radius: 50%;
}
.container .content .person .person111 .personLeft ul li.active p {
  color: #009E96;
}
.container .content .person .person111 .personLeft ul li.active p img {
  width: auto;
  transform: rotate(270deg);
}
.container .content .person .person111 .personLeft ul li.active a {
  color: #009E96 !important;
}
.container .content .person .person111 .personLeft ul li.active a img {
  width: auto;
  transform: rotate(270deg);
}
.container .content .person .person111 .personLeft ul li::after {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #D4DBDE;
  border-radius: 50%;
}
.container .content .person .person111 .personLeft ul li a {
  font-size: 15px;
  color: #000 !important;
}
.container .content .person .person111 .personLeft ul li a:hover {
  color: #009e96 !important;
}
.container .content .person .person111 .personLeft ul li p {
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .person .person111 .personLeft ul li p:hover {
  color: #009e96 !important;
}
.container .content .person .person111 .personLeft ul li p img {
  width: auto;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.container .content .person .person111 .personRight {
  width: 83%;
  height: 800px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 25px;
  overflow: auto;
}
.container .content .person .person111 .personRight h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.container .content .person .person111 .personRight .personRight_nav {
  margin-top: 15px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}
.container .content .person .person111 .personRight .personRight_nav ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.container .content .person .person111 .personRight .personRight_nav ul li {
  margin-right: 30px;
  width: auto;
  height: 30px;
  border-bottom: 2px solid transparent;
}
.container .content .person .person111 .personRight .personRight_nav ul li.active {
  border-bottom: 2px solid #009E96;
}
.container .content .person .person111 .personRight .personRight_nav ul li.active p {
  color: #009E96;
}
.container .content .person .person111 .personRight .personRight_nav ul li p {
  color: #000;
  font-size: 16px;
}
.container .content .person .person111 .personRight .personRight_nav .nav222 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .person .person111 .personRight .personRight_nav .nav222 img {
  width: auto;
  margin-right: 10px;
}
.container .content .person .person111 .personRight .personRight_nav .nav222 p {
  color: #000;
  font-size: 16px;
}
.container .content .person .person111 .personRight .personRight_nav .nav222 .pipi {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.container .content .person .person111 .personRight .personRight_nav .nav222 .pipi img {
  width: auto;
}
.container .content .person .person111 .personRight .personRight_nav .nav222 .pipi p {
  color: #000;
  font-size: 16px;
}
.container .content .person .person111 .personRight .personRightccc {
  width: 100%;
  height: auto;
}
.container .content .person .person111 .personRight .personRightccc .tab {
  width: 100%;
  height: auto;
}
.container .content .person .person111 .personRight .personRightccc .tabheader {
  margin-bottom: 15px;
  width: 100%;
  height: 55px;
}
.container .content .person .person111 .personRight .personRightccc .tabheader ul {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F4F5;
  border-radius: 10px;
}
.container .content .person .person111 .personRight .personRightccc .tabheader ul li {
  width: 14%;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .content .person .person111 .personRight .personRightccc .tabheader ul li:nth-child(2) {
  width: 20%;
}
.container .content .person .person111 .personRight .personRightccc .tabheader ul li:nth-child(3) {
  width: 20%;
}
.container .content .person .person111 .personRight .personRightccc .tabheader ul li p {
  font-size: 18px;
  color: #000;
}
.container .content .person .person111 .personRight .personRightccc .tabccc {
  width: 100%;
  max-height: 485px;
  overflow: auto;
}
.container .content .person .person111 .personRight .personRightccc .tabccc ul {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #EDEFF0;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1%;
}
.container .content .person .person111 .personRight .personRightccc .tabccc ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 14%;
  height: 55px;
}
.container .content .person .person111 .personRight .personRightccc .tabccc ul li:nth-child(2) {
  width: 20%;
}
.container .content .person .person111 .personRight .personRightccc .tabccc ul li:nth-child(3) {
  width: 20%;
}
.container .content .person .person111 .personRight .personRightccc .tabccc ul li p {
  color: #000;
  font-size: 16px;
}
.container .content .person .person111 .personRight .personRightccc .tabccc ul li span {
  width: auto;
  padding: 3px 15px;
  background: linear-gradient(to right, #FFA542, #FFBF6F);
  border-radius: 45px;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.container .content .person .person111 .personRight .personRightccc .tabccc ul li .anniu {
  width: 95px;
  height: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #FFA542, #FFBF6F);
  border-radius: 10px;
  cursor: pointer;
}
.container .content .person .person111 .personRight .personRightccc .tabccc ul li .anniu.dai {
  background: #009E96;
}
.container .content .person .person111 .personRight .personRightccc .tabccc ul li .anniu p {
  color: #fff;
}
.container .content .person .person111 .personRight .personRightccc .fenye {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .person .person111 .personRight .personRightccc .fenye a {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #BBBCBD;
  font-size: 15px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .content .person .person111 .personRight .personRightccc .fenye a:hover {
  border: 1px solid #009E96;
  background-color: #009e96;
  color: #fff;
}
.container .content .person .person111 .personRight .personRightccc .fenye a img {
  width: auto;
}
.container .content .person .person111 .personRight .personRightccc .fenye ul {
  width: auto;
  display: flex;
  align-items: center;
}
.container .content .person .person111 .personRight .personRightccc .fenye ul li {
  width: auto;
}
.container .content .person .person111 .personRight .shouquan {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .person .person111 .personRight .shouquan h1 {
  display: block;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: normal;
  color: #000;
}
.container .content .person .person111 .personRight .shouquan .ewm {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 999;
  width: 120px;
  height: 120px;
}
.container .content .person .person111 .personRight .shouquan .ewm img {
  width: 100%;
  height: 100;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .shuru {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .shuru .shuru1 {
  display: flex;
  align-items: center;
  width: auto;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .shuru .shuru1 p {
  font-size: 16px;
  color: #000;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .shuru .shuru1 input {
  margin-left: 10px;
  height: 35px;
  font-size: 16px;
  color: #000;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 250px;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .sq_xx {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .sq_xx p {
  color: #000;
  font-size: 16px;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .sq_xx .xqxx1 {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .sq_xx .xqxx1 input {
  height: 35px;
  font-size: 16px;
  color: #000;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 350px;
  text-align: right;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .sq_xx .xqxx1 .date {
  width: 350px;
  height: 35px;
  display: flex;
  align-items: center;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .sq_xx .xqxx1 .date input {
  width: 70px;
  text-align: center;
}
.container .content .person .person111 .personRight .shouquan .sq_ccc .sq_xx .xqxx1 a {
  color: #32A3FF;
  font-size: 16px;
}
.container .content .person .person111 .personRight .shouquan .sctupian {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.container .content .person .person111 .personRight .shouquan .sctupian p {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.container .content .person .person111 .personRight .shouquan .sctupian .tulist {
  width: 100%;
  height: 150px;
}
.container .content .person .person111 .personRight .shouquan .sctupian .tulist .upload-container {
  display: flex;
  align-items: center;
}
.container .content .person .person111 .personRight .shouquan .sctupian .tulist .upload-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}
.container .content .person .person111 .personRight .shouquan .sctupian .tulist .upload-btn span {
  font-size: 36px;
  color: #999;
}
.container .content .person .person111 .personRight .shouquan .sctupian .tulist .upload-btn p {
  font-size: 12px;
  color: #999;
}
.container .content .person .person111 .personRight .shouquan .sctupian .tulist .image-preview {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.container .content .person .person111 .personRight .shouquan .sctupian .tulist .preview-img {
  margin-right: 15px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.container .content .person .person111 .personRight .shouquan .weizhui {
  padding-bottom: 100px;
  margin-top: 50px;
  width: 90%;
  height: auto;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.container .content .person .person111 .personRight .shouquan .weizhui p {
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
}
.container .content .person .person111 .personRight .shouquan .weizhui img {
  width: 140px;
  height: 140px;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 9999;
}
.container .content .person .person111 .personRight .shouquan .weizhui .date {
  width: 250px;
  height: 35px;
  display: flex;
  align-items: center;
}
.container .content .person .person111 .personRight .shouquan .weizhui .date p {
  color: #000;
  font-size: 16px;
  margin: 0;
}
.container .content .person .person111 .personRight .shouquan .weizhui .date input {
  height: 35px;
  font-size: 16px;
  color: #000;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 350px;
  text-align: right;
  width: 70px;
  text-align: center;
}
.container .content .person .person111 .personRight .xieyi {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .person .person111 .personRight .xieyi h1 {
  display: block;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: normal;
  color: #000;
}
.container .content .person .person111 .personRight .xieyi .xy_des {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.container .content .person .person111 .personRight .xieyi .xy_des p {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 30px;
}
.container .content .person .person111 .personRight .xieyi .xy_des a {
  color: #32A3FF;
  font-size: 16px;
}
.container .content .person .person111 .personRight .xieyi .xy_des span {
  color: #000;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.container .content .person .person111 .personRight .xieyi .xy_des .shuru {
  margin-bottom: 20px;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .person .person111 .personRight .xieyi .xy_des .shuru p {
  margin: 0;
  color: #000;
  font-size: 15px;
}
.container .content .person .person111 .personRight .xieyi .xy_des .shuru input {
  margin-left: 10px;
  height: 35px;
  font-size: 16px;
  color: #000;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 250px;
  color: #000;
  font-size: 16px;
}
.container .content .person .person111 .personRight .zhuzuo {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .person .person111 .personRight .zhuzuo h1 {
  display: block;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: normal;
  color: #000;
}
.container .content .person .person111 .personRight .zhuzuo .zhengshu {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .person .person111 .personRight .zhuzuo .zhengshu img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.container .content .indexccc {
  width: 100%;
  height: auto;
}
.container .content .indexccc .heng {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 2%;
  background: url(../../img/zhengban/heng.png) center no-repeat;
  background-size: 100% 100%;
}
.container .content .indexccc .heng .hengLeft {
  width: 200px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
.container .content .indexccc .heng .hengLeft p {
  color: #000;
  font-size: 30px;
}
.container .content .indexccc .heng .hengLeft span {
  margin: 8px 0;
  font-size: 15px;
  color: #000;
}
.container .content .indexccc .heng .hengLeft a {
  width: 130px;
  height: 35px;
  background: linear-gradient(to right, #12151B, #2B333B);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FDDEBA;
  border-radius: 10px;
}
.container .content .indexccc .heng .hengRight {
  width: 80%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .indexccc .heng .hengRight ul {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .indexccc .heng .hengRight ul li {
  width: 24%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FDE9D2;
  border-radius: 15px;
}
.container .content .indexccc .heng .hengRight ul li p {
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
}
.container .content .indexccc .heng .hengRight ul li span {
  color: #999;
  font-size: 15px;
}
.container .content .indexccc .newheng {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.container .content .indexccc .newheng .tiao {
  margin-bottom: 10px;
  width: 100%;
  height: 70px;
  background-color: #009E96;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .indexccc .newheng .tiao ul {
  width: 100%;
  height: 70px;
  background-color: #009E96;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .indexccc .newheng .tiao ul li {
  width: auto;
  margin: 0 80px;
}
.container .content .indexccc .newheng .tiao ul li p {
  color: #fff;
  font-size: 20px;
}
.container .content .indexccc .newheng .mss {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .indexccc .newheng .mss ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .indexccc .newheng .mss ul li {
  width: auto;
  margin: 0 40px;
}
.container .content .indexccc .newheng .mss ul li p {
  color: #666;
  font-size: 15px;
}
.container .content .indexccc .newheng .anniu {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .indexccc .newheng .anniu span {
  width: 320px;
  height: 1px;
  background-color: #999;
}
.container .content .indexccc .newheng .anniu a {
  display: block;
  margin: 0 15px;
  width: 125px;
  height: 35px;
  background-color: #009E96;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
}
.container .content .indexccc .indexlist {
  margin: auto;
  margin-bottom: 100px;
  max-width: 1600px;
  width: 100%;
  height: auto;
}
.container .content .indexccc .indexlist .indexlist1 {
  margin-bottom: 100px;
}
.container .content .indexccc .indexlist .ttt {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .indexccc .indexlist .ttt p {
  color: #000;
  font-size: 22px;
}
.container .content .indexccc .indexlist .ttt a {
  color: #666;
  font-size: 15px;
}
.container .content .indexccc .indexlist .piclist {
  margin-bottom: 25px;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .indexccc .indexlist .piclist a {
  display: block;
  position: relative;
  border-radius: 10px;
  height: 280px;
  overflow: hidden;
}
.container .content .indexccc .indexlist .piclist a img {
  width: 100%;
  height: 100%;
}
.container .content .indexccc .indexlist .piclist a p {
  position: absolute;
  bottom: 8%;
  left: 6%;
  color: #fff;
  font-size: 15px;
}
.container .content .indexccc .indexlist .piclist11 {
  width: 100%;
  height: 1138px;
  display: flex;
  justify-content: space-between;
}
.container .content .indexccc .indexlist .piclist11 .shu {
  width: 380px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.container .content .indexccc .indexlist .piclist11 .shu img {
  width: 100%;
  height: auto;
}
.container .content .jingxx {
  margin: auto;
  width: 100%;
  max-width: 1600px;
}
.container .content .jingxx h3 {
  font-size: 30px;
  margin-bottom: 50px;
}
.container .content .jingxx .liucheng {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .jingxx .lccc {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 3%;
  border: 1px solid #eee;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .jingxx .lccc .lccc_tu {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .jingxx .lccc .lccc_tu img {
  margin: 0 15px;
}
.container .content .jingxx .lccc .lccc_tu .nmm {
  margin: 0 20px;
  width: 68px;
  height: 68px;
  background: #009D94;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .content .jingxx .lccc .lccc_dex {
  margin-top: 25px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .jingxx .lccc .lccc_dex .des {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.container .content .jingxx .lccc .lccc_dex p {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}
.container .content .jingxx .lccc .lccc_dex span {
  color: #999;
  font-size: 15px;
  text-align: center;
  width: 80%;
}
.container .content .jingxx .taocan {
  margin-bottom: 100px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.container .content .jingxx .taocan .tclist {
  width: 100%;
  height: 840px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .jingxx .taocan .tclist .tc {
  width: 32%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 20px #ccc;
  border-radius: 20px;
  padding: 3%;
  background: linear-gradient(to bottom, #009D94 10%, transparent, transparent, transparent 100%);
}
.container .content .jingxx .taocan .tclist .tc:nth-child(2) {
  background: linear-gradient(to bottom, #EF8816, transparent, transparent, transparent 100%);
}
.container .content .jingxx .taocan .tclist .tc:nth-child(2) .xuanze .xz a {
  background-color: #ED8113;
}
.container .content .jingxx .taocan .tclist .tc:nth-child(3) {
  background: linear-gradient(to bottom, #1A1E24, transparent, transparent, transparent 100%);
}
.container .content .jingxx .taocan .tclist .tc:nth-child(3) .xuanze {
  background-color: #FFDFBD;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.container .content .jingxx .taocan .tclist .tc h4 {
  font-size: 30px;
  margin-bottom: 50px;
  color: #fff;
}
.container .content .jingxx .taocan .tclist .tc .xuanze {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 6%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px #ccc;
}
.container .content .jingxx .taocan .tclist .tc .xuanze .xz {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #eee;
}
.container .content .jingxx .taocan .tclist .tc .xuanze .xz:nth-child(2) {
  border: none;
}
.container .content .jingxx .taocan .tclist .tc .xuanze .xz:nth-child(3) {
  border: none;
  box-sizing: border-box;
  padding-bottom: 110px;
}
.container .content .jingxx .taocan .tclist .tc .xuanze .xz p {
  color: #666;
  font-size: 18px;
}
.container .content .jingxx .taocan .tclist .tc .xuanze .xz span {
  font-size: 30px;
}
.container .content .jingxx .taocan .tclist .tc .xuanze .xz a {
  width: 60%;
  height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: white;
  background-color: #009D94;
  border-radius: 10px;
}
.container .content .jingxx .taocan .tclist .tc .xuanze .lsgm {
  position: absolute;
  bottom: 20px;
  left: 20%;
  z-index: 9999;
  width: 60%;
  height: 35px;
  background-color: #293139;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #FFEBD4;
}
.container .content .jingxx .taocan .tclist .tc .yontu {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
.container .content .jingxx .taocan .tclist .tc .yontu ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.container .content .jingxx .taocan .tclist .tc .yontu ul li {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.container .content .jingxx .taocan .tclist .tc .yontu ul li p {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}
.container .content .jingxx .taocan .tclist .tc .yontu ul li span {
  color: #000;
  font-size: 18px;
}
.container .content .jingxx .shouquan {
  margin-bottom: 100px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .jingxx .shouquan .shouquanlist {
  box-sizing: border-box;
  padding: 3%;
  border: 1px solid #eee;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.container .content .jingxx .shouquan .shouquanlist ul {
  width: 100%;
  height: auto;
}
.container .content .jingxx .shouquan .shouquanlist ul li {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.container .content .jingxx .shouquan .shouquanlist ul li span {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #D3F3E9;
  color: #009C93;
  margin-right: 20px;
  font-size: 15px;
  border-radius: 50%;
}
.container .content .jingxx .shouquan .shouquanlist ul li p {
  color: #666;
  font-size: 15px;
}
.container .content .jingxx .shouquan .shouquanlist ul li p a {
  color: #009E96;
}
.container .content .jingxx .wenti {
  margin-bottom: 100px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .content .jingxx .wenti .wentilist {
  width: 100%;
  height: auto;
}
.container .content .jingxx .wenti .wentilist ul {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 3% 0;
}
.container .content .jingxx .wenti .wentilist ul li {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 5%;
  padding-left: 80px;
  padding-right: 20px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.container .content .jingxx .wenti .wentilist ul li.active {
  background: rgba(0, 156, 147, 0.2);
}
.container .content .jingxx .wenti .wentilist ul li.active img {
  transform: rotate(180deg);
}
.container .content .jingxx .wenti .wentilist ul li::after {
  position: absolute;
  left: 3%;
  top: 45%;
  content: "";
  width: 11px;
  height: 11px;
  background-color: #009C93;
  border-radius: 50%;
}
.container .content .jingxx .wenti .wentilist ul li .des {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .jingxx .wenti .wentilist ul li .des p {
  color: #000;
  font-size: 22px;
}
.container .content .jingxx .wenti .wentilist ul li .des img {
  background-color: #eee;
  box-sizing: border-box;
  padding: 1% 0.9%;
  border-radius: 50%;
}
.container .content .jingxx .wenti .wentilist ul li .ms {
  margin-top: 30px;
  display: none;
  width: 100%;
  height: auto;
}
.container .content .jingxx .wenti .wentilist ul li .ms p {
  font-size: 15px;
  color: #666;
}
.container .content .jingxx .wenti .wentilist ul li .ms a {
  margin: 10px 0;
  font-size: 15px;
  color: #32A3FF;
}
.container .content .jingxx .xinxi {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container .content .jingxx .xinxi .xinxi_cccc {
  width: 100%;
  height: auto;
  background: rgba(0, 156, 147, 0.2);
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left {
  width: 70%;
  height: 575px;
  box-sizing: border-box;
  padding: 3%;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru {
  position: relative;
  margin-bottom: 20px;
  width: 49%;
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 2%;
  display: flex;
  align-items: center;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru:hover .select {
  display: block;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru p {
  color: #000;
  white-space: nowrap;
  font-size: 15px;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru input {
  width: 88%;
  height: 45px;
  outline: none !important;
  background: none;
  border: none;
  font-size: 15px;
  box-sizing: border-box;
  padding-left: 3%;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru .shushu {
  width: 88%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru .shushu span {
  font-size: 15px;
  color: #000;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru .shushu img {
  width: auto;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru .select {
  display: none;
  position: absolute;
  top: 50px;
  left: 22%;
  z-index: 8888;
  width: 80%;
  height: auto;
  outline: none;
  border: none;
  background: #fff;
  font-size: 15px;
  color: #999;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ccc;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru .select ul {
  width: 100%;
  height: auto;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru .select ul li {
  width: 100%;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #000;
  box-sizing: border-box;
  padding: 0 3%;
  cursor: pointer;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru .select ul li:hover {
  background-color: #009D94;
  color: #fff;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru option {
  font-size: 15px;
  color: #999;
  height: 45px;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .shussss .shuru option:hover {
  background-color: #009D94;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .anniu {
  margin: auto;
  width: 325px;
  height: 50px;
  background-color: #009C93;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 50px;
  cursor: pointer;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_left .anniu p {
  color: #fff;
  font-size: 15px;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_right {
  width: 28%;
  position: relative;
  height: 575px;
  box-sizing: border-box;
  padding: 2%;
  border-radius: 15px;
  overflow: hidden;
  background: url(../../img/zhengban/ppp.jpg) center no-repeat;
  background-size: 100% 100%;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_right .xinxi_right1 {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 3%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.container .content .jingxx .xinxi .xinxi_cccc .xinxi_right .xinxi_right1 span {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
}
.container .footer {
  width: 100%;
  height: 470px;
  background-color: #1A1F2A;
  box-sizing: border-box;
  padding: 2%;
  padding-top: 3%;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .footer .footer_c {
  width: 88%;
  height: 100%;
}
.container .footer .footer_c .footer_top {
  width: 100%;
  height: 320px;
  border-bottom: 1px solid #2F343F;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.container .footer .footer_c .footer_top .footer_top_left {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}
.container .footer .footer_c .footer_top .footer_top_left .logo {
  width: 300px;
  height: 48px;
}
.container .footer .footer_c .footer_top .footer_top_left .logo img {
  width: 100%;
  height: auto;
}
.container .footer .footer_c .footer_top .footer_top_left .des {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.container .footer .footer_c .footer_top .footer_top_left .des p {
  margin-right: 40px;
  font-size: 15px;
  color: #BBBCBD;
}
.container .footer .footer_c .footer_top .footer_top_left .tel {
  width: 230px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #BBBCBD;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 2% 3%;
}
.container .footer .footer_c .footer_top .footer_top_left .tel .tel1 {
  margin-right: 15px;
  width: auto;
  padding-right: 15px;
  border-right: 1px solid #BBBCBD;
}
.container .footer .footer_c .footer_top .footer_top_left .tel .tel1 img {
  width: auto;
}
.container .footer .footer_c .footer_top .footer_top_left .tel p {
  color: #fff;
  font-size: 18px;
}
.container .footer .footer_c .footer_top .footer_top_left span {
  color: #BBBCBD;
  font-size: 14px;
  white-space: nowrap;
}
.container .footer .footer_c .footer_top .footer_top_right {
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 10%;
}
.container .footer .footer_c .footer_top .footer_top_right .footernav {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.container .footer .footer_c .footer_top .footer_top_right .footernav ul {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .footer .footer_c .footer_top .footer_top_right .footernav ul li {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.container .footer .footer_c .footer_top .footer_top_right .footernav ul li a {
  font-size: 15px;
  color: #BBBCBD;
}
.container .footer .footer_c .footer_top .footer_top_right .footernav ul li p {
  font-size: 15px;
  color: #009e96;
}
.container .footer .footer_c .footer_top .footer_top_right .ewm {
  width: 137px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .footer .footer_c .footer_top .footer_top_right .ewm .ewm1 {
  margin-bottom: 15px;
  width: 137px;
  height: 137px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.container .footer .footer_c .footer_top .footer_top_right .ewm .ewm1 img {
  width: 132px;
  height: 132px;
}
.container .footer .footer_c .footer_top .footer_top_right .ewm p {
  color: #fff;
  font-size: 16px;
}
.container .footer .footer_c .footer_bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .footer .footer_c .footer_bottom .footer_bottom1 {
  width: 50%;
  display: flex;
  align-items: center;
}
.container .footer .footer_c .footer_bottom .footer_bottom1 p {
  color: #BBBCBD;
  font-size: 14px;
}
.container .footer .footer_c .footer_bottom .footer_bottom2 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .footer .footer_c .footer_bottom .footer_bottom2 a {
  margin-left: 20px;
  color: #BBBCBD;
  font-size: 14px;
}
.container .footer .footer_c .footer_bottom .footer_bottom2 .ga {
  margin-left: 20px;
  width: auto;
  display: flex;
  align-items: center;
}
.container .footer .footer_c .footer_bottom .footer_bottom2 .ga img {
  width: auto;
}
.container .footer .footer_c .footer_bottom .footer_bottom2 .ga a {
  margin-left: 10px;
}
.container .cebian {
  position: fixed;
  right: 1%;
  bottom: 40%;
  z-index: 99999;
  height: auto;
  width: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.5%;
}
.container .cebian .aaa {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.container .cebian .aaa img {
  margin-bottom: 5px;
  width: auto;
}
.container .cebian .aaa p {
  color: #000;
  font-size: 13px;
}
.container .tanchuang {
  width: 100%;
  height: 100vh;
  transform: scale(1);
  transition: all 0.35s;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000000000000000000;
}
.container .tanchuang .tanchuang_ccc {
  width: 906px;
  height: 520px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.container .tanchuang .tanchuang_ccc .tanleft {
  width: 360px;
  height: 520px;
}
.container .tanchuang .tanchuang_ccc .tanleft img {
  width: 100%;
  height: 100%;
}
.container .tanchuang .tanchuang_ccc .tanright {
  width: 542px;
  height: 520px;
  position: relative;
  box-sizing: border-box;
  padding: 2%;
}
.container .tanchuang .tanchuang_ccc .tanright .close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.container .tanchuang .tanchuang_ccc .tanright .close img {
  width: 100%;
  height: 100%;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc {
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 7%;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_nav {
  margin-bottom: 45px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_nav ul {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_nav ul li {
  width: 27%;
  height: 40px;
  border-bottom: 2px solid transparent;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_nav ul li.active {
  border-bottom: 2px solid #009E96;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_nav ul li.active a {
  color: #009E96;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_nav ul li a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #000;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong {
  width: 100%;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong:first-child {
  display: flex;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong.wxx img {
  margin-bottom: 40px;
  width: 246px;
  height: 246px;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong.wxx p {
  color: #666;
  font-size: 15px;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .shuru {
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D4D9DD;
  border-radius: 10px;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .shuru p {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #D4D9DD;
  font-size: 16px;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .shuru input {
  width: 290px;
  height: 50px;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 5%;
  border: none;
  outline: none;
  background: none;
  color: #000;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .shuru input::placeholder {
  color: #bbbbbb;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .huakuai {
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .huakuai .code-box {
  width: 100%;
  height: 50px;
  position: relative;
  background-color: #E8E8E8;
  border-radius: 10px;
  overflow: hidden;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .huakuai .code-box .code-input {
  display: none;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .huakuai .code-box span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  height: 50px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  background-color: #fff;
  font-family: "宋体";
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .huakuai .code-box p {
  position: relative;
  display: block;
  height: 50px;
  width: 0;
  background-color: #FFFF99;
  overflow: hidden;
  text-indent: 0px;
  text-align: center;
  line-height: 50px;
  transition: background 1s ease-in;
  z-index: 88;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .huakuai .code-box i {
  display: block;
  position: absolute;
  top: 30%;
  left: 30%;
  color: #858585;
  z-index: 55;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .shuru1 {
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 2%;
  border: 1px solid #D4D9DD;
  border-radius: 10px;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .shuru1 p {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #D4D9DD;
  font-size: 16px;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .shuru1 input {
  width: 190px;
  height: 50px;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 5%;
  border: none;
  outline: none;
  background: none;
  color: #000;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .shuru1 input::placeholder {
  color: #bbbbbb;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .shuru1 span {
  font-size: 16px;
  color: #009E96;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .anniu {
  width: 100%;
  height: 50px;
  background-color: #009E96;
  border-radius: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .anniu p {
  color: #fff;
  font-size: 16px;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .wangji {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .zhuce {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .zhuce p {
  color: #666;
  display: flex;
  font-size: 15px;
  align-items: center;
}
.container .tanchuang .tanchuang_ccc .tanright .tanright_ccc .tanright_neirong .neirong .zhuce p a {
  color: #009E96;
}
.container .tanchuang11 {
  width: 100%;
  height: 100vh;
  transform: scale(1);
  transition: all 0.35s;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000000000000000000;
}
.container .tanchuang11 .tanchuang_ccc {
  width: 1100px;
  height: auto;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(to bottom, #FDE7CC 10%, #FFFFFF, #FFFFFF 50%);
  position: relative;
  box-sizing: border-box;
  padding: 3%;
}
.container .tanchuang11 .tanchuang_ccc .close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.container .tanchuang11 .tanchuang_ccc .close img {
  width: 100%;
  height: 100%;
}
.container .tanchuang11 .tanchuang_ccc .shouquan {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0%;
}
.container .tanchuang11 .tanchuang_ccc .shouquan h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 35px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .tab {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  border: 1px solid #ECAE6A;
  border-radius: 10px;
  overflow: hidden;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .tab .tabheader {
  width: 100%;
  height: auto;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .tab .tabheader ul {
  width: 100%;
  height: 55px;
  background-color: #FDDFBB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .tab .tabheader ul li {
  width: 23%;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .tab .tabheader ul li p {
  color: #82592A;
  font-size: 15px;
  white-space: nowrap;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .tab .tabccc {
  width: 100%;
  height: auto;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .tab .tabccc ul {
  width: 100%;
  height: 55px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .tab .tabccc ul li {
  width: 23%;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .tab .tabccc ul li p {
  color: #000;
  font-size: 15px;
  white-space: nowrap;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .biaoti {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .biaoti .bt {
  display: flex;
  align-items: center;
  width: auto;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .biaoti .bt i {
  width: 4px;
  height: 19px;
  background-color: #1BBA7C;
  border-radius: 5px;
  margin-right: 10px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .biaoti .bt p {
  color: #000;
  font-size: 20px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .biaoti .bc {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .biaoti .bc img {
  width: auto;
  margin-right: 10px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .biaoti .bc p {
  color: #999;
  font-size: 15px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 {
  position: relative;
  margin-bottom: 15px;
  width: 49%;
  height: 50px;
  border: 1px solid #BBBCBD;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1:hover .select {
  display: flex;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 p {
  width: 35%;
  height: 30px;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  border-right: 1px solid #BBBCBD;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 p i {
  color: red;
  font-size: 11px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .shushu {
  width: 68%;
  padding-left: 4%;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5%;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .shushu span {
  font-size: 15px;
  color: #000;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .shushu img {
  width: auto;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 input {
  width: 68%;
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  border: none;
  outline: none;
  background: none;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select {
  position: absolute;
  top: 50px;
  left: 32%;
  z-index: 8888;
  width: 68%;
  height: auto;
  display: none;
  align-items: center;
  border: none;
  outline: none;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select ul {
  width: 100%;
  height: auto;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select ul li {
  width: 100%;
  height: 40px;
  padding: 0 5%;
  box-sizing: border-box;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select ul li:hover {
  background-color: #009D94;
  color: #fff;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select option {
  font-size: 15px;
  color: #000;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select option:hover {
  background-color: #009D94;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .xzz {
  width: 68%;
  padding-left: 4%;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .xzz .xzz1 {
  margin-right: 50px;
  display: flex;
  align-items: center;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .xzz .xzz1 input {
  width: 18px;
  height: 18px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .sqqq .sqqq1 .xzz .xzz1 p {
  width: auto;
  border: none;
  white-space: nowrap;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .miaoshu {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .miaoshu p {
  color: #666;
  font-size: 15px;
  line-height: 26px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .dibu {
  margin-top: 40px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .dibu .dibu1 {
  margin: 0 20px;
  width: 285px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #181C22;
  border: 1px solid #181C22;
  border-radius: 10px;
  cursor: pointer;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .dibu .dibu1 img {
  width: auto;
  margin-right: 15px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .dibu .dibu1 p {
  color: #FFD6A9;
  font-size: 20px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .dibu .dibu2 {
  margin: 0 20px;
  width: 285px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #181C22;
  border-radius: 10px;
  cursor: pointer;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .dibu .dibu2 img {
  width: auto;
  margin-right: 15px;
}
.container .tanchuang11 .tanchuang_ccc .shouquan .dibu .dibu2 p {
  color: #293039;
  font-size: 20px;
}
.container .tanchuang22 {
  width: 100%;
  height: 100vh;
  transform: scale(1);
  transition: all 0.35s;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000000000000000000;
}
.container .tanchuang22 .tanchuang_ccc {
  width: 770px;
  height: auto;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(to bottom, #FDE7CC 10%, #FFFFFF, #FFFFFF 50%);
  position: relative;
  box-sizing: border-box;
  padding: 2%;
}
.container .tanchuang22 .tanchuang_ccc .close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.container .tanchuang22 .tanchuang_ccc .close img {
  width: 100%;
  height: 100%;
}
.container .tanchuang22 .tanchuang_ccc .shouquan {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0%;
}
.container .tanchuang22 .tanchuang_ccc .shouquan h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 35px;
}
.container .tanchuang22 .tanchuang_ccc .shouquan p {
  color: #000;
  font-size: 14px;
  text-align: center;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq {
  margin-top: 15px;
  width: 90%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #BBBCBD;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1:hover .select {
  display: flex;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 p {
  width: 35%;
  height: 30px;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  border-right: 1px solid #BBBCBD;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 p i {
  color: red;
  font-size: 11px;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .shushu {
  width: 68%;
  padding-left: 4%;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5%;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .shushu span {
  font-size: 15px;
  color: #000;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .shushu img {
  width: auto;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 input {
  width: 68%;
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  border: none;
  outline: none;
  background: none;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select {
  position: absolute;
  top: 50px;
  left: 32%;
  z-index: 8888;
  width: 68%;
  height: auto;
  display: none;
  align-items: center;
  border: none;
  outline: none;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select ul {
  width: 100%;
  height: auto;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select ul li {
  width: 100%;
  height: 40px;
  padding: 0 5%;
  box-sizing: border-box;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select ul li:hover {
  background-color: #009D94;
  color: #fff;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select option {
  font-size: 15px;
  color: #000;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .select option:hover {
  background-color: #009D94;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .xzz {
  width: 68%;
  padding-left: 4%;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .xzz .xzz1 {
  margin-right: 50px;
  display: flex;
  align-items: center;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .xzz .xzz1 input {
  width: 18px;
  height: 18px;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .sqqq .sqqq1 .xzz .xzz1 p {
  width: auto;
  border: none;
  white-space: nowrap;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp h4 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp .tab {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  border: 1px solid #ECAE6A;
  border-radius: 10px;
  overflow: hidden;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp .tab .tabheader {
  width: 100%;
  height: auto;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp .tab .tabheader ul {
  width: 100%;
  height: 45px;
  background-color: #FDDFBB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp .tab .tabheader ul li {
  width: 33%;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp .tab .tabheader ul li p {
  color: #82592A;
  font-size: 15px;
  white-space: nowrap;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp .tab .tabccc {
  width: 100%;
  height: auto;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp .tab .tabccc ul {
  width: 100%;
  height: 45px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp .tab .tabccc ul li {
  width: 33%;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .cppp .tab .tabccc ul li p {
  color: #000;
  font-size: 15px;
  white-space: nowrap;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .msss {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .msss p {
  color: #000;
  font-size: 15px;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .msss a {
  color: #ED8113;
  font-size: 15px;
}
.container .tanchuang22 .tanchuang_ccc .shouquan .anniu {
  margin-top: 20px;
  width: 40%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #131519, #2C313D);
}
.container .tanchuang22 .tanchuang_ccc .shouquan .anniu p {
  color: #F7D1A6;
  font-size: 18px;
}
.container .maodian {
  position: fixed;
  left: 1%;
  bottom: 20%;
  z-index: 99999;
  height: auto;
  width: 65px;
  border-radius: 7px;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.container .maodian a {
  width: 100%;
  height: auto;
  color: #000;
  font-size: 15px;
  padding: 8% 20%;
  text-align: center;
  border-bottom: 2px solid #eee;
}
.container .maodian a:hover {
  background-color: #009E96;
  color: #fff;
}
.container .maodian .aaa {
  width: 100%;
  height: auto;
  margin-top: 10px !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ccc;
}
.container .maodian .aaa:hover {
  background: none;
}
.container .maodian .aaa img {
  margin-bottom: 5px;
  width: 20px;
}
.container .maodian .aaa p {
  color: #000;
  font-size: 11px;
}

/*# sourceMappingURL=style.css.map */
