#canvasCard_template {
  overflow: hidden;
  position: relative;
  display: none;
}
.canvas_box{
  position: relative;
  width: 520px;
  height: 480px;
  display: flex;
  justify-content: center;
}
.canvas_box .share_card_cut{
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  width: 18px;
}
.share_card_cutTitle{
  position: absolute;
  top: -56px;
  left: -10px;
  font-size: 14px;
  white-space: nowrap;
  color: #000;
  /* triangle dimension */
  --b: 20px; /* base */
  --h: 10px; /* height */
  --p: 14.000000000000002%; /* triangle position (0%:left 100%:right) */
  --r: 4px; /* the radius */
  --c: #FFF;
  padding: 5px 10px;
  border-radius: var(--r) var(--r) min(var(--r),100% - var(--p) - var(--b)/2) min(var(--r),var(--p) - var(--b)/2)/var(--r);
  clip-path: polygon(0 100%,0 0,100% 0,100% 100%,
    min(100%,var(--p) + var(--b)/2) 100%,
    var(--p) calc(100% + var(--h)),
    max(0%  ,var(--p) - var(--b)/2) 100%);
  background: var(--c);
  border-image: conic-gradient(var(--c) 0 0) fill 0/
    var(--r) calc(100% - var(--p) - var(--b)/2) 0 calc(var(--p) - var(--b)/2)/
    0 0 var(--h) 0;    
}



.canvas_box .share_card_cut:first-child{
  left: 0;
}

#canvasCard_template * {
  outline: none;
  /* font-size: 0; */
}
.canvasCard_template_QRcode{
  padding: 4px;
  background: #FFF;
  box-sizing: border-box;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, .3); */
}
.canvasCard_template0 {
  width: 380px;
  height: 460px;
  border-radius: 8px;
  background: #FFF;
}

.canvasCard_template0 .canvasCard_template_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  width: 300px;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 25px;
  color: #222222;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.canvasCard_template0 .canvasCard_template_userInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.canvasCard_template0 .canvasCard_template_portrait {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;

}

.canvasCard_template0 .canvasCard_template_userName {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  max-width: 180px;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.canvasCard_template0 .canvasCard_template_hr {
  width: 36px;
  height: 3px;
  background: #cdcdcd;
  margin: 0 34px;
}

.canvasCard_template0 .canvasCard_template_works {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.canvasCard_template0 .canvasCard_template_workBox {
  height: 248px;
  margin: 0 10px;
  overflow: hidden;
  margin-top: 16px;
  position: relative;
  border-radius: 8px;
}

.canvasCard_template0 .canvasCard_template_QRcode {
  width: 107px;
  height: 107px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #CCC;
}

.canvasCard_template0 .canvasCard_template_QRcodeBox {
  position: absolute;
  bottom: 24px;
  right: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #969696;
  line-height: 26px;
  text-align: center;
  font-style: normal;
}

.canvasCard_template0 .canvasCard_template_logo {
  position: absolute;
  bottom: 24px;
  left: 20px;
  height: 46px;
}


.canvasCard_template1 {
  width: 380px;
  height: 460px;
  border-radius: 8px;
}

.canvasCard_template1 .canvasCard_template_works {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.canvasCard_template1 .canvasCard_template_box {
  width: 304px;
  height: 426px;
  position: absolute;
  border: 14px solid #FFF;
  box-sizing: border-box;
  top: 18px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 12px 80px 12px 12px;
  background: transparent;
}

.canvasCard_template1 .canvasCard_template_QRcode {
  width: 75px;
  height: 75px;
  background: #FFFFFF;
  border-radius: 6px;
  /* padding: 10px; */
  box-sizing: border-box;
  margin: 6px;
  position: absolute;
  bottom: 52px;
  right: 6px;
}

.canvasCard_template1 .canvasCard_template_box_footer {
  background: #FFF;
  width: 100%;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -14px;
  left: 0;
  border: 1px solid #FFF;
}

.canvasCard_template1 .canvasCard_template_portrait {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 11px;
}

.canvasCard_template1 .canvasCard_template_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px !important;
  color: #222222;
  line-height: 16px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
}

.canvasCard_template1 .canvasCard_template_userName {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px !important;
  color: #969696;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}

.canvasCard_template1 .canvasCard_template_logo {
  height: 24px;
}

.canvasCard_template2 {
  width: 380px;
  height: 460px;
  background-image: url(../../images/vr/shareCard/card2bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.canvasCard_template2 .canvasCard_template_logo {
  width: 90px;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 20px;
  top: 23px;
}

.canvasCard_template2 .canvasCard_template_portrait {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
}

.canvasCard_template2 .canvasCard_template_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #222222;
  line-height: 17px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}

.canvasCard_template2 .canvasCard_template_userName {

  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #969696;
  line-height: 17px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}

.canvasCard_template2 .canvasCard_template_workBox {
  height: 229px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
}

.canvasCard_template2 .canvasCard_template_works {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.canvasCard_template2 .canvasCard_template_hr {
  height: 0;
  width: 315px;
  border-top: 2px dashed #ddd;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
}

.canvasCard_template2 .canvasCard_template_QRcodeBox {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #969696;
  text-align: center;
  font-style: normal;
}

.canvasCard_template2 .canvasCard_template_QRcode {
  width: 100px;
  height: 100px;
}

.canvasCard_template3 {
  width: 380px;
  height: 460px;
  border-radius: 8px;
}

.canvasCard_template3 .canvasCard_template_works_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.canvasCard_template3 .canvasCard_template_box {
  width: 338px;
  height: 427px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 16px auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  overflow: hidden;
}

.canvasCard_template3 .canvasCard_template_box_footer {
  width: 100%;
  height: 57px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}

.canvasCard_template3 .canvasCard_template_portrait {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 11px;
}

.canvasCard_template3 .canvasCard_template_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #222222;
  line-height: 17px;
  font-style: normal;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}

.canvasCard_template3 .canvasCard_template_userName {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 17px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}

.canvasCard_template3 .canvasCard_template_logo {
  height: 24px;
}

.canvasCard_template3 .canvasCard_template_QRcode {
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  margin: 10px;
}

.canvasCard_template4 {
  width: 380px;
  height: 460px;
  background-image: url(../../images/vr/shareCard/card4bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.canvasCard_template4 .canvasCard_template_userInfo {
  position: absolute;
  top: 66px;
  left: 88px;
  display: flex;
  align-items: center;
}

.canvasCard_template4 .canvasCard_template_portrait {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 12px;
}

.canvasCard_template4 .canvasCard_template_userName {
  width: 160px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #65360E;
  line-height: 17px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.canvasCard_template4 .canvasCard_template_workBox {
  width: 210px;
  height: 192px;
  overflow: hidden;
  position: relative;
  top: 108px;
  left: 84px;
}

.canvasCard_template4 .canvasCard_template_works {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.canvasCard_template4 .canvasCard_template_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #65360E;
  line-height: 17px;
  text-align: center;
  font-style: normal;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 131px;
  left: 50%;
  transform: translateX(-50%);
}

.canvasCard_template4 .canvasCard_template_describe {
  position: absolute;
  bottom: 6px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  color: #65360E;
  line-height: 18px;
  text-align: center;
  font-style: normal;
}

.canvasCard_template4 .canvasCard_template_QRcode {
  width: 66px;
  height: 66px;
  position: absolute;
  bottom: 38px;
  left: 157px;
}

.canvasCard_template5 {
  width: 380px;
  height: 460px;
  /* padding: 16px; */
  /* background: #000; */
  --size: 6px;
  --angle: 90deg;
  --g: #0000 120deg, #000 0;
}

.canvasCard_template5 .canvasCard_template_top {
  overflow: hidden;
  height: 319px;
  border-radius: 8px 8px 0 0;
  position: relative;
  mask:
    conic-gradient(from calc(var(--angle)/-2 - 45deg) at top 0px left 0px, var(--g)) top left,
    conic-gradient(from calc(var(--angle)/-2 + 45deg) at top 0px right 0px, var(--g)) top right,
    conic-gradient(from calc(var(--angle)/-2 - 135deg) at bottom var(--size) left var(--size), var(--g)) bottom left,
    conic-gradient(from calc(var(--angle)/-2 + 108deg) at bottom var(--size) right var(--size), var(--g)) bottom right;
  mask-size: 51% 51%;
  mask-repeat: no-repeat;
}

.canvasCard_template5 .canvasCard_template_bottom {
  overflow: hidden;
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  border-radius: 0 0 8px 8px;
  mask:
    conic-gradient(from calc(var(--angle)/-2 - 75deg) at top var(--size) left var(--size), var(--g)) top left,
    conic-gradient(from calc(var(--angle)/-2 + 45deg) at top var(--size) right var(--size), var(--g)) top right,
    conic-gradient(from calc(var(--angle)/-2 - 135deg) at bottom 0px left 0px, var(--g)) bottom left,
    conic-gradient(from calc(var(--angle)/-2 + 135deg) at bottom 0px right 0px, var(--g)) bottom right;
  mask-size: 51% 51%;
  mask-repeat: no-repeat;
}

.canvasCard_template5 .canvasCard_template_works {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.canvasCard_template5 .canvasCard_template_userInfo {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 0 28px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.canvasCard_template5 .canvasCard_template_portrait {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}

.canvasCard_template5 .canvasCard_template_userName {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  font-style: normal;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.canvasCard_template5 .canvasCard_template_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  font-style: normal;
  width: 104px;
  margin-right: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.canvasCard_template5 .canvasCard_template_logo {
  height: 52px;
  margin-left: 26px;
}

.canvasCard_template5 .canvasCard_template_QRcodeBox {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #969696;
  line-height: 12px;
  text-align: center;
  font-style: normal;
  margin-right: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.canvasCard_template5 .canvasCard_template_QRcode {
  width: 87px;
  height: 87px;
}

.canvasCard_template6 {
  width: 380px;
  height: 460px;
  background-image: url(../../images/vr/shareCard/card6bg.png);
  background-repeat: no-repeat;
}

.canvasCard_template6 .canvasCard_template_logo {
  position: absolute;
  top: 8px;
  right: 12px;
  height: 30px;
  filter: brightness(100);
}

.canvasCard_template6 .canvasCard_template_userInfo {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: 18px;
}

.canvasCard_template6 .canvasCard_template_portrait {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.canvasCard_template6 .canvasCard_template_userName {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  line-height: 17px;
  font-style: normal;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.canvasCard_template6 .canvasCard_template_title {
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  font-style: normal;
}

.canvasCard_template6 .canvasCard_template_workBox {
  width: auto;
  height: 410px;
  overflow: hidden;
  position: relative;
  border-radius: 0 8px 8px 8px;
}

.canvasCard_template6 .canvasCard_template_work_window {
  width: calc(100% - 24px);
  height: 254px;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 8px;
  box-shadow: -42px -79px 1000vw 220px #FFF;
}

.canvasCard_template6 .canvasCard_template_works {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.canvasCard_template6 .canvasCard_template_QRcodeBox {
  position: absolute;
  bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #969696;
  line-height: 30px;
  text-align: center;
  font-style: normal;
}

.canvasCard_template6 .canvasCard_template_QRcode {
  width: 94px;
  height: 94px;
}

.canvasCard_template7 {
  width: 380px;
  height: 460px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}

.canvasCard_template7 .canvasCard_template_workBox {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.canvasCard_template7 .canvasCard_template_works {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.canvasCard_template7 .canvasCard_template_logo {
  position: absolute;
  right: 12px;
  top: 12px;
  height: 26px;
  z-index: 1;
}

.canvasCard_template7 .canvasCard_template_hr {
  background: #FFF;
  filter: blur(7px);
  height: 40px;
  width: 1000px;
  left: 50%;
  transform: translate(-80%, -50%);
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

.canvasCard_template7 .canvasCard_template_userInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transform: translateY(-30px);
}

.canvasCard_template7 .canvasCard_template_portrait {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.canvasCard_template7 .canvasCard_template_userName {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  line-height: 17px;
  text-align: center;
  font-style: normal;
  margin-top: 6px;
}

.canvasCard_template7 .canvasCard_template_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  margin-top: 2px;
}

.canvasCard_template7 .canvasCard_template_QRcode {
  width: 76px;
  height: 76px;
  margin-top: 4px;
}