@charset "UTF-8";
a, .transition, :before, img, .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter, .fans1 .part-1 .list1 ul {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween, .fans1 .part3-2 .list1 ul, .fans1 .part2-4 .list1 ul, .fans1 .part2-2 .img-list ul, .fans1 .part-9 .list1 ul, .fans1 .part-8 .list1 ul, .fans1 .part-8 .container ul, .fans1 .part-6 .list2 dl, .fans1 .part-6 .list1 ul, .fans1 .part-4 .list1 li, .fans1 .part-3 .list1 li, .fans1 .part-2 .list1 ul {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap, .fans1 .part3-2 .list1 ul, .fans1 .part2-4 .list1 ul, .fans1 .part2-3 .list1 ul, .fans1 .part2-2 .img-list ul, .fans1 .part-9 .list1 ul, .fans1 .part-8 .list1 ul, .fans1 .part-8 .container ul, .fans1 .part-6 .list2 dl, .fans1 .part-6 .list1 ul, .fans1 .part-5 .list1 ul, .fans1 .part-4 .list1 li, .fans1 .part-3 .list1 li, .fans1 .part-2 .list1 ul, .fans1 .part-1 .list1 ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0;
}
body.show {
  opacity: 1;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #8cc332;
  outline: none;
}

li {
  list-style: outside none;
}

h1 {
  font-size: 16px;
}

h2, h3, h4, h5 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both;
}

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both;
}

.wal {
  max-width: 12.8rem;
  margin: 0 auto;
}

.head, .foot {
  text-align: center;
}

.fans1 {
  background: #fff;
}

.fans1-title {
  padding: 1.05rem 0 0 0;
  color: #fff;
}
.fans1-title h2 {
  font-weight: 400;
  font-size: 0.36rem;
  text-align: center;
  position: relative;
  padding-bottom: 0.32rem;
  letter-spacing: 0.01rem;
}
.fans1-title h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.38rem;
  height: 0.04rem;
  margin-left: -0.19rem;
  background: #8cc332;
}

.fans1-title-2 {
  color: #000;
}

.fans1 .part-1 {
  background: url("https://cmss.vinno.com/en/img/g65/bg560.png") center repeat-x;
  background-size: auto 100%;
  min-height: 5.6rem;
  color: #fff;
  text-align: center;
}
.fans1 .part-1 .fans1-title h2 {
  font-size: 0.4rem;
}
.fans1 .part-1 .content {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #999;
  padding: 0.35rem 0 0.6rem 0;
}
.fans1 .part-1 .list1 {
  padding-bottom: 1rem;
}
.fans1 .part-1 .list1 ul li {
  padding: 0 0.37rem;
}
.fans1 .part-1 .list1 ul img {
  width: 0.8rem;
}

.fans1 .part-2 {
  background: #040000 url("https://cmss.vinno.com/en/img/g65/part2-bg.jpg") center bottom no-repeat;
  background-size: 100%;
  min-height: 9rem;
}
.fans1 .part-2 .fans1-title {
  padding: 1.2rem 0 0.55rem 0;
}
.fans1 .part-2 .list1 {
  padding-bottom: 0.6rem;
}
.fans1 .part-2 .list1 li {
  padding-top: 1rem;
  width: 6rem;
}
.fans1 .part-2 .list1 li .name {
  font-size: 0.18rem;
  position: relative;
  color: #fff;
  padding-left: 0.21rem;
}
.fans1 .part-2 .list1 li .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  margin-top: -0.05rem;
  background: #8cc332;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fans1 .part-2 .list1 li .msg {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999;
  min-height: 0.58rem;
  padding: 0.15rem 0 0.1rem 0.21rem;
}

.fans1 .part-3 {
  background: url("https://cmss.vinno.com/en/img/g65/part-3-bg.png") center bottom no-repeat;
  background-size: 100%;
}
.fans1 .part-3 .fans1-title {
  padding: 1rem 0 0.5rem 0;
}
.fans1 .part-3 .list1 {
  padding-top: 1rem;
}
.fans1 .part-3 .list1 li {
  padding-bottom: 1rem;
}
.fans1 .part-3 .list1 li .img {
  width: 6rem;
}
.fans1 .part-3 .list1 li .col {
  width: 6rem;
}
.fans1 .part-3 .list1 li .name {
  font-size: 0.18rem;
  color: #98BD33;
  padding: 0.5rem 0 0.25rem 0;
}
.fans1 .part-3 .list1 li .msg {
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: justify;
  color: #999999;
}
.fans1 .part-3 .list1 li:nth-child(even) .col {
  order: -1;
}

.fans1 .part-4 {
  background: #040000 url("https://cmss.vinno.com/en/img/g65/part4-bg.png") center top no-repeat;
  background-size: 100%;
  min-height: 9rem;
  color: #fff;
}
.fans1 .part-4 .container {
  text-align: center;
  padding: 0.7rem 0 1.15rem 0;
  max-width: 8.5rem;
  margin: 0 auto;
  letter-spacing: 0.01rem;
}
.fans1 .part-4 .container .name {
  font-size: 0.24rem;
}
.fans1 .part-4 .container p {
  padding: 0.2rem 0 0.48rem 0;
  color: #999;
  font-size: 0.16rem;
  line-height: 0.28rem;
  max-width: 7.7rem;
  margin: 0 auto;
}
.fans1 .part-4 .list1 {
  padding-bottom: 6.1rem;
}
.fans1 .part-4 .list1 li {
  padding-bottom: 0.5rem;
}
.fans1 .part-4 .list1 li .col {
  width: 5.52rem;
  letter-spacing: 0.01rem;
  padding-top: 0.44rem;
}
.fans1 .part-4 .list1 li .title {
  font-size: 0.24rem;
  padding: 0.22rem 0 0.44rem 0;
}
.fans1 .part-4 .list1 li .name {
  font-size: 0.18rem;
  position: relative;
  color: #fff;
  padding-left: 0.2rem;
}
.fans1 .part-4 .list1 li .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  margin-top: -0.05rem;
  background: #8cc332;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fans1 .part-4 .list1 li .msg {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999;
  padding: 0.16rem 0 0 0.2rem;
}
.fans1 .part-4 .list1 li .img {
  width: 5rem;
}

.fans1 .part-5 {
  background: url("https://cmss.vinno.com/en/img/g65/part-5-bg.png") center top no-repeat;
  background-size: 100%;
}
.fans1 .part-5 .wal {
  min-height: 8.02rem;
  position: relative;
}
.fans1 .part-5 .img-1 {
  width: 8.97rem;
  position: absolute;
  z-index: 10;
  left: 4.38rem;
  right: auto;
  top: -4.95rem;
  bottom: auto;
}
.fans1 .part-5 .img-2 {
  width: 5.35rem;
  position: absolute;
  z-index: 10;
  left: -0.25rem;
  right: auto;
  top: -4.95rem;
  bottom: auto;
}
.fans1 .part-5 .list1 {
  max-width: 6.01rem;
  margin-left: auto;
  padding: 1.16rem 0;
  letter-spacing: 0.01rem;
}
.fans1 .part-5 .list1 .name {
  font-size: 0.24rem;
  color: #000;
}
.fans1 .part-5 .list1 .msg {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999;
  text-align: justify;
  padding: 0.26rem 0 0.52rem 0;
}
.fans1 .part-5 .list1 ul {
  margin-left: -4px;
}
.fans1 .part-5 .list1 li {
  width: 33.333%;
  padding: 0 0 4px 4px;
}

.fans1 .part-6 {
  letter-spacing: 0.01rem;
  text-align: center;
  padding-bottom: 1.4rem;
}
.fans1 .part-6 .title {
  font-size: 0.24rem;
  color: #000000;
  padding-bottom: 0.35rem;
}
.fans1 .part-6 .msg {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999999;
  padding-bottom: 0.4rem;
  max-width: 6.12rem;
  margin: 0 auto;
}
.fans1 .part-6 .list1 li {
  width: 6rem;
}
.fans1 .part-6 .list1 li .name {
  font-size: 0.18rem;
  padding: 0.3rem 0;
  color: #98BD33;
}
.fans1 .part-6 .list2 li {
  padding-top: 0.85rem;
}
.fans1 .part-6 .list2 .name {
  font-size: 0.18rem;
  color: #98BD33;
}
.fans1 .part-6 .list2 .msg {
  max-width: 100%;
  padding: 0.16rem 0 0.45rem 0;
}
.fans1 .part-6 .list2 dd img {
  height: 4.31rem;
}

.fans1 .part-7 {
  background: url("https://cmss.vinno.com/en/img/g65/part-7.png") center no-repeat;
  background-size: cover;
  min-height: 15rem;
  color: #fff;
}
.fans1 .part-7 .fans1-title {
  padding: 0.95rem 0 0.47rem 0;
}
.fans1 .part-7 .title {
  padding: 1.1rem 0 0.28rem 0;
  font-size: 0.24rem;
}
.fans1 .part-7 .list1 li {
  min-height: 2.5rem;
  position: relative;
  padding-top: 0.1rem;
}
.fans1 .part-7 .list1 li .name {
  font-size: 0.18rem;
  padding-bottom: 0.15rem;
  color: #98BD33;
}
.fans1 .part-7 .list1 li .content {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #999999;
  width: 3.41rem;
  letter-spacing: 0.01rem;
}
.fans1 .part-7 .list1 li .img {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  width: 7.42rem;
}
.fans1 .part-7 .list1 li.li_02 {
  padding-top: 0.5rem;
}
.fans1 .part-7 .list1 li.li_02 .img {
  width: 3.83rem;
}

.fans1 .part-8 {
  background: url("https://cmss.vinno.com/en/img/g65/part-8.png") center repeat-x;
  background-size: auto 100%;
  min-height: 14.18rem;
  color: #fff;
  letter-spacing: 0.01rem;
}
.fans1 .part-8 .container {
  position: relative;
  min-height: 7rem;
  border-bottom: #7c7c7c solid 1px;
  padding: 1.2rem 0 0.8rem 5.4rem;
}
.fans1 .part-8 .container .img {
  width: 4.66rem;
  position: absolute;
  z-index: 10;
  left: -0.45rem;
  right: auto;
  top: 1.27rem;
  bottom: auto;
}
.fans1 .part-8 .container .title {
  font-size: 0.24rem;
}
.fans1 .part-8 .container .name {
  font-size: 0.18rem;
  color: #98BD33;
  padding: 0.6rem 0 0.24rem 0;
}
.fans1 .part-8 .container .msg {
  padding-bottom: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999999;
}
.fans1 .part-8 .container li {
  width: 3.5rem;
}
.fans1 .part-8 .container li .name2 {
  font-size: 0.18rem;
  padding: 0.22rem 0;
}
.fans1 .part-8 .list1 {
  padding-top: 1rem;
}
.fans1 .part-8 .list1 li {
  width: 6rem;
  padding-bottom: 1rem;
}
.fans1 .part-8 .list1 li .name {
  font-size: 0.18rem;
  color: #98BD33;
}
.fans1 .part-8 .list1 li .msg {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999999;
  padding: 0.24rem 0;
  min-height: 0.96rem;
}

.fans1 .part-9 {
  background: url("https://cmss.vinno.com/en/img/g65/part-9.png") center no-repeat;
  background-size: cover;
  min-height: 12.5rem;
}
.fans1 .part-9 .img {
  text-align: center;
  padding: 0.5rem 0 0.15rem 0;
}
.fans1 .part-9 .list1 li {
  width: 5.84rem;
  padding-bottom: 0.75rem;
}
.fans1 .part-9 .list1 li .ico img {
  height: 0.47rem;
}
.fans1 .part-9 .list1 li .name {
  font-size: 0.18rem;
  color: #98BD33;
  padding: 0.3rem 0 0.18rem 0;
}
.fans1 .part-9 .list1 li .msg {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999;
}

.part-0 {
  background: center no-repeat;
  background-size: cover;
  min-height: 10.68rem;
}
.part-0 .title {
  text-align: center;
  color: #fff;
  padding-top: 0.9rem;
  font-size: 0.48rem;
  letter-spacing: 0.03rem;
}
.part-0 .title h2 {
  font-weight: 400;
  font-size: 0.84rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

/**/
.fans1 .part2-1 {
  background: url("https://cmss.vinno.com/en/img/g65/part2-1.png") center no-repeat;
  background-size: cover;
  min-height: 5.81rem;
  text-align: center;
  font-size: 0.16rem;
  color: #999;
}
.fans1 .part2-1 .msg {
  line-height: 0.36rem;
  padding: 0.3rem 0 0.6rem 0;
}
.fans1 .part2-1 .list1 {
  width: 5.2rem;
  margin: 0 auto;
}
.fans1 .part2-1 .list1 li {
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.24rem;
  text-align: left;
}
.fans1 .part2-1 .list1 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  margin-top: -0.05rem;
  background: #8cc332;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.fans1 .part2-2 {
  background: #313131;
  color: #999;
  text-align: center;
  padding: 1.3rem 0 0.3rem 0;
}
.fans1 .part2-2 h3.title {
  color: #98BD33;
  font-size: 0.24rem;
}
.fans1 .part2-2 .msg {
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.2rem 0 0.43rem 0;
}
.fans1 .part2-2 .msg span {
  display: block;
}
.fans1 .part2-2 .img-list {
  padding-bottom: 0.6rem;
}
.fans1 .part2-2 .img-list li {
  width: 6rem;
  padding-bottom: 0.3rem;
}
.fans1 .part2-2 .img-list li.li_01 {
  width: 100%;
}

.fans1 .part2-3 {
  padding: 0 0.5rem;
}
.fans1 .part2-3 .wal {
  max-width: 15.6rem;
}
.fans1 .part2-3 .list1 {
  padding: 0.8rem 0 0.4rem 0;
}
.fans1 .part2-3 .list1 ul {
  margin-left: -1rem;
}
.fans1 .part2-3 .list1 li {
  width: 50%;
  padding: 0 0 1rem 1rem;
}
.fans1 .part2-3 .list1 li img {
  width: 100%;
}

.fans1 .part2-4 {
  background: #0c0c0c;
  color: #fff;
}
.fans1 .part2-4 .fans1-title {
  padding: 1.3rem 0 1rem 0;
}
.fans1 .part2-4 .list1 {
  background: url("https://cmss.vinno.com/en/img/g65/img732.png") center top no-repeat;
  background-size: 7.32rem;
  padding-top: 0.6rem;
  min-height: 5.7rem;
}
.fans1 .part2-4 .list1 li {
  width: 6rem;
  min-height: 2rem;
  position: relative;
  padding: 0 0 0.5rem 0.7rem;
}
.fans1 .part2-4 .list1 li .ico {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 0.45rem;
}
.fans1 .part2-4 .list1 li .name {
  font-size: 0.18rem;
  line-height: 1em;
}
.fans1 .part2-4 .list1 li .msg {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999;
  padding-top: 0.18rem;
}

/**/
.fans1 .part3-0 {
  background: url("https://cmss.vinno.com/en/img/g65/img1920.jpg") center no-repeat;
  background-size: cover;
}
.fans1 .part3-0 .wal {
  height: 100vh;
  position: relative;
}
.fans1 .part3-0 .title {
  position: absolute;
  left: 0;
  top: 24%;
  color: #fff;
  font-size: 0.4rem;
}
.fans1 .part3-0 .title h2 {
  font-weight: 400;
  font-size: 0.84rem;
  line-height: 1em;
  padding-bottom: 0.3rem;
}
.fans1 .part3-0 .title p {
  word-break: break-word;
  width: 6rem;
}
.fans1 .part3-0 .img {
  width: 45vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fans1 .part3-1 {
  min-height: 4.35rem;
}
.fans1 .part3-2 {
  background: #151113 url("https://cmss.vinno.com/en/img/g65/part3-2.jpg") center top no-repeat;
  background-size: 100%;
  min-height: 15.61rem;
}
.fans1 .part3-2 .list1 {
  padding: 0.75rem 0 0.5rem 0;
}
.fans1 .part3-2 .list1 li {
  width: 6rem;
}
.fans1 .part3-2 .list1 li .bd {
  min-height: 1.82rem;
  padding: 0.14rem 0.35rem 0.35rem 0.2rem;
}
.fans1 .part3-2 .list1 li .bd h5 {
  position: relative;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.55rem;
  color: #fff;
}
.fans1 .part3-2 .list1 li .bd h5:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.2rem;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  background: #8cc332;
  border-radius: 50%;
  margin-top: -0.05rem;
}
.fans1 .part3-2 .list1 li .bd p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #999999;
}
.fans1 .part3-3 {
  background: url("https://cmss.vinno.com/en/img/g65/part3-3.jpg") center top no-repeat;
  background-size: 100%;
  min-height: 15rem;
}
.fans1 .part3-3 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.27rem 1.24rem 0.27rem 1.68rem;
  border: #aed470 solid 0.02rem;
  margin-top: 0.55rem;
}
.fans1 .part3-3 .head .img {
  width: 1.54rem;
}
.fans1 .part3-3 .head .col {
  width: 7.58rem;
  color: #000000;
  text-align: left;
}
.fans1 .part3-3 .head .col h5 {
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
}
.fans1 .part3-3 .head .col p {
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.fans1 .part3-3 .list1 {
  padding: 0.55rem 0;
}
.fans1 .part3-3 .list1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fans1 .part3-3 .list1 .bd {
  min-height: 1.66rem;
  max-width: 8.4rem;
  padding: 0.12rem 0 0.3rem 0;
}
.fans1 .part3-3 .list1 .bd h5 {
  color: #8cc332;
  font-size: 0.18rem;
  padding: 0.15rem 0 0.12rem 0;
}
.fans1 .part3-3 .list1 .bd p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
}
.fans1 .part3-3 .list1 li.li_01 {
  width: 4.79rem;
}
.fans1 .part3-3 .list1 li.li_02 {
  width: 7.19rem;
}
.fans1 .part3-3 .list1 li.li_03 {
  width: 100%;
}
.fans1 .part3-4 {
  background: url("https://cmss.vinno.com/en/img/g65/part3-4.jpg") center top no-repeat;
  background-size: cover;
  min-height: 14.32rem;
}
.fans1 .part3-4 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.85rem;
  border: #aed470 solid 0.02rem;
  margin-top: 0.55rem;
}
.fans1 .part3-4 .head .img {
  width: 1.09rem;
}
.fans1 .part3-4 .head .col {
  width: 7.2rem;
  color: #fff;
  text-align: left;
}
.fans1 .part3-4 .head .col h5 {
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
}
.fans1 .part3-4 .head .col p {
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.fans1 .part3-4 .list1 {
  padding: 0.55rem 0 0 0;
}
.fans1 .part3-4 .list1 .bd {
  min-height: 1.66rem;
  padding: 0.12rem 0 0.3rem 0;
}
.fans1 .part3-4 .list1 .bd h5 {
  color: #8cc332;
  font-size: 0.18rem;
  padding: 0.15rem 0 0.12rem 0;
}
.fans1 .part3-4 .list1 .bd p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #999;
}
.fans1 .part3-4 .list1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fans1 .part3-4 .list1 li {
  padding-bottom: 0.57rem;
}
.fans1 .part3-4 .list1 li.li_01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fans1 .part3-4 .list1 li.li_01 .img {
  width: 8.24rem;
}
.fans1 .part3-4 .list1 li.li_01 .bd {
  width: 4rem;
}
.fans1 .part3-4 .list1 li.li_02 {
  width: 7.31rem;
}
.fans1 .part3-4 .list1 li.li_03 {
  width: 5.11rem;
}
.fans1 .part3-5 {
  background: url("https://cmss.vinno.com/en/img/g65/part3-5.jpg") left center no-repeat;
  background-size: auto 100%;
  min-height: 13.13rem;
}
.fans1 .part3-5 .wal {
  position: relative;
  min-height: 5rem;
}
.fans1 .part3-5 .head {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0.8rem 0.5rem 1.95rem;
  position: absolute;
  left: 50%;
  top: 0.67rem;
  background: rgba(152, 189, 51, 0.8);
  width: 9.48rem;
  margin-left: -9.6rem;
  min-height: 2.58rem;
}
.fans1 .part3-5 .head .img {
  width: 0.64rem;
}
.fans1 .part3-5 .head .col {
  width: 5.5rem;
  color: #fff;
  text-align: left;
}
.fans1 .part3-5 .head .col h5 {
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
}
.fans1 .part3-5 .head .col p {
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.fans1 .part3-5 .list1 {
  padding: 0.67rem 0 0 0;
  width: 4.75rem;
  margin-left: auto;
}
.fans1 .part3-5 .list1 .bd {
  min-height: 1.66rem;
  padding: 0.12rem 0 0.3rem 0;
}
.fans1 .part3-5 .list1 .bd h5 {
  color: #8cc332;
  font-size: 0.18rem;
  padding: 0.15rem 0 0.12rem 0;
}
.fans1 .part3-5 .list1 .bd p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
}
.fans1 .part3-5 .list1 li {
  padding-bottom: 0.5rem;
}
.fans1 .part3-6 {
  background: #f4f4f4 url("https://cmss.vinno.com/en/img/g65/part3-6.jpg") center top no-repeat;
  background-size: 100%;
  min-height: 10rem;
}
.fans1 .part3-6 .head {
  display: flex;
  justify-content: space-between;
  min-height: 1.81rem;
  padding: 0.35rem 1.7rem 0.35rem 1.95rem;
  background: rgba(152, 189, 51, 0.8);
  margin-top: 0.65rem;
}
.fans1 .part3-6 .head .img {
  width: 0.79rem;
}
.fans1 .part3-6 .head .col {
  width: 7.1rem;
  color: #fff;
  text-align: left;
}
.fans1 .part3-6 .head .col h5 {
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
}
.fans1 .part3-6 .head .col p {
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.fans1 .part3-6 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0 1rem 0;
}
.fans1 .part3-6 .row .side-img {
  width: 6.23rem;
}
.fans1 .part3-6 .row .list1 {
  width: 5.52rem;
}
.fans1 .part3-6 .row .list1 h5 {
  color: #8cc332;
  font-size: 0.18rem;
}
.fans1 .part3-6 .row .list1 p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
  padding: 0.12rem 0 0.35rem 0;
}
.fans1 .part3-6 .row .list1 ul {
  display: flex;
}
.fans1 .part3-6 .row .list1 li {
  width: 50%;
}
.fans1 .part3-6 .row .list1 li .name {
  text-align: center;
  font-weight: bold;
  padding: 0.22rem 0;
  font-size: 0.16rem;
  color: #000;
}
.fans1 .part3-7 {
  background: url("https://cmss.vinno.com/en/img/g65/part3-7.jpg") left center no-repeat;
  background-size: auto 100%;
  min-height: 13.28rem;
}
.fans1 .part3-7 .wal {
  padding: 1.1rem 0 0.5rem 6.36rem;
}
.fans1 .part3-7 .fans1-title {
  padding: 0;
}
.fans1 .part3-7 .fans1-title h2 {
  text-align: left;
}
.fans1 .part3-7 .fans1-title h2:after {
  left: 0;
  margin-left: 0;
}
.fans1 .part3-7 .list1 {
  padding-top: 0.75rem;
}
.fans1 .part3-7 .list1 li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.35rem;
}
.fans1 .part3-7 .list1 li .col {
  width: 2.25rem;
}
.fans1 .part3-7 .list1 li .col .ico {
  width: 0.67rem;
}
.fans1 .part3-7 .list1 li .col h5 {
  color: #000;
  font-size: 0.18rem;
  padding: 0.35rem 0 0.12rem 0;
}
.fans1 .part3-7 .list1 li .col p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
}
.fans1 .part3-7 .list1 li .img {
  width: 3.66rem;
}

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