html, body {
    background-color: #f6f6f6;
}

.right-aside {
    margin-left: 16px !important;
}

/* 资质选择框样式 */
.select-box {
    position: relative;
    width: 380px;
    line-height: 33px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-left: 15px;
}

.select-box input {
    display: inline-block;
    width: 360px;
    font-size: 14px;
    color: #333;
    padding-right: 20px;
    background: url('/client/revision/img/gczc_xiala.png') no-repeat;
    background-position: center right;

}

.select-box img {
    display: inline-block;
    width: 9px;
    height: 6px;
    margin: 14px 10px 13px 5px;
}

.box-show {
    border: 1px solid #3083EB;
}

.box-show input {
    background: url('/client/revision/img/gczc_xiala_on.png') no-repeat;
    background-position: center right;
}

.itemBox {
    position: absolute;
    display: none;
    max-height: 290px;
    overflow-y: scroll !important;
    left: -1px;
    top: 35px;
    z-index: 999;
    width: 380px;
    border: 1px solid #CCCCCC;
    padding: 8px 10px;
    background-color: white;
    box-sizing: border-box;
    font-size: 14px;
}

.itemBox .textSelected {
    color: #3083EB;
}

.itemBox li {
    line-height: 33px;
    cursor: pointer;
}

.itemBox span {
    line-height: 33px;
}

.itemBox li:hover {
    color: #3083EB;
}

#hotKeyword > a {
    margin-right: 15px;
    line-height: 36px;
}

/*吐司提示*/
.toast {
    display: none;
    color: red;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 60%);
    padding: 15px 20px;
    background-color: #484848;
    color: #fff;
    border-radius: 5px;
}

.searchNo-content > div:first-child {
    padding-left: 52px;
}

.form-group .prompt {
    font-size: 13px !important;
    margin-left: 92px !important;
}

.form-group .prompt > a {
    font-size: 13px !important;
    color: #3083EB !important;;
}

.login-box .box-right .box-right-content .form-group .code-btn {
    outline: #ff7711;
}

.modal-dialog .btn {
    outline: #3083EB !important;
}

.bar-tips-box {
    font-size: 0;
}

.dingzhi-img {
    width: 78px;
    height: 32px;
    margin-top: -3px;
    animation: dzscale 1s ease infinite;
    -webkit-animation: dzscale 1s ease infinite;
    -o-animation: dzscale 1s ease infinite;
    -moz-animation: dzscale 1s ease infinite;
    cursor: pointer;
}

@keyframes dzscale {
    0% {
        transform: scale(0.9, 0.9);
    }
    50% {
        transform: scale(1, 1);

    }
    100% {
        transform: scale(0.9, 0.9);
    }
}

@-webkit-keyframes dzscale {
    0% {
        transform: scale(0.9, 0.9);
    }
    50% {
        transform: scale(1, 1);

    }
    100% {
        transform: scale(0.9, 0.9);
    }
}

@-o-keyframes dzscale {
    0% {
        transform: scale(0.9, 0.9);
    }
    50% {
        transform: scale(1, 1);

    }
    100% {
        transform: scale(0.9, 0.9);
    }
}

@-moz-keyframes dzscale {
    0% {
        transform: scale(0.9, 0.9);
    }
    50% {
        transform: scale(1, 1);

    }
    100% {
        transform: scale(0.9, 0.9);
    }
}

.margin-tf4 {
    margin-top: -4px;
}

.index-header .associational-word {
    width: 545px !important;
}

.search-head-block .collection-box a:hover {
    color: #3083EB;
}