.web-page-module {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    min-height: 10px;
    height: auto;
    padding: 20px 15px;
    background-color: white;
    font-size: 14px;
    border-radius: 8px;
    /*box-shadow: 0px 0px 20px rgb(238 242 245 / 80%);*/
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.simple-web-link {
    position: relative;
    float: left;
    margin-right: 14px;
    color: #232222;
    height: 18px;
    line-height: 18px;
    height: 18px;
    font-size: 14px;
    color: #6b778c;
}
.simple-web-link:hover {
    color: black;
}
.small-tool-icon {
    width: 15px;
    height: 15px;
    border-radius: 40px;
    margin-right: 5px;
}
.custom-card{
    position: relative;
    float: left;
    margin-right: 16px;
    margin-bottom: 10px;
    width: 100px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
    color: #6b778c;
    overflow: hidden;
    background: transparent;
    border: 1px solid #e6e9f0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-card:hover {
    cursor: pointer;
    box-shadow: 0px 10px 10px #efefef;
}
.normal-tool-card {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    background-color: #f5f7fd;
    padding: 0px 2px;
    font-size: 13px;
    border-radius: 50px;
    height: 35px;
    line-height: 35px;
    width: 105px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.normal-tool-card.ai {
    width: 118px;
}
.normal-tool-card:hover {
    background-color: #e4e8f5;
}
.layout-left-module {
    position: relative;
    float: left;
    width: 295px;
    min-height: 200px;
    height: auto;
    background-color: transparent;
}
.layout-right-module {
    position: relative;
    float: right;
    width: 880px;
    min-height: 200px;
    height: auto;
    margin-right: 30px;
}
.layout-left-module-item {
    position: relative;
    width: 275px;
    height: auto;
    min-height: 100px;
    margin-bottom: 10px;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    /*box-shadow: 0px 0px 20px rgb(238 242 245 / 80%);*/

    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.layout-left-module-item-l1 {
    position: relative;
    width: 275px;
    height: auto;
    min-height: 100px;
    margin-bottom: 10px;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
}
.layout-left-module-item-title {
    line-height: 40px;
    text-align: left;
    font-weight: 600;
}
.margin-right-bottom-10px {
    margin-right: 6px;
    margin-bottom: 7px;
    padding: 2px 5px;
}
.bg200,.bg201,.bg202,.bg203,.bg204,.bg205{
    padding: 5px;
    background-color: #f5f7fd;
    border-radius: 3px;
}
.bg201 {
    background-color: #efede8;
}
.bg202 {
    background-color: #f5e6e6;
}
.bg203 {
    background-color: #d6d6ec;
}
.bg204 {
    background-color: #beecbe;
}
.bg205 {
    background-color: #eee3e3;
}
.layout-right-module-title {
    line-height: 30px;
    text-align: left;
    font-weight: 600;
    margin-top: -5px;
    color: #666;
}
.module-recommend-container {
    width: 100%;
    padding: 15px 0px;
    text-align: left;
    font-size: 15px;
    background-color: #007aff;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    text-indent: 20px;
    color: white;
    background-image: linear-gradient(to bottom, #3D70FF 0%, rgba(61, 112, 255, 0.85) 100%);
    border-color: rgba(61, 112, 255, 0.45);
    box-shadow: 8px 8px 20px 0 rgba(61, 112, 255, 0.4);
}
.scroll-contents {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 300px;
    text-align: right;
    color: #3f404b;
}
.scroll-contents ul.line{
    height: 30px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-left: 20px;
}
.scroll-contents ul.line li{
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    width: 100%;
}
.scroll-contents ul.line li:hover {
    text-decoration: underline;
}
.web-page-module-link-card, .custom-web-page-module-link-card  {
    position: relative;
    padding: 9px;
    background-color: #f5f7fd;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 42px;
    border-radius: 5px;

    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.card-big-img {
    border-radius: 100px;
}
.custom-web-page-module-link-card {
    padding: 10px;
    margin-right: 18px;
}
.web-page-module-link-card:hover {
    cursor: pointer;
    background-color: #dce3f8;
}
.custom-web-page-module-link-card:hover {
    cursor: pointer;
    background-color: #dce3f8;
}
.web-page-module-link-card-icon {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 999px;
}
.web-page-module-link-team-card-icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid white;
    padding: 2px;
    box-shadow: 0px 0px 3px #bcbbbb;
}
.web-page-module-link-card-title, .web-page-module-link-card-desc {
    text-align: left;
    width: 180px;
    font-weight: 400;
    text-indent: 5px;
}
.custom-web-page-module-link-card-title, .custom-web-page-module-link-card-desc {
    text-align: left;
    width: 200px;
    font-weight: 400;
}
.custom-web-page-module-link-card-desc {
    font-size: 12px;
    font-family: Courier;
    color: #666;
}
.web-page-module-link-card-desc {
    font-size: 11px;
    color: #7c7a7a;
    text-indent: 0px;
    margin-top: 5px;
}
.right-tab-module {
    position: absolute;
    left: 120px;
    top: 25px;
}
.right-download-tab, .right-book-tab, .right-manual-tab {
    float: left;
    margin-right: 12px;
    border: 0px;
    background-color: white;
    color: #666;
    border-radius: 3px;
    padding: 2px 7px;
    font-size: 12px;
}
.right-download-tab:hover, .right-book-tab:hover{
    background-color: #3c3939;
    color: white;
}
.right-download-tab-select {
    background-color: #3c3939;
    color: white;
}
.right-book-tab-select {
    background-color: orangered;
    color: white;
}
.right-manual-tab-select:hover{
    background-color: #b9e1f6;
    color: #0e6089;
}
.right-manual-tab-select {
    background-color: #b9e1f6;
    color: #0e6089;
}
.right-download-tab-content, .right-book-tab-content, .right-manual-tab-content {
    padding-top: 20px;
    display: none;
    min-height: 100px;
    height: auto;
}
.feed-book-img {
    float: left;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.zixun-card {
    background-color: white;
}
.manual-spring-card {
    background-color: #f2f5f1;
}
.manual-fe-card {
    background-color: #f5f2f2;
}
.cloud-cps {
    padding: 5px 10px;
    border: 0px;
    color: #01AAED;
    background-color: white;
    border-radius: 5px;
    font-size: 12px;
    background-color: transparent;
}
.cloud-cps:hover {
    color: #0a5370;
}
.quick-menus {
    position: fixed;
    left: calc((100% - 1190px) / 2 - 75px);
    width: 50px;
    height: 450px;
    top: 200px;
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    overflow: hidden;

    /*box-shadow: 0px 0px 20px rgb(238 242 245 / 80%);*/

    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);

    border-top: 3px solid #007AFF;
}
.quick-menus button{
    width: 50px;
    height: 32px;
    border: 0px;
    border-radius: 3px;
    background-color: white;
    color: #666;
    font-size: 13px;
}
.quick-menus button:hover {
    background-color: #f5f7fd;
    color: #007AFF;
}
.layout-right-module-title i{
    position: absolute;
    right: 20px;
    top: 10px;
    color: #828282;
}
.layout-right-module-title i:hover {
    cursor: pointer;
    color: black;
}
.feed-course-img {
    height: 88px;
    border-radius: 8px;
    margin: 0px 10px 10px 0px;
    float: left;
}
.creator-center-card {
    width: 77px;
    margin-top: 10px;
    margin-right: 5px;
    background-color: transparent;
    min-height: 10px;
    border-radius: 100px;
}
.creator-center-card img{
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    vertical-align: middle;
    margin-top: 5px;
}
.creator-center-title {
    line-height: 30px;
    text-indent: 10px;
}
.user-console-module {
    position: absolute;
    right: -30px;
    top: 30px;
    width: 180px;
    height: 100px;
    background-color: #f0f4fb;
}
.recommend-web-site-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
}
.module-tip {
    position: relative;
    padding: 10px;
    text-align: left;
    font-size: 13px;
    margin: 10px 0px;
    border-radius: 3px;
    width: 95%;
    float: left;
    background-color: rgba(221,162,60,.1);
    color: #8f661f;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.chrome-plugin {
    position: relative;
    float: left;
    width: 260px;
    height: 125px;
    padding: 5px;
    margin: 10px 18px 10px 0px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    font-family: Courier;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.chrome-plugin-img {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.chrome-plugin-img img {
    height: 100%;
    border-radius: 999px;
}
.chrome-plugin-description {
    position: absolute;
    left: 15px;
    top: 80px;
    width: 230px;
    height: 40px;
    line-height: 22px;
    text-align: left;
    font-size: 13px;
    color: #696868;
}
.chrome-plugin-name {
    position: absolute;
    left: 77px;
    top: 12px;
    width: 167px;
    height: 70px;
    line-height: 25px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.chrome-plugin-tip {
    position: relative;
    border: 0px;
    margin-top: 5px;
    font-size: 11px;
    color: white;
    background-color: orangered;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: 400;
}
.resource-item {
    position: relative;
    padding: 50px 10px 20px 10px;
    height: 350px;
    width: 256px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    border: 1px solid whitesmoke;
}
.resource-module-main {
    position: absolute;
    top: 35px;
    left: 0px;
    width: 100px;
    padding: 8px 50px 8px 20px;
    border-radius: 0px 50px 50px 0px;
    text-align: left;
    color: white;
    opacity: 0.8;
}
.resource-module-main:hover {
    cursor: pointer;
    opacity: 1;
}
.resource-title-hot {
    background: linear-gradient(to right, #e84545, white);
}
.resource-title-book {
    background: linear-gradient(to right, #3490de, white);
}
.resource-title-vip {
    background: linear-gradient(to right, #7e6bc4, white);
}
.resource-list-item {
    position: relative;
    width: 250px;
    height: 50px;
    padding: 5px;
    border-radius: 5px;
}
.resource-list-item-name {
    font-size: 15px;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
}
.resource-list-item-extinfo {
    line-height: 20px;
    font-size: 12px;
    color: gray;
    text-align: left;
}
.resource-list-item:hover {
    cursor: pointer;
    background-color: #f0f4fb;
    color: #cb3406;
}
.resource-list-item-icon {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    margin-right: 10px;
}
.email-card {
    width: 85px;
    border-radius: 30px;
    min-height: 10px;
}


.smartbot-app-container {
    position: relative;
    margin: 50px 0px 0px 0px;
    width: calc(100% - 20px);
    min-height: 50px;
    padding: 40px 20px 20px 20px;
    background-color: white;
    align-items: center;
    border-radius: 0.5rem;
    box-shadow: 0.5rem 0.875rem 2.375rem rgba(39,44,49,.06), 0.0625rem 0.1875rem 0.5rem rgba(39,44,49,.03);
    box-sizing: border-box;
    display: flex;
    transition: all .3s ease;
}
.smartbot-category-btn {
    position: absolute;
    height: 40px;
    background-color: #249ffd;
    border-radius: 0.5rem;
    box-shadow: 0 0.3125rem 0.5rem rgba(36,159,253,.302);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    left: 1.875rem;
    padding: 0.5rem 0.9375rem;
    top: -1.125rem;
    border: none;
}
a {
    -webkit-text-decoration: none;
    text-decoration: none;
    word-break: break-all;
}
.tools-card {
    align-items: center;
    background-color: transparent;
    box-sizing: border-box;
    color: #2f3e4c;
    cursor: pointer;
    display: inline-flex;
    letter-spacing: .0625rem;
    margin: 0.4375rem;
    padding: 0.625rem;
    position: relative;
    vertical-align: top;
    width: calc(25% - 0.875rem);
    float: left;
    transition-property: color, background, box-shadow;
    transition-duration: .25s, 0.5s, 0.5s;
    border-radius: 5px;
    background-color: whitesmoke;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.tools-card:hover {
    background-color: #35a5fd;
    color: white;
    box-shadow: 0px 0px 10px #dadada;
    background-image: linear-gradient(0deg, #35a5fd, #35a5fd);
}
.tools-card img {
    margin-right: 8px;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    max-width: 100%;
}
.tools-card-text {
    width: calc(100% - 2.375rem);
}
.tools-card-desc, .tools-card-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tools-card-name {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}
.tools-card-desc {
    font-size: .75rem;
    opacity: .85;
}
.tools-card-desc, .tools-card-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}














