@font-face {
    font-family: Gilroy-ExtraBold;
    src: url(/assets/fonts/Gilroy-ExtraBold.otf) format("opentype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(/assets/fonts/Gilroy-Light.otf) format("opentype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Poppins-Bold;
    src: url(/assets/fonts/Poppins-Bold.ttf) format("opentype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Poppins;
    src: url(/assets/fonts/Poppins-Medium.ttf) format("opentype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Albert Sans Medium;
    src: url(/assets/fonts/AlbertSans-Medium.ttf) format("truetype");
    font-display: swap;
    font-weight: 100 900;
    font-style: normal
}

@font-face {
    font-family: Albert Sans Bold;
    src: url(/assets/fonts/AlbertSans-Bold.ttf) format("truetype");
    font-display: swap;
    font-weight: 100 900;
    font-style: normal
}

@font-face {
    font-family: Albert Sans ExtraBold;
    src: url(/assets/fonts/AlbertSans-ExtraBold.ttf) format("truetype");
    font-display: swap;
    font-weight: 100 900;
    font-style: normal
}

html {
    font-family: helvetica neue, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol, noto color emoji;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#app,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
}

img {
    border: none;
    vertical-align: top;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

[v-cloak]>* {
    display: none
}
iframe{
    max-width: 100%;
}
/* [v-cloak]::before {  
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
} */
a {
    text-decoration: none;
}

a.blue-link {
    color: #4343f9 !important;
    opacity: .8;
    text-decoration: underline;
}


a.blue-link:hover {
    opacity: 1;
}
.el-button{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-color: #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--primary {
    color: #fff;
    background-color: #11a683;
    border-color: #11a683;
}
.mt20 {
    margin-top: 20px;
}
.pt30{
    padding-top: 30px;
}
.mt30 {
    margin-top: 30px;
}

.link-with-line a {
    color: inherit;
}
.blue-orange{
    margin: 35px auto 0;
    background: orange;
    font-size: 20px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    color: #fff!important;
    padding: 20px 30px;
    font-weight: 600;
    border-radius: 34px;
}

.btn-access-lg {
    text-align: center;
    padding: 18px 20px;
    color: #fff;
    display: block;
    width: 240px;
    font-size: 20px;
    margin: 50px auto 50px;
}

.btn:hover {
    cursor: pointer;
    opacity: .8;
}

.el-button--primary:hover {
    color: #fff;
}

.art-item {
    position: relative;
}
.art-item img{
    max-width: 100%;
}
.hidden {
    display: none;
}

#app {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #191919;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
}

* {
    --tt-theme-color: #11A683;
    --pp-border-color: #d5d5d5;
    --pp-text-default-color: #191919;
    --pp-text-muted-color: #666;
}

ul li {
    list-style: none;
}

footer,
header {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ul li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.placeholder {
    position: relative;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.placeholder:before {
    content: "";
    display: block;
    padding: 0 0 100% 0;
}

.placeholder .placeholder-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.placeholder .placeholder-content .pro-img{
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.container {
    width: 100%
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li:not(.active) {
    background-color: #fff;
}

.el-pagination.is-background .btn-prev:not(:disabled):hover,
.el-pagination .btn-next:not(:disabled):hover {
    background: var(--tt-theme-color);
    color: #fff;
}

.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .btn-next:disabled {
    color: #C0C4CC;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    background: var(--tt-theme-color);
    color: #fff;
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li:not(.active) {
    background-color: #fff;
}

.el-pagination button.btn-next,
.el-pagination button.btn-prev {
    min-width: 80px;
}

.pagination-container .el-pagination {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.el-pagination .el-pager li {
    padding: 0;
}

.el-pagination .btn-next,
.el-pagination .btn-prev,
.el-pagination .el-pager li a {
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    padding: 0 10px;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]),
.el-pagination .btn-next a {
    padding: 0 6px;
}

.el-pagination.is-background .el-pager li:not(.disabled).active a,
.el-pagination.is-background .el-pager li:not(.disabled):hover a {
    background-color: var(--tt-theme-color);
    color: #FFF !important;
}

.el-button--primary,
.el-button--primary:hover {
    background-color: var(--tt-theme-color);
}

.el-button--primary:hover {
    opacity: .8;
}

.h-0 {
    height: 0
}

.h-auto {
    height: auto
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.wt-body-max-width,
.wt-max-width-tv {
    max-width: 1520px;
    margin: 0 auto;
}

.wt-grid {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section-bg-white {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 8px;
}
.bg-white{
    background: #fff;
}
.main-container {
    background: #FAFAFA;
}

.commmon-form .el-form--label-top .el-form-item {
    position: relative;
}

.el-form-item__label {
    font-size: 18px;
    float: none;
    text-align: left;
    padding: 0 0 10px 0;
    line-height: 1;
    display: block;
    color: #191919;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-container .sub-title {
    margin-top: 40px;
    font-size: 18px;
}

.page-container {
    padding-top: 30px;
}

.page-container .page-inner {
    padding: 30px;
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

.page-container h1 {
    font-size: 32px;
    font-weight: bold;
}

.page-container .desc {
    margin-top: 10px;
}

.page-container .sub-title {
    margin-top: 40px;
    font-size: 18px;
}

.page-container .desc-sub {
    margin-top: 3px;
}

.page-container .el-form {
    margin-top: 45px;
}

.page-container .el-form .form-help-text {
    margin-top: 5px;
    padding: 0;
    line-height: 1.5;
    color: #aaa;
}

.pp-table {
    position: relative;
}

.table-normal table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.pp-table thead {
    position: relative;
}

.table-normal table thead th {
    padding: 16px 0;
    background: #f8f9fb;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.pp-table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 500;
}

.table-normal table td {
    font-size: 13px;
    font-weight: 400;
    color: #191919;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.share-box .btn-copy-link {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background-color: var(--tt-theme-color);
    border: 1px solid var(--tt-theme-color);
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 8px 36px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.share-box .el-button:hover {
    background-color: var(--tt-theme-color);
    opacity: .8;
}

.share-box .el-textarea__inner {
    display: block;
    resize: vertical;
    font-size: 21px;
    color: #000;
    font-weight: bold;
    padding: 20px 20px;
    min-height: 74px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.share-box .el-input__inner {
    -webkit-appearance: none;
    background-color: #FFFFFF;
    background-image: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

.el-textarea__inner:focus,
.el-textarea__inner:focus {
    outline: none;
    border-color: var(--tt-theme-color) !important;
}

.table-normal table td {
    font-weight: 400;
    color: #191919;
    border-bottom: 1px solid #e5e5e5;
}

/* .page-elevation section {
  border: 1px solid #ccc;
  padding: 20px;
} */

.page-elevation section.section-warning {
    padding: 30px 20px;
}

.page-elevation section .eleva-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--tt-theme-color);
}

.page-elevation section .eleva-title .el-icon-warning {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
}

.page-elevation section .p1 {
    color: #666666;
}

.page-elevation section .p2 {
    margin-top: 10px;
}

.page-elevation section .share-box {
    margin-top: 10px;
}

.page-elevation section .share-box .el-textarea {
    flex: 1;
    margin-right: 10px;
}

.page-elevation section .share-box .el-button {
    margin-top: 13px;
}

.page-elevation section .share-box .el-textarea .el-textarea__inner {
    font-size: 17px;
    color: #000;
    line-height: 1.1;
    font-weight: bold;
    padding: 11px 20px;
}

.more-info .title {
    font-size: 24px;
    font-weight: bold;
}

.label-gray {
    display: inline-block;
    margin: 0 3px;
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87);
    padding: 2px 4px;
    border-radius: 2px;
    font-family: "Source Code Pro", monospace;
}

.label-gray.label-attr {
    margin: 10px 0 0;
}

.label-gray.label-gray-lg {
    padding: 10px 20px;
    font-size: 15px;
}

.commmon-form .el-form--label-top .el-form-item .el-form-item__content .el-input__inner {
    height: 36px;
    line-height: 36px;
}

.commmon-form .el-form--label-top .el-form-item .el-form-item__content .el-input__inner:focus {
    border-color: var(--tt-theme-color);
}

.commmon-form .el-form--label-top .el-form-item__label {
    font-size: 18px;
}

.pagination-container .el-pagination {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-pagination.is-background-gray {
    background-color: #eee;
    padding: 0 10px;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.el-pagination a {
    display: inline-block;
    width: 100%;
    color: inherit;
}

.common-title-h1 {
    font-size: 48px;
    font-family: Gilroy-ExtraBold, Gilroy;
    font-weight: 800;
    color: #191919;
    word-break: break-word;
}

.common-title-h2 {
    font-size: 36px;
    font-weight: bold;
    word-break: break-word;
}

.common-title-h3 {
    font-size: 28px;
    font-weight: bold;
    word-break: break-word;
}

.common-release {
    margin-top: 30px !important;
    font-size: 18px;
    color: #191919;
}

.common-release .release-time {
    margin-right: 30px;
}

.common-breadcrumb {
    padding: 20px 0;
}

.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
    color: #606266;
    font-weight: 400!important;
}

.common-breadcrumb .el-breadcrumb__item[aria-current="page"] .el-breadcrumb__inner,
.common-breadcrumb .el-breadcrumb__item[aria-current="page"] .el-breadcrumb__inner:hover {
    color: var(--tt-theme-color);
    font-weight: bold;
}
.pro-lists  .pro-shadow{
    margin-top: 12px;
    box-sizing: border-box;
}

.pro-lists  .pro-shadow .pro-item,
.blogs-list .pro-lists .pro-item{
    margin: 0!important;
    background: #fff;
    padding: 20px 20px;
    box-shadow: 3px 3px 5px rgb(170 170 170 / 35%);
    border-radius: 4px;
}

.pro-lists  .pro-shadow .pro-item h2,
.blogs-list .pro-lists .pro-item h2{
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    min-height: 72px;
    text-overflow: ellipsis;
    position: relative;
    word-break: break-word;
}
.pro-lists  .pro-shadow .pro-main .pro-desc p,
.blogs-list .pro-lists .pro-main .pro-desc p{
    -webkit-line-clamp: 5!important;
    min-height: 105px;
}
.pro-lists  .pro-shadow .pro-main,
.blogs-list .pro-lists .pro-main{
    min-height:264px;
}
.ad-examples .pro-lists .pro-main .pro-bottom .time{
    margin-top: 0;
    margin-right: auto;
}
.pro-lists .pro-main .pro-bottom{
    margin-top: 10px;
}
.pro-lists .pro-main .pro-bottom a:hover{
    color: var(--tt-theme-color);
}
.item-inner {
    position: relative;
    height: 100%;
    background: white;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 10px #ddd;
    box-shadow: 2px 2px 10px #ddd;
}
.item-inner p{
    word-break: break-word;
}
.item-inner .top {
    padding: 22px 16px 0;
}

.item-inner .top .top-base {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
}

.item-inner .top .pro-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 65%;
    word-break: break-all;
}

.item-inner .top .pro-info .el-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    margin-right: 8px;
    background: #d8d8d8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.item-inner .top .pro-info .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73%;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
}

.item-inner .top .pro-info .right .nickname {
    word-break: break-all;
    vertical-align: middle;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    color: #191919;
}

.item-inner .top .other-info {
    margin-top: 20px;
    font-size: 13px;
    color: #7f7f7f;
}

.item-inner .top .other-info .icon-date {
    width: 17px;
    height: 17px;
    vertical-align: -0.35em;
}

.item-inner .top .other-info span {
    font-size: 13px;
    vertical-align: middle;
}

.item-inner .cover {
    position: relative;
    display: block;
    margin: 17px 16px 0;
    height: 220px;
    text-align: center;
}

.item-inner .cover .item-bg {
    position: absolute;
    height: 220px;
    right: 0;
    left: 0;
    top: 0;
    opacity: 0.2;
}

.item-inner .cover .item-bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.item-inner .cover .el-image {
    width: 138px;
    max-width: 100%;
    height: 220px;
    z-index: 10;
    vertical-align: top;
}

.item-inner .cover .time {
    position: absolute;
    right: 15px;
    bottom: 14px;
    font-weight: 500;
    z-index: 10;
    color: white;
}

.item-inner .cover .video-play-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    z-index: 30;
}

.item-inner .cover.showPlayIcon .video-play-icon .svg-icon {
    width: 60px;
    height: 60px;
}

.item-inner .cover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    z-index: 2;
    opacity: 0.5;
}

.item-inner .abs-lock {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    background: rgba(255, 255, 255, .8);
}

.item-inner .abs-lock p {
    margin-top: 63%;
    font-size: 32px;
    font-weight: bold;
}

.item-inner .abs-lock a {
    margin-top: 56px;
    padding: 16px 30px;
    font-size: 18px;
    max-width: 100%;
    white-space: break-spaces;
}

.item-inner .bottom {
    position: relative;
    padding: 10px 28px;
}

.item-inner .info-box {
    padding: 0 16px 0 16px;
}

.item-inner .info-box .bottom {
    position: relative;
    padding: 13px 0 0;
}

.item-inner .info-box {
    padding: 0 16px 0 16px;
}

.item-inner .data-count {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 0;
    text-align: center;
}

.item-inner .data-count .item {
    text-align: center;
    width: 33.33%;
}

.item-inner .data-count span {
    display: inline-block;
    margin-right: 20px;
}

.item-inner .data-count .item .value {
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.item-inner .bottom.bottom-border-b::after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 16px;
    right: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.item-inner .shop-now {
    display: block;
}

.item-inner .shop-now:hover {
    cursor: pointer;
    color: var(--tt-theme-color);
    border-color: var(--tt-theme-color);
}

.item-inner .title {
    height: 23px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-white-space: nowrap;
    white-space: nowrap;
    word-break: break-all;
}

.item-inner .desc {
    font-size: 13px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #7f7f7f;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-white-space: nowrap;
    white-space: nowrap;
    word-break: break-all;
}

.item-inner .shop-now {
    font-size: 13px;
    color: #666666;
    height: 30px;
    margin-top: 16px;
    line-height: 28px;
    width: 95px;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-white-space: nowrap;
    white-space: nowrap;
    word-break: break-all;
    padding: 0 10px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #cccccc;
}

.item-inner .button-text-copy .left {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.item-inner .button-text-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}

.item-inner .data-count .item .caption {
    margin-top: 6px;
    height: 30px;
    font-size: 12px;
    color: #666666;
}

.item-inner .top .base-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-inner .top .base-info-row .region-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.item-inner .top .base-info-row .region-box .region {
    margin-right: 6px;
}

.item-inner .top .base-info-row .type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.item-inner .top .base-info-row .type .type-item {
    margin-right: 10px;
}

.item-inner .top .base-info-row .type .type-item:last-child {
    margin-right: 0;
}

.item-inner .top .base-info-row .type .type-ios .svg-icon {
    width: 18px;
    height: 16px;
}

.item-inner .top .base-info-row .type .type-item .svg-icon {
    margin-right: 2px;
    vertical-align: middle;
}

.item-inner .top .base-info-row .type .type-ios {
    min-width: 48px;
}

.item-inner .top .base-info-row .type .type-item .text {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    vertical-align: middle;
}

.f-bg {
    background: #1d1d1d;
}

.f-bottom {
    font-size: 13px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.f-bottom .f-bottom-item {
    padding: 30px 0;
}

.f-bottom .f-bottom-item:first-child {
    margin-right: auto;
}

.f-bottom a {
    color: rgba(255, 255, 255, 0.6);
}

.f-bottom a:hover {
    color: var(--tt-theme-color);
}

.language {
    display: inline-block;
    text-align: right;
    height: 60px;
    line-height: 60px;
}

.language .el-button {
    position: relative;
    padding: 0 15px 0 0;
    height: 31px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    color: #191919;
}

.language .el-button .btn-text {
    display: inline-block;
    padding: 0 10px;
}

.language .el-button i {
    position: absolute;
    right: 6px;
    top: 8px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.language .el-button:hover,
.language .el-button.isActive {
    background: #fff;
    color: var(--tt-theme-color);
    border-color: var(--tt-theme-color);
}

.language .el-button:hover i,
.language .el-button.isActive i {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.language .el-button .icon-arrow {
    display: inline-block;
    width: 0;
    margin-top: 4px;
    vertical-align: middle;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #666;
    margin-left: 1px;
}

.el-popover.el-popper.langDrop .lang-list li a {
    display: block;
    padding: 8px 0;
    color: #000000;
    text-decoration: none;
}

.el-popover.el-popper.langDrop .lang-list li a:hover,
.el-popover.el-popper.langDrop .lang-list li a.active {
    font-weight: 600;
    color: var(--tt-theme-color);
}

.copyright {
    padding: 8px 0;
    background: #2e2e2e;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.copyright a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}

.copyright a:hover {
    color: var(--tt-theme-color);
}

.contact-wechat {
    margin-bottom: 28px;
}

.skype-box {
    display: inline-block;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    margin-left: 15px;
    margin-bottom: 30px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.skype-box:hover {
    border-color: var(--tt-theme-color);
    color: var(--tt-theme-color);
}

.skype-box:hover i {
    color: var(--tt-theme-color);
}

.skype-box .icon-s {
    width: 22px;
    height: 22px;
    fill: #fff;
    vertical-align: middle;
    margin-right: 10px;
}

.skype-box:hover svg {
    fill: var(--tt-theme-color);
}

.skype-box .icon-right {
    width: 19px;
    height: 19px;
    vertical-align: -5px;
    margin-left: 26px;
    fill: rgba(255, 255, 255, 0.8);
}

.skype-box img {
    display: block;
    height: 30px;
    width: auto;
    margin: auto;
}

.skype-box .btn-skype {
    margin-top: 10px;
    padding: 6px 8px;
    background: transparent;
    border-color: var(--tt-theme-color);
}

.pipi-logo {
    width: auto;
    display: inline-block;
}

.menus {
    position: relative;
    height: 60px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.menus .top-nav-item .a-link {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #191919;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: left;
}

.menus .top-nav-item .icon-new.icon-new-first {
    right: -31px;
}

.menus .top-nav-item .icon-new {
    position: absolute;
    right: -6px;
    top: 12px;
    width: 33px;
}

.menus .top-nav-item {
    position: relative;
}

.menus .top-nav-item .a-link {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #191919;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: left;
}

.menus .top-nav-item .a-link:not(.router-link-exact-active):hover {
    color: var(--tt-theme-color);
    text-shadow: 1px 0 0 currentColor;
}

.user-level {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    min-height: 72px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 14px 16px 10px 16px;
}

.user-level .btn-upgrade {
    position: absolute;
    right: 20px;
    top: 10px;
}

.user-level.level_bg0 {
    background: url("../images/PIPIADS-basic-huiyuanka.jpg") no-repeat 0 0/100% 72px;
}

.user-level.level_bg0 .btn-upgrade {
    color: #3a3d52;
}

.user-level.level_bg1 {
    background: url("../images/PIPIADS-vip-huiyuanka.jpg") no-repeat 0 0/100% 72px;
}

.user-level.level_bg1 .btn-upgrade {
    color: #0586b1;
}

.user-level.level_bg2 {
    background: url("../images/level-bg-2.png") no-repeat 0 0/100% 72px;
}

.user-level.level_bg2 .btn-upgrade {
    color: #6049b9;
}

.user-level.level_bg3 {
    background: url("../images/PIPIADS-pro-huiyuanka.jpg") no-repeat 0 0/100% 72px;
}

.user-level.level_bg3 .btn-upgrade {
    color: #ff6100;
}

.user-level.etsy_level_bg0 {
    background: url("../images/etsy_vip/Etsy-trialbanner.png") no-repeat 0 0/100% 72px;
}

.user-level.etsy_level_bg0 .btn-upgrade {
    color: #595a6d;
}

.user-level.etsy_level_bg1 {
    background: url("../images/etsy_vip/Etsy-vip_bg.png") no-repeat 0 0/100% 72px;
}

.user-level.etsy_level_bg1 .btn-upgrade {
    color: #2d4976;
}

.user-level.etsy_level_bg2 {
    background: url("../images/etsy_vip/Etsy-pro_bg.png") no-repeat 0 0/100% 72px;
}

.user-level.etsy_level_bg2 .btn-upgrade {
    color: #f1641e;
}

.user-level .left .icon-level {
    display: inline-block;
    width: 56px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.user-level .left .levelImage {
    display: inline-block;
    width: auto;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.user-level .left .level-text.level-text-0 {
    font-size: 16px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    background: linear-gradient(90deg, #ffffff 0%, #a1a3b3 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.userDrop.el-popper[x-placement^=bottom] {
    margin-top: 20px;
}

.usage-lists .item {
    margin-top: 14px;
}

.usage-lists .item .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.usage-lists .item .el-progress {
    margin-top: 10px;
}

.content-guide {
    margin-top: 60px;
}

.content-guide .section-dynamic-utms {
    font-size: 18px;
    margin-bottom: 40px;
}

.content-guide .section-item.section-dynamic-utms .list-dot {
    padding-left: 0;
}

.content-guide img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}

.content-guide .section-item {
    position: relative;
    margin-top: 50px;
}

.content-guide .anchor_target,
.common-anchor_target {
    position: absolute;
    top: -80px;
    left: 0;
}
.common-alphabet-links{
    background: var(--tt-theme-color);
}
.common-alphabet-links ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.common-alphabet-links li{
    color: #fff;
}
.common-alphabet-links li a{
    display: inline-block;
    padding: 10px 10px;
}
.common-alphabet-links li a:hover{
    text-decoration: underline;
}
.content-guide .section-item h2 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}

.content-guide .section-item .step-item {
    position: relative;
    margin-top: 30px;
}

.content-guide .section-item .text-red {
    color: #dd4545;
}

.content-guide .section-item h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

/* .content-guide :target{ padding-top:60px; } */
.content-guide .quike-links-container {
    background: #a1daeb47;
    border: 1px solid #ccc;
    padding: 20px 20px;
    font-size: 16px;
}

.content-guide p {
    margin-top: 15px;
    word-break: break-word;
}

.content-guide a {
    color: inherit;
}

.content-guide a:hover {
    color: blue;
    text-decoration: underline;
}

.content-guide .example-link {
    margin-top: 20px;
}

.content-guide .example-link a {
    background: #66b1ff45;
    color: #e94360;
    word-break: break-all;
    line-height: 1.5;
}

.content-guide .quike-links-container .links {
    margin-top: 25px;
}

.content-guide .quike-links-container .links li {
    margin-top: 20px;
}

.content-guide .quike-links-container .links .sub-links {
    margin-top: 20px;
    padding-left: 24px;
}

.content-guide .section-item ul {
    margin-top: 25px;
}

.content-guide .section-item ul li {
    margin-top: 15px;
}

.content-guide .section-item .lists-faq li {
    position: relative;
    margin: 20px 0;
}

.content-guide .section-item .lists-faq .caption {
    font-weight: bold;
}

.content-guide .section-item .lists-number {
    padding-left: 30px;
}

.content-guide .section-item .lists-number li {
    list-style-type: decimal;
    list-style-position: inside;
    font-weight: bold;
}

.content-guide .section-item .list-dot {
    padding-left: 30px;
}

.content-guide .section-item .list-dot li {
    position: relative;
    padding-left: 20px;
}

.content-guide .section-item .list-dot li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #4343f9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.tiktok-ad-example-content .btn-register {
    margin-top: 30px;
    color: #fff;
    background-color: var(--tt-theme-color);
    display: inline-block;
    font-size: 18px;
    padding: 0 26px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    word-break: break-word;
}

.tiktok-ad-example-content .btn-register:hover {
    opacity: 1;
}

.tiktok-ad-example-content .other-content {
    margin-top: 30px;
}

.tiktok-ad-example-content .other-content .lists {
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: rgba(242, 242, 242, 1);
}

.tiktok-ad-example-content .other-content .lists li {
    position: relative;
    padding: 30px 30px;
    min-height: 160px;
}

.tiktok-ad-example-content .other-content .interested-text {
    display: flex;
    flex-wrap: wrap;
}

.tiktok-ad-example-content .other-content .interested-text .caption {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 20px;
}

.tiktok-ad-example-content .other-content .interested-text .value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tiktok-ad-example-content .other-content .interested-text .value a {
    display: inline-block;
    padding-right: 26px;
    margin-bottom: 10px;
    width: 20%;
    max-width: 100%;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-white-space: nowrap;
    white-space: nowrap;
}

.tiktok-ad-example-content .other-content .links a,
.tiktok-ad-example-content .other-content .interested-text .value a {
    color: inherit;
}

.tiktok-ad-example-content .other-content .links a:hover,
.link-with-line a:hover,
.tiktok-ad-example-content .other-content .interested-text .value a:hover {
    color: #4343f9;
    text-decoration: underline;
}

.tiktok-ad-example-content .other-content .links {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tiktok-ad-example-content .other-content .links a {
    display: inline-block;
    width: 33.33%;
    padding-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-white-space: nowrap;
    white-space: nowrap;
}

.getFreeDialog {
    text-align: center;
    border-radius: 10px!important;
}

.getFreeDialog .el-dialog__header {
    padding: 0!important;
}

.getFreeDialog .el-dialog__body {
    padding: 0!important;
}

.getFreeDialog .dialog-inner {
    padding: 28px 8px 28px;
    background: linear-gradient(181deg, #ebfdff 0%, #feffff 100%);
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.getFreeDialog .dialog-inner .header p {
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #2f3032;
}

.getFreeDialog .dialog-inner .header p:last-child {
    margin-top: 5px;
}

.getFreeDialog .dialog-inner .desc {
    margin-top: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #464a4f;
}

.getFreeDialog .dialog-inner .img-wrap {
    width: 190px;
    height: 190px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e9ebf1;
    margin: 22px auto 0;
}

.getFreeDialog .dialog-inner .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.getFreeDialog .el-dialog__headerbtn {
    right: 13px;
    top: 12px;
}

.getFreeDialog .el-dialog__headerbtn .el-dialog__close {
    font-size: 22px;
}

.getFreeDialog ::v-deep .el-dialog__header {
    padding: 28px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.getFreeDialog ::v-deep .el-dialog__header .header {
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #191919;
}

.getFreeDialog .purpose-lists {
    border-top: 1px solid #efefef;
    display: flex;
    justify-content: space-evenly;
}

.getFreeDialog .purpose-lists li {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.getFreeDialog .purpose-lists li .svg-icon {
    width: 32px;
    height: 32px;
}

.getFreeDialog .purpose-lists li:last-child .svg-icon {
    width: 40px;
    height: 32px;
    vertical-align: middle;
}

.getFreeDialog .purpose-lists li .text {
    margin-top: 8px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #464a4f;
}

.getFreeDialog .purpose-lists.isEn li .text {
    line-height: 1.2;
    width: 42px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}

.getFreeDialog .purpose-lists.isEn li:nth-child(1),
.purpose-lists.isEn li:nth-child(2) {
    width: 15%;
    text-align: center;
}

.getFreeDialog .purpose-lists.isEn li:nth-child(3) .text {
    width: 68px;
}

.getFreeDialog .purpose-lists.isEn li:nth-child(4) .text {
    width: 86px;
}

.pp-blog-banner {
    position: relative;
    margin-left: 0;
    color: #fff;
    background: #2D7358 url(/assets/images/article_videobanner.jpg) right top no-repeat;
    background-size: contain;
}
#pageBlogDetail .pp-blog-banner{
    background-size: 44% 100%;
}
#pageBlogDetail  .pp-blog-banner .btn-play{
    right: 20%;
}
.pp-blog-banner .blog-banner-main {
    padding: 0 0 35px 0;

}

@media (max-width: 1520px) {
    .pp-blog-banner {
        background-size: 34% 100%;
    }
}

@media (max-width: 1200px) {
    .pp-blog-banner .blog-banner-main {
        background-color: #315F54;
    }
}

.pp-blog-banner .common-title-h1 {
    padding-top: 35px;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 50px;
}

.pp-blog-banner .sub-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.pp-blog-banner ul {
    margin-top: 20px;
    color: #fff;
}

.pp-blog-banner ul li {
    position: relative;
    margin-top: 10px;
    padding-left: 16px;
    font-size: 16px;
}

.pp-blog-banner ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 50%;
}

.pp-blog-banner .btn-try {
    display: inline-block;
    padding: 16px 60px;
    margin-top: 20px;
    max-width: 100%;
    background-color: var(--tt-theme-color);
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    border: 0;
}

.pp-blog-banner .btn-play {
    color: #fff;
    position: absolute;
    right: 17%;
    top: 50%;
    margin-top: -30px;
    display: inline-block;
    height: auto;
}

.pp-blog-banner .btn-play img {
    width: 60px;
    height: 60px;
    transition: all .12s;
}

.pp-blog-banner .btn-play:hover img {
    transition-duration: 0.12s;
    transform: scale(1.166);
    transition: 0.12s;
}

@media (max-width: 768px) {
    .pp-blog-banner .btn-play {
        right: 8%;
        top: auto;
        bottom: 38px;
        margin-left: 30px;
        margin-top: 0;
    }

    .showVideoDialog {
        width: 95% !important;
    }
    .tiktok-ad-example-content .btn-register {
        max-width: 100%;
    }
}

.tyVideoElm {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.tyVideoElm img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}

.tyVideoElm .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.tyVideoElm .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.tyVideoElm img,
.tyVideoElm .play-button {
    cursor: pointer;
}

.tyVideoElm img,
.tyVideoElm iframe,
.tyVideoElm .play-button,
.tyVideoElm .play-button:before {
    position: absolute;
}

.tyVideoElm .play-button,
.tyVideoElm .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.tyVideoElm iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.social__share__box {
    margin-top: 30px;
}

.social__share__box .social__share--label {
    text-transform: uppercase;
    color: #343b42;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
}

.social__share__box .social__share__main {
    display: flex;
    flex-flow: row;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    margin-top: 20px;
    position: relative;
    top: 0;
    width: 100%;
}

.social__share__box a {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 36px;
    justify-content: center;
    line-height: normal;
    width: 36px;
}

.social__share__box a:not(:last-child) {
    margin-right: 20px;
}

.social__share__box a .icon-logo {
    width: 36px;
    height: 36px;
}

.social__share__box a:hover .icon-logo:first-child,
.social__share__box a .icon-logo:last-child {
    display: none;
}

.social__share__box a:hover .icon-logo:last-child,
.social__share__box a .icon-logo:first-child {
    display: inline-block;
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }

    .md\:block {
        display: block;
    }

    .page-utm .el-form .el-form-item .el-form-item__label {
        float: left;
        width: 220px;
    }

    .page-utm .el-form .el-form-item .el-form-item__label label {
        line-height: 36px;
    }

    .page-utm .el-form .el-form-item .el-form-item__content {
        margin-left: 220px;
    }
}

@media screen and (max-width: 768px) {
    html {
        line-height: 1.5;
    }

    .section-bg-white {
        padding-left: 15px;
        padding-right: 15px;
    }

    #app {
        font-size: 18px;
    }

    .common-title-h1 {
        font-size: 36px;
    }

    .common-title-h2 {
        font-size: 30px;
    }

    .common-title-h3 {
        font-size: 24px;
    }

    table td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .articles-nav a {
        margin-top: 11px;
    }

    .tiktok-ad-example-content .other-content .interested-text {
        display: block;
    }

    .tiktok-ad-example-content .other-content .interested-text .value {
        margin-top: 20px;
    }

    .ad-examples .pro-lists .placeholder:before {
        padding: 0 0 37% 0;
    }

    .ad-examples .pro-lists .pro-img {
        width: 100%;
    }

    .ad-examples .pro-lists .pro-main {
        margin-top: 30px;
    }
    .ad-examples .example-pro-list.pro-lists .pro-main{
        margin-top: 0;
    }

    .pp-table-resp {
        overflow-x: auto;
    }

    .pp-table-resp table {
        min-width: 500px;
    }

    .pp-table-resp thead th {
        position: relative !important;
        top: 0 !important;
    }

    .page-utm .el-form .el-form-item .el-form-item__label .label-desc {
        display: none;
    }

    .el-message {
        min-width: auto;
        padding: 12px 12px 12px 15px !important;
    }

    .el-message__icon {
        height: 20px;
        margin-right: 10px;
        width: 20px;
        font-size: 23px;
    }

    .common-breadcrumb {
        padding-bottom: 0;
    }

    .common-breadcrumb .el-breadcrumb__item {
        display: inline-block;
        margin-bottom: 20px;
    }

    .pagination-container .el-pagination .el-pager {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tiktok-ad-example-content .other-content .links a {
        width: 100%;
        white-space: normal;
    }

    .tiktok-ad-example-content .other-content .lists li {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 640px) {
    .ad-examples .example-pro-list.pro-lists .pro-main{
        margin-top: 30px;
    }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
    .res-flex {
        flex-direction: column;
        text-align: center;
    }

    .f-bottom .res-flex {
        text-align: center;
    }

    .f-bottom .f-bottom-item:first-child {
        margin-right: unset !important;
    }

    .page-container h1 {
        font-size: 25px;
    }

    .share-box .el-textarea__inner {
        min-height: 150px !important;
    }

    .page-elevation section .share-box .el-textarea .el-textarea__inner {
        font-size: 16px !important;
        padding: 20px 20px;
    }

    .f-bottom .f-bottom-item {
        padding: 0 0 !important;
    }

    .page-elevation section .share-box {
        flex-direction: column;
    }

    .page-elevation section .share-box .el-button {
        margin-top: 10px;
    }

    .f-bottom .f-bottom-item:last-child {
        margin-top: 10px;
    }

    .f-bottom>div {
        padding: 15px 0;
    }

    .page-container .page-inner {
        padding: 16px 12px !important;
        max-width: 100% !important;
    }

    .label-gray.label-gray-lg {
        padding: 8px 8px !important;
    }
}

.common-sticky-right {
    align-self: flex-start;
    box-sizing: border-box;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
    padding-left: 19px;
    top: 74px;
}
.common-sticky-right.about-tiktok{
    width: 242px;
}
.common-sticky-right.about-tiktok .sticky-right-placeholder{
    width: 242px;
    height: 0;
}
.common-sticky-right .more-about-tiktok {
    color: #FFFFFF;
    width: 223px;
    background: #1F735F;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.common-sticky-right .more-about-tiktok .more-content {
    padding: 0 15px 20px;
}

.common-sticky-right .more-about-tiktok img {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.common-sticky-right .more-about-tiktok .img-wrap {
    text-align: center;
}

.common-sticky-right .more-about-tiktok .title {
    line-height: 26px;
    margin-right: -3px;
    font-size: 22px;
    font-family: Gilroy-ExtraBold, Gilroy;
    font-weight: 800;
}

.common-sticky-right .more-about-tiktok p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    margin-right: -3px;
}

.common-sticky-right .more-about-tiktok .btn-try {
    margin-top: 16px;
    display: inline-block;
    padding: 14px 26px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #1F735F;
}

.common-sticky-right .more-about-tiktok .btn-try:hover {
    background-color: #1F735F;
    color: #fff;
}
.common-sticky-right.sticky-start-tiktok{
    width: 387px;
}
.common-sticky-right.sticky-start-tiktok .start-tiktok-placeholder{
    width: 387px;
    height: 0;
}
.common-sticky-right .start-your-titkok {
    width: 368px;
    min-width: 368px;
    padding: 30px 30px;
    background: #2D7358;
    color: #FFFFFF;
    border-radius: 8px;
}

.common-sticky-right .start-your-titkok .title {
    font-size: 32px;
    font-family: Gilroy-ExtraBold, Gilroy;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 44px;
    word-break: break-word;
}
.common-sticky-right .start-your-titkok .title b{
    color: #FFCA00;
}

.common-sticky-right .start-your-titkok .desc {
    margin-top: 20px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}
.common-sticky-right .start-your-titkok .el-input{
    margin-top: 25px;
}
.common-sticky-right .start-your-titkok .el-input .el-input__inner{
    height: 48px;
    line-height: 48px;
    border:0;
}

.common-sticky-right .start-your-titkok .btn-try {
    margin-top: 12px;
    display: block;
    width: 100%;
    padding: 16px 26px;
    background: #11A683;
    font-size: 16px;
    color: #FFFFFF;
    border:0;
}
.common-sticky-right .start-your-titkok .btn-try:hover {
    color: #fff;
    opacity: .8;
}
.common-sticky-right .start-your-titkok .sub-text{
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255,255,255,.6);
    line-height: 18px;
    text-align: center;
}
.common-quick-links {
    padding:30px 30px;
    background: #F8F9FB;
    border-radius: 8px;
}
.common-quick-links li {
    position: relative;
    margin: 28px 0;
    padding: 0px 0px 0 20px;
}
.common-quick-links li::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 6px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--tt-theme-color);
}
.common-quick-links li a {
    display: inline-block;
    text-decoration: underline;
}
.common-quick-links li a:hover {
    color: var(--tt-theme-color);
}
.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.back-to-ceiling {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    right: 10px;
    bottom: 92px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    z-index: 1000;
    background: #fff;
    font-size: 16px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}
.back-to-ceiling:hover {
    background-color: #f2f6fc;
}
.footer-easy-way{
    text-align: center;
    padding: 45px 0 65px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.footer-easy-way ul{
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-easy-way ul li{
    padding: 10px 10px;
}
.footer-easy-way ul .icon-decor{
    width: auto;
    height: 28px;
    vertical-align: middle;
    margin-right: 8px;
}
.footer-easy-way ul li:nth-child(2){
    margin-left: 28px;
    margin-right: 16px;
}
.footer-easy-way .btn-get-free{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    margin-top: 70px;
    width: auto;
}
.pp-dialog-bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 2001;
}
.pp-dialog-wrapper{
    pointer-events: none;
}
.pp-dialog-wrapper .el-dialog{
    pointer-events: fill;
}
@media (max-width:1280px) {
    .page-hd-left-nav .common-sticky-right {
        display: none;
    }
}
@media (max-width: 768px) {
    .common-sticky-right {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
    .common-sticky-right .start-your-titkok{
        min-width: unset;
        max-width: 100%;
    }
    .back-to-ceiling {
        right: 12px;
    }
    .el-dialog{
        max-width: 90%;
    }
}
