/*********************************************
 * index CSS
 *
 * @author liuming
 * @date 2023-11-17
 *********************************************/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(193,193,193,.8);;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #a6a6a6;
}
body {
    background-color: #EEEEEE;
    min-width: 1360px;
}
.container-home-search {
    width: max-content;
    width: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.container-home-search-condition {
    width: max-content;
    width: fit-content;
    display: flex;
    justify-content: center;
}
.container-search-czfw {
    height: 58px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.text-search-czfw {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #404040;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
}
.text-search-czfw-active {
    color: #B41709;
}
.container-search-czfw-input-divider {
    width: 1px;
    height: 50px;
    background-image: linear-gradient(180deg, rgba(227,227,227,0.00) 0%, rgba(186,186,186,0.70) 55%, rgba(221,221,221,0.00) 100%);
    border-radius: 1px;
    margin-left: 20px;
}
.container-search-check-gwsjz{
    /**
    width: 140px;
    height: 58px;
    background-color: #C51212;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: -0px;
    line-height: 22px;
    font-weight: 400;
     */
    display: flex;
    margin-left: 20px;
    align-items: center;
    /*width: 155px;*/
}
.text-search-check-gwsjz {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
}
.label-option {
    font-family: MicrosoftYaHei;
    vertical-align: middle;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    width: 120px;
}
.label-option .aty-checkbox-span {
    color: #FFFFFF;
    width: 150px;
}
.aty-select-tag-wrapper {
    white-space: nowrap;
    overflow: hidden;
}
.input-home {
    width: 650px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0px 3px 40px 0px rgba(0,0,0,0.1);
    /*border-radius: 4px 0px 0px 4px;*/
}
.input-home .aty-input-common {
    height: 58px;
    border: 1px solid #FFFFFF;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: rgba(29,33,41,1);
    font-weight: 400;
    padding: 20px;
}
.input-home .aty-input-common:hover {
    border-color: #FFFFFF;
}
.input-home .aty-input-common:focus {
    border-color: #FFFFFF;
    box-shadow: none;
}
.container-home-count {
    width: max-content;
    width: fit-content;
    margin: 34px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-count-res {
    display: flex;
    align-items: center;
}
.data-count-divider {
    width: 1px;
    height: 54px;
    background-image: linear-gradient(180deg, rgba(245,238,228,0.00) 0%, #EFE5D5 53%, rgba(232,217,196,0.00) 100%);
    border-radius: 1px;
    margin: 0px 25px;
}
.container-home-fenlei {
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.btn-search-fenlei {
    opacity: 0.7;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: -0px;
    line-height: 22px;
    font-weight: 400;
}
.btn-search-fenlei:hover {
    background: transparent;
    color: #FFFFFF;
}
.btn-search-fenlei-active {
    opacity: 1;
    color: #FFD79E;
    font-weight: 700;
}
.btn-search-fenlei-active:hover {
    background: transparent;
    color: #FFD79E;
}
.container-home-content {
    min-height: calc(100% - 499px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 30px 0 #DADADA;
}
.iframe-home {
    width: 80%;
    height: fit-content;
    margin: -130px auto 40px;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 30px
}
/**开始覆盖iframe mask样式*/
.aty-loading-mask-default {
    background: url("/wenku/images/loading.9d6d74b-9d6d74b4fa1977099929723c56371c86.gif") no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.3);
}
.aty-loading-msg-default {
    display: none !important;
}
/**结束覆盖iframe mask样式*/
