
* {
    margin: 0;
    padding: 0;
}

button {
    outline: none;
    border: none;
}

/*----------通用----------*/
.clearfix {
    clear: both;
}

a {
    text-decoration: none;
}

.btn {
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background-color: #e5e5e5;
    color: #666666;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 16px;
}

.btn-group {
    font-size: 0;
}

.upload-btn {
    width: 130px;
    height: 36px;
    line-height: 36px;
    margin-left: 12px;
    vertical-align: middle;
    background-image: url(../images/icon_file.png);
    background-repeat: no-repeat;
    background-position: center left 14px;
    background-size: 11%;
    text-align: right;
    padding-right: 20px;
}


.upload-btn.uploading {
    background-image: url(../images/icon_action.png);
}

.upload-btn.disable {
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    color: #d1d1d1;
    background-image: url(../images/icon_file_gray.png);
}

.btn-group .btn:first-child {
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}

.btn-group .btn:last-child {
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
}

.btn.blue {
    background-color: #11b31f;
    color: white;
}


.btn.danger {
    background: #ed4d1c;
    color: white !important;
    border: solid 1px #ed4d1c;
}

.btn.success {
    background-color: white;
    border: solid 1px #4ac711;
    color: #4ac711 !important;
}


.green-text {
    color: #14bc22;
}

.btn.size-m {
    width: 134px;
    height: 36px;
    line-height: 36px;
}

.form-group {
    max-width: 672px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.form-group .input-row {
    overflow: hidden;
    margin-bottom: 20px;
}

.form-group .input-row .input-label {
    display: block;
    float: left;
    width: 20%;
    height: 36px;
    line-height: 36px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 14px;
}

.form-group .input-row .input-box {
    width: 80%;
    float: right;
}

.input::placeholder {
    color: #bbbbbb;
}

.input {
    display: block;
    width: 93%;
    height: 36px;
    background-color: #f9f9f9;
    outline: none;
    border: solid 1px #dbdbdb;
    border-radius: 4px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 15px;
}


.upload-input {
    display: inline-block;
    width: calc(100% - 142px);
    height: 36px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: solid 1px #dbdbdb;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #f9f9f9;
    font-size: 15px;
    padding: 0 20px;
    position: relative;
}

.upload-input .delete {
    display: none;
    position: absolute;
    top: 0;
    width: 36px;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-image: url(../images/icon_close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.file-input {
    border: solid 1px #dbdbdb;
    border-radius: 4px;
    background-color: #f9f9f9;
    display: inline-block;
    margin-left: 10px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}
.cont{
    margin-top: 30px;
}
/*----------通用----------*/


.top {
    width: 100%;
    background-color: #229e0c;
    overflow: hidden;
}

.top .right-bg {
    float: right;
}

.top .main-logo {
    margin: 22px 0 0 48px;
}

.side {
    float: left;
    width: 400px;
    background-color: #f5f5f5;
}

.side .sugs {
    text-align: center;
    padding: 10px 0;
}


.inner {
    margin-left: 400px;
    min-height: 100px;
}

.cloumn {
    padding: 0 28px;
}

.cloumn .item {
    margin-bottom: 20px;
}

.cloumn-title {
    padding: 10px 0;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

.cloumn-list {
    padding-left: 20px;
    color: #666666;
}

.cloumn-list a {
    color: #666666;
    font-size: 15px;
}

.cloumn-list li {
    line-height: 30px;
}

.main {
    max-width: 1100px;
    margin: 0 auto;
}

.main .action {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.price {
    margin-left: 10px;
    display: block;
    color: #f5602a;
    font-size: 16px;
    vertical-align: top;
}

.price span {
    font-size: 28px;
}

.input-box .code {
    margin-left: 10px;
}

.tips {
    margin-left: 22px;
}

.tips .price-num {
    font-size: 34px;
    color: #f5602a;
}

.tips .price-num span {
    font-size: 16px;
}

.tips-word {
    margin-top: 26px;
    font-size: 19px;
}

.tips .icon {
    margin-top: 12px;
}

.notes {
    border-top: solid 1px #dbdbdb;
    padding-top: 32px;
}

.notes-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    vertical-align: middle;
    margin-bottom: 24px;
}

.notes-header img {
    vertical-align: middle;
    margin-right: 10px;
}

.notes-header span {
    vertical-align: middle;
}

.notes-body ul li {
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
}

.note-tag {
    display: block;
    width: 76px;
    line-height: 26px;
    text-align: center;
    background-color: #4e4e4e;
    color: white;
    float: left;
    font-size: 14px;
}

.note-intro {
    width: calc(100% - 90px);
    float: left;
    display: block;
    margin-left: 10px;
    font-size: 14px;
}

.note-tag.spa {
    background-color: #15c424;
}


#file {
    visibility: hidden;
}

.report .report-states {
    position: relative;
    border: solid 1px #bbbbbb;
    padding: 25px 0;
    overflow: hidden;
}

.report .icon-status {
    width: 240px;
    text-align: center;
}

.report .icon-status .tips {
    color: #888888;
    font-size: 18px;
}

.gray {
    color: #888888;
}

.report .btns {
    margin-bottom: 30px;
}

.report .info-row {
    margin-bottom: 14px;
}

.report .attention {
    margin-top: 12px;
    text-align: center;
    background-color: #f5f5f5;
    padding: 24px 0;
    margin-bottom: 10px;
}

.report .summary {
    font-size: 14px;
    color: #999999;
}

.report .attention .tips {
    line-height: 1.8;
    color: #333333;
    margin-bottom: 6px;
}


.download-log {
    position: absolute;
    width: 256px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: white;
    text-align: center;
    border-radius: 6px;
    left: 50%;
    bottom: 20px;
    margin-left: -128px;
    background-color: rgba(0, 0, 0, 0.7);
}

.query-tips {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 24px;
}


.query-input {
    display: inline-block;
    width: 438px;
    vertical-align: middle;
    margin-right: 10px;
}

.query-form {
    width: 600px;
    margin: 0 auto;
}

.query-form .action-group {
    margin-top: 30px;
}

.report-success {
    margin-top: 20px;
    margin-bottom: 14px;
}

.error-tips {
    margin-top: 10px;
    font-size: 14px;
    color: #f13622;
}

.upload-tips {
    font-size: 14px;
    color: #f13622;
    padding-left: 20%;
    margin-bottom: 10px;
}

.upload-gs-tips {
    font-size: 14px;
    color: #f13622;
    padding-left: 20%;
    margin-bottom: 30px;
}

.contact {
    position: fixed;
    z-index: 99999;
    top: 50%;
    right: 0;
    font-size: 14px;
    text-align: center;
    color: white;
}

.contact .contact-btn {
    width: 28px;
    padding: 4px 0;
    background-color: #ed4d1c;
    margin-bottom: 4px;
    border-radius: 4px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.contact .customer {
    background-color: #4ac711;
}

.d-img {   position: relative; height: 120px; width: 120px; bottom: 21px;  left: 15px;}
.swat {
    display: none;
    position: absolute;
    right: 100px;
    width: 350px;
    height: 350px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.27);
}
.swat img {
    width: 400px;
    height: 400px;
}
.scan1 {
    width: 160px;
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    height: 160px;
}
.scan1 span {
    position: absolute;
    left: 20px;
    top: 45px;
    right: 20px;
}
.scan1 img {
    width: 150px;
    height: 156px;
}
.cnki-qq-spend {
    width: 130px;
    height: 30px;
    background-color: #ed4d1c;
    position: fixed;
    bottom: 560px;
    right: 24px;
    text-align: center;
    line-height: 36px;
    z-index: 100;
}
.cnki-qq-spend img:first-child {
    margin: 0;
}
.cnki-qq-spend img {
    margin-left: 10px;
}
.online_service .code_weixin {
    display: none;
    width: 110px;
    height: 118px;
    background: url(../images/weixin_bor.png) 0 0 no-repeat;
    position: absolute;
    left: 168px;
    top: 38px;
    text-align: center;
}
#wxshow {
    width: 130px;
    height: 110px;
    background-color: #ed4d1c;
    margin-top: -6px;
    padding-top: 5px;
}
.suspFeedback_2 {
    width: 370px;
    height: 326px;
    background-color: #fff;
    position: fixed;
    bottom: 120px;
    right: 26px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 6px #ababab;
    -oibox-shadow: 0 0 6px #ababab;
    -moz-box-shadow: 0 0 6px #ababab;
    -ms-box-shadow: 0 0 6px #ababab;
    border: 1px solid #dbdbdb\9;
    z-index: 100;
}
.cnki-stop {
    margin-top: -13px;
}
#cnki-right {
    bottom: 206px;
}
.suspFd_top {
    padding: 0 14px;
    height: 44px;
    background-color: #5c5c5c;
    color: #fff;
    position: relative;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
}
.suspFd_top .narrow {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.suspFd_top h2 {
    font-size: 16px;
    line-height: 44px;
    font-weight: bold;
}
.suspFd_top .narrow div {
    width: 12px;
    height: 2px;
    background-color: #fff;
    margin: 21px 0 0 16px;
}
.suspFd_top h2 span {
    font-weight: normal;
    font-size: 12px;
    color: #d6d6d6;
}
.online_service {
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 16px 20px 12px;
}
.suspFeedback_2 .pp {
    font-size: 14px;
    margin: 0 20px;
}
.suspFd_bot .fd_content {
    width: 308px;
    height: 100px;
    padding: 8px;
    border: 1px solid #d1d1d1;
    margin: 6px auto 8px auto;
}
.suspFd_bot .fd_contact {
    width: 324px;
    height: 28px;
    border: 1px solid #d1d1d1;
    margin: 0 auto;
}
.suspFd_bot .fd_btn {
    float: right;
    margin-top: 10px;
    margin-right: 14px;
}
.online_service img {
    cursor: pointer;
}
.cnki-qq {
    position: relative;
    top: 10px;
    height: 25px;
}
.suspFeedback_2 .pp {
    font-size: 14px;
    margin: 0 20px;
}
.suspFd_bot .fd_content textarea {
    width: 308px;
    height: 78px;
    margin: 0 auto;
    /* color: #b8b8b8; */
    font-size: 14px;
    border: none;
    background: none;
    resize: none;
    outline: none;
    overflow-y: auto;
    font-family: "微软雅黑";
}
.fd_addPic {
    position: relative;
}
.suspFd_bot .fd_content .fd_addPic span.image_on {
    background-position: 0 -34px;
}
.suspFd_bot .fd_content .fd_addPic span {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background-position: 0 -14px;
    cursor: pointer;
}
.icon_feedback {
    background: url(../images/icon_feedback.png) 0 0 no-repeat;
    display: block;
}
.suspFd_bot .fd_contact input {
    width: 308px;
    height: 28px;
    padding: 0 8px;
    outline: none;
    border: none;
}
.suspFd_bot .btn_h26_r {
    width: 56px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #3e92ec;
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 3px;
}
a {
    text-decoration: none;
}