@charset "utf-8";

:root {
  --img-ratio: 0.5625;
  --scroll-img-w: 988px;
  --top-img-w: 1196px;
  --content-width: 1200px;
  --vc-group-title-2-height: 330px;
  --vc-group-title-2-bt-width: 60px;
}

@media screen and (min-width: 580px) and (max-width: 1200px) {
  :root {
    --top-img-w: 536px;
    --content-width: 800px;
    --vc-group-title-2-height: 270px;
  }
}

/*580分辨率以下（小于580px）*/
@media only screen and (max-width: 580px) {
  :root {
    --content-width: 343px;
    --top-img-w: 340px;
    --dongche-height: 50px;
    --vc-group-title-2-height: 100px;
    --vc-group-title-2-bt-width: 24px;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: PingFang SC-Semibold, PingFang SC;
}

ul, ol, li {
  list-style: none;
}

input:focus, button:focus {
  outline: 0;
}

img {
  border: 0;
  vertical-align: top;
}

var, em {
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  background-image: url('../img/img_textur_body_repeat.png');
  background-size: 150px;
  background-color: #830000;
}

a {
  color: #333;
  text-decoration: none;
  width: 100%;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

p {
  text-indent: 1.5rem;
  letter-spacing: 1px;
  font-size: 0.8rem;
  text-align: justify;
}

.g-wrap {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  zoom: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial;
}

.v-header {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../img/pc/img_index_top_pc.png');
  padding-top: calc(100% * (896 / 1920));
}

.v-header-1 {
  background-image: url('../img/pc/img_second_top.png');
  padding-top: calc(100% * (720 / 1920));
}

.vh-title-box {
  width: 960px;
  background-image: url('../img/pc/img_title_01_pc.png');
  height: calc(960px * 400 / 1936);
  background-size: cover;
  background-position: center;
  margin-top: calc(0px - 100vw * 0.35);
}

.vh-title-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 64px;
  font-family: monospace;
  letter-spacing: 10px;
  font-weight: bold;
  background: linear-gradient(165deg, #f8cf94c7 10%, #ffffff 20%, #f8cf94c7 50%, #ffffff 80%, #f8cf94c7 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: -1px -1px 0px #2f261738;
}

.vh-title-line {
  background: linear-gradient(90deg, transparent, #f3baba 30%, white 50%, #f3baba 70%, transparent);
  height: 2px;
  width: 100%;
}

.vh-title-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  letter-spacing: 5px;
  color: #ffffffd9;
}

.v-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -7rem;
  width: var(--content-width);
}

.vc-block-1 {
  width: 100%;
  padding-top: calc(100% * (566 / 917));
  background-image: url('../img/img_fan.png');
  background-size: cover;
  background-position: center;
}

.vcb1-ul {
  display: flex;
  transition: margin-left 1s;
  -moz-transition: margin-left 1s; /* Firefox 4 */
  -webkit-transition: margin-left 1s; /* Safari and Chrome */
  -o-transition: margin-left 1s; /* Opera */
}

.vcb1-li {
}

.vcb1l-content {
}

.vcb1l-img {
  width: calc(var(--content-width) - 8px);
  height: calc((var(--content-width) - 8px) * (672 / 1200));
  margin: 4px;
}

.vcb1l-title {
  color: white;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: bold;
}

.vcb1-ibox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc((var(--content-width) - 3rem) * (672 / 1200));
  width: 100%;
}

.vcb1-ibox-item {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 8px;
  margin: 0 8px;
  cursor: pointer;
}

.vc-block-2 {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  background: linear-gradient(90deg, #2B2E7C 0%, #EE1C25 100%);
  width: 100%;
}

.vc-block-2 a {
  z-index: 100;
}

.vcb2-list {
  display: flex;
  flex-direction: row;
}

.v-header-banner {
}

.vc-box-1 {
  border: 4px solid #FAB64D;
  background: #B91917;
  z-index: 100;
}

.vc-border-1 {
  position: relative;
  padding: 18px;
  width: calc(100% - 36px);
  margin-top: 80px;
}

.vc-border-item {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 4px solid #FAB64D;
}

.vcb2-list-left {
  width: calc(var(--content-width) * 0.53 - 23px - 4px - 70px);
  border: 2px solid #FAB64D;
  height: calc((var(--content-width) * 0.53 - 36px - 8px - 70px) * 376 / 528);
  margin: 40px 40px 40px 30px;
}

.vcb2-img-left-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
}

.vc-img-title {
  background-size: cover;
  background-position: center;
  width: 580px;
  height: 160px;
  margin-top: 80px;
}

.vc-fix-title-1 {
  background-image: url('../img/img_fix_title_middle.png');
  background-size: cover;
  background-position: center;
  width: 560px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #FDE48D;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: Source Han Serif-Heavy, Source Han Serif;
  line-height: 38px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  margin: 60px 0 30px;
}

.vc-group-title {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.vc-custom-border-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  align-items: end;
}

.vccb-1-tou {
  width: calc(var(--vc-group-title-2-bt-width) * 217 / 180);
  height: var(--vc-group-title-2-bt-width);
  background-image: url('../img/img_reel_edge_pc.png');
  background-size: cover;
  background-position: center;
}

.vccb-1-tou-top-left {
  transform: rotate(0deg) rotateX(0deg);
  margin-right: -1px;
}

.vccb-1-tou-top-right {
  transform: rotate(180deg);
  margin-left: -1px;
}

.vccb-1-tou-bottom-left {
  transform: rotate(-180deg) rotateX(180deg);
  margin-left: -1px;
}

.vccb-1-tou-bottom-right {
  transform: rotate(0deg) rotateX(180deg);
  margin-right: -1px;
}

.vccb-1-stretching {
  background: linear-gradient(180deg, #C8331D 0%, #C6321E 1%, #B72A22 7%, #B22723 11%, #BE2E23 23%, #DE4224 44%, #E14929 46%, #E9724A 52%, #EF9062 58%, #F3A271 63%, #F4A876 66%, #F1A271 68%, #E99065 71%, #DC7350 75%, #C94B33 79%, #BD3120 81%, #B02623 100%);
  flex-grow: 1;
  height: calc(var(--vc-group-title-2-bt-width) * 5 / 6);
  margin: 0 -1px;
}

.vccb-1-stretching-top {
  transform: rotateX(180deg);
}

.vccb-1-stretching-bottom {
}

.vc-custom-border-1-top {
  align-items: start;
}

.vccb-1-stretching-bottom {
}

.vccb-1-middle {
  height: var(--vc-group-title-2-bt-width);
  width: calc(var(--vc-group-title-2-bt-width) * 406 / 180);
  background-image: url('../img/img_reel_center_pc.png');
  background-size: cover;
  background-position: center;
  margin: 0px -2px;
}

.vccb-1-middle-left {
  transform: rotate(-0deg);
}

.vccb-1-middle-right {
  transform: rotate(0deg) rotateX(180deg);
}

.vcgt-box {
  margin: -10px 65px;
  background-color: #B91917;
}

.vcgt-box-body {
  margin: 0 16px;
  border: none;
  padding: 30px 50px;
  color: #FDE48D;
  letter-spacing: 2px;
  border-left: 5px solid #FAB64D;
  border-right: 5px solid #FAB64D;
  text-align: justify;
}

.vc-group-title-2 {
  margin: 0 auto;
  margin-top: calc(0px - 100vw * 0.4);
  display: grid;
  align-content: center;
  justify-content: space-between;
  grid-template-columns: var(--vc-group-title-2-bt-width) 1fr var(--vc-group-title-2-bt-width);
}

.vc-group-title-2 .vc-custom-border-2 {
  display: grid;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  align-items: end;
  height: 100%;
  grid-template-rows: calc(var(--vc-group-title-2-bt-width) * 217 / 180) 1fr calc(var(--vc-group-title-2-bt-width) * 406 / 180) 1fr calc(var(--vc-group-title-2-bt-width) * 217 / 180);
  width: 100%;
  gap: 0;
  background: linear-gradient(90deg, #C8331D 0%, #C6321E 1%, #B72A22 7%, #B22723 11%, #BE2E23 23%, #DE4224 44%, #E14929 46%, #E9724A 52%, #EF9062 58%, #F3A271 63%, #F4A876 66%, #F1A271 68%, #E99065 71%, #DC7350 75%, #C94B33 79%, #BD3120 81%, #B02623 100%);
  background-size: calc(var(--vc-group-title-2-bt-width) - 10px) 80%;
  background-repeat: no-repeat;
  background-position: right center;
}

.vc-group-title-2 .vccb-2-tou {
  width: calc(var(--vc-group-title-2-bt-width) * 217 / 180);
  background-image: url('../img/img_reel_edge_vertical_pc.png');
  background-size: cover;
  background-position: right;
  height: auto;
  width: 100%;
  height: 100%;
}

.vc-group-title-2 .vccb-2-tou-top-left {
  transform: rotate(0deg) rotateX(0deg) rotateY(180deg);
}

.vc-group-title-2 .vccb-2-tou-top-right {
  transform: rotate(180deg) rotateY(180deg);
  margin-left: 0;
}

.vc-group-title-2 .vccb-2-tou-bottom-left {
  transform: rotate(-0deg) rotateX(180deg) rotateY(180deg);
}

.vc-group-title-2 .vccb-2-tou-bottom-right {
  transform: rotate(180deg) rotateX(180deg) rotateY(180deg);
  margin-right: 0;
}

.vc-group-title-2 .vccb-2-stretching {
  background: linear-gradient(90deg, #C8331D 0%, #C6321E 1%, #B72A22 7%, #B22723 11%, #BE2E23 23%, #DE4224 44%, #E14929 46%, #E9724A 52%, #EF9062 58%, #F3A271 63%, #F4A876 66%, #F1A271 68%, #E99065 71%, #DC7350 75%, #C94B33 79%, #BD3120 81%, #B02623 100%);
  flex-grow: 1;
  width: calc(var(--vc-group-title-2-bt-width) * 5 / 6);
  margin: 0 0px 0 calc(var(--vc-group-title-2-bt-width) / 6);
  height: 100%;
}

.vc-group-title-2 .vccb-2-stretching-top {
  transform: rotateX(0deg);
  background: linear-gradient(270deg, #C8331D 0%, #C6321E 1%, #B72A22 7%, #B22723 11%, #BE2E23 23%, #DE4224 44%, #E14929 46%, #E9724A 52%, #EF9062 58%, #F3A271 63%, #F4A876 66%, #F1A271 68%, #E99065 71%, #DC7350 75%, #C94B33 79%, #BD3120 81%, #B02623 100%);
  margin: 0;
}

.vc-group-title-2 .vccb-2-stretching-bottom {
}

.vc-group-title-2 .vc-custom-border-2-top {
  align-items: start;
  background-position: left center;
  background: linear-gradient(270deg, #C8331D 0%, #C6321E 1%, #B72A22 7%, #B22723 11%, #BE2E23 23%, #DE4224 44%, #E14929 46%, #E9724A 52%, #EF9062 58%, #F3A271 63%, #F4A876 66%, #F1A271 68%, #E99065 71%, #DC7350 75%, #C94B33 79%, #BD3120 81%, #B02623 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: calc(var(--vc-group-title-2-bt-width) * 5 / 6) 80%;
}

.vc-group-title-2 .vc-custom-border-2-bottom {
  align-items: start;
  background-position: left center;
  background: linear-gradient(90deg, #C8331D 0%, #C6321E 1%, #B72A22 7%, #B22723 11%, #BE2E23 23%, #DE4224 44%, #E14929 46%, #E9724A 52%, #EF9062 58%, #F3A271 63%, #F4A876 66%, #F1A271 68%, #E99065 71%, #DC7350 75%, #C94B33 79%, #BD3120 81%, #B02623 100%);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: calc(var(--vc-group-title-2-bt-width) * 5 / 6) 80%;
}

.vc-group-title-2 .vccb-2-stretching-bottom {
}

.vc-group-title-2 .vccb-2-middle {
  background-image: url('../img/img_reel_center_vertical_pc.png');
  background-size: cover;
  background-position: center;
  height: 100%;
  width: var(--vc-group-title-2-bt-width);
}

.vc-group-title-2 .vccb-2-middle-left {
  transform: rotate(-0deg);
}

.vc-group-title-2 .vccb-2-middle-right {
  transform: rotate(0deg) rotateY(180deg);
}

.vc-group-title-2 .vcgt-box {
  margin: 60px -10px;
  background-image: url('../img/img_textur_body_repeat.png');
  flex-grow: 1;
  background-size: 60px;
}

.vc-group-title-2 .vcgt-box-body {
  margin: 16px 0px;
  border: none;
  padding: 20px 90px;
  color: #FDE48D;
  letter-spacing: 4px;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 5px solid #FAB64D;
  border-bottom: 5px solid #FAB64D;
  min-height: 79px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.vcgtb-title {
  font-weight: bold;
  font-size: 26px;
}

.vcgtb-line {
  border-style: dashed;
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  opacity: 0.7;
}

.vcgtb-item {
  color: #FDE48D;
}

.vcgtb-content {
  font-size: 16px;
  padding: 40px 0 10px;
}

.vcgt-content {
}

.img-title-xcgq {
  background-image: url('../img/img_title_xcgq.png');
}

.img-title-ycnf {
  background-image: url('../img/img_title_ycnf.png');
}

.vc-img-text-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 0;
}

.vc-img-text-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8px;
  transition-property: transform;
  transition-duration: 100ms;
}

.vc-img-text-item:hover {
  transform: scale(1.02);
}

.vc-img-text-item-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 350px;
  height: calc(350px * 216 / 360);
  border: 2px solid #FAB64D;
}

.vc-img-text-item-title {
  color: #FDE48D;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  padding: 16px;
}

.vc-normal-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 30px 30px;
  justify-content: space-between;
  z-index: 101;
}

.vc-normal-list a {
  width: fit-content;
}

.vc-normal-item {
  width: fit-content;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 0;
}

.vc-normal-item-border {
  background-image: url('../img/pc/img_video_mask _ pc.png');
  background-position: center;
  background-size: cover;
  width: 260px;
  height: 153px;
  transition-property: transform;
  transition-duration: 100ms;
}

.vc-normal-item-border:hover {
  transform: scale(1.02);
}

.vc-dongche {
  position: relative;
  width: var(--content-width);
  height: 200px;
  margin-top: 120px;
}

.vc-dc-list {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  left: calc(0px - var(--content-width) * 0);
}

.vc-dc-tou {
  width: var(--content-width);
  height: 200px;
  display: flex;
  flex-direction: row;
}

.vc-dc-tou-image {
  background-image: url('../img/pc/chetou_pc.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  flex-grow: 1;
  height: 100%;
}

.vc-dc-tou-space {
  width: 30px;
  height: 192px;
  border-top: 4px solid #FAB64D;
  border-bottom: 4px solid #FAB64D;
  background: linear-gradient(180deg, #CC1C1A 0%, #990100 100%);
}

.vc-dc-carriage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 192px;
  border-top: 4px solid #FAB64D;
  border-bottom: 4px solid #FAB64D;
  background: linear-gradient(180deg, #CC1C1A 0%, #990100 100%);
}

.vc-dc-list a {
  width: fit-content;
}

.vc-dc-wei {
  width: var(--content-width);
  height: 200px;
  display: flex;
  flex-direction: row;
}

.vc-dc-wei-image {
  background-image: url('../img/pc/chewei_pc.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -1px;
  flex-grow: 1;
  height: 100%;
}

.vc-dc-wei-space {
  width: 30px;
  height: 192px;
  border-top: 4px solid #FAB64D;
  border-bottom: 4px solid #FAB64D;
  background: linear-gradient(180deg, #CC1C1A 0%, #990100 100%);
}

.vc-dc-item {
  width: 260px;
  height: 153px;
  background-position: center;
  background-size: cover;
  border: 2px solid #FAB64D;
  transition-property: transform;
  transition-duration: 100ms;
}

.vc-dc-item:hover {
  transform: scale(1.02);
}

.vc-dc-line {
  width: 2px;
  height: 153px;
  background-color: #FAB64D;
  margin: 0 18px;
}

.vc-box-column {
  display: flex;
  padding: 30px 20px 50px;
  flex-direction: column;
  align-items: center;
}

.vcb2-list ul {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: calc(var(--content-width) * 0.47 - 18px - 4px - 70px);
  padding: 40px 30px 40px 40px;
}

.more-button {
  color: #FDE48D;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-property: transform;
  transition-duration: 100ms;
  border: 1px solid #FDE48D;
  width: 75px;
  height: 40px;
  margin: 16px auto 0;
}

.more-button img {
  width: 7px;
  margin-left: 5px;
}

.more-button span {
  padding: 3px;
  font-size: 15px;
  color: #E60000;
  font-weight: bold;
  font-family: Arial;
}

.more-button:hover {
  /*font-weight: bold;*/
  /*border-color: #E60000;*/
  /*border-color: #ffb3b3;*/
  transform: scale(1.1);
}

.vc-title-welcome {
  margin-top: 120px;
  width: var(--content-width);
  height: calc(var(--content-width) * 716 / 1805);
  background-image: url('../img/pc/img_title_03_pc.png');
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
  transition: transform 100ms;
  cursor: pointer;
}

.vc-title-welcome:hover {
  transform: scale(1.02);
}

.vcb2-img-left-box {
  width: calc(50% - 4rem);
  padding: 2rem 2.5rem 2rem 1.5rem;
}

.vcb2-ilb-title {
  display: flex;
  background: #FFC85E;
  align-items: center;
  padding: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #312E7A;
  margin-left: 1rem;
  letter-spacing: 0.1rem;
}

.vcb2-ilb-title-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.vcb2-ilb-title-text {
}

.vcb2-ilb-vertical-line {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 40px 0;
}

.vcb2-ilb-content {
  color: #FDE48D;
  font-size: 16px;
  text-indent: 32px;
  letter-spacing: 1px;
  margin-top: 16px;
  line-height: 1.7rem;
  text-align: justify;
}

.vc-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition-property: width, height, background-color, transform;
  -moz-transition-property: width, height, background-color, transform;
  -webkit-transition-property: width, height, background-color, transform;
  -o-transition-property: width, height, background-color, transform;
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
}

.vc-list-item-large {
  flex-direction: column;
}

.vc-list-item:hover {
  transform: scale(1.02);
}

.vc-li-left {
  width: 20px;
  height: 20px;
}

.vc-li-title {
  color: #FFE5B2;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: justify;
  font-family: Arial;
  margin-left: 16px;
}

.vc-list-item-large div.vcb2-ilb-title {
  margin: 0;
  color: #CD2318;
  text-align: center;
}

.vc-list-item-large div.vcb2-ilb-content {
}

.vc-list-line {
  border-style: dashed;
  margin: 12px 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  opacity: 0.7;
}

.vc-li-content {
  padding-left: 20px;
  color: #212121;
  font-size: 14px;
  text-align: justify;
  padding-bottom: 10px;
  padding-top: 4px;
  overflow: hidden;
  font-weight: 400;
}

.vct-left {
  background-image: url(../img/img_title_left_red.png);
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
}

.vct-content {
  background-image: url(../img/img_title_middle_repeat_red.png);
  height: 63px;
  background-size: contain;
  margin-left: -2px;
  color: #FFDB91;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 0 86px;
  line-height: 63px;
  display: flex;
}

.vct-content span {
  margin: 0 10px;
  font-size: 12px;
}

.vct-content-long {
  padding: 0 30px;
}

.vct-right {
  background-image: url(../img/img_title_right_red.png);
  width: 53px;
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
}

.vc-block-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.vcb3-item {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid;
  border-image: linear-gradient(90deg, rgba(43, 46, 124, 1), rgba(238, 28, 37, 1)) 4 4;
  padding: 2.5rem 1rem;
}

.vcb3-item a {
  width: unset;
}

.vcb3-title-img {
  width: 100%;
  padding-top: calc(100% * (156 / 2842));
  background-size: cover;
  background-position: center;
}

.vcb3-content-1 {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
  width: 100%;
}

.vcb3-c1-image {
  height: 28rem;
  width: calc(28rem * (360 / 540));
}

.vcb3-c1-content {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 1rem 0 1rem 1rem;
  border: 1px solid #DDDDDD;
  height: calc(28rem - 2rem - 2px);
  flex-grow: 1;
  margin-left: 1rem;
}

.vcb3-c1-content-box {
  overflow-y: scroll;
  height: 100%;
  text-align: justify;
  padding-right: 1rem;
}

.vcb3-c2-title {
  margin: 2rem 0 2rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}

.vcb3-c2-box {
  height: 12rem;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vcb3-c2-box-panel {
  flex-grow: 1;
  overflow: hidden;
  margin: 0 0.4rem;
  position: relative;
}

.vcb3-c2-box-panel-main {
  position: absolute;
  left: 0;
  display: flex;
}

.vcb3-c2-box-item {
  height: 12rem;
  margin: 0 0.2rem;
}

.vs2cb3-c2-box-item {
  margin: 0.2rem;
  height: 12rem;
}

.vcb3-c2-box-direction-btn {
  width: 4rem;
  height: 12rem;
  background: #DDDDDD;
  cursor: pointer;
  transition: background-color 200ms;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vcb3-c2-box-direction-btn:hover {
  background: #3d3c3c;
}

.vcb3-c2-box-left {
}

.vcb3-c2-box-right {
}

.vc-block-4 {
  display: flex;
  padding: 1rem 0.5rem 1rem 1rem;
  width: calc(var(--content-width) - 1.5rem - 2px);
  margin-top: 5rem;
  border: 1px solid #DDDDDD;
  background-size: cover;
  background-position: center;
}

.vs1c-block-4 {
  display: flex;
  padding: 1rem 0.5rem 1rem 1rem;
  width: calc(var(--content-width) - 1.5rem - 2px);
  border: 1px solid #DDDDDD;
  background-size: cover;
  background-position: center;
}

.vcb4-left {
  width: 3rem;
  height: 7rem;
  margin: 0.5rem 1rem 0 0.5rem;
}

.vcb4-right {
  padding: 0 0.5rem 0.5rem 1rem;
  max-height: calc((var(--content-width) - 2rem - 2px) * 0.25);
  min-height: calc((var(--content-width) - 2rem - 2px) * 0.15);
  overflow-y: scroll;
  border-left: 1px solid rgba(0, 0, 0, 0.6);
  margin-top: 0.5rem;
}

.vc-block-4 ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: unset;
}

.vc-list-card {
  margin: 0 17px;
  width: calc(var(--scroll-img-w) + 8px);
  transition: opacity 2s;
  -moz-transition: opacity 2s; /* Firefox 4 */
  -webkit-transition: opacity 2s; /* Safari and Chrome */
  -o-transition: opacity 2s; /* Opera */
}

.vc-lc-top-img {
  width: var(--scroll-img-w);
  height: calc(var(--img-ratio) * var(--scroll-img-w));
  border-radius: 8px;
  border-width: 4px;
  border-style: solid;
  border-color: #FFDB91;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vc-lc-t {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 2s;
  -moz-transition: opacity 2s; /* Firefox 4 */
  -webkit-transition: opacity 2s; /* Safari and Chrome */
  -o-transition: opacity 2s; /* Opera */
}

.vc-lc-title {
  font-size: 20px;
  color: #E60000;
  margin: 20px 0 5px;
  letter-spacing: 1px;
}

.vc-lc-content {
  color: #212121;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.vc-block-5 {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.vcb5-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.vcb5-r1-left {
  border-right: 2px solid #E70000;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #E70000;
}

.vcb5-r1-right {
  border-left: 2px solid #E70000;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #E70000;
}

.vcb5-r1-middle {
  flex-grow: 1;
  height: 10px;
  border-bottom: 2px solid #E70000;
}

.vcb5-r2-left {
  width: 6px;
  height: 1px;
}

.vcb5-r2-right {
  width: 6px;
  height: 1px;
}

.vcb5-r2-middle {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #E70000;
  border-right: 2px solid #E70000;
  padding: 40px 20px;
  width: fit-content;
}

.vcb5-r3-left {
  border-right: 2px solid #E70000;
  width: 6px;
  height: 10px;
  border-top: 2px solid #E70000;
}

.vcb5-r3-right {
  border-left: 2px solid #E70000;
  width: 6px;
  height: 10px;
  border-top: 2px solid #E70000;
}

.vcb5-r3-middle {
  border-top: 2px solid #E70000;
  flex-grow: 1;
  height: 10px;
}

.vcb5-item {
  font-size: 16px;
  color: #E60000;
  padding: 10px;
}

.vcb5-item:hover {
  font-weight: bold;
}

.vcb5-split-line {
  width: 1px;
  height: 16px;
  /*background: #E60000;*/
}

.vc-block-6 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 5rem;
}

.vcb6-item {
  padding: 1.5rem;
  width: calc(50% - 3rem - 0.5rem);
  background-size: cover;
  background-position: bottom;
}

.vcb6-item-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 1.5rem 0 1rem;
}

.vcb6-item-list {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding: 1rem 0;
}

.vcb6-il-item {
  font-size: 1rem;
  padding: 0.5rem 0;
}

.vcb6-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  padding-right: 10px;
}

.vcb6-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.vcb6-column-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vcb6-column-1-row-1 {
  display: flex;
  flex-direction: row;
}

.vcb6-column-1-row-1-column-1 {
  margin-top: 114px;
}

.vcb6-column-1-row-1-column-2 {
  display: flex;
  flex-direction: column;
}

.vcb6-column-1-row-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.vcb6-column-2 {
  display: flex;
  flex-direction: column;
  margin-top: 114px;
}

.vcb6-column-3 {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.pattern-img-border {
  width: 276px;
  height: 157px;
  margin: 10px;
}

.pattern-img {
  width: 272px;
  height: 153px;
  border: 2px solid #FFDB91;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: width, height, margin;
  -webkit-transition-property: width, height, margin;
  -moz-transition-property: width, height, margin;
  -o-transition-property: width, height, margin;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}

.pattern-img:hover {
  border-color: #E70000;
  width: 302px;
  height: 170px;
  margin: 0 0 0 -14px;
}

.v-footer {
  color: #FDE48D;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
  text-align: center;
  background-size: contain;
  background-position: bottom;
  background-image: url('../img/img_footer.png');
  min-height: 360px;
  padding: 60px 30px 200px;
  background-repeat: no-repeat;
}

.v-footer span {
  word-break: break-all;
  padding: 0.2rem 1rem;
}

.vs1-header {
}

.vs1-header-img {
}

.vs1-content {
  width: var(--content-width);
  margin-bottom: 100px;
  margin-top: -50px;
}

.vs1c-p {
}

.vs1c-img {
  width: 100%;
  margin: 2rem 0;
}

.vs1c-text {
  text-align: justify;
}

.vs2-image-box {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.v_title_img1 {
  background-image: url("../img/img_title_01.png");
}

.v_title_img2 {
  background-image: url("../img/img_title_02.png");
}

.top-left-0 {
  top: 0;
  left: 0;
}

.top-right-0 {
  top: 0;
  right: 0;
}

.bottom-left-0 {
  bottom: 0;
  left: 0;
}

.bottom-right-0 {
  bottom: 0;
  right: 0;
}

.vc-normal-more-btn {
  margin-bottom: 80px;
}

.vc-float {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 400px;
}

.vc-float-1 {
  background-image: url('../img/pc/img_decoration_left01.png');
  top: 230px;
  left: -372px;
  height: calc(400px * 1674 / 1254);
}

.vc-float-2 {
  background-image: url(../img/pc/img_decoration_right01.png);
  bottom: 640px;
  right: -382px;
  height: calc(400px * 1674 / 1254);
}

.vc-float-3 {
  background-image: url(../img/pc/img_decoration_left02.png);
  top: 0;
  left: -382px;
  height: calc(400px * 768 / 924);
  width: 400px;
  top: 270px;
}

.vc-float-4 {
  background-image: url(../img/pc/img_decoration_right02.png);
  top: -120px;
  right: -250px;
  height: calc(400px * 756 / 1023);
  width: 400px;
  z-index: 1;
}

.vc1-content-main-img {
  width: calc(var(--content-width) - 8px);
  height: calc((var(--content-width) - 8px) * 675 / 1200);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 80px 0 50px;
  border: 4px solid #FAB64D;
}

.vcgt-media {
  width: calc(100% - 8px);
  padding-top: calc((100% - 8px) * 675 / 1200);
  border: 4px solid #FAB64D;
  margin-top: 40px;
  position: relative;
}

.vcgt-media video {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}

/*1328分辨率以上（大于1328px）*/
@media screen and (min-width: 1328px) {
  .g-wrap {
    max-width: 100%;
  }

  .vcb2-list {
  }

  .vcb2-list ul {
  }

  .limit-content-height {
    max-height: 60px;
  }
}

.vc-group-title-index {
  margin: 0 auto;
  --vc-group-title-2-bt-width: 80px;
  margin-top: 200px;
  margin-bottom: 100px;
}

.vc-group-title-index:hover {
  transform: scale(1.02);
}

.vc-group-title-index .vcgt-box {
  margin: 75px -13px;
}

.vc-group-title-index .vcgt-box-body {
  font-size: 55px;
  letter-spacing: 10px;
  padding: 70px 40px;
  line-height: 70px;
  margin: 23px 0px;
}

/*580分辨率（大于580px，小于1200px）*/
@media screen and (min-width: 580px) and (max-width: 1200px) {
  .g-wrap {
  }

  .vh-title-large {
    font-size: 52px;
  }

  .vh-title-small {
    font-size: 24px;
  }

  .v-header {
  }

  .vc-block-1 {
  }

  .vc-block-2 {
    flex-direction: column;
  }

  .vc-block-2 ul {
    padding: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    height: auto;
    padding-top: 2rem;
  }

  .vcb2-img-left-box {
    width: calc(100% - 3rem);
  }

  .vc-block-3 {
  }

  .vc-block-4 {
  }

  .vc-list-card {
    margin: 0 6px;
    width: 520px;
  }

  .vc-lc-top-img {
    width: 516px;
    height: 290px;
    border-width: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .vc-block-5 {
    width: 540px;
  }

  .vcb2-list {
    width: calc(100% - 3rem);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
  }

  .vh-title-box {
  }

  .v-content {
  }

  .pattern-img-border {
    width: 132px;
    height: 76px;
    margin: 4px;
  }

  .pattern-img {
    width: 128px;
    height: 72px;
  }

  .pattern-img:hover {
    width: 132px;
    height: 76px;
    margin: 0 0 0 -2px;
  }

  .vcb6-column-1-row-1-column-1 {
    margin-top: 50px;
  }

  .vcb6-column-2 {
    margin-top: 50px;
  }

  .vcb6-column-3 {
    margin-top: 20px;
  }

  .vcb3-item {
  }

  .vcb3-title-img {
  }

  .vcb3-content-1 {
    flex-direction: column;
  }

  .vcb3-c1-image {
    width: 100%;
    height: auto;
  }

  .vcb3-c1-content {
    margin-top: 2rem;
    width: calc(100% - 2rem - 2px);
    height: calc((52vw - 2rem - 2px) * 1);
  }

  .vcb3-c2-box {
  }

  .vcb3-c2-box-direction-btn {
    width: 0;
    height: 0;
  }

  .vcb3-c2-box-panel {
  }

  .vc-block-6 {
    flex-direction: column;
  }

  .vcb6-item {
    width: calc(100% - 3rem);
    margin-bottom: 3rem;
  }

  .v-footer {
    margin-top: 0;
  }

  .vcb4-right {
    height: calc((var(--content-width) - 2rem - 2px) * 0.5);
  }

  .v-header-banner {
  }

  .vc-box-1 {
  }

  .vc-border-1 {
  }

  .vc-border-item {
  }

  .vcb2-list-left {
  }

  .vcb2-img-left-item {
  }

  .vc-img-title {
  }

  .vc-group-title {
  }

  .vc-fix-title-1 {
  }

  .vc-custom-border-1 {

  }

  .vc-custom-border-left {
  }

  .vc-custom-border-right {
  }

  .vcgt-box {
  }

  .vcgt-content {
  }

  .img-title-xcgq {
  }

  .img-title-ycnf {
  }

  .vc-img-text-list {
  }

  .vc-img-text-item {
  }

  .vc-img-text-item-img {
    width: 230px;
    height: calc(230px * 216 / 360);
  }

  .vc-img-text-item-title {
  }

  .vc-normal-list {
  }

  .vc-normal-item {
  }

  .vc-normal-item-border {
    width: 165px;
    height: calc(165px * 153 / 260);
  }

  .vc-dongche {
  }

  .vc-dc-list {
  }

  .vc-dc-item {
    width: 170px;
    height: 100px;
  }

  .vc-dc-tou {
  }

  .vc-dc-wei {
  }

  .vc-box-column {
  }

  .vc-normal-more-btn {
  }

  .vc-float {
  }

  .vc-float-1 {
  }

  .vc-float-2 {
  }

  .vc-float-3 {
  }

  .vc-float-4 {
  }

  .vcb2-list ul {
    width: calc(var(--content-width) - 44px);
    padding: 40px 10px;
  }

  .vc-title-welcome {
    margin-top: 60px;
    width: calc(var(--content-width) - 10px);
    height: calc((var(--content-width) - 10px) * 716 / 1805);
    margin-left: auto;
    margin-right: auto;
  }

  .vc-dc-line {
    width: 2px;
    margin: 0 12px;
    height: 104px;
  }

  .vc-group-title-2 .vcgt-box-body {
  }

  .vc-group-title-index {--vc-group-title-2-bt-width: 54px;margin-top: 120px;margin-bottom: 20px;}

  .vc-group-title-index .vcgt-box {
    margin: 51px -9px;
  }

  .vc-group-title-index .vcgt-box-body {
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 52px;
    padding: 40px 30px;
    margin: 15px 0;
  }
}

/*580分辨率以下（小于580px）*/
@media only screen and (max-width: 580px) {
  html, body {
    background-image: none;
  }

  .g-wrap {
  }

  .vh-title-large {
    font-size: 52px;
  }

  .vh-title-small {
    font-size: 24px;
  }

  .v-header {
    background-image: url('../img/mobile/img_index_top_mobile.png');
  }

  .vc-block-1 {
  }

  .vc-block-2 {
    flex-direction: column;
    margin-top: 1rem;
  }

  .vc-block-2 ul {
    padding: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    height: auto;
    padding-top: 2rem;
  }

  .vcb2-img-left-box {
    width: calc(100% - 3rem);
    padding: 2rem 1.5rem;
  }

  .vc-block-3 {
  }

  .vc-block-4 {
    margin-top: 1rem;
  }

  .vc-list-card {
    margin: 0 6px;
    width: 520px;
  }

  .vc-lc-top-img {
    width: 516px;
    height: 290px;
    border-width: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .vc-block-5 {
    width: 540px;
  }

  .vcb2-list {
    padding-top: 0;
    flex-direction: column;
  }

  .vh-title-box {
    width: calc(var(--content-width) - 20px);
    height: calc((var(--content-width) - 20px) * 400 / 1936);
    margin-top: calc(0px - 100vw * 0.2);
  }

  .v-content {
    margin-top: 1rem;
  }

  .pattern-img-border {
    width: 132px;
    height: 76px;
    margin: 4px;
  }

  .pattern-img {
    width: 128px;
    height: 72px;
  }

  .pattern-img:hover {
    width: 132px;
    height: 76px;
    margin: 0 0 0 -2px;
  }

  .vcb6-column-1-row-1-column-1 {
    margin-top: 50px;
  }

  .vcb6-column-2 {
    margin-top: 50px;
  }

  .vcb6-column-3 {
    margin-top: 20px;
  }

  .vcb3-item {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .vcb3-title-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-top: calc(100% * (138 / 912));
  }

  .vcb3-content-1 {
    flex-direction: column;
    margin-top: 0;
  }

  .vcb3-c1-image {
    width: 100%;
    height: auto;
  }

  .vcb3-c1-content {
    margin-top: 1rem;
    width: calc(100% - 1rem - 2px);
    height: 80vh;
    margin-left: 0;
  }

  .vcb3-c2-box {
  }

  .vcb3-c2-box-direction-btn {
    width: 0;
    height: 0;
  }

  .vcb3-c2-box-panel {
  }

  .vc-block-6 {
    flex-direction: column;
    margin-top: 1rem;
  }

  .vcb6-item {
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .v-footer {
    margin-top: 40px;
    padding: 40px 0 80px;
    min-height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 12px;
  }

  .vcb4-right {
    max-height: 40vh;
    min-height: 30vh;
  }

  .vcb1l-title {
    text-align: justify;
  }

  .vcb1-ibox {
    top: calc((var(--content-width) - 1.5rem) * (672 / 1200));
  }

  .vcb1-ibox-item {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }

  .vcb3-c2-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .v_title_img1 {
    background-image: url("../img/img_title_01_mobile.png");
  }

  .v_title_img2 {
    background-image: url("../img/img_title_02_mobile.png");
  }

  .vs2-image-box {
    margin-top: 1rem;
  }

  .vs2cb3-c2-box-item {
    height: auto;
    width: 100%;
    margin: 0.2rem 0;
  }

  .vs1-content {
    margin: -2rem 0;
    margin-bottom: 20px;
  }

  .vcb6-item-title {
    padding: 0.5rem 0 1rem;
  }

  .vcb2-ilb-vertical-line {
    margin: 0px 12px;
    width: auto;
    height: 1px;
  }

  .vc-li-title {
    padding-right: 0;
  }

  .v-header-banner {
  }

  .vc-box-1 {
    border-width: 2px;
  }

  .vc-border-1 {
    padding: 10px;
    width: calc(100% - 20px);
    margin-top: 50px;
  }

  .vc-border-item {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }

  .vcb2-list-left {
    width: calc(var(--content-width) - 47px);
    padding: 0;
    margin: 40px 10px;
    height: calc((var(--content-width) - 47px) * 376 / 528);
  }

  .vcb2-img-left-item {
  }

  .vc-img-title {
    width: calc(var(--content-width) - 30px);
    height: calc((var(--content-width) - 30px) * 160 / 580);
    margin-top: 10px;
  }

  .vc-group-title {
  }

  .vc-fix-title-1 {
    width: 200px;
    margin: 30px 0;
    height: 36px;
    font-size: 16px;
    padding: 0 10px;
    font-weight: normal;
  }

  .vc-custom-border-1 {

  }

  .vc-custom-border-left {
  }

  .vc-custom-border-right {
  }

  .vcgt-box {
    margin: -4px 25px;
  }

  .vcgt-content {
  }

  .img-title-xcgq {
  }

  .img-title-ycnf {
  }

  .vc-img-text-list {
    flex-direction: column;
  }

  .vc-img-text-item {
    margin: 5px 0;
  }

  .vc-img-text-item-img {
    width: 290px;
    height: calc(290px * 216 / 360);
  }

  .vc-img-text-item-title {
    font-size: 14px;
    font-weight: normal;
  }

  .vc-normal-list {
    padding: 30px 10px 10px;
  }

  .vc-normal-item {
  }

  .vc-normal-item-border {
    width: 145px;
    height: calc(145px * 153 / 260);
  }

  .vc-dongche {
    height: 80px;
    margin-top: 50px;
  }

  .vc-dc-list {
  }

  .vc-dc-item {
    width: 74px;
    height: 44px;
    border-width: 1px;
  }

  .vc-dc-tou {
    width: var(--content-width);
    height: 56px;
    display: flex;
    flex-direction: row;
  }

  .vc-dc-tou-image {
    background-image: url('../img/pc/chetou_pc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    flex-grow: 1;
    height: 100%;
  }

  .vc-dc-tou-space {
    width: 20px;
    height: calc(100% - 2px);
    border-width: 1px;
  }

  .vc-dc-carriage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 54px;
    border-top: 1px solid #FAB64D;
    border-bottom: 1px solid #FAB64D;
    background: linear-gradient(180deg, #CC1C1A 0%, #990100 100%);
  }

  .vc-dc-carriage a {
    width: fit-content;
  }

  .vc-dc-wei {
    width: var(--content-width);
    height: 56px;
    display: flex;
    flex-direction: row;
  }

  .vc-dc-wei-image {
    background-image: url('../img/pc/chewei_pc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    flex-grow: 1;
    height: 100%;
    margin-left: -1px;
  }

  .vc-dc-wei-space {
    width: 20px;
    height: calc(100% - 2px);
    border-width: 1px;
  }

  .vc-box-column {
  }

  .vc-normal-more-btn {
    margin-bottom: 40px;
  }

  .vc-float {
    display: none;
  }

  .vc-float-1 {
  }

  .vc-float-2 {
  }

  .vc-float-3 {
  }

  .vc-float-4 {
  }

  .vcb2-list ul {
    width: calc(var(--content-width) - 44px);
    padding: 40px 10px;
  }

  .vc-title-welcome {
    margin-top: 60px;
    width: calc(var(--content-width) - 10px);
    height: calc((var(--content-width) - 10px) * 716 / 1805);
    margin-left: auto;
    margin-right: auto;
  }

  .vc-dc-line {
    width: 1px;
    margin: 0 5px;
    height: 45px;
  }

  .v-header-1 {
    background-image: url('../img/pc/img_second_top.png');
  }

  .vc-group-title-2 {
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    height: var(--vc-group-title-2-height);
    margin-top: calc(0px - 100vw * 0.3);
  }

  .vc-group-title-2 .vc-custom-border-2 {
    width: auto;
    height: 100%;
  }

  .vc-group-title-2 .vccb-2-tou {
    width: calc(60px * 217 / 180);
    background-image: url('../img/img_reel_edge_vertical_pc.png');
    background-size: cover;
    background-position: center;
    height: auto;
    width: 24px;
    height: calc(24px * 217 / 180);
  }

  .vc-group-title-2 .vccb-2-tou-top-left {
    transform: rotate(0deg) rotateX(0deg) rotateY(180deg);
    margin-bottom: -1px;
    margin-right: 0;
  }

  .vc-group-title-2 .vccb-2-tou-top-right {
    transform: rotate(180deg) rotateY(180deg);
    margin-top: -1px;
    margin-left: 0;
  }

  .vc-group-title-2 .vccb-2-tou-bottom-left {
    transform: rotate(-0deg) rotateX(180deg) rotateY(180deg);
    margin-top: -1px;
    margin-left: 0;
  }

  .vc-group-title-2 .vccb-2-tou-bottom-right {
    transform: rotate(180deg) rotateX(180deg) rotateY(180deg);
    margin-bottom: -1px;
    margin-right: 0;
  }

  .vc-group-title-2 .vccb-2-stretching {
  }

  .vc-group-title-2 .vccb-2-stretching-top {
  }

  .vc-group-title-2 .vccb-2-stretching-bottom {
  }

  .vc-group-title-2 .vc-custom-border-2-top {
    align-items: start;
  }

  .vc-group-title-2 .vc-custom-border-2-bottom {
    align-items: start;
  }

  .vc-group-title-2 .vccb-2-stretching-bottom {
  }

  .vc-group-title-2 .vccb-2-middle {
    width: 24px;
    height: calc(24px * 406 / 180);
    background-image: url('../img/img_reel_center_vertical_pc.png');
    background-size: cover;
    background-position: center;
    margin: -2px 0px;
  }

  .vc-group-title-2 .vccb-2-middle-left {
    transform: rotate(-0deg);
  }

  .vc-group-title-2 .vccb-2-middle-right {
    transform: rotate(0deg) rotateY(180deg);
  }

  .vc-group-title-2 .vcgt-box {
    background-image: url('../img/img_textur_body_repeat.png');
    flex-grow: 1;
    background-size: 30px;
    margin: 27px -4px;
  }

  .vc-group-title-2 .vcgt-box-body {
    margin: 6px 0px;
    padding: 8px 24px;
    letter-spacing: 1px;
    font-size: 16px;
    border-width: 2px;
    min-height: auto;
  }

  .vc1-content-main-img {
    margin: 20px 0 50px;
  }

  .vcgtb-title {
    font-weight: bold;
    font-size: 20px;
  }

  .vcgtb-line {
    border-style: dashed;
    margin: 30px 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    opacity: 0.7;
  }

  .vcgtb-item {
    color: #FDE48D;
  }

  .vcgtb-content {
    font-size: 14px;
    padding: 40px 0 10px;
  }

  .vcgt-content {
  }

  .vcgt-box-body {
    border-width: 2px;
    padding: 30px 16px;
    letter-spacing: 1px;
    margin: 0px 8px;
  }

  .vc-group-title-index {--vc-group-title-2-bt-width: 24px;margin: 0;margin-top: 70px;margin-bottom: 50px;}

  .vc-group-title-index .vcgt-box {
    margin: 24px -4px;
  }

  .vc-group-title-index .vcgt-box-body {line-height: 20px;letter-spacing: 2px;padding: 16px 24px;}
}