.box-resource:hover {
    cursor: pointer;
    box-shadow: 0px 0px 5px #e0dddd;
}
.header-module {
    position: relative;
    margin-top: 80px;
    width: 100%;
    height: 400px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px white;
}
.resource-search {
    position: relative;
    margin-top: 20px;
    width: 52%;
    height: 50px;
    line-height: 50px;
    border: 0px;
    text-indent: 20px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #e7e4e4;
}
.search-hot-resource {
    position: relative;
    margin-top: 20px;
    width: 80%;
}
.search-hot-resource a {
    margin-right: 15px;
}
.search-hot-resource button {
    position: relative;
    padding: 7px 20px;
    color: white;
    margin-right: 15px;
    border: 0px;
    border-radius: 3px;
    background-color: #1b4d86;
    float: left;
}
.search-hot-resource button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.resource-module {
    position: relative;
    width: 1150px;
    background-color: white;
    min-height: 200px;
    height: auto;
    margin-top: 50px;
    border-radius: 5px;
    padding: 100px 20px 30px 20px;
    /*box-shadow: 0 4px 30px 0 rgb(238 242 245 / 90%);*/
    /*border: 1px solid whitesmoke;*/
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
}
.custom-menus-btn {
    position: fixed;
    right: -1px;
    top: 240px;
    height: 120px;
    border: 0px;
    font-size: 12px;
    color: white;
    background-color: #556efd;
    width: 44px;
    border-radius: 3px 0px 0px 3px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 20px 0 rgba(0,0,0,.1);
    cursor: default;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: normal;
    white-space: normal;
    padding: 15px 0;
    border: none;

    border: 2px solid #7178ff;
    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);
}
.custom-menus-btn:hover {
    cursor: pointer;
    box-shadow: 0px 0px 5px #858282;
}
.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-soft {
    background: linear-gradient(to right, #15b7b9, white);
}
.resource-title-plug {
    background: linear-gradient(to right, #303a52, white);
}
.resource-title-code {
    background: linear-gradient(to right, #005691, white);
}
.resource-title-doc {
    background: linear-gradient(to right, #ff8364, white);
}
.resource-title-mac {
    background: linear-gradient(to right, #756c83, white);
}
.resource-title-other {
    background: linear-gradient(to right, #1d566e, white);
}
.resource-title-install {
    background: linear-gradient(to right, #6730ec, white);
}
.resource-title-office {
    background: linear-gradient(to right, #c06c84, white);
}
.resource-title-new {
    background: linear-gradient(to right, #3fc1c9, white);
}
.resource-title-hot {
    background: linear-gradient(to right, #f57170, white);
}
.resource-title-vip {
    background: linear-gradient(to right, #7e6bc4, white);
}
.resource-footer {
    position: relative;
    line-height: 100px;
    margin-top: 100px;
    width: 100%;
}
.queryAllIcon {
    position: absolute;
    right: 50px;
    top: 40px;
    color: #0855ec;
    display: none;
}
.queryAllIcon i{
    transform:rotate(7deg);
    -ms-transform:rotate(7deg); 	/* IE 9 */
    -moz-transform:rotate(7deg); 	/* Firefox */
    -webkit-transform:rotate(7deg); /* Safari 和 Chrome */
    -o-transform:rotate(7deg); 	/* Opera */
}
.dianzishu {
    position: relative;
    width: 150px;
    height: 240px;
    padding: 8px 10px 5px 10px;
    float: left;
    overflow: hidden;
    margin: 0px 20px 20px 0px;
}
.dianzishu-book {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.dianzishu-img {
    position: relative;
    height: 150px;
    border-radius: 3px;
}
.dianzishu-info {
    position: relative;
    margin-top: 10px;
    height: 50px;
    width: 95%;
}
.dianzishu-name {
    position: relative;
    margin-top: 10px;
    line-height: 22px;
    font-size: 15px;
}
.dianzishu-date {
    position: relative;
    font-size: 12px;
    color: #666;
    margin-top: 8px
}
.install-article {
    position: relative;
    float: left;
    width: 500px;
    height: 100px;
    border: 1px solid #eaeaea;
    padding: 8px;
    margin: 10px 55px 20px 0px;
    border-radius: 4px;
}
.install-article-image-div {
    position: relative;
    float: left;
    width: 120px;
    height: 100px;
    background-color: #eeecec;
    border-radius: 4px;
    overflow: hidden;
}
.install-article-image-div img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
}
.install-article-title {
    position: relative;
    width: 350px;
    margin-left: 20px;
    float: left;
    font-size: 18px;
    text-align: left;
    margin-top: 4px;
    line-height: 28px;
    font-family: "Times New Roman", "Courier New", 黑体;
}
.install-article-date {
    position: relative;
    width: 350px;
    margin-left: 20px;
    float: left;
    font-size: 14px;
    text-align: left;
    color: #666;
    margin-top: 10px;
    font-family: "Times New Roman", "Courier New", 黑体;
}
.install-article-icon {
    position: absolute;
    bottom: 10px;
    left: 40px;
}
.chrome-plugin {
    position: relative;
    float: left;
    width: 250px;
    height: 140px;
    padding: 5px;
    margin: 10px 20px 10px 0px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
}
.chrome-plugin-img {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}
.chrome-plugin-img img {
    height: 100%;
}
.chrome-plugin-description {
    position: absolute;
    left: 15px;
    top: 95px;
    width: 230px;
    height: 40px;
    line-height: 22px;
    text-align: left;
    font-size: 14px;
}
.chrome-plugin-info {
    position: absolute;
    left: 90px;
    top: 18px;
    width: 155px;
    height: 70px;
    text-align: left;
}
.office-resource {
    position: relative;
    float: left;
    width: 250px;
    height: 180px;
    padding: 10px;
    border: 1px solid #e2e0e0;
    margin: 0px 15px 15px 0px;
}
.office-img-box {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-radius: 3px;
}
.office-img-box img {
    position: relative;
    width: 100%;
}
.office-img-name {
    position: relative;
    line-height: 50px;
    text-align: left;
    font-size: 15px;
}
.office-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
}
.soft-resource {
    position: relative;
    float: left;
    width: 190px;
    height: 170px;
    padding: 10px;
    border: 1px solid #e7e9ea;
    margin: 0px 15px 15px 0px;
    border-radius: 3px;
    overflow: hidden;
}
.soft-img-box {
    position: relative;
    margin-top: 10px;
    height: 70px;
    width: 100%;
}
.soft-img-box img {
    height: 100%;
}
.soft-name {
    line-height: 40px;
    font-weight: 600;
}
.soft-desc {
    line-height: 20px;
    color: #666;
    font-size: 13px;
}
.special-resource-module {
    position: relative;
    width: 30%;
    height: 420px;
    background: white;
    border-radius: 5px;
    float: left;
    margin: 0px 10px;
    padding: 10px;
    /*box-shadow: 0 4px 30px 0 rgb(238 242 245 / 90%);*/
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
}
.resource-view-body {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: auto;
    margin-top: 20px;
}
.view-left {
    position: relative;
    float: left;
    width: 780px;
    background-color: transparent;
    min-height: 100px;
}
.view-left-module {
    position: relative;
    width: 740px;
    background-color: white;
    min-height: 100px;
    padding: 15px 40px;
    margin-bottom: 20px;
}
.view-right {
    position: relative;
    float: right;
    width: 350px;
    background-color: transparent;
    min-height: 100px;
    height: auto;
}
.view-right-module {
    position: relative;
    padding: 10px 20px;
    width: 310px;
    background-color: white;
    min-height: 50px;
    height: auto;
    margin-bottom: 15px;
}
.view-banner {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #666;
}
#resource-view-name {
    font-size: 20px;
    line-height: 60px;
    margin: 0;
    text-align: left;
}
#resource-view-description {
    position: relative;
    width: 710px;
    border: 1px dashed #d1dbf3;
    background-color: #ebeef5;
    padding: 8px 15px;
    margin: 10px 0px;
    text-align: left;
    line-height: 25px;
    font-size: 13px;
    border-radius: 3px;
    color: #094ce7;
}
.resource-view-title {
    position: relative;
    width: 100%;
    line-height: 40px;
    text-align: left;
    font-size: 15px;
}
#resource-view-images {
    position: relative;
    display: none;
    margin: 10px 0px;
}
.resource-view-image {
    position: relative;
    width: 100%;
}
.resource-ext-line {
    position: relative;
    text-align: left;
    color: gray;
    text-align: left;
    line-height: 30px
}
.resource-ext-key {
    width: 150px;
}
.resource-ext-value {
    color: black;
    margin-left: 10px;
}
.download-res-btn {
    width: 100%;
    height: 50px;
    border: 0px;
    background-color: #404b69;
    font-size: 15px;
    font-weight: 500;
    color: white;
    margin-top: 10px;
}
.download-res-btn:hover {
    box-shadow: 0px 0px 20px #bdc7e5;
}
#resource-submit-author-avatar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 3px;
}
#resource-submit-author-name {
    position: absolute;
    left: 80px;
    top: 0px;
    width: 200px;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
}
#resource-submit-author-signature {
    position: absolute;
    left: 80px;
    top: 30px;
    width: 200px;
    font-size: 13px;
    color: #bab7b7;
    text-align: left;
}
#resource-submit-author-res-count {
    position: absolute;
    left: 80px;
    top: 60px;
    width: 200px;
    text-align: left;
    font-size: 13px;
    color: #7d7a7a;
}
.resource-list-item {
    position: relative;
    width: 353px;
    height: 50px;
    background-color: transparent;
    padding: 5px;
    border-radius: 5px;
}
.boutique-resource-item {
    position: relative;
    width: 353px;
    height: 50px;
    background-color: transparent;
    padding: 12px 5px;
    border-radius: 5px;
}
.boutique-resource-item:hover {
    cursor: pointer;
    background-color: #f0f4fb;
    color: #cb3406;
}
.boutique-resource-item-cover-image {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
}
.boutique-resource-item-name {
    position: relative;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
}
.boutique-resource-item-extName {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    color: #464647;
}
.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;
}
.collect-btn {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 100px;
    border: 0px;
    height: 40px;
    color: whitesmoke;
}