@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑, 黑体, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    font-weight: normal;
}

ul, ol, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div, p {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    vertical-align: middle;
    color: #000;
    border: none;
    border: 0;
    outline: none;
    resize: none;
}

a {
    color: inherit;
    text-decoration: none;
}

/*b, i, strong, em {*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

img {
    border: 0;
}

/*公共样式文件*/
.txt-theme {
    color: #3D82F2;
}

.bder-theme {
    border-color: #3D82F2;
}

.bg-theme {
    background: #3D82F2;
}

.txt-hover-theme:hover {
    color: #3D82F2;
}

.col333 {
    color: #333333;
}

.col666 {
    color: #666666;
}

.col999 {
    color: #999999;
}

.colccc {
    color: #ccc;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.overflowHide {
    overflow: hidden;
}

.overHidden1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overHidden2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overHidden3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.txt-l {
    text-align: left;
}

.txt-c {
    text-align: center;
}

.txt-r {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

/*每个引擎的头部*/
.item-engine-title {
    line-height: 22px;
    margin-bottom: 15px;
    padding: 0 17px 0 0;
}

.item-engine-title .title-icon {
    display: inline-block;
    width: 6px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.item-engine-title .title-t {
    font-size: 18px !important;
    color: #333333;
    font-weight: bold;
}

.item-engine-title .title-t span {
    font-size: 18px !important;
}

.item-engine-title .more {
    font-size: 14px;
    color: #999999;
    display: inline-block;
}

.item-engine-title .more .icon-up {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 10px;
    position: relative;
    top: -1px;
}

/*引擎中的tab切换样式*/
.eng-tabs {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.eng-tabs span {
    display: inline-block;
    padding-bottom: 6px;
    margin-right: 30px;
    font-size: 16px;
    cursor: pointer;
}

.eng-tabs span:not(.current) {
    color: #666666;
}

.eng-tabs span.current {
    border-bottom: 2px solid;
    font-weight: 500;
}

/*下拉选择框--小--*/
.ui-select-mini {
    display: inline-block;
    font-size: 14px;
}

.ui-select-mini .select2-container .select2-selection--single {
    height: 32px;
}

.ui-select-mini .select2-container--default .select2-selection--single {
    /*border: none;*/
    outline: none;
}

.ui-select-mini .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 16px;
}

.ui-select-mini .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.ui-select-mini .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    width: 25px;
}

.ui-select-mini .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dddddd transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    top: 40%;
}

/*下拉选择框--大--*/
.ui-select-big .select2-container .select2-selection--single {
    height: 40px;
}

.ui-select-big .select2-container--default .select2-selection--single {
    border: none;
    outline: none;
}

.ui-select-big .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    padding-left: 16px;
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 40px;
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dddddd transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    top: 40%;
}

/*下拉选择框--移动端--*/
.ui-select-app {
    height: 2.25rem;
}

.ui-select-app .select2-container {
    vertical-align: top;
}

.ui-select-app .select2-container .select2-selection--single {
    height: 2.25rem;
}

.ui-select-app .select2-container--default .select2-selection--single {
    border: none;
    outline: none;
    background: #F5F5F5;
}

.ui-select-app .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 1.5rem;
    padding-left: .5rem;
}

.ui-select-app .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem;
    font-size: .9375rem;
}

.ui-select-app .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.25rem;
    width: 2.25rem;
}

.ui-select-app .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dddddd transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    top: 40%;
}

/*select2 下拉列表样式--start*/
.select2-dropdown {
    -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #ffffff;
    border: none;
    margin-top: 5px;
}

.select2-results__option {
    padding: 0 0 0 16px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-results__option:last-child {
    border-bottom: none;
}

/*选中*/
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #3D82F2;
    background: #ffffff;
    border-color: #ffffff;
}

/*hover 效果*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #F5F8FE;
    color: #333333;
    border-color: #F5F8FE;
}

/*select2 下拉列表样式--end*/
/*分页样式 start*/
.ui-paging {
    padding: 16px 0;
    text-align: center;
}

.ui-paging li {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-right: 15px;
    min-width: 22px;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 4px;
}

.ui-paging li.xl-prevPage {
    width: auto;
    margin-right: 27px;
}

.ui-paging li.xl-nextPage {
    width: auto;
    margin-left: 27px;
}

.ui-paging li:last-child {
    margin-right: 0;
}

.ui-paging li.xl-active {
    background: #0099FF;
    color: #ffffff;
}

.ui-paging li.xl-disabled {
    opacity: .6;
}

/*分页样式 end*/

/*两种按钮的样式*/
/*白底不定宽度*/
.btn-fff-auto {
    padding: 0 12px;
    height: 24px;
    min-width: 44px;
    text-align: center;
    border-radius: 2px;
    color: #3D82F2;
    font-size: 14px;
    border: 1px solid;
    cursor: pointer;
    background-color: #fff;
}

/*蓝底不定宽度*/
.btn-blue-auto {
    padding: 0 12px;
    min-width: 44px;
    height: 24px;
    text-align: center;
    background: #3d82f2;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/*弹框的公共样式*/
.pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
}

.pop .pop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: white;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.pop .pop-content .top {
    padding: 16px;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pop .pop-content .icon {
    cursor: pointer;
}

.pop .bottom-btns {
    padding: 16px 16px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.pop .bottom-btns .btn {
    margin: 0 12px;
}

/*toast的样式*/
.toast {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color: #333;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    max-width: 300px;
    min-width: 60px;
    padding: 10px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 9999;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.toast .icon {
    margin-right: 6px;
    font-size: 18px;
}

.toast span {
    display: inline-block;
    vertical-align: middle;
}

.bg-fff {
    background: #fff;
}

.colccc {
    color: #ccc;
}

.margint16 {
    margin-top: 16px;
}

.w1180 {
    width: 1180px;
}

/*更多页面的标题*/
.page-more-com .cur-page-title {
    line-height: 22px;
    margin-bottom: 24px;
    padding: 0 17px 0 0;
}

.page-more-com .cur-page-title .title-icon {
    display: inline-block;
    width: 6px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.page-more-com .cur-page-title .title-t {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    vertical-align: middle;
}

.page-more-com .cur-page-title .more {
    font-size: 14px;
    color: #999999;
    display: inline-block;
}

.page-more-com .cur-page-title .more .icon-up {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*更多页面的标题和tab切换*/
.page-more-com .page-tabs-box {
    border-bottom: 1px solid #EEEEEE;
    height: 30px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.page-more-com .page-tabs-box span {
    display: inline-block;
    padding-bottom: 6px;
    margin-right: 30px;
    font-size: 16px;
    cursor: pointer;
}

.page-more-com .page-tabs-box span:not(.current) {
    color: #666666;
}

.page-more-com .page-tabs-box span.current {
    border-bottom: 2px solid;
    font-weight: 500;
}

/*二级页面空数据提示*/
.list-null-data {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .list-null-data {
        margin: 16px 0;
    }

    .list-null-data img {
        width: 60px;
    }
}

.list-null-data img {
    width: 200px;
    margin-bottom: 10px;
}

.list-null-data .tip {
    font-size: 14px;
    color: #999999;
}

/*移动端公共样式 -----start*/

.app-engine-title {
    line-height: 1.40625rem;
    padding: .5rem 1rem 0;
    margin-bottom: .5rem;
}

.app-engine-title .title-t {
    font-size: 1rem !important;
    color: #333333;
    font-weight: bold;
}

.app-engine-title .title-t span {
    font-size: 1rem !important;
}

.app-engine-title .more {
    font-size: .875rem;
    color: #999999;
    display: inline-block;
}

.app-engine-title .more .icon-up {
    font-size: .5rem;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: -1px;
}

/*引擎中的tab切换样式*/
.app-engine-item .eng-tabs {
    border-bottom: none;
    margin-bottom: .75rem;
    height: 1.25rem;
    line-height: 1.25rem;
    width: 100%;
    overflow: hidden;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.app-engine-item .eng-tabs span {
    display: inline-block;
    margin-right: .75rem;
    font-size: .875rem;
    cursor: pointer;
}

.app-engine-item .eng-tabs span:not(.current) {
    color: #666666;
}

.app-engine-item .eng-tabs span.current {
    font-weight: 500;
}

/*移动端公共样式 -----end*/