/*!**********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/installed/installed.css ***!
  \**********************************************************************************************************/
.install-finish-header {
    width: 100%;
    height: 320px;
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.install-finish-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.install-finish-icon {
    z-index: 10;
    width: 102px;
    height: 102px;
    min-width: 102px;
    margin-right: 28px;
}

.install-finish-header-col {
    display: flex;
    z-index: 10;
    flex-direction: column;
    color: #FFFFFF;
}

.install-finish-header-col h1 {
    margin: 0;
    font-size: 36px;
}

.install-finish-header-col span {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
}


.app-func-root {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(244, 248, 255, 1) !important;
}

.install-title {
    margin: 80px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}


.app-func-content {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 88px;
    margin-top: 60px;

}

.app-func-content-left {
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-item {
    width: 100%;
    height: 102px;
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

.menu-l {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    border-radius: 12px;
}

.menu-l-select {
    background-color: #fff;
}

.menu-l h2 {
    margin: 0 16px 0 36px;
    color: #3F8AFF;
    font-size: 36px;
}

.menu-l img {
    height: 72px;
    width: 72px;
    margin-left: 32px;
    margin-right: 20px;
    border-radius: 16px;
}

.menu-l .menu-desc-col {
    display: flex;
    flex-direction: column;
    margin-right: 36px;
}

.menu-l .menu-desc-col h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
}

.menu-l .menu-desc-col span {
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px;
    color: rgba(0, 0, 0, 0.4);
}

.menu-arrow {
    display: block;
    width: 8px;
    height: 20px;
    overflow: hidden;
    transform: translateY(-480px);
    display: none;
}

.menu-arrow-select {
    display: block !important;
    filter: drop-shadow(rgba(255, 255, 255, 1) 0 480px);
}



.content-right {
    display: flex;
    margin-left: 80px;
    flex-direction: column;
}

.content-item {
    display: flex;
    flex-direction: column;
}

.func-img {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 452px;
    width: 720px;
}

.func-dl-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.func-dl-row .func-dl-btn {
    height: 68px;
    width: 212px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(180deg, #8DE9E9 0%, #3E94F9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
}

.func-dl-row .func-dl-btn img {
    height: 32px;
    width: 32px;
    margin-right: 4px;
}

.app-product-link {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.app-product-link:hover {
    text-decoration: underline;
    font-weight: 700;
}

.app-product-link img {
    margin-left: 2px;
    height: 16px;
    width: 16px;
}


.install-finish-vip {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: linear-gradient(180deg, #F4F8FF 0%, #FFE9CF 49.5%, #F4F8FF 100%);
    width: 100%;
    height: 714px;
    min-height: 714px;
}

.install-finish-vip-bg{
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.install-finish-vip-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.install-finish-vip-row {
    display: flex;
    z-index: 10;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 80px;
    align-items: center;
    justify-content: center;
}

.install-vip-item {
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
    width: 280px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    border-width: 1px, 6px, 6px, 1px;

    border-style: solid;

    border-color: rgba(82, 153, 255, 0.4);


}

.install-app-logo {


    background: linear-gradient(90deg, rgba(80, 118, 255, 0.2) 0%, rgba(44, 161, 255, 0.2) 100%);


    display: flex;
    border-radius: 20px;
    height: 80px;
    width: 80px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 20px;
}

.install-app-logo img {
    height: 74px;
    width: 74px;
    margin-top: 1px;
    margin-left: 2px;
    border-radius: 18px;
}

.vip-item {
    margin-top: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 24px;
}

.vip-item-point {
    height: 6px;
    width: 6px;
    background: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
    margin-left: 53px;
    margin-right: 11px;
    border-radius: 50%;
}

.vip-item-desc {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

.vip-item-arrow {
    height: 36px;
    width: 36px;
    margin: 0 80px;
}


.install-vip-price {
    width: 280px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);

    border-width: 1px, 6px, 6px, 1px;

    border-style: solid;

    border-color: rgba(210, 79, 23, 0.2);


}

.vip-price-header {
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: linear-gradient(89.97deg, #FFDCC2 19.5%, #FFF8D6 52.12%, #FFD37F 101.27%);
}

.vip-price-header img {
    height: 40px;
    width: 40px;
    margin-right: 6px;
}

.vip-price-header h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: rgba(161, 104, 63, 1);
}

.vip-price-root {
    display: flex;

    align-items: center;
    justify-content: center;
}

.vip-price-detail {
    display: flex;
    align-items: baseline;
    position: relative;
    width: fit-content;
    margin-top: 36px;
    font-weight: 700;
    color: rgba(255, 111, 181, 1);
}

.vip-price-detail span {
    font-size: 24px;
}

.vip-price-detail h2 {
    font-size: 44px;
    margin: 0;
}

.vip-price-detail div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 28px;
    background: linear-gradient(90deg, #FFA396 0%, #FF72C7 100%);
    top: -20px;
    padding: 0 10px;
    right: 12px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    transform: translate(100%, 0);
}


.vip-item img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-left: 54px;
}

.vip-btn-buy {
    width: calc(100% - 60px);
    height: 56px;
    background: linear-gradient(180deg, #FFA25F 0%, #FF588A 100%);
    border-radius: 8px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 36px 30px 20px 30px;
}

.vip-btn-buy:hover {
    background: linear-gradient(180deg, #FFB47F 0%, #FF7AA1 100%);
}

.vip-btn-buy img {
    height: 20px;
    width: 20px;
    margin-left: 4px;

}


.install-com-product{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(244, 248, 255, 1);

}


.install-product-row{
    width: 100%;
    display: flex;
    margin: 40px 0 40px 0;
    justify-content: center;
}

.product-center-item-parent{
    width: 520px;
    height: 262px;
    padding: 14px 20px;
    
}

.product-center-item{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    padding: 24px 20px;
    border-radius: 12px;
    flex-direction: column;
}

.product-center-item-top{
    display: flex;
    align-items: center;
}

.product-center-item-top .logo{
    height: 48px;
    width: 48px;
    position: relative;
    display: flex;
    margin-right: 12px;
}

.product-center-item-top .logo div{
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.product-center-item-top .logo img{
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.product-center-item-top h3{
    margin: 0;
    flex: 1;
    margin: 0;
}

.product-center-item-top .product-link-more{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    cursor: pointer;
}

.product-link-more:hover {
    text-decoration: underline;
    font-weight: 700;
}

.product-center-item-top .product-link-more img{
    height: 16px;
    width: 16px;
    margin-left: 2px;
}

.product-center-desc{
    margin: 8px 0 20px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-center-dl{
    display: flex;
    align-items: center;
}

.product-center-dl .dl-btn{
    height: 40px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    margin-right: 12px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.dl-btn-win{
    background: rgba(70, 171, 255, 1);
}

.dl-btn-win:hover{
    background: rgba(63, 154, 230, 1);
}


.dl-btn-mac{
    background: rgba(116, 122, 255, 1);
}

.dl-btn-mac:hover{
    background: rgba(105, 110, 230, 1);
}


.product-center-dl .dl-btn img{
    margin-right: 4px;
    height: 20px;
    width: 20px;
}

.product-center-dl .dl-btn:hover{
    
}



.install-support{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}



.product-vip-support{
    display: flex;
    width: fit-content;
    flex-direction: column;
    align-items: center;
}

.product-vip-support-row{
    display: flex;
    align-items: center;
    height: 204px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.vip-support-item{
    width: 180px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 80px;
}

.vip-support-item-logo{
    background: rgba(82, 153, 255, 0.2);
    display: flex;
    height: 120px;
    width: 120px;
    border-radius: 13px;
    align-items: center;
    justify-content: center;
}

.vip-support-item-logo img{
    height: 64px;
    width: 64px;
}

.vip-support-item h3{
    font-size: 20px;
    font-weight: 700;
    color: rgba(82, 153, 255, 1);
    margin-top: 20px;
    margin-bottom: 8px;
}

.vip-support-item span{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/login/login-dialog.css ***!
  \*********************************************************************************************************/

.dialog-login-root {
    border-radius: 20px;
    background-color: #fff;
    width: 360px;
    height: 341px;
    display: flex;
    flex-direction: column;
}

.dialog-header {
    width: 100%;
    position: relative;
    height: 52px;
}

.dialog-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 20px;
    right: 32px;
    cursor: pointer;
}

.dialog-close img {
    width: 20px;
    height: 20px;
}

.dialog-login-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 38px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(238, 241, 245, 1);
}

.login-tab-item {
    display: flex;
    position: relative;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.login-tab-item-select {
    color: rgba(82, 153, 255, 1) !important;
}

.tab-item div {
    background: rgba(65, 176, 255, 1);
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}





.dialog-login-wx {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
}

.dialog-login-wx-tip {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.8);

}

.dialog-login-wx-code {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.wx-loading-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.wx-loading-cover-refresh {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wx-loading-btn {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx-dialog-code img {
    height: 100%;
    width: 100%;
}

.wx-dialog-tip {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    z-index: 999;
    color: rgba(0, 0, 0, 0.8);
}

.dialog-login-wx-code img {
    width: 100%;
    height: 100%;
}




.dialog-login-email {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}

.dialog-login-input {
    flex: 1;
    height: 44px;
    min-height: 44px;
    width: calc(100% - 96px);
    font-size: 14px;
    margin: 0px 48px 20px 48px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dialog-login-input input {
    color: rgba(0, 0, 0, 0.8);
    flex: 1;
    height: 44px;
    min-height: 44px;
    font-size: 14px;
    border: none;
    outline: none;
    font-weight: 400;
    background: rgba(244, 248, 255, 1);

    border: 1px solid rgba(244, 248, 255, 1);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 12px;
}

.dialog-login-input input::placeholder {
    color: rgba(0, 0, 0, 0.4);
    border: none;
    outline: none;
}

.dialog-login-get-code {
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 16px;
    color: rgba(82, 153, 255, 1);

}

.dialog-login-get-code-disable {
    color: rgba(171, 183, 204, 1);
    background: rgba(242, 245, 249, 1);
}

.dialog-login-btn {
    margin: 0px 48px;

    background: linear-gradient(90deg, rgba(80, 118, 255, 0.2) 0%, rgba(44, 161, 255, 0.2) 100%);

    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: calc(100% - 96px);
    border-radius: 32px;
    cursor: pointer;
    opacity: 0.4;
}

.dialog-login-btn-enable {
    color: #fff;
    opacity: 1 !important;
    background: linear-gradient(90deg, #5076FF 0%, #2CA1FF 100%);
}

.dialog-login-btn-enable:hover {
    background: rgba(74, 138, 230, 1) !important;
}

.dialog-login-orther-type {
    display: flex;
    align-items: center;
    /* margin: 0px 56px 10px 56px; */
    width: calc(100% - 112px);
    position: absolute;
    min-height: 28px;
    left: 50%;
    bottom: 68px;
    transform: translate(-50%, 0);
}

.dialog-login-line {
    height: 1px;
    flex: 1;
    background-color: rgba(0, 0, 0, 0.05);
}

.dialog-login-orther-type span {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    font-weight: 400;
    margin-left: 14px;
    margin-right: 14px;
}

.dialog-login-btn-qq {
    height: 38px;
    width: 38px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
}


/*!***************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/login/email-merge-dialog.css ***!
  \***************************************************************************************************************/

.dialog-merge-root {
    border-radius: 20px;
    background-color: #fff;
    width: 400px;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }

  
.dialog-merge-msg{
    color: rgba(255, 54, 103, 1) !important;
}

.dialog-merge-item-col{
    display: flex;
    flex-direction: column;
    width: calc(100% - 64px);
    background: rgba(244, 248, 255, 1);
    border-radius: 8px;
    margin: 0 32px 20px 32px;
    padding: 4px 0;
}

.dialog-merge-item{
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    padding: 12px 0px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.merge-none-border{
    border-bottom: none !important;
}
.dialog-merge-item p{
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    width: 216px;
    margin: 0;
    max-width: 216px;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;      /* 旧版本浏览器支持 */
    overflow-wrap: break-word;  /* 标准属性 */
}

.current-email{
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}
.dialog-merge-btn{
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 28px;
    white-space: nowrap;
    background: rgba(82, 153, 255, 1);
}

.dialog-merge-btn:hover{
    background: rgba(74, 138, 230, 1);
}
