.themes-search-title-container {
    display: flex;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
}

.themes-search-prefix-0,
.themes-search-prefix-1 {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
}

.themes-search-prefix-0 {
    background: #cfd2d4;
}

.themes-search-prefix-1 {
    background: #0d1d28;
}

.themes-search-title {
    font-size: 28px;
    color: #082a4d;
    text-align: center;
    font-weight: 600;
    margin: 0 10px;
}

.themes-search-container {
    display: flex;
    padding-top: 30px;
}

.themes-search-container .input {
    width: calc(100% - 100px);
    height: 50px !important;
}

.themes-search-container input {
    width: 100%;
    height: 50px !important;
    padding: 0 20px 0 60px !important;
    font-size: 16px !important;
    line-height: 50px !important;
    border: 1px #797979 solid;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    outline: unset;
}

.themes-search-container .input-before {
    width: 20px;
    height: 20px;
    margin-top: -20px;
    top: 35px;
    left: 20px;
    position: relative;
    background-image: url(/govps/themes/yztx/apply/assets/img/search.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.themes-search-container .search-btn {
    width: 100px;
    height: 50px !important;
    color: #ffffff;
    background: #d9001b;
    font-size: 16px !important;
    line-height: 50px !important;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.themes-search-container .search-btn:active {
    background: #bd011d;
}

.themes-area-container {
    display: flex;
    padding-top: 30px;
}

.themes-area-container .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.themes-area-container .select-btn {
    color: #3e97df;
    background: #f0f7fc;
    margin-left: 10px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.2s;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.themes-area-container .select-btn:hover {
    background: #e8eff4;
}

.themes-area-container .select-btn.active {
    color: #fff;
    background: #3e97df;
}

.themes-area-container .select-btn.active:hover {
    background: #438ac3;
}

.themes-select-container {
    position: relative;
}

.themes-select-container .title {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.themes-select-container .list-container {
    min-height: 150px;
    max-height: 600px;
    overflow-y: scroll;
}

.themes-select-container .list {
    display: flex;
    padding-bottom: 20px;
}

.themes-select-container .select-btn {
    position: relative;
    width: 31%;
    height: 165px;
    margin-right: 3%;
    padding: 15px 20px 0;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    border: 1px #d7d7d7 solid;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

@media screen and (min-width: 992px) {
    .themes-select-container .select-btn {
        display: flex;
        height: 100px;
    }
}

.themes-select-container .select-btn:nth-child(3n) {
    margin-right: 1%;
}

.themes-select-container .select-btn.active::after {
    content: "\2714";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    color: white;
    background: #3e97df;
    border-top-right-radius: 5px;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
}

.themes-select-container .theme-img {
    height: 60px;
    width: 60px;
    margin-right: 16px;
    margin-top: 4px;
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.themes-select-container .theme-img img {
    height: 60px;
    width: 60px;
}

.themes-select-container .theme-img img:not([src]) {
    opacity: 0;
}

@media screen and (min-width: 992px) {
    .themes-select-container .theme-img {
        margin-bottom: 0;
    }

    .themes-select-container .theme-info{
        width: calc(100% - 76px);
    }
}

.themes-select-container .theme-img .empty-img {
    height: 60px;
    width: 60px;
    background: #efefef;
}

.themes-select-container .select-btn.active {
    color: #3e97df;
    border: 1px #3e97df solid;
}

.themes-select-container .name {
    font-size: 16px;
    font-weight: 600;
}

.themes-select-container .dept {
    margin-top: 4px;
    color: #919091;
}

.themes-select-container .name,
.themes-select-container .dept {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.themes-select-container .num {
    float: right;
    position: absolute;
    top: 55px;
    right: 15px;
    color: #919091;
    font-size: 16px;
}

.themes-select-container .empty {
    width: 100%;
    padding-top: 10px;
    color: #919091;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.themes-extend-container .title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.themes-select-hr {
    height: 1px;
    margin: 30px 0 5px 0;
    border: none;
    border-top: 1px double #f2f2f2;
}

.fix-ie-scroll{
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-y: scroll;
}