.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: 50% no-repeat #2d2e32;
    background-size: cover;
    z-index: 0;
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.3);
}

.page-launcher {
    color: #fff;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    padding: 60px 0 40px;
}

.page-launcher .container {
    width: 100%;
    max-width: 1288px;
    font-size: 0;
    margin: 0 auto;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 770px;
}

@font-face {
  font-family: 'iconfont1';  /* Project id 2842656 */
  src: url('//at.alicdn.com/t/font_2842656_3rrogzr8i18.woff2?t=1632887371252') format('woff2'),
       url('//at.alicdn.com/t/font_2842656_3rrogzr8i18.woff?t=1632887371252') format('woff'),
       url('//at.alicdn.com/t/font_2842656_3rrogzr8i18.ttf?t=1632887371252') format('truetype');
}
.iconfont1{
	font-family: 'iconfont1';
}
.page-launcher .container.laun-enter-active,
.page-launcher .container.laun-leave-active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

.grid:after {
    content: "";
    width: 540px;
}
.ico1:before{
	font-family: 'iconfont1' !important;
	content: '\e65f' !important;
}


@media only screen and (min-width: 755px) and (max-width: 941px) {
	.grid:after {
	    content: "";
	    width: 180px !important;
	}
}
@media screen and (max-width: 450px) {
    .page-launcher {
        padding: 35px 0;
        display: block;
    }

    .page-launcher,
    .page-launcher .container {
        min-height: auto;
    }
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    width: 100vw;
    height: 100vh;
}

.dock {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.dock.hide {
    left: -55px;
}

.dock .mb-swbtn {
    display: none;
}

.dock .base {
    width: 55px;
    position: relative;
    z-index: 102;
    opacity: 0.9;
}

.dock .shadow {
    height: 100%;
    width: 0;
    position: absolute;
    left: -55px;
    top: 0;
    -webkit-box-shadow: 0 0 120px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.dock:hover .shadow {
    width: 55px;
}

.dock .btn {
    text-align: center;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    margin-top: 5px;
    border-radius: 5px;
}

.dock .btn i {
    vertical-align: middle;
}

.dock .btn.active,
.dock .btn:hover {
    background: rgba(0, 0, 0, 0.2);
}

.dock .btn:before {
    font-family: iconfont;
}

.dock .btn:first-child {
    margin-top: 0;
}

.dock .btn.store:before {
    content: "\E660";
}

.dock .btn.drawer:before {
    content: "\E66A";
}

.dock .btn.user:before {
    content: "\E622";
}

.dock .bookmark {
    position: absolute;
    left: 50px;
    top: 0;
    width: 350px;
    background: #fff;
    height: 100vh;
}

.ivu-drawer-left {
    left: 55px;
}

@media screen and (max-width: 768px) {
    .ivu-drawer-left {
        left: 0;
    }

    .mask {
        display: block;
    }

    .dock {
        background: #fff;
    }

    .dock .shadow {
        display: none;
    }

    .dock.mbhide {
        left: -55px;
    }

    .dock .mb-swbtn {
        width: 35px;
        height: 70px;
        background: #fff;
        border-radius: 0 35px 35px 0;
        position: absolute;
        left: 50px;
        bottom: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 102;
    }

    .dock .mb-swbtn i {
        font-family: iconfont;
        font-size: 16px;
        font-style: normal;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #666;
    }

    .dock .btn {
        color: #666;
    }
}

.drawer .name {
    margin-left: 10px;
    font-size: 16px;
}

.drawer .link .icon,
.drawer .name {
    vertical-align: middle;
    display: inline-block;
}

.drawer .link .icon {
    width: 24px;
    height: 24px;
    background: 50% no-repeat;
    background-size: contain;
    border-radius: 2px;
    background-size: 100%;
}

.drawer .link .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #463d8e;
}

.drawer .input {
    padding-left: 10px;
}

.drawer .input input {
    border: 0;
    font-size: 16px;
    outline: none;
    vertical-align: middle;
    color: #606266;
}

.drawer .el-tree-node__content {
    height: 36px;
}

.drawer .searchInput .ivu-input {
    height: 44px;
    font-size: 16px;
    background: #f8f8f8;
    border: 2px solid #f8f8f8;
    padding: 4px 18px;
}

.drawer .searchInput .ivu-input::-webkit-input-placeholder {
    color: #aaa;
}

.drawer .searchInput .ivu-input:focus {
    background: #fff;
    border-color: #bccafd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.drawer .searchInput .ivu-input-icon-clear {
    height: 44px;
    line-height: 44px;
}

.drawer .searchInput .ivu-input-suffix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.drawer .searchInput .ivu-input-suffix .iconfont {
    cursor: default;
    font-size: 22px;
    color: #aaa;
}

.drawer .searchResult {
    min-height: 420px;
    position: relative;
}

.drawer .searchResult .empty {
    padding-top: 233px;
    width: 100%;
    position: absolute;
    color: #999;
    left: 0;
    bottom: 0;
    background: url(/img/drawer-bg.jpg) no-repeat 50% 0;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.appitem {
    text-align: center;
    width: 120px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.appitem .icon {
    width: 120px;
    height: 120px;
    border-radius: 16.66%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.appitem .icon:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.appitem .icon .icontext {
    font-size: 70.58823529px;
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.appitem .icon.bg {
    background: linear-gradient(45deg, #383fbf, #5835bf);
}

.appitem .text {
    width: 7em;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    line-height: 1;
    cursor: pointer;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    text-transform: capitalize;
    height: 1em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-overflow: ellipsis;
}

.appitem.sm {
    width: 84px;
}

.appitem.sm .icon {
    width: 84px;
    height: 84px;
}

.appitem.sm .icon .icontext {
    font-size: 49.41176471px;
}

.appitem.sm .text {
    font-size: 14px;
    width: 6em;
}

.appitem.mb {
    width: 60px;
}

.appitem.mb .icon {
    width: 60px;
    height: 60px;
}

.appitem.mb .icon .icontext {
    font-size: 35.29411765px;
}

.appitem.mb .text {
    font-size: 12px;
    width: 5em;
}

.nav {
    padding: 4px 34px;
}

.nav .item {
    line-height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.nav .item i {
    font-family: iconfont;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.nav .item i.icon {
    font-size: 20px;
    margin-right: 16px;
    width: 25px;
}

.nav .item i.cur {
    font-size: 16px;
    color: #ccc;
    float: right;
}

.nav .item .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.nav .item .text .hover {
    display: none;
}

.nav .item .datetime {
    color: #999;
    float: right;
    font-size: 16px;
    padding-right: 5px;
}

.nav .item:hover .text {
    padding-left: 10px;
}

.nav .item:hover .text .out {
    display: none;
}

.nav .item:hover .text .hover {
    display: inline;
}

.bottom {
    padding: 20px 50px 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.full-middle-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f0f0f0;
    -webkit-touch-callout: none;
    min-height: 100vh;
}

.appitem {
    text-align: center;
    width: 120px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    float: left;
}

.appitem .icon {
    width: 120px;
    height: 120px;
    border-radius: 16.66%;
    background-color: #ffffff;
    background-size: 100% 100%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-size: contain;
    color: #fff;
    line-height: 120px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.appitem .icon:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.appitem .icon .iconfont {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    font-size: 60px;
}

.appitem .text {
    width: 7em;
    overflow: hidden;
    display: inline-block;
    padding: 10px 0;
    line-height: 1;
    cursor: pointer;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    height: 1em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.appitem.sm {
    width: 84px;
}

.appitem.sm .icon {
    width: 84px;
    height: 84px;
    line-height: 84px;
}

.appitem.sm .icon .iconfont {
    font-size: 42px;
}

.appitem.sm .text {
    font-size: 14px;
    width: 6em;
}

.appitem.mb {
    width: 60px;
}

.appitem.mb .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.appitem.mb .icon .iconfont {
    font-size: 30px;
}

.appitem.mb .text {
    font-size: 12px;
    width: 5em;
}

.login {
    width: 100%;
    height: 60px;
    text-align: center;
}

.login img {
    max-height: 120px;
    max-width: 100%;
}

.shousuo {
    width: 40%;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.liulanq {
    display: inline-block;
    background: 0;
    height: 50px;
    border: 0;
    width: 80px;
    color: #333 !important;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    background: url(../images/im/sousuxia.png) no-repeat right center;
    background-size: 15px 15px;
}

@media (max-width: 750px) {
    .kuands {
        width: 35%;
        height: 50px;
        border: 0;
        background: none;
        outline: none;
        font-size: 16px;
        color: #333;
        text-indent: 5px;
    }
}

@media (min-width: 750px) {
    .kuands {
        width: 66%;
        height: 50px;
        border: 0;
        background: none;
        outline: none;
        font-size: 16px;
        color: #333;
        text-indent: 5px;
    }
}

@media screen and (max-width: 750px) {
    .shousuo {
        width: 90%;
    }
    .container {
        padding: 0px 0;
    }
}

.anniu {
    float: right;
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding-right: 20px;
    background: url(../images/im/suosu.png) no-repeat left center;
    background-size: 30px 30px;
}

.jdiwnsa {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.searchEngines {
    -webkit-animation: fadeInDown 0.2s;
    animation: fadeInDown 0.2s;
    display: none;
    position: absolute;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(70, 70, 40, 0.255);
    border-top: none;
    background-color: rgba(255, 255, 255, 0.7);
    width: 110px;
    z-index: 999;
}

.searchEngines a {
    cursor: pointer;
    display: inherit;
    margin-top: 1px;
    margin-bottom: 2px;
    line-height: 35px;
    padding: 0px 20px;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
}

.searchEngines a:hover {
    background: #2d8cf0;
}

.v-transfer-dom {
    display: none;
}

.contextmenu {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    font-size: 14px;
    min-width: 170px;
    z-index: 1002;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    display: none;
}

.contextmenu .item {
    display: block;
    padding: 8px 18px;
    text-align: left;
    color: #666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.itemContainer {
    padding: 16px;
}

.item {
    padding: 45px 20px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
}

.item:hover {
    background: #f8f8f8;
}

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

.item .image {
    cursor: pointer;
}

.item .icon {
    width: 120px;
    min-width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 20px;
    background: #ffffff;
}

.item .icon img {
    border-radius: 20px;
}

.item .detail {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.2;
    overflow: hidden;
}

.name {
    color: #333;
    font-size: 24px;
    padding: 10px 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item .detail .host {
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item .detail .host a {
    color: #d9d9d9;
}

.item .detail .host a:hover {
    text-decoration: underline;
}

.item .detail .slogan {
    color: #999;
    font-size: 12px;
    height: 2.4em;
    overflow: hidden;
}

.item .opera {
    /*display: none*/
    padding-top: 46px;
}

.item .foot {
    margin-left: 130px;
}

.item .btn {
    padding: 0 15px 0 10px;
    font-family: iconfont;
    background: #f0f0f6;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item .btn:hover {
    background: #e8e8ec;
}

.item .btn.add {
    color: #629eff;
}
/*
.item .btn.add:before {
	content: "\E61A";
	margin-right: 5px
}
*/

.item .btn.open {
    color: #999;
}

.item .btn.open:before {
    content: "\E654";
    margin-right: 5px;
}

@media only screen and (min-width: 750px) and (max-width: 955px) {
	.kuands {
    width: 55% !important;
    height: 50px;
    border: 0;
    background: none;
    outline: none;
    font-size: 16px;
    color: #333;
    text-indent: 5px;
}
}

@media screen and (max-width: 768px) {
    .itemContainer {
        padding: 2px 0;
    }

    .item {
        padding: 15px 15px 0 15px;
    }

    .item .icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
        margin-right: 15px;
        border-radius: 12px;
    }

    .item .icon img {
        border-radius: 12px;
    }

    .name {
        padding: 3px 0;
        font-size: 16px;
    }

    .item .detail .host {
        margin-bottom: 2px;
    }

    .item .opera {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: 15px;
        padding-top: 15px;
    }

    .item .opera .btn {
        padding: 0;
        width: 35px;
        text-align: center;
        border-radius: 6px;
    }

    .item .opera .btn:before {
        margin-right: 0;
    }

    .item .foot {
        display: none;
    }
}

.v-transfer-dom2 {
    display: none;
}

.nav {
    padding: 4px 34px;
}

.nav .item {
    line-height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.nav .item i {
    font-family: iconfont;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.nav .item i.icon {
    font-size: 20px;
    margin-right: 16px;
    width: 25px;
}

.nav .item i.cur {
    font-size: 16px;
    color: #ccc;
    float: right;
}

.nav .item .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.nav .item .text .hover {
    display: none;
}

.nav .item .datetime {
    color: #999;
    float: right;
    font-size: 16px;
    padding-right: 5px;
}

.nav .item:hover .text {
    padding-left: 10px;
}

.nav .item:hover .text .out {
    display: none;
}

.nav .item:hover .text .hover {
    display: inline;
}

.bottom {
    padding: 20px 50px 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.huisdwh {
    display: none;
}

.uploader {
    margin-top: 10px;
}

.uploader .iconfont {
    font-size: 50px;
    color: #39f;
}

.content {
    padding: 10px 10px 25px;
    font-size: 16px;
    min-height: 520px;
}

.content .item {
    margin: 10px 0;
    padding-top: 0px;
    height: auto;
    position: relative;
}

.content .item .img {
    height: 170px;
    background: 50% no-repeat;
    background-size: cover;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    position: relative;
}

.content .item .img:after {
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.content .item .icon2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background: #fff;
    font-family: iconfont;
    color: #657fe5;
    font-size: 18px;
    text-align: center;
    line-height: 29px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.content .item .icon2:before {
    content: "\E607";
}

.content .item.active,
.content .item:hover {
    padding-top: 0;
}

.content .item.active .img,
.content .item:hover .img {
    height: 190px;
}

.content .item.active .img:after,
.content .item:hover .img:after {
    opacity: 0;
}

.content .item.active .icon {
    top: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.content .item.active .img {
    -webkit-box-shadow: 0 0 20px rgba(101, 127, 229, 0.5);
    box-shadow: 0 0 20px rgba(101, 127, 229, 0.5);
}

.guanjisd {
    display: none;
}

.v-transfer-editpass{
	display: none;
}
@media only screen and (min-width: 750px) {
	.last-item{
		padding-left: 0 !important;
	}
}

@media only screen  and (max-width: 750px) {
	.appitem .icon{
		line-height: 60px !important;
	}
}