body{
    background-color: #f0f2f5;
}

/********** left *********/
.left {
    float: left;
    width: 230px;
    margin-right: 20px;
    min-height: 455px;
    background-color: #fff;
}
.left-item {
    margin-top: 20px;
    width: 230px;
    height: 40px;
    line-height:40px;
    color: #333333;
}
.left-item:hover {
    background-color: #e6f7ff;
}
.left-item div {
   margin-left: 20px;
}
}
.left-item img {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}
.left-item  .layui-badge-dot {
    margin-right: 10px;
}

.left-item .account {
    cursor:pointer;
}
.left-item a {
    width: 230px;
}
.left-item .edit {
    cursor:pointer;
    margin: 0 5px 0 5px;
}
.left-item .delete {
    cursor:pointer;
    margin: 0 5px 0 5px;
}

.left-item-top {
    margin-top: 30px;
    height: 40px;
    margin-left: 20px;
    font-size: 20px;
}

.left-item-add {
    cursor: pointer;
    margin-left: 20px;
    width: 190px;
    height: 32px;
    margin-top: 20px;
    background-color: #166ffa;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}

.left-select {
    background-color: #e6f7ff;
}
.left-select img{
    filter: invert(51%) sepia(66%) saturate(7495%) hue-rotate(209deg) brightness(100%) contrast(97%);
}
.left-select span{
    font-weight: 600;
    color: #166ffa;
}
.left-select .edit {
    filter: invert(51%) sepia(66%) saturate(7495%) hue-rotate(209deg) brightness(100%) contrast(97%);
}
.left-select .delete {
    filter: invert(51%) sepia(66%) saturate(7495%) hue-rotate(209deg) brightness(100%) contrast(97%);
}


/********** right *********/
.right {
    float: left;
    width: 950px;
    min-height: 455px;
    background-color: #fff;
}
.right-bread {
    margin-top: 30px;
    margin-left: 30px;
}
.right-bread span {
    margin-right: 8px;
}
.right-content {
    display:none;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}



/********** right-search *********/
.right-content-search{
    margin-top: 20px;
    height: 37px;
}
.right-content-search > div {
    float:left;
    margin-right: 24px;
    height: 40px;
    line-height: 40px;
}
.layui-input:focus{
    border-color: #166ffa!important;
}
.right-content-search .date span {
    float: left;
}
.right-search-select {
    float: left;
    width: 200px;
}
.right-reset-button{
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #166ffa;
    background-color: #10141f;
}
.right-search-button {
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #166ffa;
}

.right-content-end{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 17px;
    background-color: #e6f7ff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(22, 111, 250, 0.36);
}
.right-content-end-icon {
    height: 16px;
    margin-top: -2px;
}
.right-content-end-desc{
    margin-left: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.right-error{
    display:none;
    color: #262121;
    margin-top: 44px;
    margin-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    align-items: center;
}
.right-error .picture {
    margin-top: 70px;
    height: 200px;
}
.right-error a{
    color: #166ffa;
}
.show_message {
    margin-top: 210px;
}

.right-waring {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}
.right-charts {
    width: 891px;
    height: 601px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    align-self: center;
    margin-top: 30px;
    margin-bottom: 10px;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #166ffa;
}
.layui-tab-brief > .layui-tab-title .layui-this:after, .layui-tab-brief > .layui-tab-more li.layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #166ffa;
}
.layui-elem-quote {
    border-left: 5px solid #166ffa;
}

#trade_mode {
    color: #166ffa;
}