* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.add_ai_content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 16px;
}

.add_ai_content_left {
    position: relative;
    width: 47%;
    padding: 0 20px;
    border-right: 1px solid #E9EFFF;
}

.add_ai_content_left_title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 10px;
}

.ai-trade-panel .panel-col-hd {
    margin-bottom: 0;
}

.ai-trade-panel .panel-col-hd .col-hd-title, .ai-trade-panel .panel-col-hd span {
    display: inline-block;
    vertical-align: middle;
}

.platform_filter {
}

.platform_filter .col-hd-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    margin-right: 5px;
}

.platform_filter ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.platform_filter ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.platform_search {
    position: relative;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    padding-right: 0px;
}

.platform_search .ico {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: #00c4ff;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

.platform_search .ico:before {
    font-family: 'FontAwesome_new' !important;
    content: '\f002';
    color: #fff;
}

.platform_search .content {
    position: absolute;
    right: 0;
    top: 100%;
    width: 330px;
    padding: 15px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #eee;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 99;
}

.platform_search .content form {
    position: relative;
    width: 100%;
    height: 32px;
}

.platform_search .content form .search_ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    padding: 0 10px;
    border-radius: 3px 0 0 3px;
}

.platform_search .content form .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 100%;
    background: #00c4ff;
    color: #FFF;
    border: none;
    border-radius: 0 3px 3px 0;
    font-weight: bold;
}

.information_items {
}

.information_item {
    position: relative;
    border-top: 1px solid #E9EFFF;
    padding: 22px 0;
    display: flex;
    flex-wrap: wrap;
}

.information_item .item_img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
}

.information_item .item_img img {
    width: 100%;
}

.information_item .item_info {
    position: relative;
    width: calc(100% - 30px);
    padding-left: 10px;
}

.information_item .item_info .item_title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.information_item .item_info .item_title .title {
    color: #003CE8;
    font-weight: normal;
    font-size: 13px;
}

.information_item .item_info .item_time {
    position: relative;
    line-height: 28px;
    font-size: 12px;
}

.information_item .item_info .item_time .social-ico, .information_item .item_info .item_time time, .information_item .item_info .item_time b, .information_item .item_info .item_time time {
    font-weight: normal;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.information_item .item_info .item_time b {
    padding: 0 5px;
}

.information_item .item_info .item_text {
    margin-top: 13px;
    font-size: 13px;
}

.add_ai_content_right {
    padding: 0 20px;
    width: 53%;
}

.add_ai_content_right .panel-col-hd {
    padding: 6px 0 7px;
}

.add_ai_content_right .panel-col-hd .social-ico {
    vertical-align: middle;
    margin: 0 5px;
}

.add_ai_content_right .panel-col-hd b {
    padding-right: 8px;
}

.add_ai_content_right .panel-col-hd b:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    content: url(img/add_eye.png);
    font-weight: normal;
    moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.send_message {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 43px;
    line-height: 43px;
    background: #f1f7ff;
    text-align: center;
    border-radius: 5px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.send_message:before {
    position: absolute;
    left: 20px;
    top: 9px;
    content: url(img/add_messenger.png);
    display: inline-block;
}

.send_message span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 13px;
}

.send_message:hover {
    background: #eee;
    color: #0084ff;
}

.detailed_infor {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #E9EFFF;
}

.detailed_infor .infor_title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.detailed_infor .infor_title .left {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.detailed_infor .infor_title .left .img {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
}

.detailed_infor .infor_title .left .img img {
}

.detailed_infor .infor_title .left .title {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.3;
    padding: 0 10px;
}

.detailed_infor .infor_title .left .title strong {
    display: block;
    font-size: 15px;
}

.detailed_infor .infor_title .right {
    position: relative;
}

.detailed_infor .infor_title .right b {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.detailed_infor .infor_title .right .ico {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 0 15px;
}

.detailed_infor .infor_title .right .ico i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #666666;
    margin: 0 5px;
}

.detailed_infor .infor_title .right .ico:before, .detailed_infor .infor_title .right .ico:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #666666;
    l
}

.detailed_infor .infor_title .right .hide_serv {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100px;
    padding: 15px 10px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #eee;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 99;
}

.detailed_infor .infor_title .right .hide_serv li {
    list-style: none;
    padding: 5px 0;
}

.detailed_infor .article {
}

.detailed_infor .article p {
    font-size: 13px;
    padding: 0 0 15px;
}

.detailed_infor .article img {
    max-height: 300px;
}

.detailed_infor .review {
    font-size: 12px;
    margin: 10px 0 0;
    color: #999;
}

.ai-trade-panel .panel-col-hd .hd-ico-user.hd-ico-user_add {
    position: relative;
    background: #ecf8fe;
    text-align: center;
    line-height: 26px;
    border-radius: 100%;
}

.ai-trade-panel .panel-col-hd .hd-ico-user.hd-ico-user_add:before {
    font-family: 'FontAwesome_new';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    content: "\f003";
    width: 19px;
    height: 19px;
    background: #00c4ff;
    border-radius: 100%;
    text-align: center;
    line-height: 19px;
    color: #fff;
}

.ai-trade-panel .social-ico {
    width: 22px;
    height: 22px;
}

/*add*/
.nav_information_items .nav_information_items_wrap {
    height: calc(100vh - 320px);
    overflow-y: scroll;
    background: #fff;
}

.nav_information_items li.information_item {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

.nav_information_items li.information_item:hover {
    background: #f8f8f8 important;
}

.add_ai_content_left ::-webkit-scrollbar, .add_ai_content_right ::-webkit-scrollbar {
    width: 5px;
}

.add_ai_content_left ::-webkit-scrollbar-track, .add_ai_content_right ::-webkit-scrollbar-track {
    background-color: #fff;
}

.add_ai_content_left ::-webkit-scrollbar-thumb, .add_ai_content_right ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.add_ai_content_left:hover ::-webkit-scrollbar-thumb, .add_ai_content_right:hover ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
}

.addHtml_wr {
    height: calc(100vh - 280px);
    overflow-y: scroll;
}


.sys-page {
    padding-bottom: 0;
    justify-content: center;
    line-height: 25px;
}

.sys-page li {
    list-style: none;
}

.page_btn {
    position: relative;
    margin: 25px 0 10px;
}

.page_btn .custom-pagination, .page_btn.custom-pagination ul, .page_btn .custom-pagination ul li, .page_btn .custom-pagination .page-to input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.page_btn .custom-pagination {
    position: relative !important;
    margin: 0 !important;
    color: #666;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page_btn .custom-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow: hidden;
    white-space: no-wrap;
    flex-wrap: wrap;
}

.page_btn .custom-pagination ul li {
    display: inline-block;
    min-width: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #eee;
    margin: 0 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.page_btn .custom-pagination ul li:first-child {
    margin-left: 0
}

.page_btn .custom-pagination ul li.current-page {
    background-color: #00c4ff;
    color: #fff;
    border-color: #00c4ff;
}

.page_btn .custom-pagination ul li:hover {
    background-color: #00c4ff;
    color: #fff;
    border-color: #00c4ff;
}

.page_btn .custom-pagination a.prev-page, .custom-pagination a.next-page {
    display: block;
    float: left;
    padding: 0 20px;
    line-height: 25px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    text-decoration: none
}

.page_btn .custom-pagination a.prev-page {
    margin-right: 10px
}

.page_btn .custom-pagination a.next-page {
    margin-left: 10px
}

.page_btn .custom-pagination a.prev-page:hover, .page_btn .custom-pagination a.next-page:hover {
    background-color: #00c4ff;
    color: #fff
}

.page_btn .custom-pagination ul li.ellipsis {
    background-color: transparent;
    border: 0;
    cursor: default;
    font-size: 20px
}

.page_btn .custom-pagination ul li.ellipsis:hover {
    background-color: transparent;
    border: 0;
    cursor: default;
    font-size: 20px;
    color: #666
}

.page_btn .custom-pagination .page-to {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    text-align: center;
}

.page_btn .custom-pagination .page-to input {
    display: inline-block;
    width: 40px;
    line-height: 25px;
    background-color: #fafafa;
    border: 0;
    border: 1px solid #f0f0f0;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0 5px
}

.page_btn .custom-pagination .page-to input:focus {
    outline: 0
}

.page_btn .custom-pagination .page-to span {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    line-height: 25px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    margin-left: 10px
}

.page_btn .custom-pagination .page-to span:hover {
    background-color: #00c4ff;
    color: #fff
}

.search_more {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    margin: 10px 0;
    background-color: #00c4ff;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #00c4ff;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.search_more:hover {
    background-color: #fff;
    color: #00c4ff;
}

.disabled01 {
    event-pointers: none;
    pointer-events: none;
}

.error_tips {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    border: 1px solid #eee;
    display: none;
    font-size: 16px;
    background: rgba(0, 0, 0, .2);
}

.error_tips .wrap {
    position: absolute;
    width: 500px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.error_tips .close {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    right: 10px;
    top: 10px;
    text-align: center;
    cursor: pointer;
    font-family: 'FontAwesome_new' !important;
    font-size: 10px;
    color: #fff;
    background: #000;
}

@media only screen and (max-width: 480px) {
    .add_ai_content_left, .add_ai_content_right {
        width: 100%;
        padding: 0 6px;
    }

    .error_tips .wrap {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .nav_information_items .nav_information_items_wrap {
        height: 200px;
    }

    .addHtml_wr {
        height: auto;
        overflow-y: auto
    }
}

.search_select_wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    margin: 0 0 30px;
    z-index: 9;
}

.search_select_wrap .select_inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    height: 40px;
}

.search_select_wrap .select_inner .title {
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}

.search_select_wrap .select_inner .title span {
    position: relative;
}

.search_select_wrap .select_inner .title i {
    position: relative;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
}

.search_select_wrap .select_inner.current .title i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search_select_wrap .select_inner .title i:after {
    font-family: 'FontAwesome_new' !important;
    content: '\f107';
}

.search_select_wrap .select_inner .content {
    position: relative;
    position: absolute;
    left: 0;
    top: 100%;
    width: 220px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .12);
    margin-top: 2px;
    display: none;
}

.search_select_wrap .select_inner .content button {
    position: relative;
    display: block;
    border: none;
    background: none;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 10px;
    text-align: left;
    -webkit-transition: transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
}

.search_select_wrap .select_inner .content button:hover {
    background: #f2f2f2;
}
.search_btn {
    color: #fff;
}
.search_select_wrap .search_text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 350px;
    line-height: 38px;
    padding: 0 8px;
    border: none;
    background: none;
    height: 38px;
}

.search_select_wrap .search_btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    background: #4680fe;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    margin-top: -1px;
}

.search_select_wrap .search_btn i:before {
    font-family: 'FontAwesome_new' !important;
    content: '\f002';
    color: #fff;
}

@media screen and (max-width: 768px) {
    .ai-trade-panel .panel-col, .ai-trade-panel .panel-col:nth-child(1) {
        width: 50%;
    }
}

@media screen and (max-width: 418px) {
    .sys-page {
        width: 100%;
        overflow-x: hidden
    }

    .ai-trade-panel .panel-col, .ai-trade-panel .panel-col:nth-child(1) {
        width: 100%;
    }

    .search_select_wrap {
        display: block;
    }

    .search_select_wrap .search_text {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 10px 0 70px;
    }

    .search_select_wrap .search_btn {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.language-table-list {
    width: 100%;
}

.language-textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #e9efff;
}

.language-textarea.change_value:focus {
    border-color: #4680fe;
}

.language-textarea.source {
    background: #fdfdfd;
}

.page_btn .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page_btn .pagination .page-item {
    display: inline-block;
    margin: 0 3px;
    b
}

.page_btn .pagination .page-item .page-link {
    display: block;
    min-width: 25px;
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #eee;
    order-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.page_btn .pagination .page-item.active .page-link {
    background-color: #00c4ff;
    color: #fff;
    border-color: #00c4ff;
}

.language-submit-button {
    float: right;
    color: #fff;
    border: none;
    background: #00c4ff;
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 3px;
}
.pages-title-style {
    border-bottom: 1px solid #E9EFFF;
}

.full-left {
    width: 100%;
    border: none;
}

.pages-title-tab {
}

.pages-title-tab li {
    float: left;
    cursor: pointer;
}

.pages-title-tab li span {
    padding: 0 10px 14px 10px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.pages-title-tab li.active span {
    border-color: #00c4ff;
    color: #00c4ff;
}

.nav_information_items_wrap > li {
    display: none;
}

.nav_information_items_wrap > li.active {
    display: block;
    width: 100%;
}

.nav_information_items_wrap > li .form-group .form-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px dashed #E9EFFF;
    width: 600px;
}

.nav_information_items_wrap > li .form-group .form-item .form-title {
    width: 120px;
    text-align: right;
}

.nav_information_items_wrap > li .form-group .form-item .form-input {
    margin-left: 20px;
}

.nav_information_items_wrap > li .form-group .form-item .form-button {
    margin-left: 20px;
    border: none;
    background: #188ae2;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    line-height: 28px;
}

.nav_information_items_wrap > li .form-group .form-item .form-button .form-button {

}

.tab-button-list > ul > li {
    display: none;
}

.tab-button-list > ul > li.active {
    display: block;
}

.button {
    border: none;
    background: transparent;
    color: #fff;
    margin-left: 15px;
    padding: 2px 8px;
    border-radius: 3px;
}

.button-list .button:first-child {
    margin-left: 0;
}

.button.button-pri {
    background: #188ae2;
    font-size: 12px;
}

.button-list .button.button-war {
    background: #16a839;
}

.language-list {
    margin-top: 20px;
}

.table-language-list {
    padding: 20px;
    max-height: 48vh;
    overflow-y: auto;
}

#json-table {
    width: 100%;
}

.choose_language_button {
    display: flex;
    padding: 0 20px;
}

.choose_language_button > div {
    flex: 1;
}

.choose_true_button {
    text-align: right;
}