@charset "utf-8";
body{
    --active-color: #187fff;
    --active-font-color: #FFFFFF;
    --btn-active-bg-color: #187fff;
    --btn-active-font-color: #FFFFFF;
    --disabled-bg-color: #BEC1C5;
    --disabled-font-color: #FFFFFF;
    --placehodler-color: #979BA0;
}
.body-title{color:#333;font-size:20px;margin-bottom:12px;}
.null-title{color:#111;font-size:18px;font-weight:600;line-height:24px;}
.null-subtitle{color:#333;font-size:14px;font-weight:500;line-height:18px;}
.null-desc{color:#333;font-size:14px;line-height:18px;}
.hover__actions{display:flex;margin-left:auto}
.actions__item{position:relative;display:flex;justify-content:center;margin-left:16px;}
.actions__item:first-child{margin-left:0;}
.actions__item i{font-size:20px;cursor:pointer}
.actions__item span{position:absolute;display:none;top:-30px;background:#e9e9e9;border-radius:5px;color:#333;font-size:12px;padding:4px 10px;width:max-content}
.actions__item:hover span{display:inline}
/*Link Page*/
.l-mypage{display: flex;min-width: 1200px;}
.l-mypage__main{width: 100%;flex: 1 1 auto;}
.mypage__main{width: 600px;margin: 0 auto;}
.mypage-nav{padding:20px 0;}
.mypage-nav .mypage-nav__list{display:flex;justify-content:space-between;margin: 0 auto;font-size:16px;line-height:64px;background: #fff;box-shadow: 0 2px 6px 0 #e7ebf5;padding: 0 30px;}
.mypage-nav .mypage-nav__item{cursor:pointer}
.mypage-nav .mypage-nav__item.active{color:var(--theme-color)}
.mypage-panel{padding-bottom: 100px;}
.link-customize{background:#fff;box-shadow:0 2px 6px 0 #e7ebf5;border-radius:10px;padding:0 38px}
.mypage-panel__item{display:none;margin: 0 auto;}
.mypage-panel__item[toggle=mypage]{display:block;padding: 0 28px;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0800);border-radius: 6px}
.mp-block__title{font-size: 18px;padding: 25px 0;}
.mp-block__add{position:relative}
.mp-block__add.down{margin-bottom:20px}
.add-block-btn{width:100%;height:50px;margin-bottom:20px;background:var(--theme-color);border-radius:4px;color:#fff;font-size:16px;line-height:40px}
.add-block-btn:hover{background:var(--theme-color-hover)}
.add-block-icon{position:absolute;top:16px;right:20px;color:#fff}
.block-box{margin-bottom:20px;height:52px;border:1px solid #b2c2bb;border-radius:2px;display:flex;align-items:center;}
.mp-block .block-box__move{border-right:1px solid #b2c2bb;width:34px;text-align:center;line-height:50px;flex:none;color:#999;cursor:pointer}
.block-box__text{width:100%;padding:0 12px}
.block-box__action{flex:none;padding-right:10px;font-size:0;}
.block-box__action .action-item{display: inline-block;width: 34px;height: 34px;text-align: center;line-height: 34px;    color: #999;border-radius: 50%;vertical-align: middle;cursor: pointer;}
.block-box__action .action-del i,.block-box__action .action-dropdown i{font-size:18px}
.mp-block .block-box[data-type="12"] .action-dropdown{display:none}

.block-box__action .action-switch{vertical-align:middle;margin:0 6px}
.block-toolbar-pop .m-modal__header {border-bottom: 1px solid #EEEEEE;padding: 14px 20px;text-align: center;}
.block-toolbar-pop .m-modal__title{font-weight: 500;}
.block-toolbar-pop .m-modal__body{padding: 20px 30px;}
.block-toolbar-pop ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.block-toolbar-pop .block-toolbar__item{position:relative;width: 188px;padding:16px;margin-bottom:20px;background: #F5F6F8;border-radius: 8px;text-align:center;cursor: pointer;}
.block-toolbar-pop .block-toolbar__item:hover{background-color: #E6E8EA;}
.block-toolbar-pop .block-toolbar__item+i{width: 188px;}
.block-toolbar-pop .cover{width: 36px;}
.block-toolbar-pop .block-toolbar__item .title{margin-top:6px;margin-bottom:4px;font-size:16px;font-weight: 500;}
.block-toolbar-pop .block-toolbar__item .desc{height: 40px;color: #666666;word-wrap: break-word;word-break: normal;}

.mp-linkEditor__top{height:65px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center}
.mp-linkEditor__top .title{font-size:18px}
.mp-linkEditor__top .action{margin-left:auto;display:flex;align-items:center}
.mp-linkEditor__top .action .switch-btn{display:none;margin-right:8px}
.mp-linkEditor[data-type="2"] .mp-linkEditor__top .switch-btn{display:block}
.mp-linkEditor__top .action-del,.mp-linkEditor__top .action-dropup{padding:8px;display:inline-block;color:#999;vertical-align:middle;cursor:pointer}
.mp-linkEditor__top .action-dropup{transform:rotate(180deg)}
.mp-linkEditor__content {padding-top:16px;}
.mp-linkEditor__content .subtitle{margin-bottom: 10px;color: #AAAAAA;font-size: 16px;}
.mp-linkEditor__content__desc{margin-bottom:16px;color:#666666;}
.mp-linkEditor__content__hint {display: flex;align-items: center;margin-bottom: 20px;}
.mp-linkEditor__content__hint .explanation {position: relative;width: 24px;text-align: center;}
.mp-linkEditor__content__hint .explanation__box {display: none;position: absolute;top: 30px;left: 50%;z-index: 99;width: 300px;padding: 6px 8px;margin-left: 20px;background: #FFFFFF;font-size: 12px;text-align: left;border: 1px solid #999999;border-radius: 4px;transform: translateX(-50%);}
.mp-linkEditor__content__hint .explanation:hover .explanation__box {display: block;}
.mp-linkEditor__content .mp-linkEditor__save {width: 100%; height: 50px;margin-bottom: 20px;}
.mp-linkEditor__content__hint .explanation__box::after {content: "";position: absolute;width: 16px;height: 10px;margin-left: -20px;background: url(https://fly.linkcdn.cc/images/back/tooltip-arrow_border.png) no-repeat center center;top: -8px;left: 50%;transform: translateX(-50%);background-size: cover;overflow: hidden;}
.mp-linkEditor[data-type="13"] .link-option__item:first-child{margin-bottom: 10px;}
.mp-linkEditor[data-type="13"] .embedlink-display {display: none;margin-top: 20px;}
/*.mp-linkEditor__content .v-form-group-help{text-align: right;font-size: 12px;}*/
/*.mp-linkEditor__content .v-form-group-help i{vertical-align: middle;margin-right: 2px;}*/

/*.mp-linkEditor[data-type=cover] .lpHeader-avatar .v-label{display:inline-block;margin:20px 0 14px;font-size:16px;color:#333;font-weight:500;}*/
.lpHeader-avatar{margin-top: 20px;margin-bottom: 22px;}
.lpHeader-avatar__title{font-size: 16px;font-weight: 500;}
.lpHeader-avatar__inner{display: flex;margin-top: 16px;}
.lpHeader-avatar .verified-badge{flex: auto;margin-left:32px;}
.lpHeader-avatar .verified-badge__title{font-size: 16px;font-weight: 500;}
.lpHeader-avatar .verified-badge .badge-list{margin-top: 10px;margin-bottom: 20px}
.lpHeader-avatar .verified-badge .badge-list.is-pro:before {top: 50%;transform: translateY(-50%)}
.lpHeader-avatar .verified-badge .badge-list li{  display: inline-block;width: 34px;height: 34px;border: 2px solid transparent;border-radius: 4px;text-align: center;line-height: 30px;cursor: pointer;}
.lpHeader-avatar .verified-badge .badge-list li.selected{border:2px solid var(--theme-color)}
.lpHeader-avatar .verified-badge__position{margin-top:24px;}
.lpHeader-avatar .verified-badge .position-list {display: flex;margin-top: 10px;}
.lpHeader-avatar .verified-badge .position-list .item{margin-right: 32px;}
.lpHeader-avatar .verified-badge .position-list .item span{margin-left: 6px;}
.mp-linkEditor[data-type=cover] .verified-badge__content.is-pro:before{top:8px}
.mp-linkEditor[data-type=cover] .verified-badge__content ul li{width:34px;height:34px;display:inline-block;border:2px solid transparent;border-radius:4px;text-align:center;line-height:30px;cursor:pointer}
.mp-linkEditor[data-type=cover] .verified-badge__content .tip_pro_span2{margin-left:auto}
.mp-linkEditor[data-type=cover] .avatar-editor{position: relative;width: max-content;}
.mp-linkEditor[data-type=cover] .avatar-editor__inner{position:relative;}
.mp-linkEditor[data-type=cover] .avatar-box{width:140px;height:140px;border-radius:50%;cursor:pointer}
.mp-linkEditor[data-type=cover] .avatar-box .img_block{width:100%;height:100%;position: relative;}
.mp-linkEditor[data-type=cover] .avatar-box .avatar_badge {position: absolute;right: 8px;  bottom: 8px;}
.mp-linkEditor[data-type=cover] .avatar-box .avatar_img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:1px solid #ddd}
.mp-linkEditor[data-type=cover] .lpHeader-avatar .avatar-badge{position:absolute;right:8px;bottom:4px}
.mp-linkEditor[data-type=cover] .img_empty{width:100%;height:100%;border:1px solid #ddd;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.mp-linkEditor[data-type=cover] .img_empty i{color:#beffe4;font-size:20px}
.mp-linkEditor[data-type=cover] .img_empty span{display:block;margin-top:8px;font-size:14px;color:#777}
.mp-linkEditor[data-type=cover] .avatar-action{display: none; position: absolute;top: 50%; left: 100%;z-index: 9;transform: translateY(-50%); margin-left: 10px;background: #fff;border: 1px solid #f2f2f2;box-shadow: 0 4px 8px 0 rgba(142,142,142,.2);border-radius: 4px;}
.mp-linkEditor[data-type=cover] .avatar-action ul{padding:8px 10px}
.mp-linkEditor[data-type=cover] .avatar-action li{width:130px;height:30px;line-height:30px;border-radius:2px;padding-left:10px;cursor:pointer}
.mp-linkEditor[data-type=cover] .avatar-action li:hover{background-color:#f2f2f2}
.mp-linkEditor[data-type=cover] .avatar-action img{margin-right:18px}

.mp-linkEditor[data-type=cover] .basic-save__btn{width:100%;height:52px;color:#fff;background-color:var(--theme-color);border-color:var(--theme-color);margin-bottom:20px}
.mp-linkEditor[data-type="3"] .mp-linkEditor__content{padding-top:20px}
.mp-linkEditor[data-type="9"] .mp-linkEditor__content{padding-top:20px}
.mp-linkEditor[data-type="8"] .mp-linkEditor__content{padding-top:20px}
.mp-linkEditor[data-type="1"] .mp-linkEditor__content{padding-bottom:1px}
.mp-linkEditor .add_link_btn{display:flex;align-items:center;text-align:center}
.mp-linkEditor .add_link_btn span:first-child{width:100%;margin-left:48px}
.mp-linkEditor .add_link_btn span:last-child{margin-right:22px}
.mp-linkEditor .add_link_btn span:last-child i{padding: 10px 10px;}
.mp-linkEditor .link__add.up{padding-bottom:1px}
.mp-linkEditor .link__add.down{display:none;}
.mp-linkEditor .add_link_btn {display: flex;align-items: center;text-align: center;}
.mp-linkEditor .save__btn {width: 100%;height: 52px;margin-bottom: 20px;color: #fff;background-color: var(--theme-color);border-color: var(--theme-color);border-radius: 4px;}
.mp-linkEditor[data-type="5"] .subtitle{line-height:40px;color:#666}
.mp-linkEditor__content-video .v-label{margin:20px 0 14px}
.mp-linkEditor__content-video ul{display:flex}
.mp-linkEditor__content-video ul li{width:48px;height:48px}
.drags_box .rend_btn img{width:30px;height:30px;border-radius:50%;margin-right:8px}
/* .drags_box .rend_btn p,.drags_box .rend_btn p i{font-size:12px;color:#666}
.drags_box .rend_btn p{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} */
.editBlock__special{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#666}
.editBlock__special i{margin-right: 4px;font-size: 12px;vertical-align: middle;}
/* .editBlock__special .special-url{} */
.mp-linkEditor__content .form-iframe{height:calc(100vh - 355px)}
.c-ytb-sub__checkbox {display: none;padding: 20px 0;border-top: 1px solid #EEEEEE;}
.c-ytb-sub__question {display: inline-block;position: relative;margin-left: 20px;}
.c-ytb-sub__question i {vertical-align: middle;cursor: pointer;}
.c-ytb-sub__explain{display: none;position: absolute;width: 358px;padding: 20px;background-color: #FFFFFF;box-shadow: 0px 0px 12px 0px rgba(8,32,57,0.0800);border-radius: 8px;text-align: center;}
.c-ytb-sub__explain img{margin: 20px 0;}
.c-ytb-sub__channel{display:none;position: absolute;top:72px;z-index: 10;width: 100%;max-height: 50vh;overflow: auto;background: #fff;border: 1px solid #C5C5C5;}
.c-ytb-sub__channel .channel-item{padding: 10px;display: flex;align-items: center;cursor: pointer;}
.c-ytb-sub__channel .channel-item:hover{background-color: #F1F2F5;}
.c-ytb-sub__channel .channel-item-avatar {width: 36px;margin-right: 10px;}
.c-ytb-sub__channel .channel-item-avatar img{width: 36px;border-radius: 50%;}
.c-ytb-sub__select{display: none;}
.c-ytb-sub__select .channel-item{display: flex;align-items: center;margin-bottom: 20px;}
.c-ytb-sub__select .channel-item-avatar {width: 58px;margin-right: 10px;}
.c-ytb-sub__select .channel-item-avatar img{width: 58px;}
.l-mypage__view{
  /* width:520px;background-color:#fff;display:flex;flex-direction:column;height: 100vh;position: fixed;right: 0;top: 0;padding-top: 70px; */
  display: flex;flex-direction: column;position: sticky;top: 70px; height: calc(100vh - 70px);width: 520px;flex: none;background-color: #fff;}
.l-mypage__view .mypage-domain{display:flex;align-items:center;height:78px;margin:0 20px;border-bottom:1px solid #e0e0e0;}
.l-mypage__view .preview{position: absolute;top: 50%; left: 50%;transform: translate(-50%, -50%);margin-top:20px;width:344px;height:660px;border:12px solid #000;border-radius:36px;overflow:hidden;}
.l-mypage__view .preview iframe{border-radius:20px}

@media (max-height: 900px) {
  .l-mypage__view .preview{
    transform: translate(-50%, -50%) scale(.9);
  }
}
@media (max-height:830px) {
  .l-mypage__view .preview{
    transform: translate(-50%, -50%) scale(.8);
  }
}
@media (max-height: 760px) {
  .l-mypage__view .preview{
    transform: translate(-50%, -50%) scale(.7);
  }
}

.mypage-view__top .logo{width:35px;}
.mypage-view__top .url{width: calc(100% - 123px); padding:0 8px;white-space: nowrap;}
.mypage-view__top .url__box{float: left;max-width: calc(100% - 34px);font-size: 18px;}
.mypage-view__top .url__box a{color: currentColor;text-decoration: underline;}
.mypage-view__top .edit{float: left;width: 34px;  text-align: center;cursor: pointer;}
.mypage-view__top .edit i{color: #8b8584;font-size: 18px;}
.mypage-view__top .copy-btn{width:88px;height:42px;border:1px solid #999;border-radius:4px;}
.mypage-view__top .copy-btn:hover{background-color:#e6e8ea;}
.mypage-view__top .copied{background:var(--theme-color);border-color:var(--theme-color);color:#fff}
/*Edit Domain*/
.domain-custom-pop .domain-shortcode .domain-txt{float:left;margin-right:8px;line-height:40px}
.domain-custom-pop .domain-shortcode .shortcode-input{overflow:hidden}
.domain-custom-pop .domain-shortcode .shortcode{width:100%;height:40px;padding-left:12px;border:1px solid #dfdfdf;border-radius:2px;flex:1}
.domain-custom-pop .domain-shortcode .complete-url{margin:10px 0 12px}
.domain-custom-pop .connect-domain{padding-bottom: 20px;}
.domain-custom-pop .connect-domain__title{margin-top:18px;margin-bottom:12px;font-size:16px}
.domain-custom-pop .connect-btn{position:relative;width:100%;height:50px;color:#fff;background-color:var(--theme-color);}
.domain-custom-pop .connect-btn[disabled]{background-color:#c5c5c5;pointer-events:none;color:#666}
.domain-custom-pop .connect-btn[disabled]:after{position: absolute;right: 0;content: "\f184";font-family: "lfedit";margin-right: 18px;font-size: 14px;color: #333}
.domain-custom-pop .line{width: 100%;height: 1px;background-color: #EEEEEE;}
.domain-custom-pop .domain-verify__title{margin-top:16px;font-size: 16px;}
.domain-custom-pop .domain-verify__subtitle{margin-bottom: 12px;line-height:26px;}
.domain-custom-pop .domain-verify__btn {width: 100%;height: 50px;margin-bottom: 20px;border: 1px solid var(--theme-color);border-radius: 6px;color: var(--theme-color);}
.domain-custom-pop .domain-verify__btn .iconfont{display: inline-block;font-size: 30px;animation: 1s linear 0s infinite normal none running spin;}
.domain-custom-pop .domain-verify__name{font-weight:600;cursor:pointer}
.domain-custom-pop .domain-verify__name.underline{text-decoration:underline;}
.domain-custom-pop .domain-verify__tips{padding:18px 20px;background-color:#f5f6f8;line-height:18px}
.domain-custom-pop .domain-verify__tips p:first-child{margin-bottom:10px;font-weight:500}
.domain-custom-pop .domain-verify .unlink-btn{display: block; margin: 6px 0 14px auto; color: #F6372E;}
.domain-custom-pop .domain-custom__title{margin-top: 20px;font-size: 16px;}
.domain-custom__upgrade{text-align: right;margin-top: 10px;}
.domain-custom__loading{height: 300px;margin: 0 auto;text-align: center;line-height: 300px;}
.domain-custom__loader{display: inline-block;color: #acb5bf;font-size: 42px;animation: 1s linear 0s infinite normal none running spin;}
.domain-custom__upgrade a{color: #187FFF;font-size: 16px;}
.domain-choose__list{margin: 18px 0;}
.domain-choose__list li:first-child{margin-bottom: 10px;}
.domain-choose__list li input[type=radio]+label{padding-left:20px}
.domain-custom-pop .domain-choose .unlink-btn{position:relative;width:100%;border:1px solid #c5c5c5;color:#333;}
.domain-custom-pop .domain-custom__tip{padding: 14px;margin-top: 12px;background: rgb(229,74,74,.2);color: var(--body-theme-error);border-radius: 2px;}
.domain-custom-pop .domain-custom__tip img{ margin-right: 10px;}
.domain-custom-pop .domain-custom__tip p{display: inline-block;width: 90%;vertical-align: middle;word-break: break-word;}
.domain-custom-pop .domain-custom__tip a{color: currentColor;text-decoration: underline;}
.domain-verify-pop .m-modal__title {padding: 8px 8px 8px 4px;cursor: pointer;}
.domain-verify-pop .m-modal__title i{font-size: 20px;}
.domain-verify-pop p{line-height: 22px;}
.domain-verify-pop .copy i{vertical-align: middle;color: #187FFF;margin-left: 10px;cursor: pointer;}
.domain-verify-pop .verify-btn{display: block;width: 100%;height:50px;margin-top: 20px;border: 1px solid #C5C5C5;color: #333333;}
.domain-verify-pop .verify-btn[disabled]{background-color: #C5C5C5;pointer-events: none;color: #666;}
.domain-verify-pop .domain-verify__tips{margin-top: 20px;background-color:#F5F6F8;padding: 18px 20px;line-height: 18px;}
.domain-verify-pop .domain-verify__tips p:first-child{margin-bottom: 10px;font-weight: 500;}
.domain-verify-pop .domain-verify__tips p{word-break: normal;}
.domain-custom-pop .search-domain{margin: 18px -20px 0;}
.domain-custom-pop .search-domain .search-back{padding: 0 20px;}
.domain-custom-pop .search-domain .search-back__btn{width: 100%;height: 50px;background: #38E199;border-radius: 6px;color: #fff;font-size: 16px;}
/* domain - nameCom */
.domain-nameCom{padding-top:32px;}
.domain-nameCom_box{max-width:500px;margin:0 auto;padding:0 20px;}
.nameCom_box__header__title{font-size:16px;line-height:18px}
.nameCom_box__header__title a{color:#333}
.nameCom_box__search{margin-top:12px}
.nameCom_box__search__tips{font-size:14px;color:#666;line-height:18px}
.nameCom_box__search__input{position:relative;height:50px;margin-top:10px}
.nameCom_box__search__input input{width:100%;height:100%;border:1px solid #dfdfdf;border-radius:4px;padding:0 68px 0 12px;font-size:14px}
.nameCom_box__search__input input::-moz-placeholder,.nameCom_box__search__input input::-ms-input-placeholder,.nameCom_box__search__input input::-webkit-input-placeholder,.nameCom_box__search__input input::placeholder{color:#aaa}
.nameCom_box__search__btn{position:absolute;top:0;right:0;display:block;width:64px;height:50px;line-height:50px;text-align:center;background:var(--theme-color);color:#fff;font-size:22px;z-index:2;border-radius:0 4px 4px 0}
.nameCom_box__search__btn .iconfont{font-size:22px}
.nameCom_box__search__error{align-items:center;margin-top:10px}
.nameCom_box__search__error span{padding-left:6px;line-height:16px}
.nameCom_box__domains{margin-top:4px;position:relative;display:none;}
.nameCom_box__domains__tips{font-size:16px;margin:0 -12px;padding:12px;border-bottom:1px solid #dfdfdf}
.nameCom_box__domains__list ul{margin:0 -12px;max-height:440px;overflow-y:auto}
.nameCom_box__domains__list ul::-webkit-scrollbar{display: none;}
.nameCom_box__domains__list li{width:100%;height:69px;padding:0 12px}
.nameCom_box__domains__list .nameCom_box__domains__item{display:flex;width:100%;height:69px;border-bottom:1px solid #eee;align-items:center;justify-content:space-between}
.nameCom_box__domains__list li:hover{background:rgba(24,127,255,.12)}
.nameCom_box__domains__action{display:flex;align-items:center;min-width:124px;justify-content:end;justify-content:flex-end;}
.nameCom_box__domains__action .nameCom_box__domains__btn{margin-left:20px;height:36px;min-width:86px}
.nameCom_box__domains__action .nameCom_box__domains__btn button{display:block;width:100%;height:100%;border-radius:6px;background:var(--theme-color);color:#fff;font-size:16px}
.nameCom_box__domains__action .nameCom_box__domains__btn button[disabled]{background:#d7d7d7;color:#666}
.nameCom_box__domains__null{margin-top:24px;display:none}
.nameCom_box__domains__null__img{width:287px;margin:0 auto}
.nameCom_box__domains__null__tips{margin-top:12px;font-size:16px;text-align:center}
.domain-nameCom_pay__modal{max-width:980px;margin-top:5vh;margin-bottom:0;}
.domain-nameCom_pay{padding:0;max-width:1280px;margin:0 auto;word-break:break-word}
.nameCom_pay__tips{font-size:28px;color:#222;text-align:center;margin-bottom:32px}
.nameCom_pay__tips span{font-weight:700}
.domain-nameCom_pay__box{display:flex;flex-wrap:nowrap}
.domain-nameCom_pay__info{max-width:620px;margin-right:24px;min-width:300px;width:calc(50% - 12px);flex:1 1 content}
.domain-nameCom_pay__bill{max-width:620px;width:calc(50% - 12px);min-width:calc(50% - 12px);flex:1 1 content;}
.domain-nameCom_pay__bill__box{width:100%;box-shadow:0 4px 14px 0 rgba(0,0,0,.1);border-radius:8px;padding:12px 16px 20px;}
.domain-nameCom_pay__email{box-shadow:0 4px 14px 0 rgba(0,0,0,.1);border-radius:8px;margin-bottom:20px;padding:12px 16px}
.domain-nameCom_pay__email__tips{font-size:12px;color:#777;line-height:18px;margin-bottom:12px}
.nameCom_pay__email__error{align-items:center;margin-top:10px}
.domain-nameCom_pay__email__input input{width:100%;height:38px;border:1px solid #187FFF;padding:0 12px}
.domain-nameCom_pay__email__input input[value=""]{border:1px solid #e5e5e5;}
.domain-nameCom_pay__email__input input:focus{border:1px solid #187FFF;}
.domain-nameCom_pay__email__input input::-moz-placeholder,.domain-nameCom_pay__email__input input::-ms-input-placeholder,.domain-nameCom_pay__email__input input::-webkit-input-placeholder,.domain-nameCom_pay__email__input input::placeholder{color:#aaa}
.domain-nameCom_pay__method{box-shadow:0 4px 14px 0 rgba(0,0,0,.1);border-radius:8px;padding:12px 16px}
.domain-nameCom_pay__title{font-size:18px;font-weight:500;margin-bottom:12px;line-height:22px}
.domain-nameCom_pay__gateways{margin-top:12px;margin-bottom:16px}
.domain-nameCom_pay__gateways li{display:inline-block;cursor:pointer}
.domain-nameCom_pay__gateways li:first-child{width:50%;min-width:170px;}
.domain-nameCom_pay__gateways li label{margin-left:8px;cursor:pointer}
.domain-nameCom_pay__gateways .icon-radio::before{border-color:#b5b9ca}
.domain-nameCom_pay__gateways .icon-radio.selected::before{border-color:#187fff}
.domain-nameCom_pay__gateways .icon-radio.selected::after{background:#187fff}
.nameCom_pay__gateways__paypal{display:none}
.nameCom_pay__gateways__paypal p{font-size:14px;font-weight:500;color:#777;line-height:18px;margin-top:12px}
.nameCom_pay__gateways__stripe .payment_msg_detail{padding-left:0}
.nameCom_pay__gateways__stripe .payment_msg_detail .payment_msg_add{display:flex;flex-direction:column;cursor:pointer}
.nameCom_pay__gateways__stripe .payment_msg_detail .payment_msg_add>span{position:relative}
.nameCom_pay__gateways__stripe .payment_msg_detail .payment_msg_add>form{margin-top:2px}
.nameCom_pay__gateways__stripe .payment_msg_detail .payment_msg_add>form label{color:#8b8584}
.nameCom_pay__gateways__stripe #card_name>input{border:1px solid #187FFF;margin:10px 0;height:36px;line-height:36px;text-indent:12px;width:100%}
.nameCom_pay__gateways__stripe #card_name>input[value=""]{border:1px solid #e5e5e5;}
.nameCom_pay__gateways__stripe #card_name>input:focus{border:1px solid #187FFF;}
.nameCom_pay__gateways__stripe #card_name>input::-webkit-input-placeholder{color:#999}
.nameCom_pay__gateways__stripe #card_name>:-moz-placeholder{color:#999}
.nameCom_pay__gateways__stripe #card_name>::-moz-placeholder{color:#999}
.nameCom_pay__gateways__stripe #card_name>:-ms-input-placeholder{color:#999}
.StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid #187fff;border-radius:4px;margin:10px 0;color:#999}
.StripeElement--empty{border:1px solid #e5e5e5;}
.StripeElement--invalid{border-color:#ff3334}
.StripeElement--webkit-autofill{background-color:#fefde5!important}
.StripeElement iframe{max-height:40px;}
.nameCom_pay__gateways__stripe #card-errors{background-color:#ff3334;color:#fff;text-align:center}
.domain-nameCom_pay__bill__info{padding-bottom:16px}
.domain-nameCom_pay__bill__item{border-bottom:1px solid #c5c5c5;height:60px;display:flex;align-items:center;justify-content:space-between}
.domain-nameCom_pay__bill__item__price{text-align:right;line-height:18px}
.domain-nameCom_pay__bill__point{font-size:16px;font-weight:500}
.domain-nameCom_pay__checkout button{display:block;height:50px;width:100%;background:#187fff;border-radius:6px;color:#fff;font-size:16px;line-height:50px;text-align:center}
.domain-nameCom_pay__safety{font-size:14px;text-align:center;margin-top:12px;line-height:22px;}
.domain-nameCom_pay__safety img{width:19px;margin-right:4px;vertical-align:bottom}
.domain-nameCom_pay__agreement{font-size:12px;margin-top:12px;line-height:18px;}
.domain-nameCom_pay__agreement a{color:#187fff}
#paypal-button-container{padding:0 20px;display:none;}
@media only screen and (max-width: 625px) {
    .domain-nameCom_pay__modal{margin-top:0;width:100%!important;}
    .nameCom_pay__tips{font-size:24px;margin-bottom:20px;}
    .domain-nameCom_pay__box{display:flex;flex-wrap:wrap;}
    .domain-nameCom_pay__info{margin-right:0;}
    .domain-nameCom_pay__info,.domain-nameCom_pay__bill{width:100%;}
    .domain-nameCom_pay__bill{margin-top:20px;}
    .domain-nameCom_pay__checkout button{height:44px;line-height:44px;}
}
/*Account Page*/
.account-wrapper{background-color:#ffffff;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.08);border-radius:4px;width: 600px;margin: 30px auto;color: #333333;}
.user-info{display: flex;align-items: center;padding: 11px 20px;border-bottom: 1px solid #E5E5E5;font-size: 16px;}
.user-info img{width: 47px;height: 47px;border-radius: 50%;object-fit: cover;object-position: center;border: 1px solid #dddddd;}
.useravatar{cursor: pointer;}
.username {margin-left: 15px;}
.username__edit{display: flex;align-items: center;}
.username__txt {font-size: 16px;max-width: 300px;}
.username__txt input{border: none;min-width: 220px;border-bottom: 1px solid #9E9E9E;}
.username .edit{color:var(--theme-color);font-size: 22px;cursor: pointer;margin-left: 8px;}
.username__source{ font-size: 12px;color: #CCCCCC;}
.user-email{line-height: 50px;padding:0 20px;border-bottom: 1px solid #E5E5E5;}
.user-email__gochange .change{float: right;color: var(--theme-color);cursor: pointer}
.user-email__arrow{float: right;cursor: pointer;}
.user-email__form{line-height: normal;display: none;}
.user-email__form .user-email__txt{line-height: 52px;}
.user-email__form .form-code{position: relative;}
.user-email__form .send{position: absolute;right: 10px;top: 12px;color: var(--theme-color);}
.user-email__form .btn-change{width: 100%;height: 36px;margin-bottom:20px;border: 1px solid #E5E5E5;border-radius: 8px;color: #aaaaaa;}
.user-email__form .btn-group{margin-bottom: 20px;text-align: right;font-size: 0}
.user-email__form .btn-group .btn-bind{margin-left:20px;}
.user-email__form .account-title{margin: 26px 0 12px;}
.user-email__form .account-desc {color: #777777;line-height: 21px;margin-bottom: 12px;}
.user-email__gobind .user-email__top {cursor: pointer;}
.user-grade{line-height:50px;height:50px;padding:0 20px;border-bottom: 1px solid #E5E5E5;}
.user-grade a{float: right;color: var(--theme-color);}
.user-grade span{font-size:16px;font-weight:500;}
.user-pwd{line-height: 50px;padding:0 20px;border-bottom: 1px solid #E5E5E5;cursor: pointer;}
.user-pwd__arrow{float: right;color: #999493;font-weight: 600;}
.user-pwd__arrow img{margin-left: 8px;}
.pwd_set{padding: 20px;border-bottom: 1px solid #E5E5E5;display: none;}
.pwd_set .p_title{font-size: 12px;color: #B8B8B8;}
.pwd_set .p_email{margin-bottom: 10px;margin-top: 10px;}
.pwd_set .p_email span{margin-left: 10px;}
.pwd_set .new_pwd,.pwd_set .confirm_pwd{margin-bottom: 20px;display: flex;align-items: center;justify-content: space-between;}
.pwd_set input{width:395px;height:36px;border:1px solid #E5E5E5;border-radius:2px;padding: 0 15px;}
.pwd_set .btn_box{display: flex;justify-content: flex-end;}
.pwd_set .btn_box button{width:100px;height:40px;border:1px solid #37E199;border-radius:2px;color: #37E199;}
.pwd_set .btn_box button:last-child{background-color: #37E199;color: #FFFFFF;margin-left: 30px;}
.pwd_up{padding: 20px;border-bottom: 1px solid #E5E5E5;display: none;}
.pwd_up .new_pwd,.pwd_up .confirm_pwd,.pwd_up .current_pwd{margin-bottom: 20px;display: flex;align-items: center;justify-content: space-between;}
.pwd_up input{width:395px;height:36px;border:1px solid #E5E5E5;border-radius:2px;padding: 0 15px;}
.pwd_up .btn_box{display: flex;justify-content: flex-end;}
.pwd_up .btn_box button{width:100px;height:40px;border:1px solid #37E199;border-radius:2px;color: #37E199;}
.pwd_up .btn_box button:last-child{background-color: #37E199;color: #FFFFFF;margin-left: 30px;} .user-account .del_msg{display: none;}
.user-account .del_msg p{padding: 0 20px 15px;color: #999999;} .user-account .del-action{text-align: right;padding-bottom: 15px;font-size: 0;}
.user-account .del-action .cancel{border: 1px solid #AAAAAA;color: #777777;}
.user-account .del-action .del{margin: 0 20px;background-color: #DD5852;color: #ffffff;}
.user-account .p_title{line-height: 50px;padding:0 20px;cursor: pointer;}
.user-account__arrow{float: right}
.pop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);z-index:101}
.pop .block{background-color:#fff;width:448px;height:244px;border-radius:2px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px 20px 48px}
.pop .block .icondiolage_close{display:block;margin-left:auto;cursor:pointer;width:16px;margin-bottom:40px}
.pop .block .box{height:100%}
.pop .block .tip{font-size:17px;text-align:center;width:80%;height:65%;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center}
.pop .block .tip button{width:100px;height:40px;background-color:#37e199;color:#fff;font-size:14px}
.pop .block .tip_del{font-size:17px;text-align:center;height:65%;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center}
.pop .block .tip_del .btn{display:flex;justify-content:flex-end;width:90%}
.pop .block .tip_del .btn button{width:100px;height:40px;border:1px solid #37e199;border-radius:2px;color:#37e199}
.pop .block .tip_del .btn button:last-child{background-color:#37e199;color:#fff;margin-left:30px}
.account-email-pop .reenter-password .forget{float:right;color:var(--theme-color);cursor:pointer}
.account-email-pop .reenter-password input{margin:10px 0 6px}
/*All Links*/
.fly-links-wrapper{width:1110px;margin:0 auto;padding:24px 20px 0}
.fly-links__container{padding-bottom:24px;background-color:#fff;box-shadow:0 0 10px 0 rgb(0,0,0,.08%);border-radius:8px}
.fly-links-wrapper .top_block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:-ms-space-between;align-items:center;justify-content:flex-end;height:90px;padding:0 26px;color:#070403;border-bottom:1px solid #eeeeee;}
.fly-links-wrapper .links-total{margin-right:auto;font-size: 18px;}
.fly-links-wrapper .links-total__num{display: inline-block;width:42px;line-height: 28px;margin-left: 10px;text-align:center;background-color:var(--theme-color);border-radius: 15px;color: #ffffff;font-size: 16px;}
.fly-links-wrapper .sel_type{position:relative;display:flex;justify-content:space-between;align-items:center;cursor:pointer;min-width:130px;height:46px;margin-right:20px;padding:0 16px;border:1px solid #eeeeee;border-radius:12px;}
.fly-links-wrapper .sel_type:hover{border: 1px solid #c5c5c5;}
.fly-links-wrapper .sel_type .sel_type_result{margin-right:12px;font-size:16px;white-space:nowrap}
.fly-links-wrapper .sel_type.open{border-radius:6px 6px 0 0}
.fly-links-wrapper .sel_type.open .icon_down{transform: rotate(180deg);}
.fly-links-wrapper .sel_type .sel_type_ul{display:none;position:absolute;top:46px;left:-1px;z-index:2;width:100%;background-color:#fff;border:1px solid #eeeeee;border-radius:0 0 6px 6px;box-sizing:content-box;font-size: 16px;}
.fly-links-wrapper .sel_type.open .sel_type_ul{display:block}
.fly-links-wrapper .sel_type_ul li{padding: 9px 6px 9px 16px;}
.fly-links-wrapper .sel_type_ul li:hover{color:var(--theme-color)}
.fly-links-wrapper .sel_type_ul li.selected{background-color:rgba(204,204,204,.1);color:var(--theme-color)}
.fly-links-wrapper .sel_time{position:relative;display:flex;justify-content:space-between;align-items:center;margin-right:20px;min-width:130px;height:46px;padding:0 16px;border:1px solid #eeeeee;border-radius:12px;cursor:pointer;}
.fly-links-wrapper .sel_time:hover{border: 1px solid #c5c5c5;}
.fly-links-wrapper .sel_time .sel_time_result{margin-right:12px;font-size:16px;white-space:nowrap}
.fly-links-wrapper .sel_time.open{border-radius:6px 6px 0 0}
.fly-links-wrapper .sel_time.open .icon_down{transform: rotate(180deg);}
.fly-links-wrapper .sel_time .sel_time_ul{display:none;position:absolute;top:46px;left:-1px;z-index:2;width:100%;background-color:#fff;border:1px solid #eeeeee;border-radius:0 0 6px 6px;box-sizing:content-box;font-size: 16px;}
.fly-links-wrapper .sel_time.open .sel_time_ul{display:block}
.fly-links-wrapper .sel_time_ul li{padding: 9px 6px 9px 16px;}
.fly-links-wrapper .sel_time_ul li:hover{color:var(--theme-color)}
.fly-links-wrapper .sel_time_ul li.selected{background-color:rgba(204,204,204,.1);color:var(--theme-color)}
.fly-links-wrapper .create_link{min-width:136px;height:46px;border-radius:12px;}
.fly-links-wrapper .create_link:hover{background-color: var(--theme-color-hover);border-color: var(--theme-color-hover);}
.fly-links-wrapper .action_create{position:relative}
.fly-links-wrapper .action_create_ul{display:none;position:absolute;top:58px;right:-1px;z-index:2;width:100%;min-width:220px;padding:20px 16px;background:#fff;box-shadow:0 0 24px 0 rgba(0,0,0,.12);border-radius:12px}
.fly-links-wrapper .action_create_ul li{display:flex;align-items:center;justify-content:center;text-align:center;height:48px;background:#f5f6f7;border-radius:12px;margin-bottom:16px;cursor:pointer}
.fly-links-wrapper .action_create_ul li:hover{background:var(--theme-color-hover);color:#fff}
.fly-links-wrapper .action_create_ul li:last-child{margin-bottom:0;}
.fly-links-wrapper .action_create_ul li i{font-size:20px;margin-right:8px;}
.lky-link-blank{text-align:center;padding-top:90px;padding-bottom:60px}
.lky-link-blank .blank__title{margin: 30px 0 40px;font-size: 16px;color: #AAAAAA;}
.lky-link-blank .blank__create{position:relative;}
.lky-link-blank .blank__create .action_create_ul{max-width:240px;    right: initial;
    left: 50%;top:-60px;
    transform: translateX(-50%);}
.lky-link-blank .blank__create-btn{background-color:var(--theme-color);border-radius:12px;color:#fff;height:46px}

.lky_link-list{padding-top: 24px;}
/* .fly-links-wrapper .links_item{margin: 0 26px;padding: 24px 0;border-bottom: 1px solid #eeeeee;} */
.fly-links-wrapper .links_item__bg{position:relative;margin:0 26px 24px;padding:24px 0;border-bottom:1px solid #eee;border-top:1px solid #eee}
.fly-links-wrapper .links_item[data-part="4"] .links_item__bg{border-radius:16px;border:1px solid #d8dbde;padding:22px 16px}
.fly-links-wrapper .links_item .block{display:flex;justify-content:space-between;align-items:center}
.fly-links-wrapper .links_item .alias{display:none;position:absolute;right:0;top:0;align-items:center;background:#ebedef;border-radius:0 15px 0 15px;padding:0 6px 0 12px;font-weight:500;font-size:12px;line-height:24px}
.fly-links-wrapper .links_item .alias__edit{padding:0 6px;margin-left:2px;color:#666;cursor:pointer}
.fly-links-wrapper .links_item[data-part="4"] .alias{display:flex}
.fly-links-wrapper .links_item .state{padding-bottom:6px;vertical-align:middle;display:inline-block;cursor:pointer}
.fly-links-wrapper .links_item .state img{width:18px;margin-right:4px}
.fly-links-wrapper .links_item .state span{float: right;text-decoration:underline;}
.fly-links-wrapper .links_item .deactivate{color:#d81e06}
.fly-links-wrapper .links_item .review{color:#f4b122}
.fly-links-wrapper .links_item .expired{color:#d81e06}
.fly-links-wrapper .links_item .info{display:flex;align-items:center;width:30%}
.fly-links-wrapper .links_item .avatar_block{display: none;position: relative;width: 80px;height: 80px;margin-right:15px;flex: none;}
.fly-links-wrapper .links_item[data-part="1"] .avatar_block{display: block;}
.fly-links-wrapper .links_item[data-part="4"] .avatar_block{display: block;}
.fly-links-wrapper .links_item .avatar{width:80px;height:80px;object-fit:cover;object-position:center;border-radius:50%;flex:none;}
.fly-links-wrapper .links_item .avatar_badge{position: absolute;bottom: 0;right: 0;}
.fly-links-wrapper .links_item .avatar_badge img{width:22px;border-radius: 50%;}
.fly-links-wrapper .links_item .text{display:flex;flex-direction:column;width:100%;min-width:0;color:#666666;}
.fly-links-wrapper .links_item .text .title{font-size: 16px;font-weight: 600;color: #333333;}
.fly-links-wrapper .links_item .url{font-size:14px;margin-top:6px;color:#333}
.fly-links-wrapper .links_item .source{margin-top:3px;font-size:12px;color:#777;}
.fly-links-wrapper .links_item .time{margin-top:3px;font-size:12px;color:#666666;}
.fly-links-wrapper .links_item .link{margin-top:3px;color:#666666;width: max-content;}
.fly-links-wrapper .links_item .visit{display:flex;flex-direction:column;align-items:center;font-size:16px;color:#666666;}
.fly-links-wrapper .links_item .visit span{font-size:20px;color: #333333;}
.fly-links-wrapper .links_item[data-part="4"] .visit{display: none;}
.fly-links-wrapper .links_item .qrcode{width: 84px;height: 84px;padding: 6px;flex: none;border-radius: 8px;border: 1px solid #D8DBDE;cursor: pointer;}
.fly-links-wrapper .links_item .qrcode img{width: 72px;height: 72px;}
.fly-links-wrapper .links_item .qrcode canvas{width:100%;height: 100%;}
.fly-links-wrapper .links_item .toolbar{width:40%;}
.fly-links-wrapper .links_item .toolbar__list{display:flex;align-items:center;justify-content:space-between;}
.fly-links-wrapper .links_item .toolbar__item{display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;border-radius: 8px;border: 1px solid #eeeeee;color: #666666;cursor:pointer}
.fly-links-wrapper .links_item .toolbar__item[data-tool="message"]{display: none;}
.fly-links-wrapper .links_item .toolbar__item[data-tool="share"]{display: none;}

.fly-links-wrapper .links_item[data-part="1"] .toolbar__item[data-tool="message"]{display: flex;}
.fly-links-wrapper .links_item[data-part="1"] .toolbar__item[data-tool="share"]{display: flex;}
.fly-links-wrapper .links_item[data-part="4"] .toolbar__item[data-tool="share"]{display: flex;}
.fly-links-wrapper .links_item .toolbar__item a{color: #666666;}
.fly-links-wrapper .links_item .toolbar__item i{font-size: 22px;}
.fly-links-wrapper .links_item .toolbar__item:hover{background-color:var(--theme-color);border: 1px solid var(--theme-color);}
.fly-links-wrapper .links_item .toolbar__item:hover i{color: #ffffff;}
.del_link{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);z-index:999;display:none}
.del_link .del_link_box{background-color:#fff;width:500px;border-radius:8px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px 45px}
.del_link_box h3{font-size:18px;font-weight:400;text-align:center}
.del_link_box p{font-size:16px;margin:50px 0;text-align:center;line-height:24px}
.del_link_box .button{display:flex;justify-content:space-around}
.del_link_box .button button{width:100px;height:40px;border-radius:4px}
.del_link_box .button .del_cancel_btn{border:1px solid var(--theme-color);color:var(--theme-color)}
.del_link_box .button .del_sure_btn{background-color:var(--theme-color);color:#fff}
.pagination{padding:30px 0}
.upgrade_tip{text-align:right;margin-top:20px;padding-right:20px}
.upgrade_tip a{color:#777}
.upgrade_tip span{color:var(--theme-color)}
.deactivate-pop{width:420px;background:#fff;text-align:center;padding:30px 30px 30px 30px}
.deactivate-pop img{width:58px;margin-bottom:24px}
.deactivate-pop p{color:#333;line-height:24px}
.deactivate-pop .btn-edit{width:140px;height:40px;background:var(--theme-color);border-radius:4px;color:#fff;margin-top:30px;display:inline-block;line-height:40px}

/* card-alias-modal */

.card-alias-modal .card-alias__tip{margin-top: 16px;font-size: 12px}
.card-alias-modal .m-modal-button{width: 148px;}
.card-alias-modal .m-modal__footer{text-align: center;}
/* .card-alias-modal .m-modal-button{margin: 0;}
  .m-modal__footer button:first-child{margin: 0 0 14px 0}
   */

/*share-link-pop*/
.share-link-pop .m-modal__header{display: none;}
.share-link-pop .m-modal__body .m-modal__header{display: block;padding: 20px 0 0;}
.share-link-pop .m-modal__title{font-size: 16px;font-weight: 500;}
.shareon-item__cont .m-modal__header{text-align: center;}
.shareon-item__cont .m-modal__back{position: absolute;left: 20px;top: 20px;font-size: 13px;cursor: pointer}
.shareon-item__cont .m-modal__back:hover{color: var(--theme-color);}
.share-link-pop .m-modal__body{padding: 0 16px 20px;}
.share-link__desc{padding-top: 4px;color: #666666;margin-bottom: 20px;}
.share-link__item{border-radius: 4px;margin-bottom: 16px;padding: 20px;}
.share-link__item:hover{background-color:#F1F2F5;}
.share-link__item .title{display: flex;align-items: center;}
.share-link__item .title span{margin-left: 10px;font-size: 16px;}
.share-link__item .title i{margin-left: auto;}
.share-link__copy {padding-top: 20px;}
.share-link__copy .copy__title{font-size: 18px;}
.share-link__copy .copy__desc{color: #777777;margin-top: 4px;margin-bottom: 15px;}
.share-link__copy .copy__button__box{display: flex;align-items: center;height:52px;padding-left: 12px;margin: 0 16px;border: 1px solid #ebeef1;border-radius: 4px;cursor: pointer;}
.share-link__copy .copy__button__box:hover{border-color: #d7dce1;}
.share-link__copy .icon{width: 32px;}
.share-link__copy .copy__link{margin-left:10px;font-size:16px;}
.share-link__copy .copy__btn{width: 80px;height: 100%;margin-left: auto;text-align: center;font-size: 16px;border-radius: 4px;white-space: nowrap;}
.share-link__copy .copy__button__box:hover .copy__btn{background: var(--theme-color-light);}
.share-link__copy .copy__button__box:active .copy__btn{background: var(--theme-color);}
.share-link__social .social__list{margin-top: 20px;display: flex;justify-content: space-between;}
.share-link__social .social__item{border-radius: 8px;cursor: pointer;}
.share-link__social .social__item:hover{box-shadow: 0px 0px 4px 0px rgba(0,0,0,.8);}
.share-link__social .social__item img{width:40px;}
.share-link__connections{cursor: pointer}
.share-link__qr{cursor: pointer;}
.shareon-social__cont{text-align: center;}
.shareon-social__desc{margin-top: 20px;font-size: 18px;}
.shareon-social__btn{width: 100%;height: 64px;margin-top:40px;margin-bottom: 20px;background: #71DD9F;border-radius: 4px;color: #ffffff;font-size: 18px;}
.shareon-social__btn i{font-size: 18px;vertical-align: middle;margin-left: 10px;}
.shareon-qr__cont #qrcode{margin-top:20px;text-align:center;height: 240px;}
.shareon-qr__cont #qrcode canvas{display:none}
.shareon-qr__cont #qrcode img{width:240px;}
.shareon-qr__cont .qrlink{margin-top: 4px;margin-bottom: 30px;font-size: 24px;font-weight: 600;text-align: center;color: var(--theme-color)}
.shareon-qr__cont .btn-upload{display: block;width: 248px;height: 52px;margin: 0 auto 28px;border-radius: 8px;font-size: 16px;font-weight: 500;}
.shareon-qr__cont .btn-upload i{margin-left: 16px;}
.shareon-qr__cont .qrdownload{display: flex;margin: 0 26px;}
/* .shareon-qr__cont .qrdownload-btn{position:relative;width: 100%;height: 52px;margin-bottom: 8px;border-radius: 4px;font-size: 18px;font-weight: 500;}
.shareon-qr__cont .qrdownload-btn .icon-download{position: absolute;left:68px;}
.shareon-qr__cont .qrdownload-btn .qrdownload-yes-icon{font-size: 24px;} */
.shareon-qr__cont .qrcode__save{width: 324px;height: 64px;margin-right: 12px;font-weight: 500;font-size: 18px;border-radius: 12px;}
.shareon-qr__cont .qrcode__download{ width: 64px;height: 64px;margin-bottom: 8px;border-radius: 4px;font-size: 18px; font-weight: 500;border: 2px solid #38E199; border-radius: 12px;}
.shareon-qr__cont .qrcode__download i{font-size: 20px;}
.upload-qrLogo-modal .m-modal__header{     font-weight: 600; font-size: 16px; text-align: center;}
.upload-qrLogo-modal .m-modal__footer{text-align: center;}
.upload-qrLogo-modal .m-modal--primary{ width: 148px; height: 44px;border-radius: 8px;}
.upload-qrLogo-modal .upload-qrLogo__desc{padding: 0 18px;text-align: center;}

.shareon-connection__cont .connectin___list{margin-top: 20px;}
.shareon-connection__cont .connectin___item{padding:20px;margin-bottom:16px;border-radius: 4px;cursor:pointer}
.shareon-connection__cont .connectin___item:hover{background: #F4F4F4;}
.shareon-connection__cont .connectin___item a{display:flex;align-items:center;color: #333;}
.shareon-connection__cont .connectin___item span{font-size: 18px;margin-left: 12px;}
.shareon-connection__cont .connectin___item i{font-size: 18px;margin-left:auto;vertical-align: middle;}
.shareon-connection__cont .connectin___item img{width:42px;}
.home-welcome-pop .m-modal__header{display: none;}
.home-welcome-pop .m-modal__body{text-align: center;}
.home-welcome-pop h6{font-size: 20px;}
.home-welcome-pop p{margin:10px 0 18px;font-size: 16px;}
.home-welcome-pop .btn-group{font-size: 0;}
.home-welcome-pop .btn-migration{margin-right: 20px;}
.home-welcome-pop .btn-migration button{width: 152px;height: 48px;border: 1px solid #AAAAAA;border-radius: 8px;color: #666666;}
.home-welcome-pop .btn-create button{width: 152px;height: 48px;background: #187FFF;border-radius: 8px;color: #ffffff;}
.shareon-qr__cont .qrcolor {width: max-content;margin: 0 auto 24px; padding: 16px; border-radius: 12px; border: 1px solid #D8DBDE; }
.shareon-qr__cont .qrcolor__title{margin-bottom: 16px;font-weight: 500;font-size: 16px;}
.shareon-qr__cont .qrcolor__list{display: flex;margin-bottom: -10px;}
.shareon-qr__cont .qrcolor__item{position: relative;width: 34px;height: 34px;margin-right: 20px;margin-bottom: 10px;flex: none;border-radius: 50%;vertical-align: middle;cursor: pointer;}
.shareon-qr__cont .qrcolor__item:last-child{margin-right: 0;}
.shareon-qr__cont .qrcolor__item.selected:before{display:block;content:"";position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 30px;height: 30px;background:#fff;border-radius:50%}
.shareon-qr__cont .qrcolor__item span{width:18px;height:18px;display:inline-block;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50% ,-50%);background-color:inherit}
.shareon-qr__cont .qrcolor__item.selected span{z-index:2}
.shareon-qr__cont .qrcolor__item.qrcolor__picker{background:url(https://fly.linkcdn.cc/images/back/colorpick.png) center center no-repeat;background-size:cover;}
.shareon-qr__cont .qrcolor__item[data-color="111111"]{background-color:#111}
.shareon-qr__cont .qrcolor__item[data-color="dddddd"]{background-color:#dddddd}
.shareon-qr__cont .qrcolor__item[data-color="888888"]{background-color:#888888}
.shareon-qr__cont .qrcolor__item[data-color="7af3a6"]{background-color:#7af3a6}
.shareon-qr__cont .qrcolor__item[data-color="3352eb"]{background-color:#3352e8}
.shareon-qr__cont .qrcolor__item[data-color="6b44eb"]{background-color:#6b44eb}

/*Google Maps*/
.google-map{width:560px;margin:20px auto 0;display:none}
.google-map__body{display:none;}
.google-map__wrap{display: flex;flex-direction: column;max-height:calc(100vh - 110px);}
.google-map__list{flex: 1 1 auto;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.google-map__list::-webkit-scrollbar{display:none}
.google-map__item{display:flex;align-items:center;border:1px solid #dfdfdf;border-radius:4px;height:104px;padding:0 20px}
.google-map__item:not(:last-child){margin-bottom:20px}
.google-map .icon-select{display: none}
.google-map__item .icon-select{margin-right:20px;}
.google-map__item .icon-location1{font-size:20px;margin-right:12px}
.google-map__item .places__info{flex:none;width:65%;display: flex;align-items: center;}
.google-map__item .places__text{width: 100%}
.google-map__item .gray{color:#aaa}
.google-map__body .action__btn{margin-left:auto;display:block;margin-top:20px}
.google-map__null{text-align:center;padding:100px 0 76px 0;display:none}
.google-map__null img{width:200px}
.google-map__null .first-add{display:block;margin:20px auto 0}
.map-edit-pop{width:810px}
.map-edit-pop .pop-title{display: flex;}
.map-edit-pop .pop-title .next{margin-left: auto}
.map-edit-pop .map-edit{display:flex;justify-content:space-between;margin-top: 20px;}
.map-edit-pop .map-edit__view{width:342px;height:278px;background:#fff1f1;border-radius:4px}
.map-edit-pop .map-edit__main{width:380px;}
.map-edit-pop .tab{font-size:18px;font-weight:600}
.map-edit-pop .tab .tab__item{padding:0 8px;display:inline-block;cursor:pointer}
.map-edit-pop .tab .tab__item:nth-child(1){margin-right:10px}
.map-edit-pop .tab .active{color:var(--theme-color)}
.map-edit-pop .tab .tab__item:after{content:' ';width:100%;height:2px;background-color:transparent;display:block;margin-top:8px;}
.map-edit-pop .tab .active:after{background-color:var(--theme-color);}
.map-edit-pop .map-edit__cont{margin-top:16px;height: 500px; overflow: auto;scrollbar-width: none;-ms-overflow-style: none;}
.map-edit-pop .map-edit__cont::-webkit-scrollbar{display: none;}
.map-edit-pop .map-edit__cont .location{position: relative;padding-bottom: 50px;min-height: 100%;}
.map-edit-pop .location__list{margin-top: 14px;}
.map-edit-pop .location__item{margin-bottom: 14px;}
.map-edit-pop .location .box{border:1px solid #dfdfdf;border-radius:4px;padding:14px 12px;}
.map-edit-pop .location .box__top{display:flex;justify-content:space-between;align-items: center;}
.map-edit-pop .location .box__actions{font-size: 0}
.map-edit-pop .location .box__actions i{font-size: 20px;cursor: pointer}
.map-edit-pop .box  .edit{margin-right: 16px;}
.map-edit-pop .location .box__desc{font-size:12px;margin-top:10px;}
.map-edit-pop .data {border-top: 1px solid #DFDFDF;padding-top: 12px;display: none;}
.map-edit-pop .open .data{display: block;}
.map-edit-pop .open .box{display: none;}
.map-edit-pop .data__title{font-weight: bold;margin-bottom: 10px;}
.map-edit-pop .data .form-group{margin-bottom: 10px;}
.map-edit-pop .data .form-group>label{margin-bottom: 6px;}
.map-edit-pop .data .data__actions{margin-top: 20px;display: flex;justify-content: right;}
.map-edit-pop .data .data__actions .save{margin-left: 20px;}
.map-edit-pop .location__add {color: var(--theme-color);margin-left: auto;display: block;}
.map-edit-pop .style{position: relative;min-height: 100%;}
.map-edit-pop .style__switch{display: flex;justify-content: space-between;}
.map-edit-pop .style__level,.map-edit-pop .style__switch{margin-bottom: 20px}
.map-edit-pop .style__level{position: relative;}
.map-edit-pop .style__level .txt, .map-edit-pop .style__switch .txt{font-size: 18px;}
.map-edit-pop .style__level .tip{background: #eeeeee;border-radius: 4px;display: none;position: absolute;max-height: none;max-width: none;z-index: 9;top: 0px;margin-left: 6px;padding: 2px 8px;}
.map-edit-pop .style__level .txt:hover .tip{display: inline-block;}
.map-edit-pop .map__save{position: absolute;bottom:0;right:0;}
.map-edit-pop .style__br{height: 1px; background: #EEEEEE;}
/*Map list pop*/
.google-map-pop {width: 560px;}
/* .google-map-pop .google-map__content{width: 560px;} */
.google-map-pop .pop-title{margin-bottom: 20px;}
.google-map-pop .apply{display: none;}
.google-map-pop .google-map__wrap{max-height: 680px;}

/*Pay Provider*/
.pay-provider-wrapper{padding: 20px 0 100px;width:560px;margin:0 auto;}
.pay-provider{display:none;}
.pay-provider__body{display:none;}
.pay-provider__item{display:flex;align-items:center;border:1px solid #dfdfdf;border-radius:4px;height:81px;padding:8px 20px}
.pay-provider__item:not(:last-child){margin-bottom:16px}
.provider__info{position:relative;display:flex;height:100%;align-items:center}
.provider__info-state{position:absolute;left:0;top:0}
.provider__info-img{width:30px;height:30px}
.provider__info-detail{display:flex;padding-left:12px}
.provider__info-text{padding-left:8px}
.provider__info-type{color:#aaa;font-size:12px}
.pay-provider__item .state{background:#fff;width:12px;height:12px;border-radius:50%}
.pay-provider__item .active{background:#71dd9f}
.pay-provider__item .deactive{background:#d45650}
.pay-provider__body .add{margin-left:auto;display:block;margin-top:20px}
.pay-provider__null{text-align:left;padding:32px;display:none}
.pay-provider__null .null-desc{margin:14px 0 20px}
.pay-provider__null .btn{width:100%}
.paypal-fees-pop .m-modal__title{font-size: 16px;font-weight: 500;}
.paypal-fees-pop .strong{font-weight: 500;}
.paypal-fees-pop p{margin-bottom:12px;line-height: 21px; word-break: keep-all;}
.paypal-fees-pop p:last-child{margin-bottom:0}
.paypal-explain-pop .m-modal__title{padding: 8px 8px 8px 4px;cursor: pointer;}
.paypal-explain-pop .m-modal__title i{font-size: 20px;}
.paypal-explain-pop .paypal-explain__title{font-size: 16px;font-weight: 500;}
.paypal-explain-pop p {line-height: 21px;}
.paypal-explain-pop .connect-btn{width: 100%;margin: 20px 0;}
.paypal-explain-pop .create-btn{width: 100%;}
.create-paypal-account .m-modal__title{padding: 8px 8px 8px 4px;cursor: pointer;}
.create-paypal-account .m-modal__title i{font-size: 20px;}
.create-paypal-account .create-account__title{font-weight: 500;font-size: 16px;margin-bottom: 12px;}
.create-paypal-account p{margin-bottom:12px}
.create-paypal-account .btn{width:100%;}
.create-paypal-account .outlink{color:#aaa}
.create-paypal-account .desc{color:#aaa}
.paypal-connect-pop .m-modal__title{padding: 8px 8px 8px 4px;cursor: pointer;}
.paypal-connect-pop .m-modal__title i{font-size: 20px;}
.paypal-connect-pop .paypal-connect__title{font-weight: 500;font-size: 16px;margin-bottom: 12px;}
.paypal-connect-pop li{margin-bottom: 20px;}
.paypal-connect-pop .connect-by-id .save{width: 100%;}
.paypal-connect-pop .connect-by-authorization img{height: 20px;margin-right: 12px;}
.paypal-connect-pop .connect-by-authorization .authorization-btn{width: 100%;}
.paypal-connect-pop .connect-by-authorization .authorization-btn:hover{background-color:var(--theme-color-hover);color:#FFF;border-color:var(--theme-color-hover)}
.provider-edit-pop .provider-type{display:flex;align-items:center;justify-content:center;width:100%;height:36px;padding:0 8px;background-color:rgba(56,225,153,.2);border-radius: 2px;}
.provider-edit-pop .provider-img{width:22px;height:22px}
.provider-edit-pop .provider-title{margin: 0 12px 0 8px;}
.provider-edit-pop .provider-state{width:20px;height:20px}
.provider-edit-pop .provider-input{line-height:36px;margin-top:14px}
.provider-edit-pop .provider-input input{height:36px;width:100%;border:1px solid #dfdfdf;border-radius:2px;text-indent:8px}
.provider-unable-pop .provider-type{display:flex;align-items:center;justify-content:center;width:100%;height:36px;padding:0 8px;background-color:rgba(229,74,74,.2);border-radius: 2px;}
.provider-unable-pop .provider-img{width:22px;height:22px}
.provider-unable-pop .provider-title{margin: 0 12px 0 8px;}
.provider-unable-pop .provider-state{width:20px;height:20px}
.provider-unable-pop p{line-height: 21px;margin-top: 10px;}
.provider-unable-pop .action-group .retry{width: 100%;margin-top: 20px;}
.provider-unable-pop .action-group .delete{width: 100%;border: 1px solid var(--body-theme-error);color: var(--body-theme-error);margin-top: 12px;}
.provider-delete-pop .m-modal__header{text-align: center;}
.provider-delete-pop .cancel{width: 128px;}
.provider-delete-pop .delete{float: right;width: 128px;border: 1px solid var(--body-theme-error);color: var(--body-theme-error);}
.stripe-connect-pop p{margin-bottom: 10px;color: #AAAAAA;}
.stripe-connect-pop p a{color: var(--theme-color);}
.pay-provider-pop{width: 560px;}
.pay-provider-pop .pay-provider{margin-top: 0;}

/*Music Search list*/
.music-search-wrapper{padding: 22px 0 100px;}
.music-search__bg{display: none;width:600px;margin:0 auto;padding:20px;background: #fff;box-shadow: 0 0 10px 0 rgba(0,0,0,.08);border-radius: 8px;}
.music-search .music-search__title--top{display: none}
.music-search .music-search__title--top span{font-size: 18px;flex-grow: 1;text-align: center;}
.music-search .music-search__title--bottom{font-size:18px;font-weight:500;padding: 20px 0 10px;}
.music-search .music-search__title i{font-size: 18px;color: #333333;cursor: pointer}
.music-search .search-bar{position:relative;}
.music-search .search-bar .search__input{width:100%;border-radius:20px;height:42px;border:1px solid var(--theme-color);padding: 0 40px 0 20px;}
.music-search .search-bar .search__icon{position:absolute;top:10px;right:18px;color:var(--theme-color);cursor: pointer}
.music-search .music-search__cont{max-height: calc(100vh - 110px);display: flex;flex-direction: column;}
.music-search .music-search__box{flex: auto;overflow: auto;}
.music-search .music-search__box::-webkit-scrollbar {width: 6px;height: 6px; background: transparent;}
.music-search .music-search__box::-webkit-scrollbar-thumb {display: none; border-radius: 4px;}
.music-search .music-search__box:hover::-webkit-scrollbar-thumb {background: hsla(0, 0%, 53%, 0.4);display: block;}
.music-search .music-search__box:hover::-webkit-scrollbar-track {background: hsla(0, 0%, 53%, 0.1);display: block;}
.music-search .music__item{width:100%;height:118px;border:1px solid #dfdfdf;border-radius:4px;padding:14px;display:flex;align-items:center;}
.music-search .music__item:not(:last-child){margin-bottom: 14px;}
.music-search .music__item .icon-select{margin-right: 20px}
.music-search .music__item__info{display:flex;align-items:center;width: 72%;}
.music-search .music__item__cover{width: 90px;height: 90px;border-radius: 2px;margin-right: 12px;flex-shrink:0;}
.music-search .music__item__text{overflow: hidden;}
.music-search .music__item__title{font-weight:600}
.music-search .music__item__artist{margin: 6px 0 10px;}
.music-search .music__item__platform li{display: inline-block;margin-right: 8px;}
.music-search .music__item__platform img{width: 22px;height: 22px;}
.music-search .music__item__platform .num{color: var(--theme-color);vertical-align: middle;}
.music-search .music__item__actions {margin-left: auto;}
.music-search .music__item__actions div{float:left;position:relative;margin-right:20px;cursor:pointer;display:flex;justify-content:center}
.music-search .music__item__actions i{font-size: 20px}
.music-search .music__item__actions span{position:absolute;display:none;top:-30px;background:#eee;border-radius:5px;color:#777;font-size:12px;padding:4px 10px;width:max-content}
.music-search .music__item__actions div:hover span{display:inline}
.music-search .blank-list{padding: 90px 20px 110px;text-align: center;}
.music-search .blank-tips{ color: #aaa; margin-top: 32px;}
.music-search .blank-btns{margin-top: 30px;}
.music-search-modal .music-search__title--top{display:flex;align-items: center;margin-bottom: 20px;}
.music-search-modal .music-search__title--bottom{display: none;}
.music-search-modal .music-search__cont{max-height: 620px;}
.music-search-modal .search-bar{margin-bottom: 14px;}

/*Music Search service*/
.music-page__head{display: flex;justify-content: space-between;}
.music-page__head .back {cursor: pointer;}
.music-page__head .back i {margin-right: 6px;font-size: 20px;vertical-align: middle;}
.music-page__head .title{font-size:16px;text-align:center;font-weight:700;width:fit-content;}
.music-page__head .next{color:var(--theme-color);font-size:16px;font-weight:500;cursor: pointer;}
.music-page__desc--bold{font-size:16px;margin-top:30px}
.music-page__desc--light{font-size:12px;color:#aaa;margin-top:10px}
.music-page__scan{padding-top:20px}
.music-page__scan .music-page__scan__title{font-size:16px}
.music-page__scan .scan-input{height:40px;line-height:40px;display:flex;position:relative;margin-top:12px}
.music-page__scan .scan-input__input{border:1px solid #dfdfdf;border-radius:6px 0 0 6px;width:100%;padding:0 14px}
.music-page__scan .scan-input__btn{width:60px;background-color:var(--theme-color);color:#fff;border-radius:0 4px 4px 0}
.music-page__scan .scan-input__error{color:#ff3334;position:absolute;top:30px;display:none}
.music-page__scan .scan-result{display:flex;align-items:center;margin-top:12px}
.music-page__scan .scan-result__img{width:80px;height:80px;object-fit:cover;object-position:center;margin-right:20px;border-radius:2px}
.music-page__scan .scan-result__text div:nth-child(1){margin-bottom: 6px;}
.music-page__scan .scan-result__text div:first-child{margin-bottom:6px}
.music-page__br{height: 1px;background: #DFDFDF;margin: 20px 0;}
.music-search__bg .music-page__br{margin: 20px -20px;}
/* .music-search-modal */
.music-search-modal .m-modal__header{display: none;}
.music-search-modal .music-page{height: 740px;overflow: auto;}
.music-search-modal .music-page::-webkit-scrollbar {width: 6px;height: 6px; background: transparent;}
.music-search-modal .music-page::-webkit-scrollbar-thumb {display: none; border-radius: 4px;}
.music-search-modal .music-page:hover::-webkit-scrollbar-thumb {background: hsla(0, 0%, 53%, 0.4);display: block;}
.music-search-modal .music-page:hover::-webkit-scrollbar-track {background: hsla(0, 0%, 53%, 0.1);display: block;}

/*music-service-modal*/
.music-service-modal .m-modal__body{padding-top: 0px;}
.music-service-modal .music-service__desc{color:#777;margin:10px 0;}
.music-service-modal .music-service__list{max-height: 480px;overflow: auto;scrollbar-width: none;-ms-overflow-style: none;}
.music-service-modal .music-service__list::-webkit-scrollbar{display: none;}
.music-service-modal .music-service__item{border-bottom:1px solid #dfdfdf;padding:20px 0}
.music-service-modal .music-service__item img{width:22px;height:22px;margin-right:10px}
.music-service-modal .music-service__item .txt{color:#777;font-weight:600}
.music-service-modal .music-service__item .edit{margin-left:auto}
.music-service-modal .music-service__action{text-align:right;margin-top:36px}
.music-service-modal .music-service__action .cancel{margin-right:18px}
.music-service-modal .music-service__item{display:flex;align-items:center}
.music-service-modal .music-service__list .move{display:inline-block;margin-right:10px;cursor:pointer}
.music-service-modal .music-service__list .move span{background:#858585;display:block;width:18px;height:2px}
.music-service-modal .music-service__list .move span:nth-child(2){margin:4px 0}

/*add-service-pop*/
.add-service-modal .cover{width:62px;height:62px;margin: 18px auto 28px;cursor: pointer}
.add-service-modal .cover--blank{width:100%;height:100%;border:1px solid #dadada;border-radius:2px;text-align:center;line-height:62px}
.add-service-modal .cover--blank i {font-size: 18px;color: #beffe4;}

/*Music Preview*/
.music-preview-wrapper{padding:22px 0 100px;}
.music-preview__bg{display: none;width:600px;margin:0 auto;padding:20px;background: #fff;box-shadow: 0 0 10px 0 rgba(0,0,0,.08);border-radius: 8px;}
.music-preview__title{margin: 0 0 10px;font-size: 18px;font-weight: 500;}
.music-preview__title i {padding: 4px;font-size: 18px;color: #333333;cursor: pointer;}
.music-preview__load{padding: 90px 0;text-align: center;}
.music-preview__load .load_icon{display: inline-block;line-height: 1;color: #acb5bf;font-size: 26px;animation: 1s linear 0s infinite normal none running spin;}
.music-preview__blank .black-list{padding: 90px 20px 110px;text-align: center;}
.music-preview__blank .blank-tips{ color: #aaa; margin-top: 32px;}
.music-preview__blank .blank-btns{margin-top: 30px;}
.music-preview__action {margin-top: 20px;text-align: right;}
.music-preview .music__item{height:118px;border:1px solid #dfdfdf;border-radius:4px;padding:14px;display:flex;align-items:center;}
.music-preview .music__item:not(:last-child){margin-bottom: 14px;}
.music-preview .music__item .icon-select{margin-right: 20px;flex: none;}
.music-preview .music__info{display:flex;align-items:center;width: 72%;}
.music-preview .music__cover{width: 90px;height: 90px;border-radius: 2px;margin-right: 12px;flex-shrink:0;}
.music-preview .music__text{overflow: hidden;}
.music-preview .music__title{font-weight:600}
.music-preview .music__artist{margin: 6px 0 10px;}
.music-preview .music__platform li{display: inline-block;margin-right: 8px;}
.music-preview .music__platform img{width: 22px;height: 22px;}
.music-preview .music__platform .num{color: var(--theme-color);vertical-align: middle;}
.music-preview .music__actions {margin-left: auto;}
.music-preview .music__actions div{float:left;position:relative;margin-right:20px;cursor:pointer;display:flex;justify-content:center}
.music-preview .music__actions i{font-size: 20px}
.music-preview .music__actions span{position:absolute;display:none;top:-30px;background:#eee;border-radius:5px;color:#777;font-size:12px;padding:4px 10px;width:max-content}
.music-preview .music__actions div:hover span{display:inline}
.music-page__head{display: flex;justify-content: space-between;}
.music-page__head .back {cursor: pointer;}
.music-page__head .back i {margin-right: 6px;font-size: 20px;vertical-align: middle;}
.music-page__head .title{font-size:16px;text-align:center;font-weight:700;width:fit-content;}
.music-page__head .next{color:var(--theme-color);font-size:16px;font-weight:500;cursor: pointer;}
.music-page__top{display: flex;justify-content: space-between;align-items: center;margin: 40px 0 10px;font-size: 16px;}
.music-page__top .import{color: var(--theme-color);font-weight: 500;cursor: pointer}
.music-page__top .import i{font-size: 20px;margin-right: 12px}
.music-basic__head{display: flex;justify-content: space-between;margin-bottom: 30px;}
.music-basic__head .back {cursor: pointer;}
.music-basic__head .back i {margin-right: 6px;font-size: 20px;vertical-align: middle;}
.music-basic__head .title{font-size:16px;text-align:center;font-weight:700;width:fit-content;}
.music-basic__head .next{color:var(--theme-color);font-size:16px;font-weight:500;cursor: pointer;}
.music-basic .cover{width: 180px;height: 180px;margin-bottom: 20px;cursor: pointer;}
.music-basic .cover--blank{width: 100%;height: 100%;border: 1px solid #777777;border-radius: 2px;text-align: center;line-height: 180px;}
.music-basic .cover--blank i{display: block;color: #beffe4;font-size: 30px;}
.music-basic .cover--full{width: 100%;height:100%;border-radius: 2px;overflow: hidden;}
.music-basic .cover--full img{width: 100%;height: 100%;object-fit: contain;}
.music-basic .form-group{width: 90%;}
.music-basic label{margin-bottom: 12px;display: block;}
.music-basic .media-sample{position:relative;padding:0 15px;height:40px;border:1px solid #dfdfdf;border-radius:4px 4px 0 0;display:flex;align-items:center;cursor:pointer;width:90%}
.music-basic .media-sample .media-sample__img{width: 24px;height: 24px;margin-right: 12px;}
.music-basic .media-sample i{font-size:20px;margin-left:auto;}
.music-basic .media-sample__list{position:absolute;background-color:#fff;width:calc(100% + 2px);border:1px solid #dfdfdf;border-top:none;top:39px;left:-1px;border-radius:0 0 4px 4px;z-index:99;display:none}
.music-basic .media-sample__list li{height:40px;display:flex;align-items:center;border-top:1px solid #dfdfdf;padding-left:16px}
.music-basic .media-sample__list li.selected{ background-color: #E5E5E5;}
.music-basic .media-sample__list img{width: 22px;height: 22px;margin-right: 15px;}
.music-preview-modal .m-modal__header{display: none;}
.music-preview-modal .music-preview__title{display: flex;align-items: center;}
.music-preview-modal .music-preview__title span{flex-grow: 1; text-align: center;}
.music-preview-modal .music-page__title {position: relative;font-size: 18px;text-align: center;}
.music-preview-modal .music-page__title i {position: absolute;left: 0;color: #333333;font-size: 18px;cursor: pointer;}
.music-preview-modal .music-preview__body{margin-top: 20px;}

/* music-services */
.music-services .music-services__title{font-size:16px;font-weight:500;margin-bottom:12px;}
.music-services .services__top{display:flex;align-items: center;justify-content: space-between;height:46px;padding:0 20px;border-bottom:1px solid #dfdfdf;}
.music-services .services__title{margin-left: 8px;font-size: 16px;}
.music-services .services__top img{height: 36px;border-radius: 2px;}
.music-services .services__item{border:1px solid #dfdfdf;margin-bottom:20px}
.music-services .services__item.default img{height: 46px;}
.music-services .services__top .is-select{float: right;margin-top: 16px;}
.music-services .services__content{margin:12px 14px}
.music-services .services__content .top{display:flex;align-items:center}
.music-services .services__content img{width:50px;height:50px;border-radius:2px;margin-right:12px}
.music-services .services__content input{height:40px;border:1px solid #dfdfdf;border-radius:4px;width:100%;padding:0 12px}
.music-services .services__content .text{font-weight:500;margin-top:16px}
.music-services .services-search{position: relative}
.music-services .search__input{position:relative}
.music-services .search__input .input{width:100%;height:40px;border:1px solid #dfdfdf;border-radius:4px;padding-left:38px}
.music-services .search__input i{position:absolute;margin-top:10px;margin-left:10px;color:#dfdfdf;font-size:20px}
.music-services .search__input.searched .iconfont{display: none;}
.music-services .search__input.searched>input {padding: 0 14px;}
.music-services .search__list{position:absolute;display:none;width:100%;border:1px solid #dfdfdf;border-top:none;border-radius:0 0 4px 4px;background-color:#fff}
.music-services .search__list li{display:flex;padding-left:14px;height:40px;align-items:center;border-bottom:1px solid #dfdfdf;cursor:pointer}
.music-services .search__list img{width:22px;height:22px;object-fit:cover;object-position:center;margin-right:15px}
.music-services .search__list button {display: flex;padding-left: 14px;height: 40px;align-items: center;color:var(--theme-color);width: 100%;}
.music-services .search__list button i{margin-right: 4px}

/* Apply to link */
.linkPage-apply-modal .linkPage__list{height: 520px;overflow: auto;scrollbar-width: none;-ms-overflow-style: none;}
.linkPage-apply-modal .linkPage__list::-webkit-scrollbar{display: none}
.linkPage-apply-modal .linkPage__item {display:flex;align-items:center;border-bottom:1px solid #dfdfdf;padding:20px 0;}
.linkPage-apply-modal .linkPage__item:first-child{padding-top: 0}
.linkPage-apply-modal .linkPage__item .img{width:60px;height:60px;margin-right:12px}
.linkPage-apply-modal .linkPage__title{font-weight:600}
.linkPage-apply-modal .linkPage__link{font-weight:600;color:#aaa;margin-top:10px}
.linkPage-apply-modal .is-select{margin-left: auto;}

/*Apply Successful*/
.apply-success-modal .success__cont{text-align: center}
.apply-success-modal .title{font-weight: 600;margin: 10px 0 12px;}
.apply-success-modal .iframe{width: 186px; height: 308px;margin: 0 auto;}
.apply-success-modal .link{margin:10px 0 30px;font-size: 12px}
.apply-success-modal .m-modal__footer{text-align: center;}

/* Analysis */
.analysis-wrapper{display:flex;padding:30px 0 0 22px}
.analysis-wrapper .upgrade-box{display: none;position: absolute;top: 18px;right: 20px;z-index: 9;width: 120px;height: 38px;background: #4a5665;border-radius: 8px;color: #fff;text-align: center;line-height: 38px;font-size: 16px;font-weight: 500;cursor: pointer;}
.analysis-wrapper .analysis-main{width:640px;margin:0 auto;padding-bottom: 100px;}
.analysis-wrapper .left_bar li{display:flex;align-items:center;margin-bottom:20px;cursor:pointer}
.analysis-wrapper .left_bar li .iconfont{font-size:20px;margin-right:8px;color:#c1cedb}
.analysis-wrapper .left_bar li.selected{color:#38e199}
.analysis-wrapper .left_bar li.selected .iconfont{color:#38e199}
.analysis-main .anl_type_item{display:none}
.analysis-main .anl_type_item:first-child{display:block}
.anl_type_item>.title{margin-top:10px;margin-bottom:20px;font-size:16px;margin-left:20px}
.analysis-wrapper .overview-wrap{background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.overview-wrap h3{padding:25px 20px 15px 0;font-size:16px;font-weight:500}
.overview-wrap .ov_total_data{display: none;justify-content:space-around;margin:0 20px 30px;border:1px solid #dfe4ed;border-radius:4px;font-weight: 500;}
.ov_total_data li{display:flex;flex-direction:column;align-items:center;padding:20px 0}
.ov_total_data li span{font-size:20px;font-weight:600;margin-bottom:2px}
.ov_total_data .explanation{position: relative;}
.ov_total_data .explanation__icon{  vertical-align: middle; margin-left: 2px;cursor: pointer;}
.ov_total_data .explanation__box{ display: none;position: absolute; left: -12px; top: 30px; z-index: 9; width: 260px;padding: 16px;background: #FFFFFF; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16); border-radius: 8px;}
.ov_total_data .explanation__icon:hover + .explanation__box{display: block;}
.overview-wrap .ov_users,.overview-wrap .ov_visits,.overview-wrap .ov_clicks,.ov_saves{position: relative;}
.overview-wrap .upgrade-bg{display: none;position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 9;background: rgba(255,255,255 ,.7);}
.overview-wrap .ov_user_top{display:flex;justify-content:space-between;align-items:center;margin:0 20px 5px}
.ov_user_top h3{padding:0;font-size:16px;font-weight:500}
.ov_user_top .ov_selUser_btn img{width:12px;margin-left:12px}
.overview-wrap .ov_user_total{position:relative;margin:0 20px;font-size:18px}
.ov_user_total .ov_user_pct{position:absolute;font-size:16px;top:25px;left:0;color:#ec0d17}
.ov_user_total .ov_user_pct.up{color:#11d716}
.overview-wrap .ov_visit_top{display:flex;justify-content:space-between;align-items:center;margin:0 20px 5px}
.ov_visit_top h3{padding:0;font-size:16px;font-weight:500}
.ov_visit_top .ov_selVisit_btn img{width:12px;margin-left:12px}
.overview-wrap .ov_visit_total{position:relative;margin:0 20px;font-size:18px}
.ov_visit_total .ov_visit_pct{position:absolute;font-size:16px;top:25px;left:0;color:#ec0d17}
.ov_visit_total .ov_visit_pct.up{color:#11d716}
.overview-wrap .ov_save_top{display:flex;justify-content:space-between;align-items:center;margin:0 20px 5px}
.ov_save_top h3{padding:0;font-size:16px;font-weight:500}
/* .ov_save_top .ov_selSave_btn img{width:12px;margin-left:12px} */
.overview-wrap .ov_save_total{position:relative;margin:0 20px;font-size:18px}
.ov_save_total .ov_save_pct{position:absolute;font-size:16px;top:25px;left:0;color:#ec0d17}
.ov_save_total .ov_save_pct.up{color:#11d716}
.overview-wrap .ov_click_top{display:flex;justify-content:space-between;align-items:center;margin:0 20px 5px}
.ov_click_top h3{padding:0;font-size:16px;font-weight:500}
.ov_click_top .ov_selClick_btn img{width:12px;margin-left:12px}
.overview-wrap .ov_click_total{position:relative;margin:0 20px;font-size:18px}
.ov_click_total .ov_click_pct{position:absolute;font-size:16px;top:25px;left:0;color:#ec0d17}
.ov_click_total .ov_click_pct.up{color:#11d716}
.ov_overview{position:relative}
.ov_top{display:flex;justify-content:space-between;align-items:center}
.ov_top{margin:0 20px}
.ov_btn_days{display:flex;align-items:center}
.ov_btn_days i{margin-left:8px;font-size:20px}
.overview-wrap .qrcode-scans__title{margin: 0 20px 16px;}
.overview-wrap .qrcode-scans__total{border: 1px solid #dfe4ed;border-radius: 4px;margin: 0 20px 30px;display: flex;justify-content: space-around;}
.overview-wrap .total__item{display: flex;flex-direction: column;align-items: center;padding: 20px 0;text-align: center;font-weight: 500}
.overview-wrap .total__item .total{font-size: 20px;font-weight: 600;margin-bottom: 2px;}

.qrcode-scans__title .explanation{position:relative;width:24px;text-align:center;display:inline-block;vertical-align:middle}
.qrcode-scans__title .explanation:hover .explanation__box{display:block}
.qrcode-scans__title .explanation__box{display:none;position:absolute;top:30px;left:50%;z-index:99;width:260px;padding:6px 8px;margin-left:20px;background:#fff;font-size:12px;text-align:left;border:1px solid #999;border-radius:4px;transform:translateX(-50%)}
.qrcode-scans__title .explanation__box::after{content:"";position:absolute;width:16px;height:10px;margin-left:-20px;background:url(https://fly.linkcdn.cc/images/back/tooltip-arrow_border.png) no-repeat center center;top:-8px;left:50%;transform:translateX(-50%);background-size:cover;overflow:hidden}

.analysis-wrapper .source-wrap .anl-top{background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.source_pie{width: 640px;height: 440px;}
.analysis-wrapper .source-wrap .chart-head{position: relative;}
.analysis-wrapper .source-wrap .anl-top .title{padding-top: 12px;margin-left: 20px;font-size: 18px;font-weight: 500;}
.analysis-wrapper .source-wrap .anl-top .subtitle{display:none;margin-top:2px;margin-left:20px;color:#666}
.analysis-wrapper .source_pie-wrap{position:relative}
.analysis-wrapper .source-wrap .upgrade-bg{display:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:9;background:rgba(255,255,255 ,.7)}
.analysis-wrapper .source-wrap .anl-bottom{position: relative;margin-top:16px;background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.source-wrap .source_top{display:flex;justify-content:space-between;padding:26px 32px 22px 18px;align-items:center}
.source_top h3{font-size:18px;font-weight:500}
.source_top .sel_source{display:flex;justify-content:space-between;align-items:center;position:relative;font-size:16px;cursor:pointer}
.source_top .sel_source>img{width:16px;margin-left:12px}
.analysis-wrapper .sel_date_ul{position:absolute;width:205px;background-color:#fff;border:1px solid #ddd;border-radius:4px;top:30px;right:-14px;display:none;z-index:2}
.analysis-wrapper .sel_date_ul li{display:flex;padding:0 15px;height:48px;justify-content:space-between;align-items:center;font-size:17px;cursor:pointer}
.analysis-wrapper .sel_date_ul li i{display:none;color:var(--theme-color);font-size:24px;font-weight:600;}
.analysis-wrapper .sel_date_ul li.selected{background-color:#f9f9f9}
.analysis-wrapper .sel_date_ul li.selected i{display:block}
.source-wrap .source_total{display:flex;justify-content:space-between;padding:0 32px 22px 18px;font-size:16px}
.source_total .row-1{width:20%}
.source_total .source_clickNum{width:20%;text-align:center}
.source_total .source_pct{width:12%;text-align:center}
.source-wrap .source_total_num{font-style:normal}
.source-wrap .source_title{display:flex;justify-content:space-between;height:50px;border-top:1px solid #dfe4ed;border-bottom:1px solid #dfe4ed;align-items:center;color:#8694a3;padding:0 32px 0 18px}
.source-wrap .source_title .row-1{width:30%}
.source-wrap .source_title .row-2{width:18%}
.source-wrap .source_ul{padding: 4px 0;}
.source-wrap .source_ul .source_li{display:flex;justify-content:space-between;height:56px;align-items:center;padding:0 32px 0 18px;font-size:16px}
.source_li .row-1{display:flex;align-items:center;width:25%}
.source_li .row-1 .index{width: 20px;text-align: center;flex: none;}
.source_li .row-1 img{width:32px;height:32px;margin:0 10px;border-radius:4px;object-fit:contain;object-position:center;}
.source_li .row-2{width:18%;text-align:center}
.source_li .row-3{width:18%;text-align:center;padding-left:32px}
.analysis-wrapper .links-wrap .anl-top{background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.link_pie{width: 640px;height: 440px;}
.analysis-wrapper .links-wrap .chart-head{position: relative;}
.analysis-wrapper .links-wrap .anl-top .title{padding-top: 12px;margin-left: 20px;font-size: 18px;font-weight: 500;}
.analysis-wrapper .links-wrap .anl-top .subtitle{display:none;margin-top:2px;margin-left:20px;color:#666}
.analysis-wrapper .link_pie-wrap{position:relative}
.analysis-wrapper .links-wrap .upgrade-bg{display:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:9;background:rgba(255,255,255 ,.7)}
.analysis-wrapper .links-wrap .anl-bottom{position: relative;margin-top:16px;background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.links-wrap .links_top{display:flex;justify-content:space-between;padding:26px 32px 22px 18px;align-items:center}
.links_top h3{font-size:18px;font-weight:500}
.links_top .sel_links{display:flex;justify-content:space-between;align-items:center;position:relative;font-size:16px;cursor:pointer}
.links_top .sel_links>img{width:16px;margin-left:12px}
.links-wrap .links_total{display:flex;justify-content:space-between;padding:0 32px 22px 18px;font-size:16px}
.links_total .row-1{width:58%}
.links_total .links_clickNum{width:20%;text-align:center}
.links_total .links_pct{width:12%;text-align:center}
.links-wrap .links_total_num{font-style:normal}
.links-wrap .links_title{display:flex;justify-content:space-between;height:50px;border-top:1px solid #dfe4ed;border-bottom:1px solid #dfe4ed;align-items:center;color:#8694a3;padding:0 32px 0 18px}
.links-wrap .links_title .row-1{width:58%}
.links-wrap .links_title .row-2{width:20%}
.links-wrap .links_ul .links_li{display:flex;justify-content:space-between;align-items:center;height:56px;padding:0 32px 0 18px}
.links_li .row-1{display:flex;align-items:center;width:60%}
.links_li .row-1 .index{width: 20px;text-align: center;flex: none;}
.links_li .row-1 img{width:32px;height:32px;margin:0 10px;border-radius:4px;object-fit:cover;object-position:center;}
.links_li .row-1 .msg_p{display:flex;flex-direction:column}
.links_li .row-1 .li_title{color:#666b7d;font-size:15px}
.links_li .row-1 .li_links{font-size:12px;color:#8694a3;overflow:hidden;word-break:break-all;max-height:32px;line-height:16px}
.links_li .row-2{width:20%;text-align:center}
.links_li .row-3{width:13%;text-align:center}
.analysis-wrapper .social-wrap .anl-top{background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.social_pie{width: 640px;height: 440px;}
.analysis-wrapper .social-wrap .chart-head{position: relative;}
.analysis-wrapper .social-wrap .anl-top .title{padding-top: 12px;margin-left: 20px;font-size: 18px;font-weight: 500;}
.analysis-wrapper .social-wrap .anl-top .subtitle{display:none;margin-top:2px;margin-left:20px;color:#666}
.analysis-wrapper .social_pie-wrap{position:relative}
.analysis-wrapper .social-wrap .upgrade-bg{display:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:9;background:rgba(255,255,255 ,.7)}
.analysis-wrapper .social-wrap .anl-bottom{position: relative;margin-top:16px;background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.social-wrap .social_top{display:flex;justify-content:space-between;padding:26px 32px 22px 18px;align-items:center}
.social_top h3{font-size:18px;font-weight:500}
.social_top .sel_social{display:flex;justify-content:space-between;align-items:center;position:relative;font-size:16px;cursor:pointer}
.social_top .sel_social>img{width:16px;margin-left:12px}
.sel_social .sel_social_ul{position:absolute;width:205px;background-color:#fff;border:1px solid #ddd;border-radius:4px;top:30px;right:-14px;display:none}
.sel_social_ul li{display:flex;padding:0 15px;height:48px;justify-content:space-between;align-items:center;font-size:17px}
.sel_social_ul li img{width:15px;display:none}
.sel_social_ul li.selected{background-color:#f9f9f9}
.sel_social_ul li.selected img{display:block}
.social-wrap .social_total{display:flex;justify-content:space-between;padding:0 32px 22px 18px;font-size:16px}
.social_total .row-1{width:38%}
.social_total .social_clickNum{width:20%;text-align:center}
.social_total .social_pct{width:12%;text-align:center}
.social-wrap .social_total_num{font-style:normal}
.social-wrap .social_title{display:flex;justify-content:space-between;height:50px;border-top:1px solid #dfe4ed;border-bottom:1px solid #dfe4ed;align-items:center;color:#8694a3;padding:0 32px 0 18px}
.social-wrap .social_title .row-1{width:38%}
.social-wrap .social_title .row-2{width:20%}
.social-wrap .social_ul .social_li{display:flex;justify-content:space-between;height:70px;align-items:center;padding:0 32px 0 18px}
.social_li .row-1{display:flex;align-items:center;width:40%}
.social_li .row-1 img{width:32px;height:32px;border-radius:4px;object-fit:contain;object-position:center;margin:0 11px}
.social_li .row-2{width:20%;text-align:center}
.social_li .row-3{width:13%;text-align:center}
.analysis-wrapper .device-wrap .anl-top{background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.device_pie{width: 640px;height: 440px;}
.analysis-wrapper .device-wrap .chart-head{position: relative;}
.analysis-wrapper .device-wrap .anl-top .title{padding-top: 12px;margin-left: 20px;font-size: 18px;font-weight: 500;}
.analysis-wrapper .device-wrap .anl-top .subtitle{display:none;margin-top:2px;margin-left:20px;color:#666}
.analysis-wrapper .device_pie-wrap{position:relative}
.analysis-wrapper .device-wrap .upgrade-bg{display:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:9;background:rgba(255,255,255 ,.7)}
.analysis-wrapper .device-wrap .anl-bottom{position: relative;margin-top:16px;background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.device-wrap .device_top{display:flex;justify-content:space-between;padding:26px 32px 22px 18px;align-items:center}
.device_top h3{font-size:18px;font-weight:500}
.device_top .sel_device{display:flex;justify-content:space-between;align-items:center;position:relative;font-size:16px;cursor:pointer}
.device_top .sel_device>img{width:16px;margin-left:12px}
.sel_device .sel_device_ul{position:absolute;width:205px;background-color:#fff;border:1px solid #ddd;border-radius:4px;top:30px;right:-14px;display:none}
.sel_device_ul li{display:flex;padding:0 15px;height:48px;justify-content:space-between;align-items:center;font-size:17px}
.sel_device_ul li img{width:15px;display:none}
.sel_device_ul li.selected{background-color:#f9f9f9}
.sel_device_ul li.selected img{display:block}
.device-wrap .device_total{display:flex;justify-content:space-between;padding:0 32px 22px 18px;font-size:16px}
.device_total .row-1{width:20%}
.device_total .device_clickNum{width:20%;text-align:center}
.device_total .device_pct{width:12%;text-align:center}
.device-wrap .device_total_num{font-style:normal}
.device-wrap .device_title{display:flex;justify-content:space-between;height:50px;border-top:1px solid #dfe4ed;border-bottom:1px solid #dfe4ed;align-items:center;color:#8694a3;padding:0 32px 0 18px}
.device-wrap .device_title .row-1{width:30%}
.device-wrap .device_title .row-2{width:18%}
.device-wrap .device_ul .device_li{display:flex;justify-content:space-between;height:70px;align-items:center;padding:0 32px 0 18px;font-size:16px}
.device_li .row-1{display:flex;align-items:center;width:25%}
.device_li .row-1 img{width:32px;height:32px;border-radius:4px;object-fit:contain;object-position:center;margin:0 11px}
.device_li .row-2{width:18%;text-align:center}
.device_li .row-3{width:18%;text-align:center;padding-left:32px}
.analysis-wrapper .system-wrap .anl-top{background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.system_pie{width: 640px;height: 440px;}
.analysis-wrapper .system-wrap .chart-head{position: relative;}
.analysis-wrapper .system-wrap .anl-top .title{padding-top: 12px;margin-left: 20px;font-size: 18px;font-weight: 500;}
.analysis-wrapper .system-wrap .anl-top .subtitle{display:none;margin-top:2px;margin-left:20px;color:#666}
.analysis-wrapper .system_pie-wrap{position:relative}
.analysis-wrapper .system-wrap .upgrade-bg{display:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:9;background:rgba(255,255,255 ,.7)}
.analysis-wrapper .system-wrap .anl-bottom{position: relative;margin-top:16px;background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.system-wrap .system_top{display:flex;justify-content:space-between;padding:26px 32px 22px 18px;align-items:center}
.system_top h3{font-size:18px;font-weight:500}
.system_top .sel_system{display:flex;justify-content:space-between;align-items:center;position:relative;font-size:16px;cursor:pointer}
.system_top .sel_system>img{width:16px;margin-left:12px}
.sel_system .sel_system_ul{position:absolute;width:205px;background-color:#fff;border:1px solid #ddd;border-radius:4px;top:30px;right:-14px;display:none}
.sel_system_ul li{display:flex;padding:0 15px;height:48px;justify-content:space-between;align-items:center;font-size:17px}
.sel_system_ul li img{width:15px;display:none}
.sel_system_ul li.selected{background-color:#f9f9f9}
.sel_system_ul li.selected img{display:block}
.system-wrap .system_total{display:flex;justify-content:space-between;padding:0 32px 22px 18px;font-size:16px}
.system_total .row-1{width:20%}
.system_total .system_clickNum{width:20%;text-align:center}
.system_total .system_pct{width:12%;text-align:center}
.system-wrap .system_total_num{font-style:normal}
.system-wrap .system_title{display:flex;justify-content:space-between;height:50px;border-top:1px solid #dfe4ed;border-bottom:1px solid #dfe4ed;align-items:center;color:#8694a3;padding:0 32px 0 18px}
.system-wrap .system_title .row-1{width:30%}
.system-wrap .system_title .row-2{width:18%}
.system-wrap .system_ul .system_li{display:flex;justify-content:space-between;height:70px;align-items:center;padding:0 32px 0 18px;font-size:16px}
.system_li .row-1{display:flex;align-items:center;width:25%}
.system_li .row-1 img{width:40px;height:40px;border-radius:4px;object-fit:contain;object-position:center;margin:0 11px}
.system_li .row-2{width:18%;text-align:center}
.system_li .row-3{width:18%;text-align:center;padding-left:32px}
.analysis-wrapper .location-wrap {background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.analysis-wrapper .location-wrap .chart-head{position: relative;padding-top: 12px;}
.analysis-wrapper .location-wrap .title-wrap{display:flex;align-items: center;}
.analysis-wrapper .location-wrap .anl-top .title{/*padding-top: 12px;*/margin-left: 20px;font-size: 18px;font-weight: 500;}
.analysis-wrapper .location-wrap .anl-top .subtitle{display:none;margin-top:2px;margin-left:20px;color:#666}
.analysis-wrapper .location-wrap .sel_loc_date{margin-left: auto;margin-right: 20px;}
.analysis-wrapper .location_bar-wrap{position: relative;}
.location_bar{width:640px;height:432px;}
.analysis-wrapper .location-wrap .upgrade-bg{display:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:9;background:rgba(255,255,255 ,.7)}
.analysis-wrapper .location-wrap .anl-bottom{position: relative;margin-top:16px;background-color: #FFFFFF;border: 1px solid #EBEEF5;border-radius: 8px;}
.location-wrap .location_top{display:flex;justify-content:space-between;padding:26px 32px 22px 18px;align-items:center}
.location_top h3{font-size:18px;font-weight:500}
.sel_loc_date{position:relative;cursor:pointer;}
.sel_loc_date img{margin-left:12px;width:16px;}
.location_top .sel_location{display:flex;justify-content:space-between;align-items:center;position:relative;font-size:16px;cursor:pointer}
.location_top .sel_city{display:flex;margin-left:auto;align-items:center;color:#777}
.location_top .sel_city li{display:inline-block;text-align:center;width:77px;padding-bottom:10px;cursor:pointer;border-bottom:2px solid transparent}
.location_top .sel_city li.selected{color:var(--theme-color);border-color:var(--theme-color)}
.location-wrap .location_title{display:flex;justify-content:space-between;height:50px;border-top:1px solid #dfe4ed;border-bottom:1px solid #dfe4ed;align-items:center;color:#8694a3;padding:0 32px 0 18px}
.location-wrap .location_title .row-1{width:40%}
.location-wrap .location_title .row-2{width:15%;text-align:center}
.location-wrap .location_title .row-3{width:25%;text-align:center}
.location-wrap .location_title .row-4{width:20%;text-align:center}
.location-wrap .location_total{display:flex;justify-content:space-between;padding:0 32px 22px 18px;font-size:16px}
.location_total .row-1{width:20%}
.location-wrap .location_ul .location_li{display:none;justify-content:space-between;height:70px;align-items:center;padding:0 32px 0 18px;font-size:16px}
.location_li .row-1{width:40%;display:flex;align-items:center}
.location_li .row-1 img{width:40px;height:40px;object-fit:contain;object-position:center;margin:0 10px;border:1px solid #ddd;border-radius:50%}
.location_li .row-1 .text_span{display:flex;flex-direction:column}
.location_li .row-2{width:15%;text-align:center}
.location_li .row-3{width:25%;text-align:center}
.location_li .row-4{width:20%;text-align:center}
.location_ul .location_li.country{display:none}
.location_ul .location_li.city{display:flex}
.date_setting{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);z-index:999;display:none}
.date_setting .date_set_box{background-color:#fff;width:500px;border-radius:8px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
.date_set_box h3{margin:27px 0;text-align:center;font-size:18px;font-weight:500}
.sel_ov_date .sel_ovDate_li{display:flex;justify-content:space-between;border-top:1px solid #dfe4ed;padding:20px 30px;align-items:center;cursor:pointer}
.sel_ovDate_li i{display:none;font-size:20px;color:var(--theme-color);font-weight: 600;}
.sel_ovDate_li.selected i{display:block;}
.sel_ovDate_li[data-days="60"],.sel_ovDate_li[data-days="90"]{display:none}
.ov-total .sel_ovDate_li[data-days="60"],.ov-total .sel_ovDate_li[data-days="90"]{display:flex}
.ov-total .sel_ovDate_li[data-days="1"]{display:none}
/*Add-ons*/
.middle_content-addons{padding-top:32px}
.addon-group{max-width:1070px;margin:0 auto;padding:0 25px}
.addon-group .addon--title{font-size:20px;font-weight:700;margin-bottom:14px}
.addon-group .addon__list{display:flex;flex-wrap:wrap;align-items:center;margin:0 -1%}
.addon-group .addon__item{position: relative;width:31.3%;height:110px;margin:0 1% 25px;background:#fff;box-shadow:0 0 10px 0 rgba(4,37,23,.04);border-radius:8px}
.addon-group .addon__item-info{display:flex;align-items:center;width:100%;padding:16px 16px 16px 20px;}
.addon-group .addon__item-logo{min-width:68px;height:68px;margin-right:12px}
.addon-group .addon__item-text .title{color:#333;font-size:16px;line-height:24px}
.addon-group .addon__item-text .desc{max-height:54px;color:#666;line-height:18px;overflow:hidden;text-overflow:ellipsis}
.addon-group .addon__item.pro::after {content: "\f184";font-family: lfedit;position: absolute;top: 8px;right: 12px;color: #7a7a7a;}

/* END */
/*Drags Box*/
.drags_box .editBlock-item{margin-bottom:20px}
.drags_box .editBlock{position:relative;border: 1px solid #B2C2BB;}
.drags_box .editBlock__warning{display: flex;padding: 7px 12px;background: #FEF7EE;border-radius: 4px;margin-bottom: 16px;}
.drags_box .editBlock__warning i{ margin-right: 8px;color: #f89941;}
.drags_box .input_box{display:flex;align-items:center;position: relative;min-width:52px;width:100%;padding-left: 34px;padding-right: 14px;}
.drags_box .btn_move{width:26px;border-bottom-left-radius:3px;background-size:26px 52px;border-top-left-radius:2px;background:#7e858c;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}
.drags_box .btn_move span{background:#fff;display:block;width:4px;height:4px;border-radius:50%}

.drags_box .block-box__move {position: absolute;left: 0;top: 0;bottom: 0; border-right: 1px solid #b2c2bb;width: 34px;text-align: center;color: #999;cursor: pointer;}
.drags_box .block-box__move i{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.drags_box .btn_move span:nth-child(2){margin:4px 0}
.drags_box .rend_btn{display:flex;align-items:center;width: calc(100% - 42px);padding-left:14px;min-height:52px;outline:0;}
.editBlock__info{display:flex;flex-direction:column;min-width: 0;}
.drags_box .rend_btn span{color:#3e4357;width:250px}
.drags_box .icon_box{flex: none;margin-right: 6px;}
.drags_box .icon_box i{vertical-align:middle;cursor:pointer}
.drags_box .icon_box .icon_item{width:30px;height:30px;display:inline-block}
.drags_box .icon_box .icon_item.active{background-color:#ebebeb}
.drags_box .icon_box [data-tab=time]{color:#8b8584;font-size:20px;margin-right:6px;text-align:center;line-height:30px}
.drags_box .icon_box [data-tab=color]{background:url(https://fly.linkcdn.cc/images/back/customize_color_btn@2x.png) center center no-repeat;background-size:20px}
.drags_box .icon_box [data-tab=edit]{background:url(https://fly.linkcdn.cc/images/back/customize_btn@2x.png) center center no-repeat;background-size:20px}
.drags_box .icon_box [data-tab=delete]{background:url(https://fly.linkcdn.cc/images/back/customize_delete_btn@2x.png) center center no-repeat;background-size:20px}
/* .drags_box .icon_box .switch-btn{vertical-align:middle;margin-left:8px} */
.drags_box .change_social_img{display:inline-block;vertical-align:middle}
.drags_box .change_social_img button{width:140px;height:36px;background:var(--theme-color);border-radius:2px;color:#fff;font-size:12px;display:block;margin-bottom:20px}
.drags_box .change_social_img button:last-child{margin-bottom:0}
.drags_box .dr_form-group{margin-bottom:16px}
.drags_box .dr_form-group .icon_txt{margin-bottom:14px}
.drags_box .dr_form-group input{width:100%;height:40px;border:1px solid #dfdfdf;border-radius:4px;text-indent:10px}
/* .drags_box .dr_form-group>label{display:inline-block;margin-bottom:10px;} */

.drags_box  .edit_info__title{margin-bottom: 10px;font-weight: 500;}
.drags_box .dr_form-group .is-pro{display: inline-block;}
.drags_box .dr_form-group .is-pro:before {right: -40px;}
.drags_box .dr_form-group textarea{width:337px;height:80px;background:#fff;border:1px solid #dfdfdf;border-radius:4px;resize:none;vertical-align:middle;padding-top:12px;padding-left:10px}
.drags_box .dr_form-group .msg{display:none;color:red;}
.drags_box .dr_form-group.err input{border:1px solid red}
.drags_box .dr_form-group.err .msg{display:block}
.drags_box .edit_item{display:none;overflow:hidden;border-top: 1px solid #B2C2BB;}
.drags_box .edit_item[data-tabcon=time]{padding:20px}
.drags_box .edit_item[data-tabcon=edit]{padding:20px}
.drags_box .edit_item[data-tabcon=delete]{text-align:center;padding-bottom:20px}
.drags_box .edit_item[data-tabcon=delete] span{display:block;margin:20px 0}
.drags_box .edit_item[data-tabcon=delete] button{width:100px;height:36px;border:1px solid var(--theme-color);border-radius:2px;outline:0;margin-right:10px}
.drags_box .btn_remove_cancel{color:var(--theme-color);background:#fff}
.drags_box .btn_remove_save{background:var(--theme-color);color:#fff}
.drags_box .btn_info_save{width:100px;height:36px;background:var(--theme-color);border-radius:2px;color:#fff;float:right}
.drags_box .change_img{display:inline-block}
.drags_box .pic_block{display:flex;align-items:center}
.drags_box .pic-box{width:80px;height:80px}
.drags_box .img-box{position:relative;width:100%;height:100%}
.drags_box .pic-box img{width:100%;height:100%;border-radius:50%;}
.drags_box .pic_button{margin-left:28px}
.drags_box .pic_button button{width:140px;height:36px;background:var(--theme-color);border-radius:2px;color:#fff;font-size:12px;display:block}
.drags_box .pic_button button:not(:last-child){margin-bottom:20px}
.drags_box .pic_del-btn{width:18px;height:18px;display:inline-block;background:url(https://fly.linkcdn.cc/images/pic_del.png) center center no-repeat;background-size:100%;cursor:pointer;position:absolute;top:-5px;right:-5px}
/* BUTTON */
.button-collapsible{margin-bottom: 20px;border-bottom: 1px solid #EEEEEE;}
.button-collapsible .collapsible__top{position: relative;display: flex;justify-content: space-between;vertical-align: middle;margin-bottom: 8px;font-weight: 500;}
.button-collapsible .collapsible__top i{margin-left: 4px;vertical-align: middle;font-size: 18px;}
.button-collapsible .collapsible__top .hint_btn i:hover + .hint{display:block}
.button-collapsible .collapsible__top .hint_btn{cursor:pointer;}
.button-collapsible .hint{display: none;position: absolute;padding: 16px;background: #FFFFFF;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);border-radius: 8px;z-index: 9;left: -12px;top: 26px;}
.button-collapsible .hint img{width: 324px;}
.collapsible__desc{color: #666666;margin-bottom: 16px;}
.button-collapsible .words-length{position: absolute;right: 12px;top: 11px;color:var(--placehodler-color);}
.button-collapsible .v-input{padding-right: 60px;}
.button-collapsible .v-textarea{padding-right: 60px;}
.drags_box .icon_box i[data-tab=time].scheduled{color:var(--theme-color)}
.drags_box[data-field=button] .rend_btn img{width:30px;height:30px;object-fit:cover;border-radius:50%;margin-right:10px}
.drags_box[data-field=button] .anmt_wrap{display:flex;flex-wrap:wrap}
.drags_box[data-field=button] .anmt__item{width:220px;margin-bottom:14px}
/* .drags_box[data-field=button] .anmt__item span{vertical-align:middle;margin-left:5px} */
.drags_box[data-field=button] .anmt__item span {user-select: none;}
.drags_box[data-field=button] .anmt__item:not([data-anmt='default']) span{height:30px;background-color:#444;border-radius:4px;color:#fff;display:inline-block;text-align:center;line-height:30px;padding:0 10px}
.drags_box[data-field=button] .function-module{margin-bottom:20px}
.drags_box[data-field=button] .button-link>label{margin-bottom:14px;display:inline-block}
.drags_box[data-field=button] .button-link .link-select-wrap{margin-bottom:14px}
.drags_box[data-field=button] .button-link .link-select{width:100%;height:40px;line-height:40px;border:1px solid #dfdfdf;border-radius:4px;padding:0 12px;cursor:pointer}
.drags_box[data-field=button] .button-link .link-select-wrap i{float:right;color:#8b8584;font-size:14px}
.drags_box[data-field=button] .button-link .link-select-wrap.open i{transform:rotate(180deg)}
.drags_box[data-field=button] .button-link .link-select__list{border:1px solid #dfdfdf;border-top:none;display:none}
.drags_box[data-field=button] .button-link .link-select-wrap.open .link-select__list{display:block}
.drags_box[data-field=button] .button-link .link-select-wrap li{height:30px;line-height:30px;padding-left:12px;cursor:pointer}
.drags_box[data-field=button] .button-link .link-select-wrap li:hover{color:var(--theme-color)}
.drags_box[data-field=button] .button-link .link-select-wrap li.selected{background:#e3ffef;color:var(--theme-color)}
.drags_box[data-field=button] .button-link .urlstr_wrap .input-wrap{display:flex;flex-wrap:wrap}
.drags_box[data-field=button] .button-link .urlstr_wrap .input-wrap .msg{color:red;display:none}
.drags_box[data-field=button] .button-link .urlstr_wrap .input-inner{display:flex;width:100%}
.drags_box[data-field=button] .button-link .urlstr_wrap .additional{width: 130px; margin-right: 12px;flex: none;}
.drags_box[data-field=button] .button-link .urlstr_wrap .whole{width:100%;display:inline-block;margin-top:6px;word-break:break-all}
.drags_box[data-field=button] .button-link .urlstr_wrap .whole:empty{display:none}
.drags_box[data-field=button] .button-link .urlstr_wrap input[name=url]{width:100%;height:40px;padding-left:12px;border:1px solid #dfdfdf;border-radius:4px}
.drags_box[data-field=button] .button-link .urlstr_wrap input[name=code]{width:80px;height:40px;padding-left:12px;margin-right:12px;border:1px solid #dfdfdf;border-radius:4px}
.drags_box[data-field=button] .linkop_box{border-bottom:1px solid #eee;padding:0 0 16px;margin-bottom:20px;margin-top: 10px;}
/* .drags_box[data-field=button] .linkop_box div{margin-top:10px} */
/* .drags_box[data-field=button] .linkop_box i{margin-right:4px;vertical-align: middle;}
.drags_box[data-field=button] .linkop_box .v-checkbox__icon{margin-top: 0;} */
.drags_box[data-field=button] .linkop_box .is-pro:before{right: -40px;}
.drags_box[data-field=button] .linkop_box .help p{width:320px;padding:12px 12px;}
.button-file__upload{padding: 36px 0 28px; background: #F5F6F7;border-radius: 8px 8px 8px 8px;text-align: center;cursor: pointer;}
.button-file__upload .upload__icon{width: 40px;}
.button-file__upload .upload__title{margin: 8px 0 4px;font-weight: 600;}
.button-file__upload .upload__desc{font-size: 12px;color: #333333;}
.button-file .file{display: flex;align-items: center; height: 44px;padding: 0 8px;background: #EBEDEF;border-radius: 6px;}
.button-file .file__icon{width: 28px; height: 28px;object-fit: cover;margin-right: 6px;border-radius: 4px;flex: none;}
.button-file .file__delete{margin-left: auto;cursor: pointer;}
.button-file .file__delete i{padding: 8px;}
.button-address  input{ height: 40px;border-radius: 4px;border: 1px solid #DFDFDF;padding: 0 12px;}


.drags_box[data-field=button] .linkop_box .linkop__top{display: flex;align-items: center;}
.drags_box[data-field=button] .linkop_box .linkop_radio__item{margin-bottom: 4px;}
.drags_box[data-field=button] .button-embed{border-bottom:1px solid #eee;padding-bottom:10px}
.drags_box[data-field=button] .button-embed span{vertical-align:middle;color:#777}
.drags_box[data-field=button] .button-embed .button-embed__btn{float:right;color:var(--theme-color)}
.drags_box[data-field=button] .img-box{display:flex;align-items:center;justify-content:center;border:1px solid #ddd}
.drags_box[data-field=button] .pic-box img{width:80px;height:80px;border-radius:50%}
.drags_box[data-field=button] .formBox .title{color:#838181}
.drags_box[data-field=button] .formBox .contact_form{display:flex;justify-content:space-between;margin-top:12px;margin-bottom:25px}
.drags_box[data-field=button] .formBox .contact_form button{color:var(--theme-color)}
.drags_box[data-field=button] .inpstart{width:221px;height:40px;border:1px solid #dfdfdf;border-radius:4px;padding-left:12px}
.drags_box[data-field=button] .inpend{width:221px;height:40px;border:1px solid #dfdfdf;border-radius:4px;padding-left:12px}
.drags_box[data-field=button] .edit_time .basic_box{text-align:center}
.drags_box[data-field=button] .edit_time .basic_box span{text-align:center}
.drags_box[data-field=button] .edit_time .basic_box p{color:#787878;margin-top:15px}
.drags_box[data-field=button] .edit_time .basic_box a{width:130px;height:36px;background:#38e19a;border-radius:2px;color:#fff;margin-top:28px;display:inline-block;text-align:center;line-height:36px}
.drags_box[data-field=button] .edit_time .pro_box div{margin-top:12px;display:flex;justify-content:space-around;border-bottom:1px solid #dfdfdf;padding-bottom:24px;margin-bottom:20px}
.shake{-webkit-animation:shake 1s ease-in-out 0s 1;animation:shake 1s ease-in-out 0s 1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}
.heartbeat{animation:heartbeat 1s ease-in-out 0s 1}
.jello{-webkit-animation:jello 1s ease-in-out 0s 1;animation:jello 1s ease-in-out 0s 1;-webkit-transform-origin:center;transform-origin:center}
@keyframes shake{0%{-webkit-transform:translateX(3px) rotate(1deg);transform:translateX(3px) rotate(1deg)}
10%{-webkit-transform:translateX(-3px) rotate(-1deg);transform:translateX(-3px) rotate(-1deg)}
20%{-webkit-transform:translateX(3px) rotate(1deg);transform:translateX(3px) rotate(1deg)}
30%{-webkit-transform:translateX(-3px) rotate(-1deg);transform:translateX(-3px) rotate(-1deg)}
40%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
50%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
60%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}
70%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}
80%{-webkit-transform:translateX(1px) rotate(1deg);transform:translateX(1px) rotate(1deg)}
90%{-webkit-transform:translateX(-1px) rotate(-1deg);transform:translateX(-1px) rotate(-1deg)}
100%{-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}
}
@keyframes heartbeat{0%{-webkit-transform:scale(1);transform:scale(1)}
14%{-webkit-transform:scale(1.3);transform:scale(1.3)}
28%{-webkit-transform:scale(1);transform:scale(1)}
42%{-webkit-transform:scale(1.3);transform:scale(1.3)}
70%{-webkit-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}
22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}
77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
}
@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}
22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}
33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}
44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}
55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}
66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}
77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}
88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}
}
/* MEDIA */
.drags_box[data-field=media] .rend_btn img{width:30px;height:30px;margin-right: 10px;object-fit:cover;border-radius:50%;}
.con_item[toggle=media] .switch-btn{margin-left:auto;margin-top:5px}
/* END */
/*DOMAIN*/
.domain-box{padding:20px}
.domain-box .shortcode_box{margin-bottom:0}
.domain-box .row-1{margin-top:16px;display:flex;align-items:center}
.domain-box .row-1 input{width:100%;height:42px;border:1px solid #dfdfdf;border-radius:4px;margin-left:18px;padding-left:12px}
.whole-url{margin-top:12px;color:#2e65f3}
.shortcode_box .msg_txt{float:right}
.domain_save_btn{width:100px;height:40px;display:block;margin-left:auto}
/*END*/
.advance-box-item{margin-bottom:16px;padding:0 20px 20px}
[toggle=advance] .adv_form-group{margin-bottom:12px}
[toggle=advance] .adv_form-group label{display:block;margin-bottom:10px}
[toggle=advance] textarea{width:100%;height:80px;resize:none;border:1px solid #dfdfdf;padding-left:12px}
[toggle=advance] textarea[readonly]{background-color:#eee}
[toggle=advance] input[readonly]{background-color:#eee}
[toggle=advance] .adv_form-group input{width:90%;height:36px;border:1px solid #dfe4ed;border-radius:4px;padding-left:12px}
[toggle=advance] .adv_form-group input[name=page_title]{width:100%;}
[toggle=advance] .num-tips{text-align:right}
[toggle=advance] .demo-title{font-size:14px;font-weight:400;margin-top:16px;color:#3e4357}
[toggle=advance] .example{color:#00c}
[toggle=advance] .search{color:green}
[toggle=advance] .result{color:#c00}
[toggle=advance] .upgrade-box{text-align:right}
[toggle=advance] .upgrade-box a{color:var(--theme-color)}
[toggle=advance] .seo_btn_box{text-align:right;margin-top:18px}
[toggle=advance] .seo_btn_box button{width:100px;height:40px;background:var(--theme-color);border-radius:4px;color:#fff}
[toggle=advance] .advan_title{display:flex;align-items:center;line-height:50px;margin:0 -20px;padding-left:20px;border-bottom:1px solid #dfdfdf;color:#333;font-weight:700;}
[toggle=advance] .explain{color:#777}
[toggle=advance] .adv_desc{color:#3e4357;padding:18px 0}
[toggle=advance] .sensitive__top{display: flex;justify-content: space-between;align-items: center;padding: 12px 0;font-size: 18px;font-weight: 700;}
[toggle=advance] .sensitive__list{display: flex;flex-wrap: wrap;margin-top: 16px;}
[toggle=advance] .sensitive__item:not(:last-child){margin-right: 50px;}
.adv_form-group{position:relative}
.adv_form-group .adv_form-favicon{width:100px;height:100px;position:relative;display:none}
.adv_form-group img{border-radius:12px}
.adv_form-group .icon-close{color:#fff;position:absolute;right:-8px;top:-8px;background-color:#cf353d;width:18px;height:18px;line-height:18px;border-radius:50%;text-align:center;cursor:pointer}
.btn-border{border:1px solid var(--theme-color);color:var(--theme-color);line-height:38px;height:40px;min-width:100px;padding:0 20px;border-radius:20px}
.advan_title .tips-help{position: relative;margin-left:8px;}
.advan_title .tips-help span{font-size: 18px;vertical-align: middle;}
.tips-help-favicon img{position: absolute; top: 12px;z-index: 9;display: none;max-width:240px;max-height:128px;}
.tips-help:hover img{display: inline-block;}
/* promote */
.mypage-panel__item[toggle=promote] {background-color: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0800);border-radius: 6px;}
.mypage-panel__item[toggle=promote] .discover,.mypage-panel__item[toggle=promote] .officialWebsite,.mypage-panel__item[toggle=promote] .tagged{padding:20px 38px}
.mypage-panel__item[toggle=promote] .title{line-height:18px;font-size:18px}
.mypage-panel__item[toggle=promote] .is-pro:before{top: 4px;right: -42px;}
.mypage-panel__item[toggle=promote] .desc{margin-top:12px;line-height:22px}
.mypage-panel__item[toggle=promote] .tagged{border-bottom:1px solid #DFDFDF}
.mypage-panel__item[toggle=promote] .tagged .title img{float:right;width:18px}
.mypage-panel__item[toggle=promote] .tagged .title span{float:right;margin-left:8px;font-size:14px}
.mypage-panel__item[toggle=promote] .tagged[data-state='1'] .title span{color:var(--theme-color)}
.mypage-panel__item[toggle=promote] .tagged[data-state='2'] .title span{color:#f4b122}
.mypage-panel__item[toggle=promote] .tagged .line{height:1px;background:#dfdfdf;margin:20px 0}
.mypage-panel__item[toggle=promote] .tagged a{color:inherit}
.mypage-panel__item[toggle=promote] .tagged .input-box{display:flex;margin-top:12px}
.mypage-panel__item[toggle=promote] .tagged .input-box input{width:100%;height:40px;padding-left:12px;border:1px solid #dfdfdf;border-radius:4px 0 0 4px}
.mypage-panel__item[toggle=promote] .tagged .btn-submit{width:40px;height:40px;background-color:var(--theme-color);border-radius:0 4px 4px 0;color: #fff;}
.mypage-panel__item[toggle=promote] .tagged .btn-submit i{font-size: 26px;}
.mypage-panel__item[toggle=promote] .tagged .btn-edit{float:right;color:var(--theme-color)}
.mypage-panel__item[toggle=promote] .tagged .error-msg{display:none;color:red}
.mypage-panel__item[toggle=promote] .btn-publish{width:100px;height:36px;background:var(--theme-color);border-radius:4px;color:#fff}
.mypage-panel__item[toggle=promote] .tagged .img-wrap{text-align:center;margin-top:8px}
.mypage-panel__item[toggle=promote] .tagged .img-wrap img{width:200px;height:200px;object-fit:contain}
.mypage-panel__item[toggle=promote] .tagged .btn-copy img{width:18px}
.mypage-panel__item[toggle=promote] .discover{border-bottom:1px solid #DFDFDF}
.mypage-panel__item[toggle=promote] .discover-state{padding-top:18px}
.mypage-panel__item[toggle=promote] .official-state{padding-top:18px}
.mypage-panel__item[toggle=promote] .discover-state span{vertical-align:middle}
.mypage-panel__item[toggle=promote] .official-state span{vertical-align:middle}
.mypage-panel__item[toggle=promote] .result-review{color:#f4b122}
.mypage-panel__item[toggle=promote] .result-success{color:var(--theme-color)}
.mypage-panel__item[toggle=promote] .result-success p{margin-top:16px}
.mypage-panel__item[toggle=promote] .result-success a{color:var(--theme-color);text-decoration:underline}
.mypage-panel__item[toggle=promote] .result-reject{color:#e13848}
.mypage-panel__item[toggle=promote] .result-reject p{margin-top:16px}
.mypage-panel__item[toggle=promote] .result-reject p:empty{display:none}
.mypage-panel__item[toggle=promote] .discover .btn-edit{float:right}
.mypage-panel__item[toggle=promote]>div:last-child{border-bottom:0}
.mypage-panel__item[toggle=promote] .btn-republish{display:block;width:100px;height:36px;background:var(--theme-color);border-radius:4px;color:#fff;margin-top:18px}
.discover-info-pop{width:500px;position: relative;}
.discover-info-pop .tit{padding-bottom:8px}
.discover-info-pop .disc-item{padding:10px 0}
.discover-info-pop .country .desc{padding-left:24px;color:#777}
.discover-info-pop .country-block{padding:12px 20px 0}
.discover-info-pop .country-block .flag{width:44px;height:44px;border:1px solid #f1f1f1;border-radius:50%;}
.discover-info-pop .country-block .del{width:16px;height:16px;position:absolute;right:0;top:0;cursor:pointer}
.discover-info-pop .country-list{display:inline-block}
.discover-info-pop .country-list li{display:inline-block;position:relative;margin:0 10px}
.discover-info-pop .country-block .btn-add{display:inline-block;cursor:pointer}
.discover-info-pop .input-block{position:relative}
.discover-info-pop .input-block [name=country1],.discover-info-pop .input-block [name=country2],.discover-info-pop .input-block [name=country3]{margin-bottom:20px}
.discover-info-pop .input-block input{width:100%;height:40px;border:1px solid #dfdfdf;border-radius:4px;padding-left:12px}
.discover-info-pop .input-block i{position:absolute;right:15px;top:10px;cursor:pointer}
.discover-info-pop .input-block [name=other_industry]{display:none;margin-top:16px}
.discover-info-pop .industry .options{display:none;position:absolute;top:44px;z-index:9;width:100%;height:400px;overflow:auto;background:#fff;box-shadow:0 0 10px 2px rgb(192 192 192);border-radius:5px}
.discover-info-pop .industry .options::-webkit-scrollbar{display:none}
.discover-info-pop .industry .options li{padding:4px 12px;cursor:pointer}
.discover-info-pop .industry .options img{width:22px;height:22px}
.discover-info-pop .industry .options span{margin-left:8px}
.discover-info-pop .account{padding-bottom:20px;border-bottom:1px solid #dfdfdf;margin-bottom:20px}
.discover-info-pop .account .options{display:none;position:absolute;top:52px;z-index:9;width:100%;overflow:auto;background:#fff;box-shadow:0 0 10px 2px rgb(192 192 192);border-radius:5px}
.discover-info-pop .account .options{padding:10px 0}
.discover-info-pop .account .options li{padding:4px 12px;cursor:pointer}
.discover-info-pop .account .options img{width:22px;height:22px}
.discover-info-pop .account .options span{margin-left:8px}
.discover-info-pop .account .input-img{width:22px;position:absolute;top:10px;left:10px}
.discover-info-pop .account [name=social]{padding-left:36px;margin-bottom:14px}
.discover-info-pop .account .social-block .social:first-child{margin-bottom:14px}
.discover-info-pop .account .input-block .msg{color:red}
.discover-info-pop .account .input-block .msg{display:none}
.discover-info-pop .label .label_null{padding-bottom:20px;border-bottom:1px solid #dfdfdf;margin-top:8px}
.discover-info-pop .label .btn-sel-label{width:100%;height:40px;background-color:var(--theme-color);border-radius:4px;font-size:15px;color:#fff}
.discover-info-pop .label .btn-add-label{display:none;float:right;color:var(--theme-color)}
.discover-info-pop .label .label-item{display:inline-block;margin-right:14px;margin-bottom:14px;padding:12px 10px;background:#dfdfdf;border-radius:2px;color:#333;font-size:14px}
.discover-info-pop .label .label-item i{vertical-align:middle;margin-left:8px;cursor:pointer}
.discover-info-pop .label .label-list{font-size:0}
.discover-country-pop{width:440px}
.discover-country-pop .country-list{height:400px;margin:20px 0;overflow:auto}
.discover-country-pop .country-list::-webkit-scrollbar{display:none}
.discover-country-pop .country-list li{display:flex;align-items:center;margin-bottom:16px}
.discover-country-pop .country-list .flag{width:30px;height:30px;margin-right:12px;border:1px solid #f1f1f1;border-radius:50%;}
.discover-country-pop .country-list span{font-size:16px}
.discover-country-pop .country-list .btn-select{margin-left:auto}
.discover-country-pop .country-list .bright{display:none}
.discover-country-pop .country-list .select .bright{display:block}
.discover-country-pop .country-list .select .gray{display:none}
.discover-label-pop{width:300px}
.discover-label-pop .pop-title{margin-bottom:20px}
.discover-label-pop .num{font-size:12px;display:block;text-align:right;margin-top:8px}
.discover-label-pop .pop-action{text-align:center}
.official-info-pop{width:500px}
.official-info-pop .official-avatar{width:86px;height:86px;margin:6px auto 20px}
.official-info-pop .official-avatar .img_empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0 auto;background:#dfdfdf;border-radius:50%}
.official-info-pop .official-avatar i{color:var(--theme-color);font-size:18px}
.official-info-pop .official-avatar img{border-radius:50%}
.official-info-pop .pop-title{margin-bottom:20px}
/* Subscription */
.lfy_payment{font-size:14px;font-weight:400;width:600px;margin:0 auto;color:#333;scrollbar-width:none;-ms-overflow-style:none}
.lfy_payment::-webkit-scrollbar{display:none}
.lfy_payment h1,.lfy_payment h5{text-align:center}
.lfy_payment h5{margin-top:0;margin-bottom:45px;padding:0 100px}
.lfy_payment .payment_msg,.lfy_payment .person_detail,.lfy_payment .person_msg{background-color:#fff;border:1px solid #e5e5e5;padding:20px 20px 15px 20px;margin-bottom:30px}
.lfy_payment .person_msg .person_msg_area{display:flex;justify-content:flex-start;align-items:center;margin-top:10px}
.lfy_payment .person_msg .person_msg_area>img{height:62px;width:62px;border-radius:50%;margin-right:20px}
.lfy_payment .person_msg .person_msg_area ul li{padding:10px}
.downtofree{padding-bottom:1px;border-bottom:1px solid #8b8584;color:#8b8584;cursor:pointer;margin-left:10px;display:none}
.lfy_payment .person_msg .person_msg_area ul li>small{color:#8b8584}
.lfy_payment .person_detail{display:flex;flex-direction:column}
.lfy_payment .person_detail>p{margin-bottom:15px}
.lfy_payment .person_detail>small{color:#8b8584}
#card_name>input,.person_detail>input{border:1px solid #e5e5e5;margin:10px 0;height:36px;line-height:36px;text-indent:12px;width:100%}
.payment_msg{margin-bottom:15px}
.payment_msg>p{margin-bottom:20px}
.payment_msg_detail{padding-left:25px}
.payment_msg_detail .payment_msg_card{position:relative;margin-bottom:20px;display:none;cursor:pointer}
.payment_msg_detail .payment_msg_card>i{display:inline-flex;width:16px;height:16px;background:url(https://fly.linkcdn.cc/images/radio_btn_def.png) no-repeat;position:absolute;top:1px;left:-25px}
.payment_msg_detail .payment_msg_active>i{background:url(https://fly.linkcdn.cc/images/radio_btn_press.png) no-repeat}
.payment_msg_card .payment_msg_card_detail{background-color:#e5e5e5;border-radius:5px;width:200px;padding:40px 20px 10px;line-height:20px}
.payment_msg_card .payment_msg_card_detail>p{position:relative;margin-bottom:3px}
.payment_msg_card .payment_msg_card_detail>p>i{display:inline-block;width:28px;height:18px;background:url(https://fly.linkcdn.cc/images/card/Visa.png);position:absolute;top:2px;right:-5px}
.payment_msg_detail .payment_msg_add{display:flex;flex-direction:column;cursor:pointer}
.payment_msg_detail .payment_msg_add>span{position:relative}
.payment_msg_detail .payment_msg_add>span>i{display:inline-flex;width:16px;height:16px;background:url(https://fly.linkcdn.cc/images/radio_btn_def.png) no-repeat;position:absolute;top:1px;left:-25px}
.payment_msg_detail .payment_msg_active>span>i{background:url(https://fly.linkcdn.cc/images/radio_btn_press.png) no-repeat}
.payment_msg_detail .payment_msg_add>form{margin-top:10px}
.payment_msg_detail .payment_msg_add>form label{color:#8b8584}
.complete_item{line-height:30px;cursor:pointer}
.complete_item>i{display:inline-block;width:14px;height:14px;background:url(https://fly.linkcdn.cc/images/checkbox_btn_def.png) no-repeat;margin-right:10px}
.complete_item .gototerms{padding-bottom:1px;border-bottom:1px solid #ff6541;color:#ff6541}
.complete_active>i{background-image:url(https://fly.linkcdn.cc/images/checkbox_btn_press.png)}
.footer_btn{height:100px;padding-top:25px}
.footer_btn .card_btn{background-color:var(--theme-color);border:none;color:#fff;padding:8px 25px;outline:0}
.cue_i_red{color:#fa755a;margin-left:12px}
#card_name>input::-webkit-input-placeholder{color:#999}
#card_name>:-moz-placeholder{color:#999}
#card_name>::-moz-placeholder{color:#999}
#card_name>:-ms-input-placeholder{color:#999}
.StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid #e5e5e5;border-radius:4px;margin:10px 0;color:#999}
.StripeElement--invalid{border-color:var(--theme-color)}
.StripeElement--webkit-autofill{background-color:#fefde5!important}
#card-errors{background-color:var(--theme-color);color:#fff;text-align:center}
.pro_price span{font-size:18px}
.billing_history{background-color:#fff;border:1px solid #ddd;margin-bottom:20px;min-height:75px;padding-bottom:15px;max-height:400px;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
.billing_history::-webkit-scrollbar{display:none}
.billing_history>p{padding:20px 20px 15px;font-size:16px}
.billing_history .bill_history_item{display:flex;border-left:4px solid #f26129;height:36px;line-height:36px;margin-bottom:2px;align-items:center}
.bill_history_item .bill_date{text-indent:20px;width:28%}
.bill_history_item .bill_price{width:23%;text-align:center}
.bill_history_item .bill_duration{width:19%;text-align:center}
.bill_history_item>i{display:block}
.bill_history_item .credit_icon{width:18%;text-align:center}
.bill_history_item>a{margin-right:12px}
.bill_history_item .pdf_icon{display:block;width:14px;height:16px;background:url(https://fly.linkcdn.cc/images/billing_pdf_btn.png) center no-repeat;cursor:pointer}
.bill_history_item .view_icon{display:block;width:16px;height:10px;background:url(https://fly.linkcdn.cc/images/billing_view_btn.png) center no-repeat;cursor:pointer}
.person_detail .detail_header{margin:0 20px;font-size:0;margin-bottom:20px}
.person_detail .detail_header li{display:inline-block;width:20%;font-size:14px}
.detail_con li{margin-bottom:18px;font-size:0}
.detail_con li>span:first-child{text-indent:14px}
.detail_con li>span{width:20%;display:inline-block;font-size:14px}
.card_info{font-size:14px;height:120px;background:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.1);border-top-right-radius:10px;border-top-left-radius:10px;padding-left:22px;margin-top:20px;position:relative;display:none}
.card_info .title,.change_card .title{font-size:16px;font-weight:500;color:#333;padding-top:20px;margin-bottom:18px}
.card_info .fullname{margin-bottom:16px}
.cardnum span,.fullname span{color:#333}
.change_card{display:none;font-size:14px;height:220px;background:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.1);border-top-right-radius:10px;border-top-left-radius:10px;padding-left:22px;margin-top:20px;position:relative}
#card_name>input,.person_detail>input{border:1px solid #e5e5e5;margin:10px 0;height:36px;line-height:36px;text-indent:12px;width:100%}
#card_name>input::-webkit-input-placeholder{color:#999}
#card_name>:-moz-placeholder{color:#999}
#card_name>::-moz-placeholder{color:#999}
#card_name>:-ms-input-placeholder{color:#999}
.StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid #e5e5e5;border-radius:4px;margin:10px 0;color:#999}
.StripeElement--invalid{border-color:#fa755a}
.StripeElement--webkit-autofill{background-color:#fefde5!important}
#card-errors{background-color:#ff6541;color:#fff;text-align:center}
.btn_edit{padding:5px 10px;border:2px solid #1199d5;border-radius:2px;color:#1199d5;float:right;margin-top:20px;margin-right:20px}
.btn_done{padding:5px 10px;border:2px solid #1199d5;border-radius:2px;color:#1199d5;float:right;margin-top:20px;margin-right:20px}
.btn_strip{color:#1199d5;cursor:pointer}
.card_info:after{content:'';position:absolute;width:0;height:0;top:-9px;right:200px;border-style:solid;border-width:10px;border-color:transparent transparent #fff #fff;transform:rotate(135deg);-webkit-box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);-moz-box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1)}
.change_card:after{content:'';position:absolute;width:0;height:0;top:-9px;right:200px;border-style:solid;border-width:10px;border-color:transparent transparent #fff #fff;transform:rotate(135deg);-webkit-box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);-moz-box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1)}
.btn_unsub{cursor:pointer;color:#1199d5}
.no_sub{text-align:center;margin-bottom:10px}
/*Button Add*/
.is-pro{position:relative}
.is-pro:before{content:'PRO';display:block;position:absolute;top:0;right:0;width:32px;line-height:18px;background:var(--theme-color);font-size:12px;color:#fff;text-align:center;border-radius:10px;}
.button-toolbar__item .toolbar__info div img{width:34px;}
.button-toolbar__item.is-pro:before{top:5px;right:5px;}
.button-toolbar-pop .m-modal__body{padding-top:0;max-height:80vh;overflow:auto;overflow-x:hidden}
.button-toolbar-pop .button-toolbar__title{color:#333;font-size:16px;line-height:24px;font-weight:500;margin:15px 0 10px}
.button-toolbar-pop .button-toolbar__list{display:flex;flex-wrap:wrap}
.button-toolbar-pop .button-toolbar__item{position:relative;width:188px;background-color: #F5F6F8;border-radius:4px;margin-bottom:20px;transition:all 0.1s linear;cursor:pointer;}
.button-toolbar-pop .button-toolbar__item:hover{background-color:var(--theme-color-hover-gray);transform:scale(1.03);}
.button-toolbar-pop .button-toolbar__item:nth-child(3n+2){margin:0 20px 20px}
.button-toolbar-pop .button-toolbar__item.fee::after{position: absolute;top: 4px;right:10px;content: "\f184";font-family: "lfedit";font-size: 18px;}
.button-toolbar-pop .button-toolbar__item.fee::before{position: absolute;content: "";background-color: rgb(255, 255, 255, .5);top: 0 ;left: 0;bottom: 0;right: 0;}

.button-toolbar-pop .m-modal__header {border-bottom: 1px solid #EEEEEE;padding: 14px 20px;text-align: center;}
.button-toolbar-pop .m-modal__title {font-weight: 500;}
.button-toolbar-pop .toolbar__info{padding:20px;text-align:center}
.button-toolbar-pop .toolbar__info i{color:#333;font-size:26px;margin:0 4px;}
.button-toolbar-pop .toolbar__info i.icon-youtube{font-size:22px}
.button-toolbar-pop .toolbar__icon img{width: 36px;}
.button-toolbar-pop .toolbar__text{margin-top:8px;}
.button-toolbar-pop .toolbar__title{font-weight: 500;}
.button-toolbar-pop .toolbar__desc{color:#666;margin-top:4px}
.button-toolbar-pop .toolbar__title img{margin-left:10px;width:30px;height:18px}

.button-toolbar__item[data-tool="shopee"]{display:none}
.help{position: relative;}
.help i{margin-left:6px;vertical-align:bottom;cursor:pointer}
.help p{display:none;position:absolute;z-index:2;top:20px;left:24px;opacity:1;transform:translateY(-100%);background:#fff;border-radius:6px;box-shadow:0 0 10px 0 rgba(0,0,0,.08)}
.help p span{display:inline-block;margin-bottom:8px;}
.help p img{width:100%}
.button-group-toolbar .help p{width:286px}
.help:hover p{display:block}
.help:hover p img{animation:fadeInWidth .3s linear}
@-webkit-keyframes fadeInWidth{0%{width:0;opacity:0}
100%{width:100%;opacity:1}
}
@keyframes fadeInWidth{0%{width:0;opacity:0}
100%{width:100%;opacity:1}
}
/*History Button*/
.history_button_pop .his-button__list{min-height:300px;max-height:500px;overflow:auto;padding-right:4px}
.history_button_pop .his-button__list::-webkit-scrollbar{width:6px;height:6px;margin-left:10px;background:0 0}
.history_button_pop .his-button__list::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}
.history_button_pop .his-button__list:hover::-webkit-scrollbar-thumb{background:hsla(0,0%,53%,.4)}
.history_button_pop .his-button__list:hover::-webkit-scrollbar-track{background:hsla(0,0%,53%,.1)}
.history_button_pop .his-button__list li{display:flex;align-items:center}
.history_button_pop .his-button__list li:not(:last-child){margin-bottom:20px}
.history_button_pop .his-button__list .btn_info{width:424px;height:51px;display:flex;align-items:center;padding:0 14px;background:#fff;border:1px solid #dfdfdf;border-radius:4px}
.history_button_pop .his-button__list .btn_info img{width:30px;height:30px;margin-right:10px}
.history_button_pop .his-button__list .txt_info{width:78%}
.history_button_pop .his-button__list .txt_info span{max-width:300px;display:inline-block}
.history_button_pop .his-button__list .txt_info p{font-size:12px;color:#a9a9a9}
.history_button_pop .his-button__list i.remove{margin-left:auto;color:#777;font-size:18px;cursor:pointer}
.history_button_pop .el-radio_input{width:15px;height:15px;border:1px solid #ccc;display:inline-block;position:relative;cursor:pointer;margin-left:auto;border-radius:2px}
.history_button_pop .his-button__list li.select .el-radio_input{border:none}
.history_button_pop .his-button__list li.select .el-radio_input::before{content:"";display:inline-block;width:15px;height:15px;border:1px solid var(--theme-color)}
.history_button_pop .his-button__list li.select .el-radio_input::after{content:"";position:absolute;width:9px;height:5px;border-left:1px solid var(--theme-color);border-bottom:1px solid var(--theme-color);top:4px;left:3px;transform:rotate(-50deg)}
.history_button_pop .done{width:100px;height:40px;background:var(--theme-color);border-radius:4px;color:#fff;display:block;margin-left:auto;margin-top:20px}
.history_button_pop .his-button__blank{text-align:center;padding:20px 0}
.history_button_pop .his-button__blank img{width:240px;height:200px}
.history_button_pop .his-button__loading{height: 300px;margin: 0 auto;text-align: center;line-height: 300px;}
.history_button_pop .his-button__loader{display: inline-block;color: #acb5bf;font-size: 42px;animation: 1s linear 0s infinite normal none running spin;}

/*Button-Supportme*/
/*.supportme-pop{width:500px;height:80vh;max-height:800px;overflow:auto;display:flex;flex-direction:column}*/
/*.supportme-pop .supportme__cont{margin:10px 0 20px;overflow:auto;flex:auto}*/
/*.supportme-pop .supportme__cont::-webkit-scrollbar{width:6px;height:6px;background:0 0}*/
/*.supportme-pop .supportme__cont::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}*/
/*.supportme-pop .supportme__cont:hover::-webkit-scrollbar-thumb{background:hsla(0,0%,53%,.4)}*/
/*.supportme-pop .supportme__cont:hover::-webkit-scrollbar-track{background:hsla(0,0%,53%,.1)}*/
/*.supportme-pop .supportme__provider{margin-top:10px}*/
/*.supportme-pop .supportme__provider__input{width:364px;height:40px;border:1px solid #dfdfdf;border-radius:4px;position:relative}*/
/*.supportme-pop .supportme__provider__select{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 12px;cursor:pointer}*/
/*.supportme-pop .supportme__provider__option{display:none;position:absolute;top:40px;left:0;z-index:101;width:100%;background-color:#fff;border-left:1px solid #dadada;border-right:1px solid #dadada;border-radius:0 0 5px 5px}*/
/*.supportme-pop .supportme__provider__option li{height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #dadada;cursor:pointer}*/
/*.supportme-pop .supportme__provider__option .selected{color:var(--theme-color)}*/
/*.supportme-pop .supportme__provider__option li i{display:none}*/
/*.supportme-pop .supportme__provider__option .selected i{display:initial}*/
/*.supportme-pop .supportme__provider__title{padding-bottom:10px}*/
/*.supportme-pop .supportme__provider__add{width:364px;height:40px;border:1px solid #dfdfdf;border-radius:4px;margin-top:14px;color:var(--theme-color)}*/
/*.supportme-pop .supportme__price{margin:20px 0 14px}*/
/*.supportme-pop .supportme__price__desc{padding:6px 0 12px;color:#777}*/
/*.supportme-pop .supportme__price__add{width:364px;height:40px;border:1px solid #dfdfdf;border-radius:4px;color:var(--theme-color)}*/
/*.supportme-pop .supportme__br{height:1px;background-color:#dfdfdf}*/
/*.supportme-pop .supportme__supporters{height:80px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfdfdf;font-size:18px}*/
/*.supportme-pop .supportme__price_list li{display:flex;align-items:center;margin-bottom:14px}*/
/*.supportme-pop .supportme__price_list li img{cursor:pointer}*/
/*.supportme-pop [name=amount]{width:364px;height:40px;border:1px solid #dfdfdf;border-radius:4px;padding:12px;margin-right:10px}*/
/*.supportme-pop .supportme__supporters .switch-btn{flex:none;margin-left:10px}*/
/*.provider-select-pop{width:300px}*/
/*.provider-select-pop ul{display:flex;justify-content:space-between;padding:40px}*/
/*.provider-select-pop li{display:flex;flex-direction:column;justify-content:center;cursor:pointer}*/
/* online icon */
.online_block_pop .modal-container{width:570px;height:504px}
.online_block_pop .title{font-size:16px;color:#333;padding:22px 0 16px 25px}
.online_block_pop .online_tab_box{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.online_block_pop .online_tab{display:flex;line-height:50px;}
.online_block_pop .online_tab li{position: relative;  min-width: 50px; padding: 0 12px; text-align: center;cursor: pointer; }
.online_block_pop .online_tab li span{display:block;width:60px;height:4px;background:0 0;position:absolute;bottom:0;left:50%;margin-left:-30px}
.online_block_pop .online_tab li.selected span{background:var(--theme-color)}
.online_block_pop .online_con_box{padding-top:20px;height:390px;overflow-y:auto;overflow-x:hidden;}
.online_block_pop .online_con_box ul{padding:0 40px;margin-right:-20px;display:none}
.online_block_pop .online_con_box::-webkit-scrollbar{display:none}
.online_block_pop .online_con_box ul li{display:inline-block; width:64px;height:64px;margin-right:20px;margin-bottom:24px;background:#fff;border-radius:6px;box-shadow:0 0 10px 0 rgba(0,0,0,.2);vertical-align:top;text-align:center;line-height:64px;cursor:pointer;}
.online_block_pop .online_con_box ul img{width:40px;height:40px;border-radius:50%}
.online_block_pop .close-icon{width:10px;height:10px;display:inline-block;background:url(https://fly.linkcdn.cc/images/Close.png) center center no-repeat;background-size:100% 100%;right:20px;position:absolute;top:22px;cursor:pointer}
/* Shopify */
.addon-shopify{width:560px;margin:20px auto 0;display:none}
.addon-shopify__body{display:none;max-height:calc(100vh - 110px);height:auto;min-height:210px;}
.addon-shopify__list{max-height:calc(100% - 60px);height:auto;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.addon-shopify__list::-webkit-scrollbar{display:none}
.addon-shopify__item{display:flex;align-items:center;border:1px solid #dfdfdf;border-radius:4px;height:81px;padding:8px 20px}
.addon-shopify__item:not(:last-child){margin-bottom:16px}
.shopify__info{position:relative;display:flex;height:100%;align-items:center}
.shopify__info-state{position:absolute;left:0;top:0}
.shopify__info-img{width:30px;height:30px}
.shopify__info-detail{display:flex;padding-left:12px}
.shopify__info-text{padding-left:8px}
.shopify__info-type{color:#aaa;font-size:12px}
.addon-shopify__item .state{background:#fff;width:12px;height:12px;border-radius:50%}
.addon-shopify__item .active{background:#71dd9f}
.addon-shopify__item .deactive{background:#d45650}
.addon-shopify__body .add{margin-left:auto;display:block;margin-top:20px}
.addon-shopify__null{text-align:left;padding:32px;display:none}
.addon-shopify__null .null-desc{margin:14px 0 20px}
.addon-shopify__null .btn{width:100%}
.popup-shopify-edit{width:300px}
.popup-shopify-edit .shopify-edit-type{background-color:rgba(56,225,153,.2);display:flex;align-items:center;height:36px;width:100%;padding:0 8px}
.popup-shopify-edit .shopify-edit-img{width:22px;height:22px}
.popup-shopify-edit .shopify-edit-title{width:100%;font-size:12px}
.popup-shopify-edit .shopify-edit-state{width:20px;height:20px}
.popup-shopify-edit .shopify-edit-input{line-height:36px;margin-top:14px;position:relative}
.popup-shopify-edit .shopify-edit-input:after{content:'.myshopify.com';display:inline-block;right:4px;width:110px;position:absolute;text-align:right;color:#aaa}
.popup-shopify-add .shopify-edit-input:after{content:none;display:none}
.popup-shopify-edit .shopify-edit-input input{height:36px;width:100%;border:1px solid #dfdfdf;border-radius:2px;text-indent:8px}
.popup .shopify-perms li{margin-top:12px;display:flex;align-items:center}
.popup .shopify-perms li:before{content:'';display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#7d7d7d;margin-right:6px}
.popup .shopify-tips{color:#aaa;margin-top:16px;font-size:12px;position:relative}
.popup .shopify-tips-help{cursor:help;margin-right:4px;display:inline-block;width:16px;height:16px;}
.popup .shopify-tips-error{font-size:12px;color:#e54a4a;display:none}
.popup .shopify-tips-popup{display:none;position:absolute;top:14px;left:0;width:320px;min-height:140px;z-index:9}
.popup .shopify-connect-body{max-width:340px}
.popup .shopify-connect-body p{margin-bottom:12px}
.popup .shopify-connect-body p:last-child{margin-bottom:0}
.popup .shopify-connect-action{display:block}
.popup .shopify-connect-action .popup-action-box{margin-right:0}
.popup .shopify-connect-action .popup-action-box:first-child{margin-bottom:20px}
.create-shopify-account{max-width:340px}
.create-shopify-account p{margin-bottom:12px}
.create-shopify-account p:last-child{margin-bottom:-14px}
.create-shopify-account .btn{width:340px;margin-top:32px}
.create-shopify-account .outlink{color:#aaa}
.create-shopify-account .desc{color:#aaa}
.addon-shopify-pop .addon-shopify{margin-top:0}
/* Button - Shopify */
.shopify-pop{width:560px;overflow:auto;display:flex;flex-direction:column;min-height:600px;max-height:800px;}
.shopify-pop img{width:100%;height:100%;}
.shopify-pop .shopify__cont{margin:10px 0 20px;overflow:auto;flex:auto}
.shopify-pop .shopify__cont::-webkit-scrollbar{width:6px;height:6px;background:0 0}
.shopify-pop .shopify__cont::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}
.shopify-pop .shopify__cont:hover::-webkit-scrollbar-thumb{background:hsla(0,0%,53%,.4)}
.shopify-pop .shopify__cont:hover::-webkit-scrollbar-track{background:hsla(0,0%,53%,.1)}
.shopify-pop .shopify__provider{margin-top:10px}
.shopify-pop .shopify__provider__input{width:364px;height:40px;border:1px solid #dfdfdf;border-radius:4px;position:relative;cursor:pointer;}
.shopify-pop .shopify__provider__select{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 12px}
.shopify-pop .shopify__provider__option{display:none;position:absolute;top:40px;left:0;z-index:101;width:100%;background-color:#fff;border-left:1px solid #dadada;border-right:1px solid #dadada;border-radius:0 0 5px 5px}
.shopify-pop .shopify__provider__option li{height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #dadada}
.shopify-pop .shopify__provider__option .selected{color:var(--theme-color);background-color:rgba(56, 225, 153, 0.10);}
.shopify-pop .shopify__provider__option li:hover{color:var(--theme-color);background-color:rgba(56, 225, 153, 0.10);}
.shopify-pop .shopify__provider__title{padding-bottom:10px}
.shopify-pop .shopify__provider__add{width:364px;height:40px;border:1px solid #dfdfdf;border-radius:4px;margin-top:14px;color:var(--theme-color)}
.shopify-pop .shopify__products{margin:20px 0 14px}
.shopify-pop .shopify__products__desc{padding:6px 0 12px;color:#777}
.shopify-pop .shopify__products__add{width:364px;height:40px;border:1px solid #dfdfdf;border-radius:4px;color:var(--theme-color)}
.shopify-pop .shopify__br{height:1px;background-color:#dfdfdf}
.shopify__provider__option .shopify__info-state{display:none}
.shopify__provider__option .shopify__info-img{display:none}
.shopify__provider__option .shopify__info-type{display:none}
.shopify__provider__option .hover__actions{display:none}
.shopify__provider__option .shopify__info-detail{padding:0}
.shopify-pop .shopify__provider__option li{border:none;border-bottom:1px solid #dadada;margin-bottom:0;}
.shopify-pop .shopify__products__title{display:flex;    justify-content: space-between;}
.shopify-pop .shopify__products__title{display:flex;    justify-content: space-between;}
.shopify-pop .shopify__products--remove{color:var(--theme-color);cursor:pointer}
.popup .shopify-source-item{cursor:pointer;display:flex;align-items:center;padding:12px}
.popup .shopify-source-collection{border-bottom:1px solid #ddd}
.popup img{width:100%;height:100%;}
.popup .shopify-source-item .source-icon{width:40px;height:40px;margin-right:12px}
.popup .shopify-source-item .source-text-desc{color:#777}
.popup .shopify-collection{margin-bottom:20px;border-bottom:1px solid #dfdfdf;padding-bottom:20px}
.popup .shopify-collection-null{min-width:400px;text-align:center;display:none}
.popup .shopify-collection-list{min-width:400px;display:none;max-height:600px;overflow-y:auto}
.popup .shopify-collection-list li{display:flex;align-items:center;height:100px;margin-top:20px}
.popup .shopify-null-image{margin:35px auto 16px;width:160px;}
.shopify-collection .popup-text{max-width:440px}
.popup .shopify-source-action{justify-content:end}
.popup .shopify-source-action .popup-action-box{width:120px}
.popup .shopify-source-action .popup-btn-ok{width:100%}
.popup .shopify-collection-list .shopify-coll-item{display:flex;align-items:center;margin-left:12px;}
.popup .shopify-collection-list .coll-item-img{height:100px;width:100px}
.popup .shopify-collection-list .coll-item-img img{object-fit:cover;width:100%;height:100%}
.popup .shopify-collection-list .coll-item-title{margin-left:12px;word-break:break-all}
.shopify-pop .shopify__products-null{min-width:400px;text-align:center;display:none}
.shopify-pop .shopify-null-image{margin:35px auto 16px}
.shopify-pop .shopify__products_list li{display:flex;align-items:center;margin-bottom:16px;}
.shopify-pop .shopify__products_list .shopify-prod-item{display:flex;align-items:center;margin-left:12px;margin-right:12px;}
.shopify-pop .shopify__products_list .prod-item-img{width:100px;height:100px;min-width:100px;margin-right:12px;}
.shopify-pop .shopify__products_list .select-checkbox{display:none}
.shopify-pop .shopify-collection .select-remove{display:none}
.popup .shopify-products-null{min-width:400px;text-align:center;display:none}
.popup .shopify__products_list{min-width:400px;display:none;max-height:600px;overflow-y:auto}
.popup .shopify__products_list li{display:flex;align-items:center;height:100px;margin-top:20px}
.popup .shopify__products_list .shopify-prod-item{display:flex;align-items:center;margin-left:12px;margin-right:12px}
.popup .shopify__products_list .prod-item-img{width:100px;height:100px;min-width:100px;margin-right:12px}
.popup .shopify-products-search{display:flex;align-items:center;line-height:40px;height:42px;border:1px solid var(--theme-color);padding-left:12px;position:relative;border-radius:21px;margin-top:20px}
.popup .shopify-products-search input{border:none;width:100%;height:100%;border-radius:20px}
.popup .shopify-products-search input::-moz-placeholder{color:#aaa}
.popup .shopify-products-search input::-ms-input-placeholder{color:#aaa}
.popup .shopify-products-search input::-webkit-input-placeholder{color:#aaa}
.popup .shopify-products-search input::placeholder{color:#aaa}
.popup .shopify-products-search span{margin-right:16px;cursor:pointer;color:var(--theme-color)}
.popup .shopify__products_list .select-remove{display:none}
/*Form Editor*/
.formList{width:560px;max-height:100%;margin:0 auto;display: none;}
.formList__cont{display: none;width: 100%;flex-direction: column;}
.formList__cont .formList__list{margin-top: -20px;padding-top: 20px;flex: 1 1 auto;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}
.formList__cont .formList__list::-webkit-scrollbar{display:none}
.formList__cont .formList__item{display:flex;align-items:center;height:80px;padding:0 10px 0 20px;border:1px solid #dfdfdf;border-radius:4px;}
.formList__cont .formList__item:not(:last-child){margin-bottom:20px}
.formList__cont .formList__item .is-select{display: none;margin-right:20px;flex: none;}
.formList__cont .formList__item .icon-location1{font-size:20px;margin-right:12px}
.formList__cont .formList__item .form__info{flex:none;width:65%;display: flex;align-items: center;}
.formList__cont .formList__item .form__info i{margin-right: 14px;font-size:30px;}
.formList__cont .formList__item .form__text{width: 100%}
.formList__cont .formList__item .gray{color:#aaa}
.formList__cont .hover__actions{display:flex;align-items:center;margin-left:auto}
.formList__cont .actions__item{position: relative;display: flex; justify-content: center;}
.formList__cont .actions__item i{font-size: 22px;cursor: pointer;}
.formList__cont .actions__item span{position:absolute;display:none;top:-30px;background:#e9e9e9;border-radius:5px;color:#333;font-size:12px;padding:4px 10px;width:max-content}
.formList__cont .actions__item:hover span {display: inline;}
.formList__cont .add{margin-top: 20px;display: block;margin-left: auto;}
.formList-pop .formList__cont{max-height: 600px;}
.formList-pop .formList__item .is-select{display:inline-block;}
.formList-pop .formList__cont .apply{display: none;}
.formList-pop .add{color: var(--theme-color);font-size: 16px;}
.formList__blank{display: none;width: 100%;padding:100px 30px;text-align: center;}
.formList__blank .blank-img{padding-top: 40px;}
.form-editor-pop .m-modal__header{display: none;}
.form-editor-pop .m-modal__body{padding:0}
.form-editor-pop .formEdit__head{display: flex;align-items: center;padding: 0 40px;justify-content: space-between;height: 70px;border-bottom: 1px solid #E6E6E6;}
.form-editor-pop .formEdit__head .title{font-size: 22px;color: #070403;}
.form-editor-pop .formEdit__head .action{font-size: 0}
.form-editor-pop .formEdit__head .save{margin-left: 20px;}
.formEdit__body{display: flex;justify-content: space-between;padding: 0 20px 0 40px;}
.formEdit__view {width: 466px;}
.formEdit__view .tips{margin: 18px 0 12px;}
.formEdit__style{padding: 50px 20px 0;width: 446px;}
.formEdit__style .style__tab {margin-bottom: 20px;}
.formEdit__style .style__tab li{display: inline-block;margin-right: 30px;font-size: 16px;cursor: pointer;}
.formEdit__style .style__tab .selected{color: var(--theme-color)}
.formList__wrap .add{margin-left: auto;display: block;margin-top: 20px;}
.formEdit__style .title{margin-bottom:10px;font-size:18px;}
.form-oldeditor-pop .m-modal__header{display: none;}
.form-oldeditor-pop .m-modal__body{padding:0}
.form-oldeditor-pop .formEdit__head{display: flex;align-items: center;padding: 0 40px;justify-content: space-between;height: 70px;border-bottom: 1px solid #E6E6E6;}
.form-oldeditor-pop .formEdit__head .title{font-size: 22px;color: #070403;}
.form-oldeditor-pop .formEdit__head .action{font-size: 0}
.form-oldeditor-pop .formEdit__head .save{margin-left: 20px;}
.form-template-pop .form-template__cont{display: flex;height: 600px; overflow: auto;  }
.form-template-pop .form-template__list{display: inline-block;}
.form-template-pop .item{width:300px;}
.form-template-pop .item .title{display: flex;justify-content: space-between;padding: 0 20px;font-weight: bold;}

.linkpage-applyto-pop .blank-list{padding: 80px 0 100px;text-align: center;}
.linkpage-applyto-pop .blank-tips{color: #aaaaaa;margin-top: 30px;}
.linkpage-applyto-pop .blank-button{margin-top: 40px}
.formEdit-select-pop .form-services__item{display:flex;padding:10px 12px;border:1px solid #dfdfdf;border-radius:4px;height:50px;line-height:30px;margin-bottom:12px;}
.formEdit-select-pop .service__drag{width:32px;text-align:left;}
.formEdit-select-pop .service__drag i{font-size:14px;color:#777777}
.formEdit-select-pop .service__text{width:100%}
.formEdit-select-pop .service__text input{width:100%;height:100%;border:none}
.formEdit-select-pop .service__remove{width:24px;cursor:pointer;}
.formEdit-select-pop .service__remove .iconfont{color:#dfdfdf}
.formEdit-select-pop .add-btn{ color: #ff6541;display: block;margin-left: auto;}
.formEdit-Servers-pop .success-message-group label{margin-bottom: 8px;}
.formEdit-Servers-pop .success-message-group .tips{line-height: 18px; color: #777777; margin-bottom: 16px;}
.formEdit-Servers-pop .required{display: inline-block;}
.formEdit-Servers-pop .required .label{margin-left: 10px;vertical-align: middle;}
.formEdit-Servers-pop .top{display: flex;justify-content: space-between; margin-bottom: 10px;}
.formEdit-Servers-pop .add-btn{width: 100%;height: 40px;border: 1px solid #DFDFDF;border-radius: 4px;color: var(--theme-color);}
.formEdit-Servers-pop .service-group__item{display:flex;padding:10px 12px;border:1px solid #dfdfdf;border-radius:4px;height:50px;line-height:30px;margin-bottom:12px;}
.formEdit-Servers-pop .service__drag{width:32px;text-align:left;}
.formEdit-Servers-pop .service__drag i{font-size:14px;color:#777777}
.formEdit-Servers-pop .service__text{width:100%}
.formEdit-Servers-pop .service__text input{width:100%;height:100%;border:none}
.formEdit-Servers-pop .service__remove{width:24px;cursor:pointer;}
.formEdit-Servers-pop .service__remove .iconfont{color:#dfdfdf}
.formEdit-Servers-pop .formEdit-key__list{display: flex;flex-wrap: wrap;}
.formEdit-Servers-pop .formEdit-key__item{width: 33.3%;margin-bottom: 30px;text-align: center;cursor: pointer;}
.formEdit-Servers-pop .formEdit-key__item:hover{color: var(--theme-color);}
.formEdit-Servers-pop .formEdit-key__list span{display: block;}
.formEdit-Servers-pop .formEdit-key__list i{font-size: 30px}
/*Button Feed*/
.feed-edit-pop .m-modal__body{padding-top: 0;}
.feed-edit-pop .feed__desc{padding-top:4px;color:#666666;}
.feed-edit-pop .feed__platform{margin-top: 15px;}
.feed-edit-pop .platform__list{margin-top: 8px;}
.feed-edit-pop .platform__item{float: left;border-radius: 4px;border: 2px solid transparent;cursor: pointer;}
.feed-edit-pop .platform__item:not(:last-child){margin-right: 14px;}
.feed-edit-pop .platform__item img{width: 36px;}
.feed-edit-pop .platform__list .selected{border: 2px solid var(--theme-color);}
.feed-edit-pop .feed__link{margin-top: 15px;}
.feed-edit-pop .feed__link .msg{display: none;font-size: 12px;margin-top: 4px;color: red;}
.feed-edit-pop .max__list {margin-top: 8px;}
.feed-edit-pop .max__item{float: left;width: 100px;font-size: 16px;line-height: 38px;border: 1px solid #999999;margin-right: 20px;text-align: center;cursor: pointer;}
.feed-edit-pop .max__list .max__item.selected{background: #666666;color: #ffffff;}
.feed-edit-pop .feed-youtube-channel{display:none;border:1px solid #999999}
.feed-edit-pop .feed__selected{display:none;}
.feed-edit-pop .feed-youtube-channel .channel-item{padding:10px;display:flex;align-items:center}
.feed-edit-pop .feed__selected .channel-item{padding:10px;display:flex;align-items:center}
.feed-edit-pop .feed-youtube-channel .channel-item-avatar{width:36px;height:36px;margin-right:10px;}
.feed-edit-pop .feed__selected .channel-item-avatar{width:80px;height:80px;margin-right:10px;}
.channel-item-avatar{cursor:pointer}
.channel-item-info .link_btn{color: var(--theme-color);}
.channel-item-avatar img{border-radius:50%;}
.feed-youtube-channel .title{font-size:14px;line-height:22px;}
.feed-youtube-channel .desc{font-size:12px;line-height:16px;}
/*Button Content Details*/
.contactDetails-edit-pop .m-modal__body{padding-top:0;max-height:80vh;overflow: auto;overflow-x:hidden;}
.contactDetails-edit-pop .m-modal__body::-webkit-scrollbar{width:6px;height:6px; background: transparent;}
.contactDetails-edit-pop .m-modal__body::-webkit-scrollbar-thumb {background: transparent; border-radius: 4px;}
.contactDetails-edit-pop .m-modal__body:hover::-webkit-scrollbar-thumb {background: hsla(0, 0%, 53%, 0.4);}
.contactDetails-edit-pop .m-modal__body:hover::-webkit-scrollbar-track {background: hsla(0, 0%, 53%, 0.1); }
.contactDetails-edit-pop .desc{color: #666666;padding-top: 4px;margin-bottom: 14px;}
.contactDetails-edit-pop .contactDetails__name input{width: 224px;}
.contactDetails-edit-pop .contactDetails__name [name="lastName"]{float: right;}
.contactDetails-edit-pop .contactDetails__occupation [name="organization"]{margin-bottom: 12px;}
.contactDetails-edit-pop .contactDetails__email{margin-bottom: 2px;}
.contactDetails-edit-pop .contactDetails__phone{margin-bottom: 2px;}
.contactDetails-edit-pop .contactDetails__email input{float: right;width:258px;}
.contactDetails-edit-pop .contactDetails__phone input{float: right;width:258px;}
.contactDetails-edit-pop .selectBoxes{display: inline-block;width: 224px;height: 40px;pointer-events: all;border: 1px solid #DFDFDF;border-radius: 4px;transition: margin-bottom 0.1s linear 0s;font-size: 14px;vertical-align: middle;position: relative;margin-bottom: 12px;}
.contactDetails-edit-pop .selectBoxes select{appearance:none;background-color: transparent;background-image: none;border-radius: 0px;border: none;box-shadow: none;padding: 0px 48px 0px 12px;box-sizing: border-box;text-overflow: ellipsis;color: rgb(104, 109, 115);width: 100%;height: 100%;position: relative;z-index: 1;font-size: 14px;}
.contactDetails-edit-pop .selectBoxes i{position: absolute;right: 16px;top: 9px;color: #777;}
.contactDetails-edit-pop .contactDetails__address input{margin-bottom: 12px;}
.contactDetails-edit-pop .contactDetails__address {margin-bottom: 4px;}
.contactDetails__address__state{float: right;}
/* Themes */
.theme-wrapper{height: calc(100vh - 70px);padding-top: 28px;padding-bottom: 30px;}
.theme-wrapper .themes__inner{width:1070px;height: 100%;margin:0 auto;background-color: #fff;border-radius: 6px;display: flex;flex-direction: column;}
.themes__inner .themes__head{display: flex; flex-wrap: wrap;padding: 24px 28px 8px 28px;margin-right: -12px;flex-shrink: 0;}
.themes__inner .themes__head li{display:flex;padding: 0 6px;margin: 0 12px 12px 0;line-height: 30px;border: 1px solid transparent;font-size: 14px;color: #666666;text-align: center;background-color: #F2F4FB;border-radius: 4px;cursor: pointer;}
.themes__inner .themes__head li:hover{color:var(--theme-color);}
.themes__inner .themes__head .active{color:var(--theme-color);border: 1px solid var(--theme-color);background-color: #fff;}
.themes__inner .themes__head li i{margin-right: 4px;}
.themes__inner .themes__content{overflow:auto;scrollbar-width: none;-ms-overflow-style: none;margin: 0 28px;}
.themes__inner .themes__content::-webkit-scrollbar{display: none;}
.themes__inner .themes__list{display:flex;flex-wrap: wrap;margin-right: -28px;}
.themes__inner .theme__item{position:relative;width: 238px;height: 424px;margin: 0 20px 20px 0;border-radius: 16px;overflow: hidden;}
.themes__inner .theme__item img{width: 100%;max-height: initial;  object-fit: cover;object-position: center;}
.themes__inner .ispro{position:absolute;top:2px;right:4px;width: 20px;line-height: 20px;background-color: rgba(0,0,0,.8);text-align: center;border-radius: 4px;}
.themes__inner .ispro img{width: 12px;}
.themes__inner .theme__item button{width: 96px;height: 40px;background:var(--theme-color);line-height: 40px;border-radius: 4px;color:#ffffff;position:absolute;top: 50%;left: 50%;transform: translate(-50%);}
.themes__inner .theme__actions{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);flex-direction:column;align-items:center;justify-content:center;display: none;}
.themes__inner .theme__bottom{position: absolute;width: 100%;bottom:0;}
.themes__inner .theme__item:hover .theme__actions{display: flex;}
.themes__inner .theme__item:hover .theme__bottom{display: none;}
/* .themes__inner .themes__content.apply .theme__apply{display: block}
.themes__inner .themes__content.create .theme__create{display: block} */
.themes__inner .ct_theme,.themes__inner .df_theme{background: rgba(0, 0, 0, 0.7);width: 100%; text-align: center;height: 30px;line-height: 30px;font-size: 12px;color: #fff;}
.themes__inner .pagination{margin-top:20px;}
.themes__inner .pg-active{background-color:var(--theme-color);color: #ffffff;border: none!important;}
.themes__inner .pg_item{margin: 0 2px;vertical-align: middle;    border-radius: 6px;border: 1px solid #D8DBDE}
.themes__inner .pg_item:hover{border:none}
.themes__inner .pg_item:first-child{margin-right:20px;}
.themes__inner .pg_item:last-child{margin-left:20px;}
.themes-list-modal{height: 692px;display: flex; flex-direction: column;}
.themes-list-modal .m-modal__header{ text-align: center; font-size: 18px;font-weight: 600;}
.themes-list-modal .m-modal__body{padding: 20px 0 0;flex: auto;height: calc(100% - 46px);}
.themes-list-modal .m-modal__body .themes__inner{display: flex;flex-direction: column;height: 100%;}
.themes-list-modal .m-modal__body::-webkit-scrollbar{width:6px;height:6px; background: transparent;}
.themes-list-modal .m-modal__body::-webkit-scrollbar-thumb {background: transparent; border-radius: 4px;}
.themes-list-modal .m-modal__body:hover::-webkit-scrollbar-thumb {background: hsla(0, 0%, 53%, 0.4);}
.themes-list-modal .m-modal__body:hover::-webkit-scrollbar-track {background: hsla(0, 0%, 53%, 0.1); }
.themes-list-modal .themes__inner .themes__head{padding-top: 0;}


.migration-vp{width:560px;margin:0 auto;padding:30px}
.migration-vp__desc{color:#aaa;margin-bottom:30px}
.migration-vp__input{width:100%;height:40px;border:1px solid #dfdfdf;border-radius:4px;padding:0 12px}
.migration-vp__import{margin:15px 0 0;text-align:center}
.migration-vp__btn{width:100%;margin-top:14px}
.migration-vp__btn:hover{background-color:var(--theme-color-hover);border-color:var(--theme-color-hover)}
.migration-page-pop .migration-page{padding-top:14px}
.migration-page-pop .next{position:absolute;right:20px;color:var(--theme-color);top:20px;font-size:18px;cursor:pointer}
.theme-set-pop{width:892px;height:680px;display:flex;flex-direction:column}
.theme-set-pop .pop-title{text-align:center}
.theme-set-pop .theme-set{flex:1 1 auto;overflow:scroll}
.theme-set-pop .theme-set__list{display:flex;flex-wrap:wrap}
.theme-set-pop .theme__item{position:relative;width:140px;height:246px;margin:14px;border-radius:8px;overflow:hidden;cursor:pointer}
.theme-set-pop .theme__item img{width:100%;height:100%}
.theme-set-pop .theme__item .ispro img{max-height:16px;max-width:30px}
.theme-set-pop .theme__actions{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);flex-direction:column;align-items:center;justify-content:center;display:none}
.theme-set-pop .theme__item:hover .theme__actions{display:flex}
.theme-set-pop .theme__item:hover .theme__actions button{display:block}
.theme-set-pop .theme__item:hover .theme__bottom{display:none}
.theme-set-pop .theme__item button{width:96px;height:40px;background:var(--theme-color);line-height:40px;border-radius:4px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%)}
.theme-set-pop .theme__item .ispro{width:37px;height:37px;display:inline-block;position:absolute;top:2px;right:4px;text-align:right}
.theme-set-pop .theme__item .theme__bottom{position:absolute;width:100%;bottom:0}
.theme-set-pop .theme__item .df_theme{background:rgba(0,0,0,.7);width:100%;text-align:center;height:30px;line-height:30px;font-size:12px;color:#fff}
/*Upload image*/
#actions-image .iconfont{font-weight:900}
#actions-image .btn-group{margin-bottom:.5rem;margin-right:.25rem;font-size:0}
#actions-image .btn{display:inline-block;background-color:#007bff;color:#fff;width:42px;height:38px;border-radius:.25rem;cursor:pointer}
#actions-image label.btn{text-align:center;line-height:38px;padding: 0;}
#actions-image .d-flex>.btn{flex:1}
#actions-image .btn-group>.btn-group:not(:first-child)>.btn,#actions-image .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
#actions-image .btn-group>.btn-group:not(:last-child)>.btn,#actions-image .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.docs-demo{margin-bottom:1rem;overflow:hidden;padding:2px}
.img-container{width:440px;height:414px}
.img-container>img{max-width:100%}
#actions-image input[name=qnupload]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
#actions-image .tooltip-inner{white-space:normal}
#actions-image .btn-toggle .tooltip-inner,.btn-upload .tooltip-inner{white-space:nowrap}
#actions-image .btn-toggle{padding:.5rem}
#actions-image .btn-toggle>.docs-tooltip{margin:-.5rem;padding:.5rem}
.modal-image-wrapper{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99999;display:none}
.modal-image-wrapper .modal-mask{width:100%;height:100%;background-color:#00000047}
.modal-image-wrapper .modal-container{background:#fff;border-radius:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:auto;background:#fff;border-radius:6px}
.modal-image-wrapper .title{border-bottom:1px solid #dfdfdf;height:80px;line-height:80px}
.modal-image-wrapper .title span{font-size:18px;color:#333;padding-left:30px}
.modal-image-wrapper .img-container{margin:0 auto;margin-top:20px}
.modal-image-wrapper .row{margin:0;margin-top:14px}
.modal-image-wrapper .actions-image{max-width:100%;flex:auto;justify-content:center;display:flex;flex-wrap: wrap;}
.modal-image-wrapper .action-btn{position:absolute;top:20px;right:20px;font-size:14px!important}
.modal-image-wrapper .action-btn .cancel-btn{color:#333;margin-right:20px}
.modal-image-wrapper .action-btn .done-btn{width:100px;height:40px;background:var(--theme-color);border-radius:4px;color:#fff}
.modal-image-wrapper .docs-toggles{max-width: 100%;display: flex;flex: auto;justify-content: center;}
@media (max-width:400px){#actions-image .btn-group-crop{margin-right:-1rem!important}
    #actions-image .btn-group-crop>.btn{padding-left:.5rem;padding-right:.5rem}
    #actions-image .btn-group-crop .docs-tooltip{margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}
}
/*Appearance*/
.mp-appearance .color_tmpl{width: 432px; margin-top: -20px;}
.mp-appearance .color_tmpl li{display: inline-block;position: relative;width: 34px;height: 34px;margin: 20px 20px 0 0;border-radius: 50%;vertical-align: middle;cursor: pointer;}
.mp-appearance .color_tmpl li.selected:before{display:block;content:"";position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 30px;height: 30px;background:#fff;border-radius:50%}
.mp-appearance .color_tmpl li span{width:18px;height:18px;display:inline-block;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50% ,-50%);background-color:inherit}
.mp-appearance .color_tmpl li.selected span{z-index:2}
.mp-appearance .color_tmpl li[data-val="ffffff"].selected:before{top: 50%;left: 50%;transform: translate(-50%, -50%);width:20px;height:20px;background:#ddd;}
.mp-appearance .color_tmpl li.newcolor{background:url(https://fly.linkcdn.cc/images/back/colorpick.png) center center no-repeat;background-size:cover;}
.mp-appearance .color_tmpl li[data-val="111111"]{background-color:#111}
.mp-appearance .color_tmpl li[data-val="ffffff"]{background-color:#fff;border:1px solid #ddd}
.mp-appearance .color_tmpl li[data-val="a6a6a6"]{background-color:#a6a6a6}
.mp-appearance .color_tmpl li[data-val="ff1515"]{background-color:#ff1515}
.mp-appearance .color_tmpl li[data-val="ff5757"]{background-color:#ff5757}
.mp-appearance .color_tmpl li[data-val="fcbcb2"]{background-color:#fcbcb2}
.mp-appearance .color_tmpl li[data-val="8c52ff"]{background-color:#8c52ff}
.mp-appearance .color_tmpl li[data-val="5e17eb"]{background-color:#5e17eb}
.mp-appearance .color_tmpl li[data-val="2c6be8"]{background-color:#2c6be8}
.mp-appearance .color_tmpl li[data-val="38b6ff"]{background-color:#38b6ff}
.mp-appearance .color_tmpl li[data-val="00c2cb"]{background-color:#00c2cb}
.mp-appearance .color_tmpl li[data-val="169758"]{background-color:#169758}
.mp-appearance .color_tmpl li[data-val="00e3aa"]{background-color:#00e3aa}
.mp-appearance .color_tmpl li[data-val="ffde59"]{background-color:#ffde59}
.mp-appearance .color_tmpl li[data-val="ff914d"]{background-color:#ff914d}
.newColor_picker{width:300px;background-color:#fff;box-shadow:0 0 20px 0 rgba(128,128,128,.2);border-radius:8px;padding-bottom:20px;display:none;position:absolute;z-index:11}
.newColor_picker .picker{width:300px;height:240px}
.mp-appearance .color_save{display: block;width: 100px;height: 40px;margin: 10px auto 0;background-color: var(--theme-color);border-radius: 4px;color: #fff;font-size: 14px;}
.font_tmpl li{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border:2px solid transparent;border-radius: 4px;cursor:pointer;}
.font_tmpl li.selected{border:2px solid #38e19a}
.font_tmpl li i{width:25px;height:15px;display:block;margin:0 auto}
.font_tmpl li[data-val=MavenPro] i{background:url(https://fly.linkcdn.cc/images/back/ios/MavenPro@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Montserrat-Regular] i{background:url(https://fly.linkcdn.cc/images/back/ios/Montserrat_Regular@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Nunito-Black] i{background:url(https://fly.linkcdn.cc/images/back/ios/Nunito_Black_unhinted@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Nunito] i{background:url(https://fly.linkcdn.cc/images/back/ios/Nunito_Black_unhinted@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Poppins-Medium] i{background:url(https://fly.linkcdn.cc/images/back/ios/Poppins_Medium@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Merriweather] i{background:url(https://fly.linkcdn.cc/images/back/ios/Merriweather_Regular@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Raleway] i{background:url(https://fly.linkcdn.cc/images/back/ios/Raleway_Regular_2@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=LoraItalic] i{background:url(https://fly.linkcdn.cc/images/back/ios/LoraItalic@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Archivo-Regular] i{background:url(https://fly.linkcdn.cc/images/back/ios/Archivo_Regular@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Pacifico-1] i{background:url(https://fly.linkcdn.cc/images/back/ios/Pacifico_1@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=ProzaLibre-Regular] i{background:url(https://fly.linkcdn.cc/images/back/ios/ProzaLibre-Regular@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Aleo-Regular-7] i{background:url(https://fly.linkcdn.cc/images/back/ios/Aleo_Regular_7@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Aleo-Light-5] i{background:url(https://fly.linkcdn.cc/images/back/ios/Aleo_Light_5@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Akrobat-Regular] i{background:url(https://fly.linkcdn.cc/images/back/ios/Akrobat_Regular@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=FuturaBkBTBook] i{background:url(https://fly.linkcdn.cc/images/back/ios/FuturaBkBtBook@2x.jpg) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=OpenSans] i{background:url(https://fly.linkcdn.cc/images/back/ios/opensans@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=PlayfairDisplay] i{background:url(https://fly.linkcdn.cc/images/back/ios/playfairdisplay@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Mitr] i{background:url(https://fly.linkcdn.cc/images/back/ios/Mitr@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Sriracha] i{background:url(https://fly.linkcdn.cc/images/back/ios/Sriracha@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=KiteOne] i{background:url(https://fly.linkcdn.cc/images/back/ios/KiteOne@2x.png) center center no-repeat;background-size:100%}

.font_tmpl li[data-val=AraHamahAlislam] i{background:url(https://fly.linkcdn.cc/images/back/ios/AraHamahAlislam@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=DGAgnadeen] i{background:url(https://fly.linkcdn.cc/images/back/ios/DGAgnadeen@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=NotoKufiArabicBold] i{background:url(https://fly.linkcdn.cc/images/back/ios/Noto_Kufi_ArabicBold@2x.png) center center no-repeat;background-size:100%}
.font_tmpl li[data-val=Noto-Kufi-Arabic] i{background:url(https://fly.linkcdn.cc/images/back/ios/NotoNaskhArabic@2x.png) center center no-repeat;background-size:100%}

.mp-appearance .module{padding: 0 28px;margin-bottom: 20px;background-color: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);border-radius: 6px;}
.mp-appearance [data-module="background"],.mp-appearance [data-module="layout"],.mp-appearance [data-module="other"]{border-top: 1px solid #eeeeee;}
.mp-appearance__title{display: flex;justify-content: space-between;align-items: center;padding:12px 0}
.mp-appearance__title .title{font-size: 18px;font-weight: 500;}
.mp-appearance__title .switch-theme{height: 44px;}
.mp-appearance .module__top{line-height: 60px;font-size: 16px;}
.mp-appearance .module__title{display: inline-block;font-size: 16px;font-weight: 500;}
.mp-appearance .module__top--dropdown {float: right;width: 30px;height: 30px;line-height: 30px;margin-top: 15px;text-align: center;cursor: pointer;}
.mp-appearance .module__tab{margin-bottom:16px;font-size:16px}
.mp-appearance .module__tab span{float:left;padding:0 2px;margin-right:38px;padding-bottom:2px;border-bottom:2px solid transparent;cursor:pointer}
.mp-appearance .module__tab span.selected{border-bottom:2px solid var(--theme-color);color:var(--theme-color)}
.mp-appearance .module__cont-item {padding-bottom: 20px;}
.mp-appearance .custom-value{margin-bottom:12px;}
.mp-appearance .custom-value__title{margin-bottom: 8px;font-size: 16px;font-weight: 500;}
.mp-appearance .custom-value__subtitle{margin-bottom: 12px;}
.mp-appearance .custom-value__subtitle img{display: none;margin-left: 10px;}
.mp-appearance .custom-value__subtitle.fee img{display: inline-block;}
.mp-appearance .custom-value__list li{cursor:pointer}
/*Theme*/
[data-value="tid"] li{position:relative;float: left;;padding: 8px;border: 2px solid transparent;border-radius:4px;cursor: pointer;}
[data-value="tid"] li.fee::after{position: absolute;top:12px;right: 16px;content: "\f184";font-family: "lfedit";font-size: 16px;}
[data-value="tid"] li.selected{border: 2px solid var(--theme-color);}
[data-value="tid"] li{width: 120px;height: 120px;}
[data-value="tid"] .switch-theme .bg{width: 100%;height: 100%;border: 2px dashed var(--theme-color);border-radius: 8px;text-align: center;line-height: 96px;box-sizing: border-box;color: var(--theme-color);font-size: 18px;font-weight: 500;}
[data-value="font"] .custom-value__list {margin-bottom: 16px;}
[data-value="font"] .custom-value__list li{float: left;}

/*Background*/
[data-module="background"] [data-value="style"] ul{margin-top: -8px;display: flex;flex-wrap: wrap;}
[data-module="background"] [data-value="style"] li{padding: 8px;margin-right: 8px;margin-top: 8px;border: 2px solid transparent;border-radius: 4px;cursor: pointer;}
[data-module="background"] [data-value="style"] li.selected{border: 2px solid var(--theme-color);}
[data-module="background"] [data-value="style"] li img{width: 76px;height: 76px;border-radius: 2px;}
.mp-appearance .gradient-setcolor ul{display: grid;grid-template-columns: repeat(auto-fill, 48px);grid-column-gap: 20px;}
.mp-appearance .gradient-setcolor li{position:relative;width: 48px;height: 48px;border-radius: 50%;box-shadow: 0 0 2px 0 rgb(0,0,0 ,.18);cursor: pointer;}
.mp-appearance .gradient-setcolor .newColor_picker{top: 60px;}
.mp-appearance .rotary-btn{display: inline-block;margin: 4px 0;cursor: pointer;}
.mp-appearance .gradient-setdirection li{float:left;width: 56px;height: 56px;margin-right: 26px;border-radius: 4px;cursor: pointer;}
.mp-appearance .gradient-setdirection .icon{display:none;float: right;width: 18px;height: 18px;background: var(--theme-color);border: 1px solid #FFFFFF;color: #ffffff;line-height: 17px;text-align: center;}
.mp-appearance .gradient-setdirection i{font-size: 12px;}
.mp-appearance .gradient-setdirection li.selected .icon{display: block;}
.mp-appearance .custom-image {display: flex;align-items: center;margin-bottom: -12px;}
.mp-appearance .custom-image .custom-image__upload{position:relative;width: 140px;height: 140px;margin-right: 22px;cursor: pointer;}
.mp-appearance .custom-image .custom-image__upload.fee::after{position:absolute;top: 6px; right: 6px;content:"";width:80px;height: 26px;background: url("https://fly.linkcdn.cc/images/back/upgrade-lock.png") center no-repeat; }
.mp-appearance .custom-image .custom-image__right{width: 100%;}
.mp-appearance .custom-image .img_empty{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;border:1px solid #dddddd;border-radius: 8px;}
.mp-appearance .custom-image .img_empty img{width: 40px;}
.mp-appearance .custom-image .img_block{width: 100%;height: 100%;object-fit: cover;border-radius: 8px;overflow: hidden;}
.mp-appearance .custom-image .img_block img{width:100%;height:100%;object-fit: cover;object-position: center;}
.mp-appearance .custom-video__upload{position:relative;display: inline-block;width: 200px;height: 140px;cursor: pointer;}
.mp-appearance .custom-video__upload.fee::after{position:absolute;top: 6px; right: 6px;content:"";width:80px;height: 26px;background: url("https://fly.linkcdn.cc/images/back/upgrade-lock.png") center no-repeat; }
.mp-appearance .custom-video__box{width:100%;height: 100%;}
.mp-appearance .custom-video__cover{width: 100%;height:100%;}
.mp-appearance .custom-video__cover img{width: 100%;height:100%;object-fit: cover;object-position: center;border-radius: 8px;}
.mp-appearance .custom-video__blank{display: flex;align-items: center;justify-content: center;width:100%;height:100%;border:1px solid #dddddd;text-align: center;border-radius: 4px;}
.mp-appearance .custom-video__blank img{width:50px;}
.background-cont .background-item[data-key=color] .style_lis[data-value=gradient]{display:flex;flex-wrap:wrap;margin-top: 10px;}
.background-item[data-key=color] .style_lis[data-value=gradient] li{border-radius:2px;border:2px solid transparent;width:76px;height:76px;margin-bottom: 17px;padding: 9px;margin-right: 10px;cursor: pointer}
.background-item[data-key=color] .style_lis[data-value=gradient] li.selected{border:2px solid var(--theme-color);border-radius:4px}
/*Block*/
.mp-appearance [data-module="block"]{border-top: 1px solid #eeeeee;}
.mp-appearance .layout-tab{margin-bottom:20px;}
.mp-appearance .layout-tab span:not(:last-child){margin-right: 40px;}
.mp-appearance .layout-tab span{margin-right: 40px;padding-bottom: 4px;border-bottom: 1px solid transparent;font-size: 16px;cursor:pointer}
.mp-appearance .layout-tab span.selected{color: var(--theme-color);border-bottom:2px solid var(--theme-color)}
.mp-appearance [data-key=block] .custom-value__list{margin-top: -12px;}
.mp-appearance [data-key=block] .custom-value__list li{position: relative;display: inline-block;padding: 7px 5px;margin: 12px 2px 0 0;color: #616161;border: 2px solid transparent;border-radius: 4px;cursor: pointer;}
.mp-appearance [data-key=block] .custom-value__list li.fee::after {position: absolute;top: 50%;left: 50%;content: "\f184";font-family: "lfedit";color: #333;font-size: 16px;transform: translate(-50%, -50%);}
.mp-appearance [data-key=block] .custom-value__list li.fee {color: #aaaaaa;}
.mp-appearance [data-key=block] .custom-value__list li svg{fill: currentColor;width: 90px;height: 50px;vertical-align: middle;}
.mp-appearance [data-key=block] .custom-value__list li.selected{border:2px solid var(--theme-color);}
.mp-appearance [data-key=block] .custom-value__list li img{width:110px;}
.mp-appearance [data-key=thumbnail] [data-value=style] li{float:left;padding:10px;border:2px solid transparent;cursor:pointer}
.mp-appearance [data-key=thumbnail] [data-value=style] li.selected{border:2px solid var(--theme-color);border-radius:4px}
.mp-appearance [data-key=thumbnail] [data-value=style] li img{width:40px}
.mp-appearance [data-key=thumbnail] [data-value=radius] li{float:left;padding:10px;border:2px solid transparent;border-radius:6px;cursor:pointer}
.mp-appearance [data-key=thumbnail] [data-value=radius] li.selected{border:2px solid var(--theme-color)}
.mp-appearance [data-key=thumbnail] [data-value=radius] li span{display:block;width:40px;height:40px;border:4px solid #626262}
.mp-appearance [data-key=thumbnail] [data-value=radius] li[data-val=radius12] span{border-radius:8px}
.mp-appearance [data-key=thumbnail] [data-value=radius] li[data-val=radius50] span{border-radius:50%}
/*Other*/
.mp-appearance [data-key=profile] [data-value=style] ul{width:400px;margin-top:-26px}
.mp-appearance [data-key=profile] [data-value=style] li{position: relative;float:left;width: 144px;margin-right:24px;margin-top:24px;color: #DFDFDF;border:1px solid #ddd;border-radius: 6px;font-size: 0;overflow: hidden;}
.mp-appearance [data-key=profile] [data-value=style] li img{width: 100%;height: 100%;object-fit: cover;}
.mp-appearance [data-key=profile] [data-value=style] li.selected{color:#C5C5C5;border-color:transparent;outline:2px solid var(--theme-color);}
/* .mp-appearance [data-key=profile] [data-value=style] li.selected .profile-style{border-color:transparent;} */
.mp-appearance [data-key=profile] [data-value=style] li.fee{color:#EEEEEE}
.mp-appearance [data-key=profile] [data-value=style] li.fee::after{position: absolute;top: 2px;right:6px;content: "\f184";font-family: "lfedit";color: #333;font-size: 16px;}
/* .mp-appearance .profile-style{position:relative;width: 144px;background-color: #FFFFFF;border: 1px solid #DFDFDF;border-radius: 6px;}

.mp-appearance .profile-style--default{text-align: center;padding: 12px 22px;}
.mp-appearance .profile-style--vertical-left{text-align: left;padding: 12px 22px;}
.mp-appearance .profile-style--horizontal-left{text-align: left;padding: 20px 17px;}
.mp-appearance .profile-style--horizontal-right{text-align: right;padding: 20px 17px;}

.mp-appearance .profile-style__avatar{display: inline-block;width: 32px;height: 32px;border-radius: 50%;background-color: currentColor;}
.mp-appearance .profile-style--horizontal-left .profile-style__avatar {position: absolute;left:16px;}
.mp-appearance .profile-style--horizontal-right .profile-style__avatar{position: absolute;right:16px;}
.mp-appearance .profile-style--default .profile-style__title{display: inline-block;width: 68px;height: 14px;margin: 8px 0 6px;background: currentColor;}
.mp-appearance .profile-style--vertical-left .profile-style__title {display: inline-block;width: 68px;height: 14px;margin: 8px 0 6px;background: currentColor;}
.mp-appearance .profile-style--horizontal-left .profile-style__title{display: inline-block;width: 38px;height: 14px;margin-left: 38px;margin-bottom:6px;background: currentColor;text-align: right;}
.mp-appearance .profile-style--horizontal-right .profile-style__title {display: inline-block;width: 38px;height: 14px;margin-right: 38px;margin-bottom:6px;background: currentColor;text-align: right;}
.mp-appearance .profile-style--default .profile-style__subtitle{display: inline-block;width: 96px;height: 14px;background: currentColor;}
.mp-appearance .profile-style--vertical-left .profile-style__subtitle {display: inline-block;width: 96px;height: 14px;background: currentColor;}
.mp-appearance .profile-style--horizontal-left .profile-style__subtitle{display: inline-block;width: 66px;height: 14px;margin-left: 38px;background: currentColor;text-align: right;}
.mp-appearance .profile-style--horizontal-right .profile-style__subtitle {display: inline-block;width: 66px;height: 14px;margin-right: 38px;background: currentColor;text-align: right;} */
.mp-appearance [data-key=social] [data-value=style] li{float:left;padding:10px;margin-right:8px;border:2px solid transparent;border-radius:4px}
.mp-appearance [data-key=social] [data-value=style] li.selected{border:2px solid var(--theme-color)}
.mp-appearance [data-key=social] [data-value=style] img{width:40px}
.mp-appearance [data-key=social] [data-value=align] li{float:left;padding:4px;margin-right:26px;border:2px solid transparent;border-radius:4px}
.mp-appearance [data-key=social] [data-value=align] li.selected{border:2px solid var(--theme-color)}
.mp-appearance [data-key=social] [data-value=align] img{width:32px}
[data-key=divider] [data-value=style] .custom-value__list li{position: relative;float:left;height:24px;width:80px;margin-bottom: 10px;text-align:center;line-height:22px;border: 1px solid #E4E8ED;border-radius: 4px;}
[data-key=divider] [data-value=style] .custom-value__list li:not(:last-child){margin-right:16px}
[data-key=divider] [data-value=style] .custom-value__list .selected{outline:2px solid var(--theme-color);border: 1px solid transparent;}
[data-key=divider] [data-value=style] .custom-value__list img{width:68px}
[data-key=divider] [data-value=style] li.fee::after {position: absolute;content: "\f184";font-family: "lfedit";color: #333;font-size: 16px;transform: translate(-50%, -50%);top: -2px;right: -14px;}
[data-key=divider] [data-value=width] .custom-value__list li{float:left;margin-right:50px}
.mp-appearance [data-key=divider] [data-value=align] li{float:left;padding:4px;margin-right:26px;border:2px solid transparent;border-radius:4px}
.mp-appearance [data-key=divider] [data-value=align] li.selected{border:2px solid var(--theme-color)}
.mp-appearance [data-key=divider] [data-value=align] img{width:32px}
.mp-appearance .m-switch-btn{display:inline-block;position:relative;width:46px;height: 22px;margin-left:15px;border-radius: 11px;background:#8b8584;vertical-align:middle;cursor:pointer;}
.mp-appearance .m-switch-btn::before{display:inline-block;position:absolute;left: 0px;top: 0px;content:"";width: 22px;height: 22px;border-radius:50%;background:#fff;}
.mp-appearance .m-switch-btn.opened{background-color: var(--theme-color);}
.mp-appearance .m-switch-btn.opened::before{content:" ";display:inline-block;width: 22px;height: 22px;border-radius:50%;background: #ffffff;position:absolute;right: 0px;top: 0px;left: unset;}
.theme_upload_pop .img-toolbar{overflow:auto;}
.theme_upload_pop .item{display: flex;flex-direction: column;align-items: center;justify-content: center; width: 162px;height: 125px;margin:0 20px 40px;padding: 0 10px;text-align: center;background-color: #EEEEEE;float: left;cursor: pointer;}
.theme_upload_pop .item span{display: block;margin-top: 10px;word-break: keep-all;}
.theme-historyImg-pop .historyImg__list{display: flex;flex-wrap: wrap;height: 600px;overflow: auto;}
.theme-historyImg-pop .historyImg__list::-webkit-scrollbar {width: 6px;height: 6px; background: transparent;}
.theme-historyImg-pop .historyImg__list::-webkit-scrollbar-thumb {background: transparent; border-radius: 4px;}
.theme-historyImg-pop .historyImg__list:hover::-webkit-scrollbar-thumb {background: hsla(0, 0%, 53%, 0.4);}
.theme-historyImg-pop .historyImg__list:hover::-webkit-scrollbar-track {background: hsla(0, 0%, 53%, 0.1); }
.theme-historyImg-pop .img_item{width: 225px;height: 289px;margin-bottom: 30px;position: relative;}
.theme-historyImg-pop .img_item:not(:nth-child(3n+3)){margin-right:29px;}
.theme-historyImg-pop .img_item img{width: 100%;height: 100%;object-fit: cover;}
.theme-historyImg-pop .img_item .btn-mask{display: none;position: absolute; top: 0;left: 0; bottom: 0; right: 0; background-color: #00000061; align-items: center; justify-content: center;}
.theme-historyImg-pop .img_item:hover .btn-mask{display: flex;}
.theme-historyImg-pop .blank_list{display: flex;flex-direction:column;align-items:center;width:fit-content;margin: 0 auto;padding: 50px 30px;}
.theme-historyImg-pop .blank_list p{color: #AAAAAA;font-size: 16px;margin-top: 22px;}
.theme-historyImg-pop .blank_list button{margin-top: 30px;}
.theme-img-unsplash_pop{display:flex;flex-direction:column}
.theme-img-unsplash_pop .pop-title{text-align:center}
.theme-img-unsplash_pop .unsplash-wrap{display: flex;flex-direction: column;height: 660px;}
.theme-img-unsplash_pop .gallery__search{display:flex;}
.theme-img-unsplash_pop .gallery__search__box{width:100%;height:40px;background:#fff;border:1px solid #ddd;border-radius:4px;padding:0 12px;display:flex;align-items:center;flex: 1;}
.theme-img-unsplash_pop .gallery__search__box i{color:#777}
.theme-img-unsplash_pop .gallery__search__input{border:0;outline:0;padding:5px 3px 5px 6px;line-height:28px;width:100%}
.theme-img-unsplash_pop .gallery__search__btn{height:40px;background:var(--theme-color);border-radius:4px;color:#fff;margin-left:12px}
.theme-img-unsplash_pop .gallery_main{flex:1 1 auto;position:relative}
.theme-img-unsplash_pop .gallery__list{position:absolute;top:66px;bottom:60px;overflow:auto}
.theme-img-unsplash_pop .gallery__list::-webkit-scrollbar{width:6px;height:6px;background:0 0}
.theme-img-unsplash_pop .gallery__list::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}
.theme-img-unsplash_pop .gallery__list:hover::-webkit-scrollbar-thumb{background:hsla(0,0%,53%,.4)}
.theme-img-unsplash_pop .gallery__list:hover::-webkit-scrollbar-track{background:hsla(0,0%,53%,.1)}
.theme-img-unsplash_pop .gallery__ul{display:flex;flex-wrap:wrap}
.theme-img-unsplash_pop .gallery__ul:after{content:" ";flex-grow:9999999}
.theme-img-unsplash_pop .image__li{margin:6px;flex-grow:1;position:relative;cursor:pointer}
.theme-img-unsplash_pop .image__border{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;visibility:hidden;opacity:0;transition-duration:.3s;border:4px solid transparent;transition-property:border-color}
.theme-img-unsplash_pop .selected .image__border{visibility:visible;border-color:var(--theme-color);opacity:1}
.theme-img-unsplash_pop .gallery__ul .image__li img{min-width:100%;height:124px;object-fit:cover}
.theme-img-unsplash_pop .gallery__ul .image__action{position:absolute;top:0;left:0;bottom:0;right:0;z-index:101;background:#00000026;display:none}
.theme-img-unsplash_pop .gallery__ul .image__li:hover .image__action{display:block}
.theme-img-unsplash_pop .image__author{width:fit-content;max-width:100%;position:absolute;bottom:0;left:0;color:#fff;padding:0 2px 6px 8px}
.theme-img-unsplash_pop .image__preview{float:right;top:10px;margin-top:10px;margin-right:10px;font-size:18px;color:#fff}
.theme-img-unsplash_pop .gallery__bottom{position:absolute;left:26px;right:0;bottom:0;padding-right:32px;height:80px;display:flex;align-items:center;justify-content:space-between}
.theme-img-unsplash_pop .gallery__bottom span{font-size:16px;color:#777}
.theme-img-unsplash_pop .gallery__bottom a{color:var(--theme-color)}
.theme-img-unsplash_pop .gallery__bottom .choose{flex-shrink:0}
.theme-img-unsplash_pop .gallery__bottom .choose.disabled{background:#d4d4d4;border:1px solid #d4d4d4}
.unsplash_preview_pop .m-modal__body{padding: 0;}
.unsplash_preview_pop .image_preview{display:flex;flex-direction:column;height:100%}
.unsplash_preview_pop .image__preview__top{padding: 0 0 20px 20px;}
.unsplash_preview_pop .image__author{font-size:18px;color:#777}
.unsplash_preview_pop .image__author a{color:#333}
.unsplash_preview_pop .image__size{font-size:16px;color:#777}
.unsplash_preview_pop .image__preview__content{padding:40px 80px;background:#eee;display:flex;flex-grow:1;width:100%;min-height:0;height:100%}
.unsplash_preview_pop .image__preview__body{display:flex;align-items:center;justify-content:center;flex:1 1 0;margin:0 36px}
.unsplash_preview_pop .image__preview__wrap img{height:390px}
.unsplash_preview_pop .image__preview__pre{display:flex;align-items:center;width:32px}
.unsplash_preview_pop .image__preview__next{display:flex;align-items:center;width:32px}
.unsplash_preview_pop .image__preview__next span,.unsplash_preview_pop .image__preview__pre span{width:32px;height:32px;background-color:#fff;color:var(--theme-color);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}
.unsplash_preview_pop .image__preview__next span:hover,.unsplash_preview_pop .image__preview__pre span:hover{background-color:var(--theme-color);color:#fff}
.unsplash_preview_pop .image_preview_bottom{display:flex;align-items:center;flex:0 0 84px;padding-right:20px}
.unsplash_preview_pop .image_preview_bottom span{flex-grow:1;margin-left:36px;font-size:16px;color:#777}
.unsplash_preview_pop .image_preview_bottom a{color:var(--theme-color)}
.unsplash_preview_pop .image_preview_bottom .choose{flex-shrink:0}
.theme_save_btn{width:100px;height:40px;display:block;margin-left:auto;margin-top:10px}
.theme-item[data-module=background] .vidow-upload__box{display: inline-block;}
.theme-item[data-module=background] .vidow-upload__blank{width:220px;line-height: 158px;border:1px solid #d6d6d6;text-align: center;border-radius: 4px;cursor: pointer;}
.theme-item[data-module=background] .vidow-upload__blank i{font-size: 40px;vertical-align: middle;color: #d6d6d6;}
.theme-item[data-module=background] .vidow-upload__cover{width: 220px;height: 160px;object-fit: cover;object-position: center;border-radius: 4px;cursor: pointer;}
.theme-video-coverr_pop .coverr-wrap{height: 560px;}
.theme-video-coverr_pop .coverr_main {display: flex;flex-direction: column;height: 100%;}
.theme-video-coverr_pop .coverr__search{display: flex;}
.theme-video-coverr_pop .coverr__search__box{width: 100%;position: relative;}
.theme-video-coverr_pop .coverr__search__box .icon-links_search{position: absolute;top: 13px;left: 12px;color: #777;}
.theme-video-coverr_pop .coverr__search__input{width: 100%;height:48px;padding-left: 36px;border:1px solid transparent;outline: 0;background-color: #f5f6f8;border-radius: 4px;}
.theme-video-coverr_pop .coverr__search__input:hover{border:1px solid #d7dce1;}
.theme-video-coverr_pop .coverr__search__btn{height: 40px;background: var(--theme-color);border-radius: 4px;color: #fff;margin-left: 12px;}
.theme-video-coverr_pop .coverr__search__clear{padding: 8px 10px;position: absolute;right: 0px;top: 2px;cursor: pointer;display: none;}
.theme-video-coverr_pop .coverr__search__clear i{font-size: 20px;}
.theme-video-coverr_pop .coverr__video{height: 100%;overflow: auto;flex: auto;margin-top: 26px;}
.theme-video-coverr_pop .coverr__categories{height: 100%;overflow: auto;flex: auto;margin-top: 16px;}
.theme-video-coverr_pop .coverr__categories .desc{padding-bottom:10px;}
.theme-video-coverr_pop .categories__list{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 10px;}
.theme-video-coverr_pop .categories__item{width: 350px;margin-bottom: 10px;border-bottom: 1px solid #dfdfdf;cursor: pointer;}
.theme-video-coverr_pop .categories__box{display: flex;align-items:center;padding: 16px;border-radius: 4px;}
.theme-video-coverr_pop .categories__box:hover{background-color: #F5F6F8;}
.theme-video-coverr_pop .categories__item .categories__cover{width: 48px;height: 48px;object-fit: cover;border-radius: 4px;}
.theme-video-coverr_pop .categories__item .categories__name{margin-left: 16px;}
.theme-video-coverr_pop .categories__item i{margin-left: auto;}
.theme-video-coverr_pop .video__list{display: flex;flex-wrap: wrap;justify-content: center;}
.theme-video-coverr_pop .video__item{position:relative;width: 350px;height: 196px;margin-bottom: 20px;cursor: pointer;border-radius: 4px;overflow: hidden;}
.theme-video-coverr_pop .video__item:nth-child(2n+1){margin-right:20px;}
.theme-video-coverr_pop .video__bg{width:100%;height:100%;background-color: #ccc;}
.theme-video-coverr_pop .video__bg video{width:100%;height:100%}
.theme-video-coverr_pop .video__action{position:absolute;bottom:10px;right:10px}
.theme-video-coverr_pop .video__action__icon{width:60px;height:48px;border-radius:4px;text-align:center}
.theme-video-coverr_pop .video__action__icon i{font-size:30px;line-height:48px;color:#fff}
.theme-video-coverr_pop .video__action__add{display:none;background-color:#000}
.theme-video-coverr_pop .video__action__selected{background-color:var(--theme-color)}
.theme-video-coverr_pop .video__item:hover .video__action__add{display: block;}
.theme-video-coverr_pop .coverr-loading{display: flex;align-items: center;justify-content: center;height: 100%;width: 100%;}
.theme-video-coverr_pop .coverr-loader{color:#acb5bf;font-size: 42px;animation: 1s linear 0s infinite normal none running spin;}
.theme-video-coverr_pop .coverr__blank{font-size: 18px;padding: 60px 100px;text-align: center;}
.theme-video-coverr_pop .coverr__bottom{position: absolute;bottom: 26px;left: calc(50% - 90px);padding: 16px 22px;border-radius: 23px;background-color: rgba(255, 255, 255,.8);}
.theme-video-coverr_pop .coverr__bottom a{width: 77px;display: inline-block;}
.theme-video-coverr_pop .coverr__bottom svg{vertical-align: middle;}
/*Guide*/
.guide-wrapper{height:100vh;background-color:#fff;overflow: auto;}
.l-guide-container .step-wrap{width:580px;margin:0 100px;padding-bottom: 120px;}
.l-guide-container .step-header{margin-bottom:34px;}
.l-guide-container .step-tab{display: flex;}
.l-guide-container .step-tab__item{position:relative;color:#666;text-transform:uppercase;text-align:right;font-size:18px;}
.l-guide-container .step-tab__item:not(:first-child){width:274px}
.l-guide-container .step-tab__item:not(:first-child)::after{content:'';width:58%;height:2px;border-bottom:2px dashed #dfdfdf;position:absolute;right:76px;top:15px}
.l-guide-container .step-tab__item.active .dot{background-color:#187fff;color:#fff}
.l-guide-container .step-tab__item.active:not(:first-child)::after{border-bottom:2px solid #187fff}
.l-guide-container .step-header .dot{display:inline-block;width:32px;height:32px;line-height:32px;background:#e9edfb;border-radius:50%;text-align:center}
.l-guide-container .feature-start{padding-top:80px;text-align:center;}
.l-guide-container .feature-start__title{font-weight: 600;font-size: 20px; margin: 0;}
.l-guide-container .feature-start__subtitle{color: #666;margin-top: 4px;}
.l-guide-container .feature-start__body{display:inline-flex;margin-top:44px}
.l-guide-container .feature__item{width:320px;background:#fff;border-radius:16px;border:1px solid #d8dbde;text-align:left}
.l-guide-container .feature__item.active{border:2px solid #187fff}
.l-guide-container .feature__item:first-child{margin-right:36px}
.l-guide-container .feature__item .feature__header{display:flex;justify-content:space-between;height:52px;padding:0 16px;align-items:center;background:#f5f6f7;border-radius:16px 16px 0 0;border-bottom:1px solid #d8dbde;cursor:pointer}
.l-guide-container .feature__item.active .feature__header{border-bottom:2px solid #187fff}
.l-guide-container .feature__item .feature__header h6{font-weight:600;font-size:18px}
.l-guide-container .feature__body{padding:16px;}
/* .l-guide-container .feature__temp{display: flex;} */
.l-guide-container .temp__item{width: 128px;}
.l-guide-container .feature__item .tips{height:58px;margin-bottom:16px;}
.l-guide-container .feature-start__continue{width:580px;height:56px;background:var(--active-color);border-radius:40px;color:var(--btn-active-font-color);margin-top:44px}
.l-guide-container .feature-start__continue[disabled]{background:var(--disabled-bg-color);}
.l-guide-container .v-radio-label i{ width: 20px; height: 20px; border: 2px solid #666666}
.l-guide-container .v-radio-label input+i:after{width: 10px; height: 10px; background-color: #187fff;}
.l-guide-container .v-radio-label input:checked+i{border: 2px solid #187fff;}
.guide-wrapper .guide__container{width:1200px;margin:0 auto;padding-top:100px;display:none;opacity: 0;}
.guide-wrapper .guide__step{display: flex;}
.guide-wrapper .step-body .bd-content{display:none;opacity:0}
.guide-wrapper .step-body .bd-content .inner-brand img,
.guide__container .mob-guide__step .inner-brand img{height:40px;margin-left:0;}
.guide-wrapper .step-body .title{margin-bottom:4px;font-size:20px;font-weight:500}
.guide-wrapper .step-body .title h2{margin-top:20px}
.guide-wrapper .step-body .subtitle{color:#777;margin-bottom:26px}
.guide-wrapper .step-body .step__btn{width:100%;height:56px;background:var(--active-color);border-radius:40px;color:var(--active-font-color);font-size:16px;font-weight:bold}
.guide-wrapper .step-body .step__btn[disabled]{background:var(--disabled-bg-color);}
.guide-wrapper .panel-content{margin-top:28px}
.guide-wrapper .form-group{margin-bottom:20px}
.guide-wrapper .form-group input{height:56px;border-radius:12px;border:1px solid #d8dbde}
.guide-wrapper .form-group textarea{height:120px;border-radius:12px;border:1px solid #d8dbde}
.guide-wrapper .form-group input::-webkit-input-placeholder{color:var(--placehodler-color);}
.guide-wrapper .form-group input::-moz-placeholder{color:var(--placehodler-color);}
.guide-wrapper .form-group input:-moz-placeholder{color:var(--placehodler-color);}
.guide-wrapper .form-group input:-ms-input-placeholder{color:var(--placehodler-color);}
.guide-wrapper .form-group textarea::-webkit-input-placeholder{color:var(--placehodler-color);}
.guide-wrapper .form-group textarea::-moz-placeholder{color:var(--placehodler-color);}
.guide-wrapper .form-group textarea:-moz-placeholder{color:var(--placehodler-color);}
.guide-wrapper .form-group textarea:-ms-input-placeholder{color:var(--placehodler-color);}
.guide-wrapper .step-body .panel__socials ul,
.mob-guide__step .step-body .panel__socials ul{margin-top:14px}
.guide-wrapper .step-body .panel__socials .social-group,
.mob-guide__step .step-body .panel__socials .social-group{height:56px;padding:12px 16px;border:1px solid #d8dbde;border-radius:12px;display:flex;align-items:center;margin-bottom:20px}
.step-body .panel__socials{position:relative}
.step-body .panel__socials .social-group img{margin-left:0!important;margin-right:12px;width:32px;min-width:32px;height:32px;border-radius:8px;min-height:32px;margin-top:-1px}
.step-body .panel__socials .social-group input{border:none;outline:0;width:calc(100% - 36px)}
.step-body .panel__socials li.panel--social__item:hover{border:0}
.step-body .panel__socials .panel--social__ul{display:none;position:absolute;min-width:148px;left:72px;background:#fff;box-shadow:0 0 24px 0 rgba(0,0,0,.12);border-radius:12px;padding:8px;z-index:10;margin-top:0!important;top:25px}
.step-body .panel__socials .panel--social__ul li{display:flex;align-items:center;height:44px;padding-left:6px;border-radius:12px;cursor:pointer}
.step-body .panel__socials .panel--social__ul li:hover{background:#ebedef}
.step-body .panel__socials .panel--social__ul li img{border-radius:50%;margin-right:8px;height:24px;margin-left:0}
.link-creating-modal .loading-ais .link-creating__list{text-align:left}
.loading-ais .load-img{text-align:center;padding:24px;background:#f5f6f7;border-radius:16px}
.link-creating-modal .tips{color:#666;font-size:14px;margin-top:12px}
.link-creating-modal .tips:empty{margin-top:0}
.guide-wrapper .step-body .panel-industry .step__btn{margin-top:52px}
.guide-wrapper .step-body .panel-theme .step__btn{margin-top:28px}
.guide-wrapper .step-body .panel-cmpt .step__btn{margin-top:8px}
.guide-wrapper .industry__list{display: flex;flex-wrap: wrap;margin-right:-12px}
.guide-wrapper .industry__item{padding:0 8px;margin-right:12px;margin-bottom:12px;line-height:34px;border:2px solid #f2f4fb;background-color:#f2f4fb;font-size:16px;border-radius:4px;cursor:pointer}
/*.guide-wrapper .step-body .panel-industry li:hover{background-color:#fff;}*/
.guide-wrapper .step-body .panel-industry li.selected{border:2px solid #187fff;background-color:#fff;}
.guide-wrapper .step-body .panel-industry img{height:20px;margin-left:10px}
.guide-wrapper .step-body .panel-theme ul{padding:16px 0 0 14px;border:1px solid #e9edfb}
.guide-wrapper .step-body .panel-theme li{float:left;margin:0 2px 12px 0;padding: 8px;cursor:pointer;border: 2px solid transparent;border-radius: 8px;}
.guide-wrapper .step-body .panel-theme li:hover{border:2px solid #187fff}
.guide-wrapper .step-body .panel-theme li.selected{border:2px solid #187fff}
.guide-wrapper .step-body .panel-theme img{width:116px}
.guide-wrapper .step-body .panel-footer{margin-top:22px;color:#666}
.guide-wrapper .step-body .panel-footer i{margin-right:6px;vertical-align:bottom;font-size:14px}
.guide-wrapper .step-body .step-next{float:right}
.guide-wrapper .step-body .panel-cmpt .step-next{color: #187FFF;font-weight: 500;}
.guide-wrapper .step-body .cmpt__item{height: 48px;margin-bottom: 12px; padding: 0 16px 0 12px;border: 1px solid #D0D3DF;border-radius: 2px;line-height: 46px;}
.guide-wrapper .step-body .cmpt-item__name{float: left}
.guide-wrapper .step-body .cmpt-item__icons{float: right;color: #9598A4;}
.guide-wrapper .step-body .cmpt-item__del{cursor: pointer;}
.guide-wrapper .step-body .cmpt-add{width: 100%;height: 50px;    margin-top: 8px;background: #187fff;border-radius: 6px;color: #fff;font-size: 16px;}
.guide-block-modal {border-radius: 12px;}
.guide-block-modal .m-modal__header{ padding-bottom: 12px;text-align: center;border-bottom: 1px solid #E4E8ED;}
.guide-block-modal .m-modal__header .m-modal__title{font-size: 16px;font-weight: 500;}
.guide-block-modal ul{margin-right:-18px}
.guide-block-modal li{position:relative;float:left;text-align:center;margin-right:18px;margin-bottom:12px;}
.guide-block-modal li .cover-block{position:relative}
.guide-block-modal .cover{width:168px;height:140px}
.guide-block-modal li .title{display:inline-block;margin-top:6px;font-size:16px;font-weight: 500;}
.guide-block-modal li .mask{display:none;position:absolute;top:0;left:0;width:100%;height:100%;line-height:140px;background-color:rgba(255,255,255,.6)}
.guide-block-modal li:hover .mask{display:block}
.guide-block-modal .mask span{display: inline-block;width: 36px; height: 36px;line-height: 36px;color: #fff;border-radius: 10px;vertical-align: middle;}
.guide-block-modal .adding .mask span{background: #1b85ff;cursor: pointer;}
.guide-block-modal .added .mask span{line-height: 32px;background: #48e098;border: 2px solid #fff;}
.guide-block-modal .added .mask svg{width: 22px;}
.guide-block-modal .adding .mask svg{width: 30px;}
.guide-block-modal .mask svg{fill: currentColor;vertical-align: middle;}
.guide-block-modal .add .mask span{cursor: pointer;}
.link-creating-modal{border-radius:26px}
.link-creating-modal .m-modal__header{display:none}
.link-creating-modal .link-creating__list{text-align:center}
.link-creating-modal .title{font-size:18px;font-weight:500}
.link-creating-modal .subtitle{margin-top:6px;margin-bottom:12px;font-size:16px;color:#666666}
.guide-wrapper .guide-preview-wrap{margin:0 auto}
.guide-wrapper .guide-preview{width:390px;height:844px;text-align:center;border:10px solid #333;border-radius:36px;overflow:hidden}
.guide-wrapper .guide-preview__blank img{width:240px;margin:72px auto 32px}
.guide-wrapper .guide-preview__blank p{padding:0 25px;font-size:16px;margin-top:20px;font-weight:bold}
.guide-wrapper .guide-preview__iframe{width: 100%;height: 100%;}
.guide-wrapper .guide-preview__iframe iframe{border: none;}
.success-page{display: none;width: 320px;padding-top: 120px;margin: 0 auto;opacity:0;text-align: center;}
.guide-wrapper .success-page__img{width: 285px;}
.guide-wrapper .success-page__title{font-size: 20px;font-weight: 500;}
.guide-wrapper .success-page__desc{color: #666666;line-height: 18px;    margin-top: 6px;}
.guide-wrapper .success-page__customize{width:100%;margin-top:24px;padding: 0;background-color:var(--btn-active-bg-color);border-radius:12px;font-size: 16px;color:var(--btn-active-font-color);}
.guide-wrapper .success-page__home{display: inline-block;margin-top: 16px; color:var(--active-color);cursor: pointer;}
.panel-success .success-panel{text-align:center;padding-top:20px}
.panel-success .success-panel .success-page__img{width:480px}
.panel-success .success-panel .success-page__title{margin-top:20px;font-size:24px;font-weight:700}
.panel-success .success-panel .success-page__customize{height:56px;line-height:56px;border-radius:40px}
.panel-success .success-panel .success-page__home{height:56px;line-height:56px;border-radius:40px;width:100%;margin-top:24px;padding:0;border:1px solid #d8dbde;font-weight:700;font-size:14px;color:#333}
/*Settings*/
.settings-wrapper {padding: 30px 30px 100px 20px;}
.settings-sidebar { float: left; display: flex;flex-direction: column;}
.settings-sidebar a {color: #666B7D;display: flex;align-items: center;margin-bottom: 20px;}
.settings-sidebar a .iconfont {color: #AFBED2;margin-right: 12px;font-size: 18px;}
.settings-sidebar a.selected {color: #38E199;}
.settings-sidebar a.selected .iconfont {color: #38E199;}
.settings-sidebar img{width: 22px;margin-right: 12px;}
.settings-main{overflow: auto;}
.domain-manage-wrapper{width: 600px; margin: 0 auto;background: #FFFFFF;box-shadow: 0px 0px 12px 0px rgba(8,32,57,0.08);border-radius: 8px;}
.domain-manage__blank{display: none;padding:30px 0  52px 0;text-align: center;}
.domain-manage__blank .blank-img{width:262px; }
.domain-manage__blank .blank-title{margin-top: 18px;font-size: 16px;font-weight: 500;}
.domain-manage__blank .blank-desc{margin-top: 4px;color: #777777;}
.domain-manage-container{display: none;padding:20px;}
.domain-manage__title{font-weight: 500;font-size: 16px;}
.domain-manage__desc{margin-top: 8px;color: #777777;}
.domain-manage__desc a{color: #333333;text-decoration: underline;}
.domain-manage__main{margin-top:12px;background-color: #F8F9FF;border-radius: 8px;}
.domain-manage__top{padding: 0 16px; line-height: 38px;height: 38px;}
.domain-manage__top .row{float:left;}
.domain-manage__top .row-1{width: 40%;}
.domain-manage__top .row-2{width: 32%;}
.domain-manage__top .row-3{width: 28%;text-align: center}
.domain-manage__item{height:68px;display:flex;align-items: center;padding: 0 16px;border-top: 1px solid #FFFFFF;}
.domain-manage__item .row-1{width: 40%;}
.domain-manage__item .row-2{width: 32%;}
.domain-manage__item .row-3{width: 28%;text-align: center}
.domain-manage__item .row-1 span{float: left}
.domain-manage__item .domain-name{max-width:110px;}
.domain-manage__item .copy{color:var(--theme-color);cursor: pointer;margin-left: 4px;}
.domain-manage__item .state{display: inline-block; height: 26px;margin-left: 6px;padding: 0 8px;background-color: rgba(242, 35, 59,.1);border-radius: 4px;color: #F2233B;line-height: 26px;text-align: center;}
.domain-manage__item .manage{width: 108px;height: 36px;background: #38E199;border-radius: 6px;color: #fff;}
.domain-manage__item .reorder{width: 108px;height: 36px;background: #38E199;border-radius: 6px;color: #fff;}
.domain-manage__item .check{color: #FF8400;    cursor: default;}
.domain-renew-modal .m-modal__header{text-align: center;}
.domain-renew-modal .domain-renew__list{font-size: 16px;}
.domain-renew-modal .domain-renew__name{height:52px;background:#f8f9ff;border-radius:2px;text-align:center;line-height:52px}
.domain-renew-modal .domain-renew__expired{margin-top:20px;margin-bottom:10px}
.domain-renew-modal .domain-renew__expired span,.domain-renew-modal .domain-renew__price span{font-weight:500}
.domain-renew-modal .domain-renew__auto{display: flex;align-items: center;margin-top:10px;}
.domain-renew-modal .domain-renew__auto .question{position:relative;margin-left:6px;}
.domain-renew-modal .domain-renew__auto i{vertical-align:middle;font-size:20px;cursor:pointer}
.domain-renew-modal .domain-renew__auto .switch-btn{margin-left: auto}
.domain-renew-modal .domain-renew__auto .tips{display:none;width:366px;padding:12px;position:absolute;left:-86px;bottom:48px;background:#fff;border:1px solid #eee;box-shadow:0 0 8px 0 rgb(8, 32, 57,.06);border-radius:4px;font-size:14px}
.domain-renew-modal .domain-renew__auto .tips::before{content:"";position:absolute;bottom:-14px;left:81px;width:0;height:0;border-top:15px solid #9e9e9e38;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:0 solid transparent;}
.domain-renew-modal .domain-renew__auto .tips::after{content:"";position:absolute;bottom:-13px;left:82px;width:0;height:0;border-top:14px solid #fff;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:0 solid transparent;}
.remove-brand-wrapper {display: flex;justify-content: space-between;align-items: center;width: 600px;margin: 0 auto;padding: 20px;background-color:#fff;border: 1px solid #e5e5e5;}
.remove-brand-wrapper .logo_block{display: flex;align-items: center;font-size: 16px;}
.remove-brand-wrapper .logo_block .pro-icons{margin-left: 10px;}
.remove-brand-wrapper .logo_block .bg_span{width: 40px;height: 40px; object-fit: cover; margin-right: 4px;}
.remove-brand-wrapper .logo_block > img{margin-left: 10px;width: 20px;object-fit: contain;object-position: center;}

/*My Message*/
.message-wrapper{min-width: 1020px;background-color:#fff;}
.message-wrapper .avatar{width: 42px;height: 42px;margin-right: 12px;background: #BEC1C5;border-radius: 50%;text-align: center;line-height: 42px;font-size: 26px;color: #FFFFFF;}
.message__body{min-height: calc(100vh - 70px);display: flex;}
.message__left{display: flex;flex-direction: column;width: 390px;}
.message-list__head{display: flex;align-items: center;flex-shrink: 0;height: 52px;padding: 0 16px; border-bottom: 1px solid #E4E8ED;}
.message-list__head .title{float: left;font-weight: 500;}
.message-list .message-download__close{display: none;}
.message-list__head .list-head__tool{display: flex;margin-left: auto;}
.message-list .date-range{position: relative;width: 196px;height: 32px;margin-left: auto;}
.message-list .date-range__inner{position: absolute;top:-1px;z-index: 9;border-radius: 4px;overflow: hidden;border: 1px solid transparent;}
.message-list .date-range__inner.opened{border: 1px solid #187FFF;}
.message-list .date-range__inner.opened .date-range__list{display: block;}
.message-list .date-range__result{position: relative;width: 196px;height: 32px;background: #F3F4F5;line-height: 32px;cursor: pointer;}
.message-list .date-range__result i{position: absolute;top: 0;left: 10px;color: #7b8087;}
.message-list .date-range__result span{display: inline-block;padding-left: 34px;font-size: 12px;}
.message-list #date-custom{position: absolute;top: 0;left: 0;opacity: 0;}
.message-list .date-range__list {display: none;padding: 6px 0;background-color:#fff;}
.message-list .date-range__list .item{padding: 6px 12px;font-size: 12px;cursor: pointer;}
.message-list .date-range__list .item.selected{color: var(--theme-active-color);}
.message-list .date-range__list .item:hover{background-color: #F1F7FF;color: var(--theme-active-color); }
.message-list .date-range__list .row-2{color: #999999;}
.message-list .date-range__list .item.selected .row-2{color: var(--theme-active-color);}
.message-list .date-range__list .item:hover .row-2{color: var(--theme-active-color); }
.message-list__head .download-icon{width: 32px;height: 32px;margin-left: 8px;text-align: center;line-height: 32px;background-color: #F3F4F5;color:#868a91; border-radius: 4px;cursor: pointer;}
.message-list__head .download-icon:hover{background-color:#ebedef;}
.message-list .message-download__tool{display: none;padding:16px;border-bottom: 1px solid #d8dbde;flex-shrink: 0;}
.message-list .download-csv__btn{width: 358px;height: 44px;background: var(--theme-color);border-radius: 8px;color: #ffffff;}
.message-list .download-csv__btn[disabled]{background-color: #BEC1C5;color: #666666;}
.message-list .download-trigger{margin-top: 20px;font-size: 16px;font-weight: 500;}
.message-list .download-trigger__title{margin-left: 12px;vertical-align: middle;}
.message-list.message-download .message-list__head .title{display: none;}
.message-list.message-download .message-download__close{display: block;padding:4px;cursor: pointer;}
.message-list.message-download .download-icon{display: none;}
.message-list.message-download .message-download__tool{display: block;}
.message-download .message-list__item .v-checkbox{display: block;}
.message-list__body{height: 100%;padding-bottom: 150px;overflow: auto;}
.message-list__body::-webkit-scrollbar {display: none;}
.message-list__blank{padding-top: 40px;text-align: center;}
.message-list__blank img{width: 82px;margin-bottom: 32px;}
.message-list__item{color:#999999;cursor: pointer;}
.message-list__item.selected,.message-list__item:hover{background-color: #F3F4F5;}
.message-list__item .item{display: flex;align-items: center;margin: 0 16px;padding: 20px 0;border-bottom: 1px solid #E4E8ED;}
.message-list__item .text{max-width: 62%;}
.message-list__item.unread{color:#333;}
.message-list__item .name{margin-bottom: 5px;font-size: 16px;color:#666666;}
.message-list__item.unread .name{color: #333333;font-weight: 500;}
.message-list__item .otherinfo{margin-left: auto;text-align: right;}
.message-list__item .otherinfo .time{margin-bottom: 6px;font-size: 12px;font-weight: 500;}
.message-list__item .otherinfo .platform{font-size: 12px}
.message-list__item .otherinfo .platform i{margin-right: 4px;vertical-align: middle;color: #BEC1C5;}
.message-list__item.unread .otherinfo .platform i{color: #82868d;}
.message-list__item .otherinfo .platform span{vertical-align: middle;}
.message-list__item .v-checkbox{margin-right: 12px;display: none;}
.message__right{position: relative;width: calc(100% - 390px);border-left: 1px solid #E4E8ED;position: relative;}
.message-detail{height: 100%; overflow: auto;}
.message__right--mask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.4);}
.message-detail__head{height: 52px;padding-left: 20px;font-weight: 500;border-bottom: 1px solid #E4E8ED;line-height: 52px;}
.message-detail__body{margin: 0 32px 0 20px;}
.message-detail__top{display: flex;padding: 16px 0;border-bottom: 1px solid #E4E8ED;}
.message-detail__top .avatar{margin-top: 4px;margin-right: 16px;}
.message-detail__top .time{margin-left: auto;font-size: 12px;color: #999;}
.message-detail__top .text i{margin-right: 8px;vertical-align: middle;}
.message-detail__top .name{font-size: 16px;font-weight: 500;margin-bottom: 10px;}
.message-detail__top .email{margin-bottom: 10px;}
.message-detail__fields{padding: 20px 70px 0 5px;}
.message-detail__fields .field__item{display: flex;margin-bottom: 26px;color: #666666;font-size: 12px;}
.message-detail__fields .field__title{width: 140px;flex-shrink: 0;font-size: 0}
.message-detail__fields .field__title i{margin-right: 6px;vertical-align: middle;}
.message-detail__fields .field__title span{vertical-align: middle;font-size: 12px;}
.message-detail__fields .title{margin-bottom: 4px;color:#333333;font-weight: 500;}
.message-detail__fields .field__checkbox i{margin-right: 4px;vertical-align: middle;}
.message-detail__bottom{display: flex;align-items: center;padding:20px 0 42px 5px;border-top: 1px solid #E4E8ED;}
.message-detail__bottom .message-detail__other {color: #666666;}
.message-detail__bottom .message-detail__other i{margin-right: 8px;vertical-align: middle;}
.message-detail__bottom .platform{margin-bottom:12px;}
.message-detail__action{margin-left: auto;}
.message-detail__action .btn{float: left;width: 128px;}
.message-detail__action .action-del{margin-right: 20px;}
/* affiliate-program */
.affiliate-program{padding-top:20px}
.affiliate-program__wrap{width:600px;margin:0 auto;padding:22px 20px}
.affiliate-program__title{font-size:16px;font-weight:500}
.affiliate-program__subtitle{margin:10px 0 16px}
.affiliate-program__amazon .amazon__title{margin-bottom:16px;font-weight:500}
.affiliate-program__amazon .amazon__item .v-label{display:inline-block}
.affiliate-program__amazon .amazon__item .amazon__delete{float:right;margin-right:10px;padding:2px 4px;color:#999;cursor:pointer}
.affiliate-program__amazon .amazon__item img{width:18px;margin-right:6px}
.affiliate-program .affiliate-program__question{margin-left:5px;color:#333;vertical-align:middle}
.amazon__add{width:100%}
.amazon-affiliate-id-pop .m-modal__header{text-align:center}
.amazon-affiliate-id-pop .select-territory{position:relative;margin-bottom:12px}
.amazon-affiliate-id-pop .select-territory__selected{width:100%;padding:0 12px;line-height:38px;border:1px solid #dfdfdf;cursor:pointer}
.amazon-affiliate-id-pop .select-territory__selected i{float:right;vertical-align:middle}
.amazon-affiliate-id-pop .select-territory__list{position:absolute;top:40px;z-index:101;display:none;width:100%;padding-top:16px;background-color:#fff;border:1px solid #dfdfdf;border-top:none}
.amazon-affiliate-id-pop .select-territory__item{padding-left:12px;margin-bottom:16px}
.amazon-affiliate-id-pop .select-territory__item input[type=radio]+label{padding:4px 4px 4px 0}
.amazon-affiliate-id-pop .select-territory__item input[type=radio]+label::before{top:5px}
.amazon-affiliate-id-pop .select-territory__item input[type=radio]:checked+label::after{top:8px}

/*tiktok-provider*/
.tiktok-provider-wrapper{padding:30px 20px 100px}
.tiktok-provider{display:none;width: 600px;margin:0 auto;}
.tiktok-provider__title{font-weight: 500}
.tiktok-provider__total{display:none;padding:16px 20px 24px 20px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.08);border-radius:8px}
.tiktok-provider__list{margin-top:14px}
.tiktok-provider__item{display:flex;align-items:center;border:1px solid #dfdfdf;border-radius:4px;height:80px;padding:8px 20px}
.tiktok-provider__item:not(:last-child){margin-bottom:16px}
.tiktok-provider .tiktok-provider__info{display:flex}
.tiktok-provider .info__img svg{width:30px;height:30px}
.tiktok-provider__action{display:flex;margin-left:auto}
.tiktok-provider__action i{color: #7B8087}
.tiktok-provider__total .add{margin-left:auto;display:block;margin-top:20px}
.tiktok-provider__blank{display:none;padding:16px 20px 24px 20px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.08);border-radius:8px}
.tiktok-provider__blank .blank__btn{width:100%;height:54px;margin-top:20px;border-radius:var(--theme-corner-block)}
.tiktok-explain-pop .tiktok-explain p:nth-child(1){margin-bottom:20px}
.tiktok-explain-pop .tiktok-explain p:nth-child(2){font-weight:600;margin-bottom:6px}
.tiktok-explain-pop .tiktok-explain p:nth-child(3){font-weight:600}
.tiktok-edit-pop .tiktok-edit-type{display:flex;height:44px;margin-bottom:14px;background-color:rgba(56,225,153,.2);align-items:center;justify-content:center;border-radius:2px}
.tiktok-edit-pop .tiktok-edit-state img{width:18px;margin-right:15px}
.tiktok-edit-pop .tiktok-edit__tips{font-size:12px;line-height:18px;margin-top:10px}
.tiktok-settings-wrapper {padding: 14px 0 20px;}
.tiktok-settings-wrapper .tiktok-settings__title{margin-bottom: 10px;font-size:16px;font-weight:500}
.tiktok-settings-wrapper .tiktok-settings__subtitle{margin-bottom:10px;color: #999999;}
.tiktok-settings-wrapper .tiktok-settings__display {margin-bottom: 20px;}
.tiktok-settings-wrapper .tiktok-settings__display .item:first-child{margin-bottom: 12px;}
.tiktok-settings-wrapper .tiktok-account{margin-bottom: 20px;}
.tiktok-settings-wrapper .tiktok-account .v-select__selector{z-index: 11;}

.tiktok-settings-wrapper .tiktok-account__connect{width: 100%;height: 48px}
.tiktok-settings-wrapper .tiktok-account__add{margin-top:10px;font-weight:500;color:var(--theme-color)}
.tiktok-settings__video {margin-bottom: 20px;}
.tiktok-settings-wrapper .select-video__btn{margin-top:10px;font-weight:500;color:var(--theme-color)}
.tiktok-settings-wrapper .select-video__list{margin-top:20px;}
.tiktok-settings-wrapper .select-video__list:empty{display: none;}
.tiktok-settings-wrapper .select-video__item{display:flex;align-items:center;height:96px;margin-bottom:12px;padding-right:10px;border-radius:10px;background:rgba(235,237 ,239,.5)}
.tiktok-settings-wrapper .select-video__img {flex-shrink: 0;}
.tiktok-settings-wrapper .select-video__img img{width:64px;height:64px;object-fit:cover;margin-right:12px;border-radius:10px}
.tiktok-settings-wrapper .select-video__drag{position:relative;width:42px;height:100%;flex-shrink:0;color:#999;cursor:move}
.tiktok-settings-wrapper .select-video__drag i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px}
.tiktok-settings-wrapper .select-video__info{overflow: hidden;}
.tiktok-settings-wrapper .select-video__title{overflow-wrap: break-word;}
.tiktok-settings-wrapper .select-video__desc{color: #999999;margin-top: 6px;}
.tiktok-settings-wrapper .select-video__delete{flex-shrink: 0; margin-left: auto;padding: 4px 10px;cursor: pointer}
.tiktok-settings-wrapper .select-video__delete i{font-size: 20px;color: #7B8087;}
.tiktok-settings-wrapper .latest-video__list{margin-top:20px}
.tiktok-settings-wrapper .latest-video__item{display: flex;align-items: center;margin-bottom: 16px;}
.tiktok-settings-wrapper .latest-video__img{width: 80px;height: 80px;margin-right: 12px; flex: none;}
.tiktok-settings-wrapper .latest-video__img img{width: 100%;height: 100%;object-fit: cover;border-radius:var(--theme-corner-block);}
.tiktok-settings-wrapper .latest-video__info{overflow: hidden;}
.tiktok-settings-wrapper .last-video__title{overflow-wrap: break-word;}
.tiktok-settings-wrapper .latest-video__desc {color: #999999;margin-top: 6px;}
.tiktok-settings-wrapper .tiktok-settings__save{width: 100%;height: 50px;}
.tiktok-video-modal .tiktok-video__subtitle{color: #999999;margin-bottom: 8px;}
.tiktok-video-modal .tiktok-video__load{padding: 90px 0;text-align: center;}
.tiktok-video-modal .link-load{ display: inline-block;line-height: 1;color: #acb5bf;font-size: 42px;animation: 1s linear 0s infinite normal none running spin;}
.tiktok-video-modal .tiktok-video__list{max-height: 600px; padding-bottom: 8px;border-bottom: 1px solid #EEEEEE;overflow: auto;}
.tiktok-video-modal .tiktok-video__item{display:flex;align-items:center;padding: 10px 12px;cursor: pointer;border-radius: 6px;}
.tiktok-video-modal .tiktok-video__item:hover{background: rgba(235, 237, 239,.5);}
.tiktok-video-modal .tiktok-video__btn{margin-right: 12px;flex-shrink: 0;}
.tiktok-video-modal .tiktok-video__item{flex-shrink: 0;}
.tiktok-video-modal .tiktok-video__info{overflow: hidden;}
.tiktok-video-modal .tiktok-video__title{overflow-wrap: break-word;}
.tiktok-video-modal .tiktok-video__img{flex: none}
.tiktok-video-modal .tiktok-video__item img{width:80px;height:80px;object-fit:cover;margin-right:10px;border-radius:var(--theme-corner-block)}
.tiktok-video-modal .tiktok-video__desc{margin-top: 8px;color: #999999;}
.tiktok-video-modal .m-modal--primary[disabled]{background-color: #ebedef;color: #999999;border-color:#ebedef;}
.tiktok-video-modal .tiktok-video__blank{padding: 30px 0 50px;text-align: center;}
.tiktok-video-modal .tiktok-video__blank img{width: 188px;margin-bottom: 30px;}
/*feature-Supportme*/
.support-setting-pop .m-modal__body{padding-top: 8px;}
.support-setting-pop .support-setting__desc{color: #666;}
.support-setting-pop .support-setting__title{margin-bottom: 8px;font-size: 16px;font-weight: 500;}
.support-setting-pop .support-setting__desc{margin-bottom: 10px;color: #666;}
.support-setting-pop .payment-type{margin-top: 12px;margin-bottom: 10px;}
.support-setting-pop .payment-type__item {display: flex;width: fit-content;padding: 8px 10px 8px 0;cursor: pointer;}
.support-setting-pop .payment-type__radio{margin-right: 8px;}
.support-setting-pop .payment-type__desc{margin-top: 2px;font-size: 12px;color: #666666;}
.support-setting-pop .provider-pro {display: inline-block;width: 57px;height: 16px;vertical-align: middle;background: url(https://fly.linkcdn.cc/images/back/user_premium.svg) center center no-repeat;background-size: 100% 100%;margin-left: 16px;}
.support-setting-pop .payment-provider{margin: 12px 0 20px;}
.support-setting-pop .payment-provider__connect{width:100%;height:44px;border-radius:8px}
.support-setting-pop .payment-provider .v-select__selection img{height:22px;margin-right:8px}
.support-setting-pop .payment-provider .v-select__item img{height:22px;margin-right:8px}
.support-setting-pop .payment-provider__add{margin-top:10px;padding: 0;background-color: transparent;font-weight: 500;color: var(--theme-color);}
.support-setting-pop .payment-provider__connect:disabled{background-color: #BEC1C5;border:1px solid #BEC1C5;color: #666666;}
.support-setting-pop .v-select__selector.disabled{background-color:#D8DBDE;border: 1px solid #BEC1C5;pointer-events:none;}
.support-setting-pop .provider-pro-text{margin-top: 8px; text-align: right;font-weight: 500;}
.support-setting-pop .provider-pro-text a{color: var(--theme-color);}
.support-setting-pop .support-options{padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;}
.support-setting-pop .support-options__item{display:flex;margin-bottom:12px}
.support-setting-pop .amount{width:364px;margin-right:12px}
.support-setting-pop .amount__box{display:flex;height:42px;line-height:40px;border:1px solid #d8dbde;border-radius:4px;overflow:hidden}
.support-setting-pop .amount__box--error{border-color: var(--body-theme-error);}
.support-setting-pop .amount__prefix{padding-left:16px;color:#979ba0}
.support-setting-pop .amount input{border:none;width:100%}
.support-setting-pop .amount__error{ padding: 4px 8px;color: var(--body-theme-error);}
.support-setting-pop .amount__error:empty{display: none;}
.support-setting-pop .option-delete{width:30px;height:42px;text-align:center;line-height:42px;cursor:pointer}
.support-setting-pop .support-option__add{width:364px;height:40px;border:1px solid #dfdfdf;border-radius:4px;color:var(--theme-color)}
.support-setting-pop .supporters-amount{display: flex;align-items: center;margin-bottom: 16px;margin-top: 20px;cursor: pointer;}
.support-setting-pop .supporters-amount .v-checkbox{margin-right: 8px;}
.support-setting-pop .supporters-message{display: flex;align-items: center;cursor: pointer;}
.support-setting-pop .supporters-message .v-checkbox{margin-right: 8px;}
.payment-providers-pop .payment-providers__list{display:flex;justify-content:space-between;    padding: 6px 18px 26px;}
.payment-providers-pop .item{width: 82px;height: 86px;padding-top: 12px; text-align: center;border: 1px solid #DCE0E4;cursor:pointer;border-radius: 8px;}
.payment-providers-pop .item:hover{border-color:#DCE0E4;background-color: #DCE0E4;}
.payment-providers-pop .item img{width:30px;margin-bottom: 8px;}

/*feature-Request*/
.feature-request__wrapper{padding-top:10px;padding-bottom:24px}
.feature-request__line{height:1px;background:#eee;margin:20px 0 18px}
.feature-request__title{margin-bottom: 8px;font-size:16px;font-weight:500}
.feature-request__subtitle{margin-bottom:12px;color:#666}
.feature-request__wrapper > .feature-request__subtitle{margin-bottom:16px;}
.feature-request__wrapper .payment-type{margin-top: 12px;margin-bottom: 10px;}
.feature-request__wrapper .payment-type__item {display: flex;width: fit-content;padding: 8px 10px 8px 0;cursor: pointer;}
.feature-request__wrapper .payment-type__radio{margin-right: 8px;}
.feature-request__wrapper .payment-type__desc{margin-top: 2px;font-size: 12px;color: #666666;}
.feature-request__wrapper .provider-pro {display: inline-block;width: 57px;height: 16px;vertical-align: middle;background: url(https://fly.linkcdn.cc/images/back/user_premium.svg) center center no-repeat;background-size: 100% 100%;margin-left: 16px;}
.feature-request__wrapper .payment-provider{margin: 12px 0 20px;}
.payment-provider__warning{display: flex;padding: 7px 12px;background: #FEF7EE;border-radius: 4px;margin-bottom: 16px;}
.payment-provider__warning i{ margin-right: 8px;color: #f89941;}
.feature-request__wrapper .payment-provider__connect{width:100%;height:44px;border-radius:8px}
.feature-request__wrapper .payment-provider__connect:disabled{background-color: #BEC1C5;border:1px solid #BEC1C5;color: #666666;}
.feature-request__wrapper .payment-provider .v-select__selection img{height:22px;margin-right:8px}
.feature-request__wrapper .payment-provider .v-select__item img{height:22px;margin-right:8px}
.feature-request__wrapper .payment-provider__add{margin-top:10px;padding:0;background-color:transparent;font-weight:500;color:var(--theme-color)}
.feature-request__wrapper .v-select__selector.disabled{background-color:#D8DBDE;border: 1px solid #BEC1C5;pointer-events:none;}
.feature-request__wrapper .provider-pro-text{margin-top: 8px; text-align: right;font-weight: 500;}
.feature-request__wrapper .provider-pro-text a{color: var(--theme-color);}
.feature-request__wrapper .request-options{padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;}
.feature-request__wrapper .request-options__item{display:flex;margin-bottom:12px}
.feature-request__wrapper .amount{width:110px;margin-right:12px}
.feature-request__wrapper .amount__box{display:flex;height:42px;line-height:40px;border:1px solid #d8dbde;border-radius:4px;overflow:hidden}
.feature-request__wrapper .amount__box--error{border-color: var(--body-theme-error);}
.feature-request__wrapper .amount__prefix{padding-left:16px;color:#979ba0}
.feature-request__wrapper .amount input{border:none;width:100%}
.feature-request__wrapper .amount__error{ padding: 4px 8px;color: var(--body-theme-error);}
.feature-request__wrapper .amount__error:empty{display: none;}
.feature-request__wrapper .detail{width:383px}
.feature-request__wrapper .detail__box{display:flex;height:42px;margin-right:4px;border:1px solid #d8dbde;border-radius:4px;overflow:hidden}
.feature-request__wrapper .detail input{width:100%;padding-left:12px;border:none;}
.feature-request__wrapper .detail__box--error{border-color: var(--body-theme-error);}
.feature-request__wrapper .detail__error{ padding: 4px 8px;color: var(--body-theme-error);}
.feature-request__wrapper .detail__error:empty{display: none;}
.feature-request__wrapper .option-delete{width:30px;height:42px;text-align:center;line-height:42px;cursor:pointer}
.feature-request__wrapper .request-option__add{padding:0;color:var(--theme-color);font-weight:500}
.feature-request__wrapper .request-details{margin: 20px 0;font-size: 0;}
.feature-request__wrapper .request-details .text{margin-left: 8px;font-size: 14px;vertical-align: middle;}
.feature-request__wrapper .feature-request__save{width:100%}

/*wallet.html*/
.my-wallet__wrapper{position: relative;width: 1130px;padding:32px 30px 120px;margin: 0 auto; }
.my-wallet__basic{display: flex;justify-content: space-between;}
.wallet-basic__item{width: 520px;height: 138px;padding: 20px 32px;background: #FFFFFF url(https://fly.linkcdn.cc/images/back/wallet-basic_bg1.png) right bottom no-repeat;background-size: 230px 126px;box-shadow: 0px 0px 10px 0px rgba(16,30,36,0.04);border-radius: 12px;}
.my-wallet__basic.provider .wallet-basic__item{height: 148px;background: #FFFFFF url(https://fly.linkcdn.cc/images/back/wallet-basic_bg1.png) right bottom no-repeat;background-size: 244px 138px;}
.wallet-info__title{font-size: 16px;font-weight: bold;}
.wallet-info__total{display: flex;align-items: center;justify-content: space-between}
.my-wallet__wrapper .total{font-size: 44px;font-weight: bold;}
.wallet-balance__withdraw{min-width: 112px;height: 44px;background: #187FFF;border-radius: 8px;color: #fff;}
.wallet-balance__withdraw[disabled]{background-color: #BEC1C5;color: #666666;}
.wallet-balance__provider{display: flex; align-items: center;justify-content: space-between;border-top: 1px solid #E4E8ED;padding-top: 10px;}
.wallet-balance__provider .provider__unlink{color: #F02A2A;cursor: pointer}
.wallet-balance__provider img{width: 16px;margin: 0 4px;}
.wallet-balance__provider span{font-weight: 500;vertical-align: middle}
.my-wallet__basic .question{display: inline-block;position: relative;}
.my-wallet__basic .question i{vertical-align: middle;cursor: pointer}
.my-wallet__basic .question-title{display: none;position: absolute; left: -30px;top: 30px; width: 280px;padding: 6px 10px;font-size: 12px;font-weight: 400;background: #fff;border: 1px solid #999999;border-radius: 4px;}
.my-wallet__basic .question-title::after {content: "";position: absolute;top: -8px;left: 30px;width: 16px;height: 10px;background: url(https://fly.linkcdn.cc/images/back/tooltip-arrow_border.png) no-repeat center center;background-size: cover;overflow: hidden;}
.my-wallet__basic .question:hover .question-title{display: block}

.alert-container-withdraw{position: absolute;top: 32px;left: 50%;z-index: 999;transform: translate(-50%, 0);}
.alert-container-withdraw .alert{display: flex;align-items: center;height: 36px;padding: 10px 12px;background: #FEF7EE;border: 1px solid #FA9513;border-radius: 4px;}
.alert-container-withdraw .alert-icon{margin-right: 6px;color: #FA9513}
.alert-container-withdraw .fade {transition: opacity .15s linear;}
#NotificationBanner-AccountBlocked .banner-error{position: fixed;top: 70px;left: 220px;right: 0;z-index: 11;}
#NotificationBanner-AccountBlocked .banner-inner{padding: 10px 40px 10px 12px;background-color: #fee7e3;}
#NotificationBanner-AccountBlocked .banner-warning{margin-right: 6px;color: var(--body-theme-error);vertical-align: middle}
#NotificationBanner-AccountBlocked .banner-text a{color: #333333}
.wallet-stripe-delete-pop .m-modal__header{  text-align: center;}
.wallet-stripe-delete-pop .desc{word-break: normal;text-align: center}
.wallet-stripe-delete-pop .strong{font-weight: 600;}
.wallet-stripe-delete-pop .action-group{margin-top: 26px;margin-bottom: 8px;}
.wallet-stripe-delete-pop .cancel{background-color: #EBEDEF;border-radius: 8px;width: 128px;height: 44px;}
.wallet-stripe-delete-pop .unlink{ float: right;width: 128px;height: 44px;background: #FF293B;border-radius: 8px;color: #fff;}
.wallet-stripe-connect-pop .desc{color: #666666;}
.wallet-stripe-connect-pop .m-modal__footer{padding-top: 0;}
.wallet-stripe-title-pop .provider-type{display: flex;height: 40px;background: #d8f9eb;border-radius: 4px;align-items: center;justify-content: center;}
.wallet-stripe-title-pop .provider-img img{width: 16px;}
.wallet-stripe-title-pop .provider-state img{width: 16px;}
.wallet-stripe-title-pop .provider-title {margin: 0 12px 0 8px;}
.wallet-stripe-title-pop .provider-input  input{width: 100%;height: 40px;margin-top: 12px;padding-left: 12px;border: 1px solid #DFDFDF;border-radius: 4px;}
.withdraw-balance-modal .withdraw__provider{height: 40px;line-height: 40px;padding: 0 10px 0 12px;background: #EBEDEF;border-radius: 4px;}
.withdraw-balance-modal .provider{float: right;}
.withdraw-balance-modal .withdraw__provider img{width: 18px;height: 18px;margin-right: 4px;}
.withdraw-balance-modal .withdraw__amount__title {margin-top: 14px;margin-bottom: 6px;}
.withdraw-balance-modal .amount__box{display: flex;;height: 44px;border: 1px solid #DFDFDF;border-radius: 4px;font-size: 28px;font-weight: bold;}
.withdraw-balance-modal .amount__prefix{padding-left: 12px;padding-right: 6px;}
.withdraw-balance-modal [name=amount]{width: 100%;height: 100%;border: none;border-top-right-radius:4px;border-bottom-right-radius: 4px;}
.withdraw-balance-modal .amount__box--error {border-color: var(--body-theme-error);}
.withdraw-balance-modal .amount__error{padding: 4px 8px;color: var(--body-theme-error);}
.withdraw-balance-modal .amount__error:empty{display: none}
.withdraw-balance-modal .withdraw__balance{display: flex;margin-top: 12px}
.withdraw-balance-modal .balance-all{margin-left: 14px;font-weight: 500;color: var(--theme-color);cursor: pointer}
.withdraw-balance-modal .withdraw__rate{margin-top: 4px;}
.withdraw-balance-modal .rate{color: #666666}
.withdraw-balance-modal .withdraw__upgrade{padding-top: 10px;margin-top: 15px;border-top: 1px solid #E4E8ED;cursor: pointer;}
.withdraw-balance-modal .upgrade{color: var(--theme-color);font-weight: 500;}
.withdraw-balance-modal .m-modal__footer{padding-top: 0;}

.my-wallet__transaction{width: 1070px;margin-top: 20px;padding:16px 24px 0;background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgba(16,30,36,0.04);border-radius: 12px;}
.transaction__title{font-size: 16px;font-weight: bold;}
.transaction__tab{display: flex;margin-top: 8px;}
.transaction-tab__item{min-width: 94px;  height: 32px;padding: 0 12px;margin-right: 12px;font-weight: 500;text-align: center;line-height: 32px;border: 1px solid transparent;background: #F5F6F7;border-radius: 4px;box-sizing: border-box;cursor: pointer;}
.transaction-tab__item i{margin-right: 6px;vertical-align: middle;}
.transaction-tab__item.active{border: 1px solid #187FFF;color: #187FFF}
.transaction__bar{display: flex;align-items: center;margin-top: 16px;}
.transaction__revenues{margin-left: 12px;color: #666666;}
.transaction__revenues .revenues{margin-left: 4px;}
.transaction__date .v-select{height: 32px;}
.transaction__date .v-select__selector{width: max-content;}
.transaction__date .v-select__selection{height: 32px;line-height: 32px;padding: 0 34px 0 8px;}
.transaction__table{margin-top: 12px;}
.transaction__head{display: flex;height: 32px;line-height: 32px;background: #F5F6F7;border-radius: 3px;}
.transaction__head .type{width: 78px;padding-left: 16px}
.transaction__head .title{width: 224px;}
.transaction__head .content{width: 214px;}
.transaction__head .amount{width: 148px;}
.transaction__head .date{width: 135px;}
.transaction__head .status{width: 150px;}
.transaction__content:not([data-type="transactions"]){display: none;}
.transaction__content__load{padding: 120px 0;text-align: center;}
.transaction__content__load .load-icon{ display: inline-block;line-height: 1;color: #acb5bf;font-size: 42px;animation: 1s linear 0s infinite normal none running spin;}
.transaction__item {display: flex;padding: 10px 0;align-items: center}
.transaction__item:not(:last-child){border-bottom: 1px solid #EEEEEE;}
.transaction__item .type{width: 78px;padding-left: 10px;}
.transaction__item .title{width: 224px;}
.transaction__item .content{width: 220px;flex-shrink: 0;padding-right: 12px;}
.transaction__item .amount{width: 148px;}
.transaction__item .date{width: 130px;}
.transaction__item .status{width: 150px;}
.transaction__item .type__icon{display: inline-block;width: 32px;height: 32px;background: #EBEDEF;border-radius: 50%;text-align: center;line-height: 32px;}
.my-wallet__transaction .status__pending{color: #FA9C3E}
.my-wallet__transaction .status__success{color: #0FBF73}
.my-wallet__transaction .status__failed{color: #F02A2A}
.my-wallet__transaction .action__detail{min-width: 80px;height: 32px;padding: 0 4px;border: 1px solid #E4E8ED;border-radius: 4px;}
.my-wallet__transaction .action__detail:hover{background-color: #EBEDEF;}
.my-wallet__transaction .content__request{font-weight: 500;}
.my-wallet__transaction .transaction__blank{padding: 44px 0 88px;text-align: center;}
.my-wallet__transaction .transaction__blank img{width: 96px;}
.my-wallet__transaction .transaction__blank .blank__title{margin-top: 28px;font-size: 16px;font-weight: bold;}
.my-wallet__transaction .transaction__blank .blank__desc{color: #666666;margin-top: 6px;}

.withdraw-progress-modal .index{width: 24px;margin-right: 12px;}
.withdraw-progress-modal .bg{width: 16px;height: 16px;margin: 0 auto;border-radius: 50%;}
.withdraw-progress-modal .img{width:24px;height: 24px; }
.withdraw-progress-modal .line{width: 24px; margin: 10px 0;}
.withdraw-progress-modal .line__bg1{width: 1px;height: 16px;margin: 0 auto;background: #0FBF73;}
.withdraw-progress-modal .line__bg2{width: 1px;height: 16px;margin: 0 auto;background:#D8DBDE;}
.withdraw-progress-modal .request{display: flex;align-items: center}
.withdraw-progress-modal .request .bg{background-color:#0FBF73;}
.withdraw-progress-modal .arrive .bg{background-color:#D8DBDE;}
.withdraw-progress-modal .progress{display: flex;align-items: center;}
.withdraw-progress-modal .arrive{display: flex;align-items: center;}
.withdraw-progress-modal .explain{color: #666666;}
.withdraw-progress-modal .progress .title{font-weight: 500;}
.withdraw-progress-modal .progress .explain{color: #666666;font-size: 12px;}
.withdraw-progress-modal .amount{margin-top: 20px;padding-top: 16px;color: #666666;border-top: 1px solid #E4E8ED;}
.withdraw-progress-modal .provider{margin-top: 15px;color: #666666;}
.withdraw-progress-modal .fee{margin-top: 15px;color: #666666;}
.withdraw-progress-modal .amount__result{float: right;font-weight: 500;}
.withdraw-progress-modal .provider__result{float: right;font-weight: 500;}
.withdraw-progress-modal .provider__result img{width: 18px;}
.withdraw-progress-modal .fee__result{float: right;font-weight: 500;}

.transaction-detail-pop .m-modal__header{border-bottom: 1px solid #E4E8ED;margin: 0 20px;padding: 16px 0 14px;}
.transaction-detail-pop .transaction-detail__row{display: flex;margin-bottom: 20px;}
.transaction-detail-pop .transaction-detail__row .title{width: 82px;flex-shrink: 0;color: #666666;}
.transaction-detail-pop .transaction-detail__row .value{width: 100%;font-weight: 500}
.transaction-detail-pop .status__success{color: #0FBF73;font-weight: 500;}
.transaction-detail-pop .status__pending{color: #FA9C3E;font-weight: 500;}
.transaction-detail-pop .status__failed{color: #F02A2A;font-weight: 500;}
.transaction-detail-pop .value__fail{color: #F02A2A;}
.transaction-detail-pop .value__reason{color: #F02A2A;}
.transaction-detail-pop .provider__icon{width: 18px;margin-right: 4px;}
.transaction-detail-pop .transaction-detail__action {border-top: 1px solid #E4E8ED;padding-top: 10px;}
.transaction-detail-pop .transaction-detail__refund{width: fit-content;margin-left: auto;color: #38E199;font-weight: 500;cursor: pointer}
.transaction-detail-pop .transaction-detail__refund i{margin-right: 6px; vertical-align: middle;}
.transaction-detail-pop .transaction-detail__status {border-top: 1px solid #E4E8ED;padding-top: 10px;}
.transaction-refund-pop .m-modal__footer{padding-top:0;}
.transaction-refund-pop .transaction-refund__row{display: flex;margin-bottom: 20px;}
.transaction-refund-pop .transaction-refund__row .title{flex-shrink: 0;color: #666666;}
.transaction-refund-pop .transaction-refund__row .value{width: 100%;font-weight: 500}
.transaction-refund-pop .v-form-group{margin-bottom: 0}

/*Graphext*/
.graphext__title{margin-bottom: 12px;font-size:16px;font-weight: 500;}
.graphext__wrapper .graphext-cover{margin-bottom: 24px;}
.graphext__wrapper .graphext-cover__inner{height: 140px;border-radius: 8px;}
.graphext-cover .img_empty{display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;width:140px;text-align: center;color: #999999;border-radius: 8px;border: 1px solid #D8DBDE;cursor: pointer;}
.graphext-cover .img_empty img{width: 30px;margin-bottom: 10px;}
.graphext__wrapper .img_block {position: relative;height: 100%;width: fit-content;}
.graphext__wrapper .img_block .img{height: 100%;object-fit: cover;border-radius: 8px;}
.graphext__wrapper .avatar-del{position: absolute;top: -8px;right: -8px;cursor: pointer;}
.graphext__wrapper .avatar-del img{width: 20px;}
.graphext-cover__help{margin-top: 6px;color: var(--body-theme-error);}
.graphext__wrapper [name=title] {padding-right: 60px;}
.graphext__wrapper [name=desc] {padding-right: 60px;}
.graphext__wrapper .words-length__title {position: absolute;top: 16px;right: 12px;color: #979BA0;}
.graphext__wrapper .words-length__desc {position: absolute;bottom: 10px;right: 12px;color: #979BA0;}

/* c-email-verify */
.c-email-verify-wrap{position: fixed;top: 70px;left: 220px;right: 0;z-index: 11;}
.c-email-verify{padding: 8px 40px 8px 20px;background-color: #FFEDEC;line-height: normal;}
.c-email-verify .verify__resend{display: inline-block;position: relative;}
.c-email-verify .verify__btn{color: #E54A4A;text-decoration: underline;cursor: pointer;}
.c-email-verify .verify__question{display: inline-block;padding:0 4px;color: #333333;vertical-align: middle;line-height: normal;}
.c-email-verify .verify__close{position: absolute;top: 8px;right: 20px;color: #666666;cursor: pointer}
.c-email-verify .verify__contact{ position: absolute;left: -38px;top: 26px;z-index: 999;display: flex;align-items: center;width: 432px;padding: 12px 18px;background-color: #fff; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);border-radius: 6px;}
.c-email-verify .verify__contact .contact-wrap::after {content: "";position: absolute;top: -8px;left: 134px;z-index: 9;width: 16px;height: 10px;margin-left: -20px;background: url(https://fly.linkcdn.cc/images/back/tooltip-arrow_shadow.png) no-repeat center center;background-size: cover;overflow: hidden;}
.c-email-verify .verify__contact a{color: #727AE7;text-decoration: underline;}
.c-email-verify .verify__contact .icon-close1{margin-left: 40px;cursor: pointer;}
/* basic info */
.cardBasic-wrapper .basic-info__title{font-weight:600;font-size:16px;margin-bottom:14px}
.cardBasic-wrapper .basic-cover__line{border-top:1px solid #e4e8ed;margin:20px 0}
.cardBasic-wrapper .basic-info__cardBg{width:440px;height:160px;border-radius:12px;overflow:hidden;cursor:pointer}
.cardBasic-wrapper .cardBg-blank{width:100%;height:100%;background:#d8d8d8;text-align:center;line-height:160px;}
.cardBasic-wrapper .basic-info__cover{position:relative;width:88px;height:88px;background:#d8d8d8;border:2px solid #fff;border-radius:50%;margin-top:-52px;margin-left:36px}
.cardBasic-wrapper .cover-wrap{cursor: pointer;}
.cardBasic-wrapper .cover-block{border-radius:50%;overflow:auto}
.cardBasic-wrapper .cover-blank{width:100%;height:100%;background:#d8d8d8;text-align:center;line-height:84px;border-radius:50%;overflow:hidden;}
.cardBasic-wrapper .basic-info__companyLogo{position:absolute;right:-10px;bottom:0;width:40px;height:40px;border:2px solid #fff;border-radius:50%;overflow:hidden;cursor:pointer}
.cardBasic-wrapper .companyLogo-blank{width:100%;height:100%;background:#d8d8d8;text-align:center;line-height:36px;}
.cardBasic-wrapper .basic-info__save{height:52px;margin-bottom:24px}
.cardBasic-wrapper input[name=accredit]{padding-right:92px}
.cardBasic-wrapper .accredit__btn{position:absolute;right:6px;top:6px;width:76px;height:36px;background:#38e199;border-radius:6px 6px 6px 6px;color:#fff}
.cardBasic-wrapper input[name=accredit]:disabled{background:#d8dbde}
.cardBasic-wrapper .accredit__btn:disabled{background:#bec1c5;border-color:#bec1c5}
.cardBasic-wrapper .accreditation__list{display:flex;flex-wrap:wrap}
.cardBasic-wrapper .accreditation__item{display:flex;margin-bottom:10px;margin-right:12px;padding:7px 4px 7px 10px;line-height:normal;background:#ebedef;border-radius:4px;align-items:start}
.cardBasic-wrapper .accreditation__item span{margin-left:8px;cursor:pointer}
.cardBasic-wrapper .accreditation__item i{padding:6px;cursor:pointer}


.cardBasic-upload-modal .upload__item{display: flex; align-items: center; padding-bottom: 16px;font-size: 16px;cursor: pointer;}
.cardBasic-upload-modal .upload__item:not(:last-child){margin-bottom: 16px;border-bottom: 1px solid #e4e8ed;}
.cardBasic-upload-modal .upload__icon{margin-right: 12px;}
/*新功能提示 new features*/
.new-feature-modal{border-radius:16px;overflow:hidden}
.new-feature-modal .m-modal__header{padding: 0;}
.new-feature-modal .m-modal__body{padding:0}
.new-feature-modal .m-modal__headerbtn{width:20px;height:20px;color:#fff;background-color:rgba(0,0,0,.3);border-radius:50%;line-height:20px;z-index:1;top:10px;right:10px}
.new-feature-modal .m-modal__headerbtn i{font-size:14px;color:#fff}
.new-feature-modal .feature-body{text-align:center;position:relative;width:440px}
.new-feature-modal .feature-body__inner{transform:translate3d(0,0,0);transition:all .5s ease 0s;width:1760px}
.new-feature-modal .feature-item{width:440px;float:left}
.new-feature-modal .feature-item video{vertical-align:top}
.new-feature-modal .feature-item .image-box img{width:100%;height: 280px;}
.new-feature-modal .feature-body .title{margin:44px 56px 18px;font-size:18px;font-weight:700;word-spacing:2px}
.new-feature-modal .feature-body .desc{margin:0 56px}
.new-feature-modal .feature-pagination{text-align:center;font-size:0;margin:20px 0}
.new-feature-modal .feature-pagination .bullet{display:inline-block;vertical-align: middle;width:8px;height:8px;margin:0 5px;background:var(--theme-disabled-color);border-radius:4px}
.new-feature-modal .feature-pagination .bullet.active{width:20px;height:6px;background:linear-gradient(118deg,#ff5c30,#fc3748);border-radius:3px}
.new-feature-modal .feature-footer{padding:20px 24px;text-align: center;}
.new-feature-modal .feature-help{margin-top: 12px;color: #666666;}
.new-feature-modal .feature-action{margin-left:auto;font-size:0}
.new-feature-modal .feature-action .action-prev:hover,.new-feature-modal .feature-action .action-next:hover{background:#979ba0;color:#fff}
.new-feature-modal .action-prev{display:none}
.new-feature-modal .action-next{margin-left:10px}
.new-feature-modal .feature-action .action-got{display: none;margin-left: 10px;color: #fff;font-size: 14px;background: linear-gradient(118deg, #FF5C30, #FC3748);}
.new-feature-modal .feature-action i{display:block;font-size:20px}
.new-feature-modal .action-prev i{transform:rotate(-90deg)}
.new-feature-modal .action-next i{transform:rotate(90deg)}
















/* mobile.css */
@media (min-width: 767px) {
  /* .mob-header */
  .mob-header{display: none;}
  /* .mob-page_sidebar */
  .mob-page_sidebar .mob-close{display: none;}
  .fly-links-wrapper .mob-toolbar{display:none}
  .fly-links-wrapper .mob-visit{display:none}
  .fly-links-wrapper .mob-create-link{display:none}
  .mob-mypage-header{display:none}
  .mob-mypage-domain{display:none}
  .mob-mp-appearance__title{display:none}
  .mob-view-close{display:none}
  .mob-page_sidebar .mob-lanuage{display:none}
  .page_sidebar{visibility:visible!important}
  
}

@media (max-width: 767px) {
  body{background-color:#f8fafb}
  .mob-hidden{display:none!important}
  .m-modal__container{width:96%!important}
  .mob-header{display:block;height:56px;position:fixed;top:0;left:0;right:0;z-index:10;background-color:#fff;border-bottom:1px solid #e4e8ed}
  .mob-header__inner{display:flex;align-items:center;padding:0 14px;height:100%}
  .mob-header .header-trigger{position:relative;width:24px;height:24px;margin-right:10px}
  .mob-header .header-trigger__item{width:20px;height:2px;position:absolute;left:50%;transform:translateX(-50%);transform-origin:50% 50%;transition:all .25s ease;transition-duration:.5s;border-radius:20px;background-color:#000}
  .mob-header .header-trigger__item:nth-child(1){top:4px}
  .mob-header .header-trigger__item:nth-child(2){top:11px}
  .mob-header .header-trigger__item:nth-child(3){top:18px}
  .mob-trigger--open .header-trigger__item:nth-child(1){top:11px;transform:translateX(-50%) rotate(225deg)}
  .mob-trigger--open .header-trigger__item:nth-child(2){opacity:0}
  .mob-trigger--open .header-trigger__item:nth-child(3){top:11px;transform:translateX(-50%) rotate(-225deg)}
  .mob-header .header-title{flex:1;font-weight:600;font-size:18px;color:#000}
  .mob-header .header-upgrade{display:none;width:87px}
  .mob-page_sidebar.nav-open .page_sidebar__nav{transform:translateX(0)}
  .mob-page_sidebar .page_sidebar__nav{transform:translateX(-100%)}
  .mob-page_sidebar::after{content:'';position:fixed;z-index:98;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overscroll-behavior:none;visibility:hidden;opacity:0;transition:visibility 0s ease .4s,opacity .4s ease;background:rgba(0,0,0,.3);visibility:hidden;opacity:0}
  .mob-page_sidebar.nav-open::after{visibility:visible;opacity:1;transition-delay:.05s}
  .mob-page_sidebar .mob-close{position:absolute;right:8px;top:8px;width:20px;line-height:20px;text-align:center;color:#666}
  .mob-page_sidebar .mob-lanuage .nav_lang{background:rgba(238,238,238,.5);border-radius:8px;width:146px;height:42px;padding:0 12px;display:flex;align-items:center;color:#333;font-weight:500}
  .mob-lanuage .nav_lang .lang__icon{margin-right:8px;font-size:20px;color:#666}
  .mob-lanuage .nav_lang .lang__down{margin-left:auto}
  .mob-lanuage .nav_lang-list{height:220px;width:146px;bottom:60px;top:auto;left:auto;right:auto;border:1px solid #d8dbde;color:#333}
  .mob-lanuage .langactive{background:#ddecff;color:#187fff}
  .page_content{padding-top:56px;margin-left:0}
  
  /* home */
  .fly-links-wrapper{padding:14px 14px;width:auto}
  .fly-links-wrapper .fly-links__container{background-color:transparent;box-shadow:none;border-radius:0}
  .fly-links-wrapper .mob-create-link{display:block;height:49px;margin-bottom:14px;border-radius:8px}
  .fly-links-wrapper .links_item__bg{margin:0 0 14px 0;padding:16px 14px;background:#fff;box-shadow:0 0 5px 0 rgba(16,30,36,.0392);border-radius:10px;border:none}
  .fly-links-wrapper .links_item .info{width:100%;min-width: 0;}
  .fly-links-wrapper .mob-visit{display:block;margin-top:2px;font-size:12px}
  .fly-links-wrapper .mob-visit__pv{font-weight:600;margin-right:4px;font-size:14px}
  .fly-links-wrapper .mob-toolbar{display:block}
  .fly-links-wrapper .mob-toolbar__list{display:flex;justify-content:space-between;margin-top:10px}
  .fly-links-wrapper .mob-toolbar__item{width:128px;height:35px;font-weight:500;font-size:12px;background:#f5f6f7;border-radius:6px 6px 6px 6px;display:flex;align-items:center;justify-content:center;flex:auto}
  .fly-links-wrapper .mob-toolbar__item.more{width:43px;position:relative}
  .fly-links-wrapper .mob-toolbar__item.more>i{transform:rotate(90deg);margin-right:0}
  .fly-links-wrapper .mob-toolbar__item:nth-child(2){margin:0 10px}
  .fly-links-wrapper .mob-toolbar__item i{margin-right:6px}
  .fly-links-wrapper .mob-toolbar__more{display:none;position:absolute;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.12);border-radius:8px 8px 8px 8px;right:0;bottom:0;padding:12px 0}
  .mob-toolbar__more-item{display:flex;align-items:center;margin-bottom:6px;padding:0 12px;white-space:nowrap}
  .mob-toolbar__more-item[data-tool=delete]{margin-bottom:0}
  [data-part="4"] .mob-toolbar__more-item[data-tool="message"]{display: none};
  .shareon-qr__cont .qrdownload-btn .icon-download{left: 20px;}
  .fly-links-wrapper .links_item .alias{left: 0; right: auto; border-radius: 15px 0 15px 0;}
  .fly-links-wrapper .links_item[data-part="4"] .links_item__bg{padding: 34px 14px 16px;border: none;}
  .fly-links-wrapper .links_item .block{align-items: start;}
  .fly-links-wrapper .links_item[data-part="4"] .info{flex-direction: column;align-items: start;}
  /* addons */
  .middle_content-addons{padding-top:14px}
  .addon-group .addon--title{font-size:16px;margin-bottom:10px}
  .middle_content-addons .addon-group{padding:0 14px;margin-bottom:8px}
  .middle_content-addons .addon__list{flex-direction:column;flex-wrap:wrap;max-height:264px;justify-content:flex-start;align-items:flex-start;overflow:auto}
  .middle_content-addons .addon__item{width:273px;height:106px;margin:0 12px 12px 0}
  .middle_content-addons .addon__item-logo{margin-right:10px}
  .middle_content-addons .addon__item-text .title{font-size:14px;font-weight:600}
  .middle_content-addons .addon__item-text .desc{font-size:12px}

  /* theme */
  .theme-wrapper{height:calc(100vh - 56px);padding:0}
  .themes__inner {width:auto!important;background-color:transparent!important;}
  .themes__inner .themes__content{margin: 0;}
  .themes__inner .themes__head li{background:#fff;border-radius:32px;border:1px solid #d8dbde;font-weight:500;padding:0 12px;line-height:32px;margin:0 10px 0 0}
  .themes__inner .themes__head li:last-child{margin-right:0}
  .themes__inner .themes__head li.active{color:#fff;background:var(--theme-color)}
  .themes__inner .themes__head li i{display:none}
  .themes__inner .themes__head{margin-bottom:14px;padding:14px;flex-wrap:nowrap;overflow:auto;white-space:nowrap;background:#fff;margin-right:0}
  .themes__inner .theme__item{margin:0 6px 12px;width:calc(50% - 12px);height:auto}
  .themes__inner .themes__list{margin:0 8px}

  /* edit page */
  .l-mypage{min-width:auto}
  .mypage__main{width:auto}
  .mypage-nav .mypage-nav__list{padding:0;overflow:auto;font-size:14px;font-weight:600}
  .mypage-nav .mypage-nav__item{white-space:nowrap;padding:0 16px;border-bottom:2px solid transparent}
  .mypage-nav .mypage-nav__item.active{border-bottom:2px solid var(--theme-color)}
  .mypage-panel .mypage-panel__item{background-color:transparent;box-shadow:none;border-radius:0;padding:0 14px}
  .mypage-nav{padding:0}
  .mp-block__title{padding:16px 0 14px 0}
  .mob-mypage-header{position:fixed;top:0;z-index:10;width:100%;padding:0 10px;background-color:#fff;border-bottom:1px solid #e4e8ed}
  .mob-mypage-header header{height:56px;display:flex;align-items:center;justify-content:space-between}
  .mob-mypage-header header a{padding:4px 2px}
  .mob-mypage-header header h3{font-weight:600;font-size:16px}
  .mob-mypage-header .header-action__item{float:left;text-align:center;line-height:22px;padding:4px 2px}
  .mob-mypage-header .header-action__item.preview{margin-right:10px}
  .mob-mypage-domain{margin-top:57px}
  .mob-mypage-domain .mypage-domain{display:flex;align-items:center;padding:0 14px;height:48px;background:#fff;border-bottom:1px solid #e4e8ed}
  .mob-mypage-domain .logo{width:28px;padding-right:5px}
  .mob-mypage-domain .action{margin-left:auto}
  .mob-mypage-domain .url{font-weight:500;font-size:12px;text-decoration:underline}
  .mob-mypage-domain .action__item{float:left}
  .mob-mypage-domain .action__item:last-child{margin-left:10px}
  .lpHeader-avatar__inner{flex-direction:column}
  .lpHeader-avatar .verified-badge{margin-left:0;margin-top:20px}
  .editBlock .input_box{flex-direction:column;align-items:flex-start}
  .editBlock .icon_box{display:flex;margin:0 -6px 6px 8px;width:100%}
  .editBlock .icon_box .icon_item:last-child{margin-left:auto}
  .editBlock .v-toggle{position:absolute;right:14px;top:14px}
  .block-toolbar-pop .m-modal__body{padding:16px}
  .block-toolbar-pop .block-toolbar__item{width:calc(50% - 12px)}
  .mp-linkEditor{background:#fff;margin-top:14px;border-radius:12px;padding:0 14px}
  .mp-appearance .module{padding:0 14px}
  .mp-appearance .module[data-module=theme]{padding-top:16px}
  .mob-mp-appearance__title{display:flex;justify-content:space-between;align-items:center;padding:12px 0}
  .module [data-value=tid] li{width:62px;height:62px;padding:6px}
  .module [data-value=tid] .switch-theme .bg{width:100%;height:100%;line-height:42px;font-size:12px}
  .mp-appearance .color_tmpl{width:auto}
  .mp-appearance [data-key=profile] [data-value=style] ul{width:260px}
  .mp-appearance [data-key=profile] [data-value=style] li{width:100px}
  .mypage-panel__item[toggle=promote]>div:last-child{background-color:#fff;margin-top:14px;box-shadow:0 0 5px 0 rgba(16,30,36,.04);border-radius:12px 12px 12px 12px}
  .mypage-panel__item[toggle=advance] .advance-box-item:first-child{margin-top:14px}

  .l-mypage__view{display:none;position:fixed;width:100vw;height:100vh;top:0;z-index:11;background:rgba(0,0,0,.5)}
  .l-mypage__view .preview{top:104px;left:0;transform:translate(0,0);width:100%;height:calc(100% - 104px);margin-top: 0;border-radius:0;border:none}
  .l-mypage__view .mob-view-close{position:absolute;top:120px;z-index:9;right:16px;width:36px;height:36px;background:#fff;box-shadow:0 0 11px 0 rgba(0,0,0,.16);line-height:36px;text-align:center;border-radius:50%;color:#000}
  .l-mypage__view .preview iframe{border-radius:0}
  .button-toolbar-pop .m-modal__body{padding:0 16px 16px}
  .button-toolbar-pop .button-toolbar__item{width:calc(50% - 12px);margin:0 0 20px!important}
  .button-toolbar-pop .button-toolbar__list{justify-content:space-between}
  .online_block_pop .modal-container{width:96%}
  .online_block_pop .online_tab_box{overflow:auto}
  .online_block_pop .online_tab li{white-space:nowrap;flex:none}

  .cardBasic-wrapper .basic-info__cardBg{width: 100%;}
  .cardBasic-wrapper .cardBg-block img{width: 100%;height: 160px;object-fit: cover;}
  /* not - support */
  .not-support-wrapper{position:fixed;top:56px;bottom:0;right:0;left:0;background:#f8fafb;z-index:99}
  .not-support-wrapper .not-support{width:326px;margin:0 auto;padding-top:44px;text-align:center}
  .not-support-wrapper .not-support__img{width:242px}
  .not-support-wrapper .not-support__tips{margin:28px 0 62px;font-weight:600}
  .not-support-wrapper .not-support__btn{width:300px;height:50px}
  
  /* mob-guide */
  .l-guide-container .feature-start{padding-top: 0;text-align: left;}
  .l-guide-container .feature-start__title{font-size: 22px;}
  .l-guide-container .feature-start__body{width: 100%;flex-wrap: wrap;}
  .l-guide-container .feature__item{width: 100%;flex: none;}
  .l-guide-container .feature__item:first-child{margin-right: 0;margin-bottom: 20px;}
  .l-guide-container .feature-start__continue{width: 100%; border-radius: 76px;}
  .guide__container{display: none;opacity: 0;}
  .mob-guide-wrapper{height:100vh;padding:50px 16px 0;background:#fff;overflow:auto}
  .l-guide-container .feature__example{display: inline-flex;align-items: center;margin-bottom: 12px;font-weight: 600;font-size: 14px;}
  .l-guide-container .feature__example__arrow i{padding: 10px 6px;}
  .l-guide-container .feature__item .feature__temp{display: none;}
  .l-guide-container .feature__example__arrow.open{transform: rotate(180deg);}
  @supports (-webkit-touch-callout:none){.mob-guide-wrapper{height:-webkit-fill-available}
  }
  .mob-guide__step .title{font-weight:600;font-size:22px;color:#000;margin-top:16px}
  .mob-guide__step.step__done .title{margin-top:0px}
  .mob-guide__step .subtitle{color:#666;font-weight:500;margin-top:8px}
  .mob-guide__industry{padding-bottom:132px;overflow:hidden}
  .mob-guide__industry .industry__list{display:flex;flex-wrap:wrap;margin-top:44px;margin-right:-8px}
  .mob-guide__industry .industry__item{padding:0 14px;line-height:36px;background-color:#f5f6f7;border-radius:36px;margin-right:8px;margin-bottom:10px;font-weight:500}
  .mob-guide__industry .industry__item.selected{background-color:var(--theme-color);color:#fff}
  .mob-guide__industry .industry__item img{display:none}
  .mob-guide__industry .industry__continue{height:54px;margin-top:54px;background:var(--active-color);border-radius:76px;color:#fff;font-size:16px;font-weight:500}
  .mob-guide__industry .industry__continue[disabled]{background:var(--disabled-bg-color);}
  .mob-guide__industry .industry__prev{margin-bottom: 14px; display: inline-block; line-height: normal;}
  .mob-guide__industry .industry__prev i{font-size: 28px;cursor: pointer;}
  .mob-guide__page{display:none}
  .mob-guide__page .page-preview{position:fixed;bottom:56px;left:0;right:0}
  .mob-guide__page.step__done .page-preview{top:100px;}
  .mob-guide__page .page-preview iframe{border-radius:20px 20px 0 0}
  .mob-guide__page .theme-btn{position:absolute;bottom:90px;right:20px;width:44px;height:44px;text-align:center;line-height:44px;background:#fff;box-shadow:0 0 13px 0 rgba(0,0,0,.16);border-radius:50%}
  .mob-guide__page .theme-btn i{font-size:24px}
  .mob-guide__page .add-btn{position:absolute;bottom:32px;right:20px;width:44px;height:44px;text-align:center;line-height:44px;background:#fff;box-shadow:0 0 13px 0 rgba(0,0,0,.16);border-radius:50%}
  .mob-guide__page .add-btn i{font-size:24px}
  .mob-guide__page .btn-group{display:flex;align-items:center;position:fixed;left:0;right:0;bottom:0;height:56px;line-height:56px;padding:0 14px;background:#fff;border-top:1px solid #e4e8ed}
  .mob-guide__page.step__done .btn-group{height:120px}
.step__done .done-tips.title{font-size:20px;color:#333}
.step__done .done-tips{margin-bottom:12px;font-size:14px;color:#777}
.step__done .mob-step__done{width:100%;line-height:1;display:flex;align-items:center;flex-direction:column}
.mob-guide__step.step__done .done-btn{margin:auto;height:50px;line-height:1;font-size:16px;width:300px;font-weight:500;}

  .mob-guide__page .prev-btn{width:24px;height:24px;line-height:22px;border:1px solid #333;border-radius:50%;text-align:center}
  .mob-guide__page .prev-btn i{font-size:12px}
  .mob-guide__page .done-btn{width:91px;height:34px;margin-left: auto;background:#38e199;border-radius:40px 40px 40px 40px;line-height:34px;color:#fff;text-align:center;font-size:12px;font-weight:600}
  .mob-guide-wrapper .panel-theme{display:none;position:fixed;bottom:56px;right:0;width:100%;height:124px;padding:14px 16px 0;background-color:#fff;border-radius:14px 14px 0 0;box-shadow:0 0 12px 0 rgba(0,0,0,.08)}
  .mob-guide-wrapper .panel-theme__top{display:flex;justify-content:space-between}
  .mob-guide-wrapper .panel-theme__title{font-weight:600;font-size:16px}
  .mob-guide-wrapper .panel-theme__close{color:#666}
  .mob-guide-wrapper .theme__list{display:flex;overflow:auto;margin-top:2px}
  .mob-guide-wrapper .theme__item{width:78px;height:78px;padding:6px;border:2px solid transparent;border-radius:6px;flex:none}
  .mob-guide-wrapper .theme__item.selected{border-color:var(--theme-color)}
  .mob-guide-block-modal{width:100%!important;position:fixed;bottom:0;top:0;margin-bottom:0;border-radius:20px 20px 0 0;display:flex;flex-direction:column}
  .mob-guide-block-modal .m-modal__body{height:calc(100% - 44px)}
  .guide-block__list{overflow:auto;height:100%}
  .guide-block__list .block-inner{overflow:hidden}
  .mob-guide-block-modal ul{display:flex;flex-wrap:wrap;justify-content:space-around;margin-right:-12px}
  .mob-guide-block-modal li{position:relative;text-align:center;margin-right:12px;margin-bottom:12px}
  .mob-guide-block-modal li.added .cover-block::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.3)}
  .mob-guide-block-modal li .cover-block{position:relative;border-radius:8px;overflow:auto}
  .mob-guide-block-modal .cover{width:100px;height:84px}
  .mob-guide-block-modal li .title{margin-top:6px;font-weight:500;font-size:12px}
  .mob-guide-block-modal li .mask{display:none;position:absolute;top:0;left:0;right:0;bottom:0;line-height:84px;background-color:rgba(255,255,255,.6)}
  .mob-guide-block-modal li:hover .mask{display:block}
  .mob-guide-block-modal .mask span{display:inline-block;width:20px;height:20px;line-height:18px;color:#fff;border-radius:4px;vertical-align:middle}
  .mob-guide-block-modal .adding .mask span{background:#1b85ff;cursor:pointer}
  .mob-guide-block-modal .added .mask span{line-height:20px;background:#48e098;border:1px solid #fff}
  .mob-guide-block-modal .added .mask svg{width:10px}
  .mob-guide-block-modal .adding .mask svg{width:20px}
  .mob-guide-block-modal .mask svg{fill:currentColor;vertical-align:middle}
  .mob-guide-block-modal .add .mask span{cursor:pointer}
  .mob-guide-block-modal .guide-block__list ul>i{width:100px;height:0;margin-right:12px}
  .mob-guide-wrapper .success-page{display:none;opacity:0;padding-bottom:132px;padding-top:0;text-align:center}
  .mob-guide-wrapper .success-page__img{width:280px}
  .mob-guide-wrapper .success-page__title{font-weight:600;font-size:24px;margin-top:20px}
  .mob-guide-wrapper .success-page__desc{font-weight:500;font-size:16px;margin-top:8px}
  .mob-guide-wrapper .success-page__customize{width:310px;height:54px;margin-top:28px;line-height:54px;padding:0;
  background-color:var(--btn-active-bg-color);border-radius:40px;font-size:16px;color:var(--btn-active-font-color);
  }
  .mob-guide-wrapper .success-page__home{font-weight:500;font-size:16px;margin-top:18px;display:block;

    line-height: 56px;
    border-radius: 40px;
    width: 100%;

    padding: 0;
    border: 1px solid #d8dbde;
    color: #333;
  }
  .modal-image-wrapper .modal-container{width:96%}
  .modal-image-wrapper .img-container{width:auto;margin:14px 14px 0!important}
  /* Contact Details  */
  .contactDetails-edit-pop .contactDetails__name input{width:calc(50% - 5px)}
  .contactDetails-edit-pop .contactDetails__email input{width:calc(50% - 5px)}
  .contactDetails-edit-pop .selectBoxes{width:calc(50% - 5px)}
  .contactDetails-edit-pop .contactDetails__phone input{width:calc(50% - 5px)}
  .form-editor-pop .formEdit__body{flex-direction:column;padding:14px}
  .form-editor-pop .formEdit__view{width:auto}
  .form-editor-pop .formEdit__style{width:auto}
  .form-editor-pop .formEdit__style .style__tab{overflow:auto;white-space:nowrap}
  .cmpt-style-box .style-color .color_tmpl{width:auto}
  .history_button_pop{width:96%}
  .history_button_pop .his-button__list .btn_info{width:92%}
  [toggle=advance] .sensitive__item:not(:last-child){margin-right:20px}
  [data-module=background] [data-value=style] li img{width:60px;height:60px}
  .mp-appearance .custom-image{flex-wrap:wrap}
  .drags_box[data-field=button] .inpstart{width:calc(50% - 5px)}
  .drags_box[data-field=button] .inpend{width:calc(50% - 5px)}
  .map-edit-pop .map-edit{flex-wrap:wrap}
  .map-edit-pop .map-edit__main{margin-top:20px}
  .theme-video-coverr_pop .video__item{margin-right:0!important;width:300px;height:169px}
  .online_block_pop .online_con_box ul{padding:0 20px}
  .shareon-qr__cont .qrcolor__list{justify-content:flex-start;overflow:auto}
  .c-email-verify-wrap{left: 0; top: 56px;}
  .support-setting-pop .support-option__add{width: 100%;}
  .shareon-qr__cont .qrcolor{width: 100%;}
  .shareon-qr__cont .qrcode__save{height: 46px;}
  .shareon-qr__cont .qrcode__download{height: 46px;}
}
