.SupportLogo {
  height: 62px;
}
.SupportLogo > img {
  height: 62px;
}

.SupportTel h2 {
  font-size: 200%;
  color: #333;
  font-weight: 500;
  line-height: 62px;
  height: 62px;
  background-image: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.SupportTel h2 > strong {
  margin-left: 10px;
  font-size: 120%;
  color: var(--color-accent-light);
}

.SupportArea1Item {
  width: 100%;
  padding: 54px;
  background-color: #F1F1F1;
}

.SupportArea1Item h3 {
  font-size: 150%;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding: 0;
  background-image: none;
}
.SupportArea1Item h3 strong {
  color: var(--color-accent-light);
}

.SupportArea1Item p {
  font-size: 100%;
  color: #4D4D4D;
  line-height: 2;
}

.SupportArea1Item p.address {
  margin-top: 32px;
}

.SupportArea1Item p.tel {
  color: #737373;
}

.SupportCateTitle {
  font-size: 200%;
  border-left: 5px solid var(--color-accent-light);
  line-height: 1;
  margin: 0;
  padding: 0 0 0 40px;
  background-image: none;
  font-weight: 500;
}


.SupportAreaItem {
  padding: 38px 64px;
  border: 1px solid #efefef;
}

.SupportAreaItem {
  background-color: #fff;
}

.SupportAreaItem h4 {
  font-size: 150%;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding: 0;
  background-image: none;
}
.SupportArea1Item h3 strong {
  color: var(--color-accent-light);
}

.SupportAreaItem p {
  font-size: 100%;
  color: #4D4D4D;
  line-height: 2;
}

.SupportAreaItem p.address {
  margin-top: 32px;
}

.SupportAreaItem p.tel {
  color: #737373;
}


.SupportSelect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.SupportSelect > select {
  display: inline-block;
  margin-left: 20px;
  border: 0;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .SupportLogo {
    text-align: center;
    height: 44px;
  }
  .SupportLogo > img {
    height: 44px;
  }

  .SupportTel h2 {
    font-size: 120%;
    text-align: center;
    font-weight: 400;
  }
  .SupportTel h2 > strong {
    font-weight: 400;
  }

  .SupportArea1Item {
    padding: 24px;
  }

  .SupportArea1Item h3 {
    font-size: 120%;
    font-weight: 400;
  }

  .SupportArea1Item p {
    font-size: 80%;
  }

  .SupportArea1Item p.address {
    margin-top: 10px;
  }

  .SupportCateTitle {
    font-size: 150%;
    padding-left: 24px;
  }

  .SupportAreaItem {
    padding: 12px 24px;
  }

  .SupportAreaItem h4 {
    font-size: 100%;
    font-weight: 400;
  }

  .SupportAreaItem p {
    font-size: 80%;
  }

  .SupportAreaItem p.address {
    margin-top: 10px;
  }
}


.ResourceList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ResourceList .ResourceItem {
  position: relative;
  display: block;
}
.ResourceList .ResourceItem img {
  width: 100%;
  height: auto;
}
.ResourceList .ResourceItem .ResourceItem__Link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0px 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ResourceList .ResourceItem .ResourceItem__Link:hover {
  cursor: pointer;
  background-color: var(--color-accent-light);
}
.ResourceList .ResourceItem .ResourceItem__Link a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 120%;
  line-height: 56px;
  text-decoration: none;
  background-color: transparent;
}
.ResourceList .ResourceItem .ResourceItem__Link a:hover {
  text-decoration: none;
}
.ResourceList .ResourceItem .ResourceItem__Link a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 56px;
  background: url(../img/icon_arrow_right_red.png) center no-repeat;
}
.ResourceList .ResourceItem .ResourceItem__Link:hover a::after {
  background-image: url(../img/icon_arrow_right.png);
}

@media screen and (max-width: 768px) {
  .FullBanner7 {
    height: auto !important;
  }

  .ResourceList {
    flex-wrap: wrap;
  }
  .ResourceList .ResourceItem {
    margin: 10px;
    width: 150px;
    height: 150px;
  }

  .ResourceList .ResourceItem .ResourceItem__Link {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
  .ResourceList .ResourceItem .ResourceItem__Link a {
    font-size: 100%;
    line-height: 36px;
  }
  .ResourceList .ResourceItem .ResourceItem__Link a::after {
    height: 36px;
  }
}

.SupportArea2Inner .FullBanner {
  background-color: #fff;
  padding: 48px 0;
}

.ContactRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ContactRow .ContactItem {
  position: relative;
  display: block;
  overflow: hidden;
}

.ContactRow .ContactItem img {
  width: 100%;
  height: auto;
}
.ContactRow .ContactItem .ContactItem__Link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.ContactRow .ContactItem .ContactItem__Link:hover {
  cursor: pointer;
  background-color: var(--color-accent-light);
}
.ContactRow .ContactItem .ContactItem__Link a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 120%;
  line-height: 56px;
  text-decoration: none;
  background-color: transparent;
}
.ContactRow .ContactItem .ContactItem__Link a:hover {
  text-decoration: none;
}
.ContactRow .ContactItem .ContactItem__Link a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 56px;
  background: url(../img/icon_arrow_right_red.png) center no-repeat;
}
.ContactRow .ContactItem .ContactItem__Link:hover a::after {
  background-image: url(../img/icon_arrow_right.png);
}

.ContactRow .ContactItem2__Link {
  position: absolute;
  left: 4%;
  bottom: 0;
  padding: 0;
  width: 92%;
  height: 150px;
  padding: 45px 60px;
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-between;
  background-color: rgba(255,255,255,.85);
  /*border-top-left-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
  flex-wrap: wrap;
}
.ContactRow .ContactItem2__Link .ContactItem2__LinkItem {
  position: relative;
  width: 35%;
  height: auto;
  padding-left: 25px;
  padding-bottom: 25px;
  line-height: 20px;
  font-size: 100%;
}
.ContactRow .ContactItem2__Link .ContactItem2__LinkItem a {
  font-size: 100%;
  text-decoration: none;
  color: #e60027;
}
.ContactRow .ContactItem2__Link .ContactItem2__LinkItem a:active {
    color: #e60027;
}

.ContactRow .ContactItem2__Link .ContactItem2__LinkItem::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 14px;
  line-height: 20px;
  background: url(../img/icon_arrow_right_red.png) center no-repeat;
  background-size: contain;
}

.ContactRow .ContactItem2__Link .ContactItem2__LinkItemQ2 {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.ContactRow .ContactItem2__Link .ContactItem2__LinkItemQ2 .qrcode-img {
    left: -50px;
    width: 200px;
    height: 200px;
}
.ContactRow .ContactItem2__Link .ContactItem2__LinkItemQ2:hover .qrcode-img {
    opacity: 1;
    visibility: visible;
    bottom: 100%;
    z-index: 100;
}

.ContactRow .ContactItem-3 {
  width: auto;
  height: 388px;
}

.ContactRow .ContactItem3__Link {
  position: absolute;
  left: 4%;
  bottom: 0;
  padding: 0;
  width: 92%;
  height: 75px;
  padding: 45px 60px;
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-between;
  background-color: rgba(255,255,255,.85);
  /*border-top-left-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
  flex-wrap: wrap;
}
.ContactRow .ContactItem3__Link .ContactItem3__LinkItem {
  position: relative;
  width: 25%;
  height: auto;
  padding-left: 25px;
  padding-bottom: 25px;
  line-height: 20px;
}
.ContactRow .ContactItem3__Link .ContactItem3__LinkItem a {
  font-size: 100%;
  text-decoration: none;
  color: #e60027;
}
.ContactRow .ContactItem3__Link .ContactItem3__LinkItem::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 14px;
  line-height: 20px;
  background: url(../img/icon_arrow_right_red.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
    .ContactRow .ContactItem2__Link {
        padding: 24px 32px;
    }
	.ContactRow .ContactItem2__Link .ContactItem2__LinkItem {
	    width: 50%;
	}
}

@media screen and (max-width: 768px) {
  .ContactRow {
    flex-wrap: wrap;
  }

  .ContactRow .ContactItem {
    margin: 10px;
  }

  .ContactRow .ContactItem.ContactItem-1 {
    width: 100%;
    height: auto;
  }

  .ContactRow .ContactItem .ContactItem__Link {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
  .ContactRow .ContactItem .ContactItem__Link a {
    font-size: 100%;
    line-height: 36px;
  }
  .ContactRow .ContactItem .ContactItem__Link a::after {
    height: 36px;
  }

  .ContactRow .ContactItem2__Link {
    height: 70px;
    padding: 10px 15px;
    background-color: rgba(255,255,255,.85);
  }
  .ContactRow .ContactItem2__Link .ContactItem2__LinkItem {
    width: 50%;
    padding-bottom: 10px;
  }
  .ContactRow .ContactItem2__Link .ContactItem2__LinkItem a {
    font-size: 80%;
  }

  .ContactRow .ContactItem-3 {
    height: 184px;
  }
  .ContactRow .ContactItem-3 img {
    width: auto;
    height: 100%;
  }

  .ContactRow .ContactItem3__Link {
    height: 70px;
    padding: 10px 15px;
    background-color: rgba(255,255,255,.85);
  }
  .ContactRow .ContactItem3__Link .ContactItem3__LinkItem {
    width: 50%;
    padding-bottom: 10px;
  }
  .ContactRow .ContactItem3__Link .ContactItem3__LinkItem a {
    font-size: 80%;
  }
  
  .ContactRow .ContactItem2__Link .ContactItem2__LinkItemQ2 .qrcode-img {
      left: -20px;
      width: 140px;
      height: 140px;
  }
}

.SupportResList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.SupportResItem {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
}

.SupportResItem.SupportResItem2 {
    margin-top: 32px;
}

.SupportResImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 450px;
  background-color: #DDD;
  /* background-image: ; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.SupportResImage .SupportResImageTitle {
  margin-right: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  background-color: var(--color-accent);
  opacity: 0.8;
}
.SupportResImage .SupportResImageTitle h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 200%;
  font-weight: 500;
}

.SupportResItem .SupportResBody {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 750px;
  height: 390px;
  z-index: 1;
  background-color: #f1f1f1;
}
.SupportResItem .SupportResBody.SupportResBody2 {
    height: 450px;
}

.SupportResBody .SupportResInner {
  position: relative;
  padding: 30px 40px;
}
.SupportResBody .SupportResInner::before {
  content: '';
  position: absolute;
  top: 70px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 0 10px 10px;
  border-left-color: #f1f1f1;
  transform: rotate(180deg);
}


.SupportResBody h5 {
    color: #b1000e;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding: 5px 0;
}

.SupportResBody .SupportResInner1 > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
}
.SupportResBody .SupportResInner1 > ul li {
  width: 50%;
  margin-bottom: 10px;
}
.SupportResBody .SupportResInner1 > ul li > h5 {
  font-size: 120%;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.SupportResBody .SupportResInner1 > ul li > p {
  font-size: 80%;
  margin-bottom: 8px;
}
.SupportResBody .SupportResInner1 > ul li a,
.SupportResBody .SupportResInner1 > ul li a:link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #4D4D4D;
  line-height: 20px;
  font-size: 80%;
}

.SupportResBody .SupportResInner1 > ul li a i {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_link_right_l_gray_hd.gif);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.SupportResBody .SupportResInner1 > ul li a:hover {
  color: var(--color-accent);
  text-decoration: underline;
}
.SupportResBody .SupportResInner1 > ul li a:hover i {
  background-image: url(../img/icon_link_right_l_hover_hd.gif);
}

.SupportResBody .SupportResInner1 > ul li a i.icon_video {
  margin-left: 0;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_video.png);
}
.SupportResBody .SupportResInner1 > ul li a:hover i.icon_video {
  background-image: url(../img/icon_video.png);
}


.SupportResItem.SupportResItem-2 {
  justify-content: flex-end;
}

.SupportResItem.SupportResItem-2 .SupportResBody {
  left: 0;
  right: auto;
}

.SupportResItem.SupportResItem-2 .SupportResImage .SupportResImageTitle {
  margin-left: 75px;
  margin-right: 0;
}
.SupportResItem.SupportResItem-2 .SupportResBody .SupportResInner::before {
  left: auto;
  right: -10px;
  transform: rotate(0deg);
}

@media screen and (max-width: 1024px) {
    .SupportResBody .SupportResInner {
        padding: 16px 24px;
    }
}

@media screen and (max-width: 768px) {
  .SupportResItem {
    flex-direction: column;
  }

  .SupportResImage {
    margin: 0 auto;
    width: 300px;
    height: 225px;
  }

  .SupportResImage .SupportResImageTitle {
    margin-right: 0;
  }

  .SupportResItem .SupportResBody {
    position: relative;
    width: 100%;
    height: auto;
  }
  .SupportResItem .SupportResBody.SupportResBody2 {
    height: auto;
  }
  .SupportResBody .SupportResInner {
    padding: 10px;
  }
  .SupportResBody .SupportResInner::before {
    display: none;
  }

  .SupportResBody h5 {
    font-size: 12px;
  }
  
  .SupportResBody .SupportResInner1 > ul li {
    margin-bottom: 10px;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .SupportResBody .SupportResInner1 > ul li a,
  .SupportResBody .SupportResInner1 > ul li a:link {
    font-size: 60%;
    /* text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis; */
  }
  .SupportResBody .SupportResInner1 > ul li a i {
    width: 8px;
    height: 8px;
    display: none;
  }

  .SupportResItem.SupportResItem-2 .SupportResImage .SupportResImageTitle {
    margin-left: 0;
  }

  .SupportResBody .SupportResInner1 > ul li > h5 {
    font-size: 100%;
    margin-bottom: 0;
  }
  .SupportResBody .SupportResInner1 > ul li > p {
    margin-bottom: 5px;
  }
}

.SupportResItemQrcode {
    display: flex;
    justify-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.SupportResItemQrcode .qrcode-img {
    left: -50px;
    width: 200px;
    height: 200px;
}

.SupportResItemQrcode:hover {
    text-decoration: none;
}

.SupportResItemQrcode:hover .qrcode-img {
    opacity: 1;
    visibility: visible;
    bottom: 100%;
    z-index: 100;
}


