
@font-face {
  font-family: "阿里妈妈 Bold";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/rrm0aS9g2mBZ/BPI_-XI8L39ubKEh6z-Xm.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/rrm0aS9g2mBZ/7iXWjcgAmoYPmoMmHwL3n.woff") format("woff");
  font-display: swap;
}
div#lottie {
    position: absolute;
    z-index: 0;
}

section.tiktok-solution {
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #1a1a22;
}

.tiktok-content {
    position: relative;
    z-index: 99;
    color: #fff;
    padding-top: 130px;
}
.tiktok-content h1 {
    font-family: "阿里妈妈 Bold";
    font-size: 50px;
    display: flex;
}

.tiktok-content p {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255,255,255,.7);
    margin-top: 30px;
}

.tiktok-content h1 .item {
    margin-right: 20px;
}



.tiktok-content .item{
  color: #fff;
  animation: shaking .2s steps(6, end) infinite;
  white-space: nowrap;
  mix-blend-mode: screen;
}

.tiktok-content .item figcaption {
  display: inline;
}

.tiktok-content .item .svg-tiktok{
  fill: #fff;
  width: 8rem;
  height: 8rem;
  transform: translateY(1rem);
}

@keyframes shaking{
  0%{
    /* Using filter cause text-shadow doesn't support svgs */
    filter: drop-shadow(3px 3px 0px #0ff) drop-shadow(-3px -3px 0px #f00);
    transform: translate(1px, 1px);}
  20%{
    filter: drop-shadow(-3px 3px 0px #0ff) drop-shadow(3px -3px 0px #f00);
    transform: translate(-2px, 1px);}
  40%{
    filter: drop-shadow(3px -3px 0px #0ff) drop-shadow(3px -3px 0px #f00);
    transform: translate(1px, -1px);}
  60%{
    filter: drop-shadow(-3px -3px 0px #0ff) drop-shadow(3px 3px 0px #f00);
    transform: translate(-1px, -1px);}
  80%{
    filter: drop-shadow(-2px 3px 0px #0ff) drop-shadow(-3px 2px 0px #f00);
    transform: translate(2px, 0px);}
  100%{
    filter: drop-shadow(-3px 1px 0px #0ff) drop-shadow(1px -3px 0px #f00);
    transform: translate(1px, 1px);}
}

section.vpn-support {background-color: #f5f7fa;}



.head-top {
	margin-bottom: 70px;
}
.head-title {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
}

.head-subtitle {
	color: #999;
	font-size: 16px;
}



.tpm-logo-card__wrap--fixcol .tpm-logo-card {
    width: 100%;
}

.tpm-logo-card {
    padding: 12px;
}
.tpm-logo-card {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff, inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
}

.tpm-logo-card__img {
    padding-top: 25%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0!important;
    line-height: 0!important;
}
.tpm-logo-card__img-wrap {
    width: 100%;
    max-width: 160px;
}



.went2 {
	margin-bottom: 60px;
}
.went2-deck {
	margin-bottom: 18px;
}
.went2 table.active {
	display: table;
}
.went2 a {
	display: inline-block;
	width: 116px;
	font-size: 16px;
	color: #333;
}
.went2 .domain-description {
	display: inline-block;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 12px;
	color: #999;
	font-size: 12px;
	vertical-align: middle;
}
.went2 a:hover {
	color: #00aaff;
	text-decoration: underline;
}


.price-deck-trigger {
	
	height: 60px;
	/* background: #f5f6f7 url(img/domain_plus.png) no-repeat 36px center; */
	line-height: 60px;
	padding-left: 67px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	position: relative;
	    background: #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff, inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
}

.price-deck-trigger>span {
	/* display: inline-block; */
	width: 30px;
	height: 30px;
	font-size: 20px;
	position: absolute;
	left: 20px;
	top: 15px;
	border-radius: 30px;
	border: 1px solid #ddd;
}
.price-deck-trigger>span:before{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888888;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -2px;
	z-index: 99;
}
.price-deck-trigger>span:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -3px;
	z-index: 999;
}

.active .price-deck-trigger>span{
	border: 1px solid #0088ff;
}
.active .price-deck-trigger>span:before{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid #0088ff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -10px;
	z-index: 99;
}
.active .price-deck-trigger>span:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -9px;
	z-index: 999;
}


.went2-table {
	display: none;
	width: 100%;
	line-height: 28px;
	padding-left: 25px;
}
.went2-table p {
	padding-top:10px;
}
.went2-table table {
	width: 100%;
	text-align: left;
}

.active .went2-table {
	display: block;
}

.went2-deck.active .price-deck-trigger {
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    border-radius: 4px;
}

section.vpn-advantage {
    background: #1b1b1b;
}


.issue-form img {
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 1s;
}

.issue-card {
    position: relative;
    width: 100%;
    height: 380px;
    position: relative;
    background: #292929;
    border-radius: 8px;
    overflow: hidden;
}

.issue-card:hover .issue-form img:last-child {
    opacity: 0;
}

.issue-back {
    background: #292929;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 22px;
    box-sizing: border-box;
    min-height: 160px;
}

p.issue-back-title {
    margin-top: 22px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 8px;
}


.issue-back p:last-child {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    opacity: .7;
}




@media (max-width: 768px) {
.tiktok-content h1 {
    font-size: 24px;
}

section.tiktok-solution {
    background: #1a1a22;
}

.tiktok-content p {
    font-size: 14px;
    line-height: normal;
}
div#lottie {
    display: none;
}

section.tiktok-solution {
    background-image: url(../img/tiktokbg.jpg);
    background-size: cover;
    background-position: bottom;
   
}

        
}


