* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei';
}

ul li {
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fw-bold {
    font-weight: bold;
}

.bgf3 {
    background-color: #f3f3f3 !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    /* //背景色透明  生效时长  过渡效果  启用时延迟的时间 */
}

/* 滚动条 */
.list-main::-webkit-scrollbar,
.search-res-ul::-webkit-scrollbar,
#has-position-ul::-webkit-scrollbar,
.evaluation-container::-webkit-scrollbar,
.event-instruction-container::-webkit-scrollbar,
.order-layer-main .left-list::-webkit-scrollbar,
.rank-container .rank-list-ul::-webkit-scrollbar,
.qh-contract-list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    /* height: 1px; */
    margin-right: 2px;
}

.list-main::-webkit-scrollbar-thumb,
.search-res-ul::-webkit-scrollbar-thumb,
#has-position-ul::-webkit-scrollbar-thumb,
.evaluation-container::-webkit-scrollbar-thumb,
.event-instruction-container::-webkit-scrollbar-thumb,
.order-layer-main .left-list::-webkit-scrollbar-thumb,
.rank-container .rank-list-ul::-webkit-scrollbar-thumb,
.qh-contract-list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    /* background-color: #F90; */
    background-color: #0164c1;
    border-radius: 6px;
    /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); */
}

.list-main::-webkit-scrollbar-track,
.search-res-ul::-webkit-scrollbar-track,
#has-position-ul::-webkit-scrollbar-track,
.evaluation-container::-webkit-scrollbar-track,
.event-instruction-container::-webkit-scrollbar-track,
.rank-container .rank-list-ul::-webkit-scrollbar-track,
.order-layer-main .left-list::-webkit-scrollbar-track,
.qh-contract-list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 6px;
    background: transparent;
    width: 6px;
}

.content-container {
    display: block;
    padding: 0 100px;
    background-color: #fff;
}

.content-container-month {
    display: block;
    padding: 0 100px;
    background-color: #fff;
}

.index-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* 头部 */
.index-header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 100px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background-color: #0164c1;
    box-shadow: none;
    z-index: 99;
}

.index-nav {
    height: 100%;
}

.index-nav .school-name {
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
}

.index-nav.index-nav-right {
    position: relative;
}

.index-nav .mine-icon {
    width: 50px;
    height: 50px;
    background: url(../img/mine-icon.png) no-repeat center;
}

.index-nav .index-nav-right-ul {
    display: none;
    position: absolute;
    right: 0;
    top: 49px;
    width: 150px;
    background-color: #ffffff;
    box-shadow: -1px 7px 27px 1px rgba(66, 66, 66, 0.28);
    border-radius: 6px;
}

.index-nav .index-nav-right-ul li {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.index-nav .index-nav-right-ul li span:hover {
    color: #0164c1;
}

.index-nav .index-nav-right-ul li .username {
    font-weight: bold;
    font-size: 22px;
    color: #0164c1;
}

.index-nav .index-nav-right-ul li .usernum {
    line-height: normal;
    padding-bottom: 15px;
    font-size: 14px;
}

.index-body {
    position: fixed;
    left: 100px;
    right: 100px;
    top: 65px;
    bottom: 0;
    z-index: 98;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.index-body .layui-breadcrumb a {
    color: #333333 !important;
}

.index-body .layui-breadcrumb a cite {
    color: #268ae7;
    font-style: normal;
}

.index-body .layui-breadcrumb a:hover {
    color: #268ae7 !important
}

.index-tabsbody {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 10px 0;
}

.url-breadcrumb a {
    cursor: pointer;
}

.list-top {
    height: 50px;
}

.train-tab-ul {
    float: left;
    height: 50px;
}

.train-tab-ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin-right: 40px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    color: #b1b1b1;
    cursor: pointer;
    transition: all .3s;
}

.train-tab-ul li.on {
    color: #0164c1;
    font-weight: bold;
}

.train-tab-ul li.on::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0164c1;
    border-radius: 4px;
}

.search-box {
    position: relative;
    float: right;
    margin: 2px 5px 0;
    top: 0;
    width: 520px;
    height: 50px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 2px 1px #e5e5e5;
    border-radius: 25px;
}

.search-box .search-input {
    display: inline-block;
    padding: 0 20px;
    width: 470px;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    font-size: 18px;
    background: transparent;
}

.search-box .search-btn {
    position: absolute;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../img/search.png) no-repeat center center;
}

.list-main {
    width: 100%;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.list-main .list-header {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    top: 0;
    /* z-index: 2; */
    display: flex;
    background-color: #ededed;
}

.qh-train-list {
    margin-top: 0;
}

.qh-train-list li {
    /* height: 70px; */
    /* line-height: 70px; */
    text-align: center;
    display: flex;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dedede;
}

.list-main .list-header p {
    font-weight: bold;
    width: 20%;
}

.qh-train-list li span {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-main .list-header p,
.qh-train-list li span {
    font-size: 20px;
    color: #666666;
}

.list-main .list-header .p1,
.qh-train-list li span.sp1 {
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    padding: 0 10px;
}

.list-main .list-header .p3,
.qh-train-list li span.sp3 {
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.list-main .list-header .p4,
.qh-train-list li span.sp4 {
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.qh-train-list li span.sp5 {
    display: block;
    margin: 17px auto;
    width: 103px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    background-color: #0164c1;
    color: #fff;
    cursor: pointer;
}

/* 查看成绩单 */
.report-container {
    padding: 30px;
    width: 100%;
    max-height: 800px;
    height: auto;
}

.report-container .report-ptit {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.report-container .train-info {
    margin-bottom: 30px;
    font-size: 20px;
}

.report-container .train-info p {
    display: inline-block;
    margin-right: 50px;
    color: #010101;
}

.report-container .result-info {
    margin-bottom: 40px;
}

.report-container .result-info .p-header {
    display: flex;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    background-color: #ededed;
}

.report-container .result-info .res-detail-p {
    display: flex;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    background-color: #f5f5f5;
}

.report-container .result-info .p-header span,
.report-container .result-info .res-detail-p span {
    width: 16.66%;
}

.report-container .rule-info p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #666666;
}

.report-container .rule-info p.rule-desc {
    font-weight: normal;
    margin-top: 20px;
}

/* 交易模块 */
.trading-big-main {
    display: none;
    position: relative;
}

/* 实训说明 */

.trade-menu-ul {
    margin-bottom: 20px;
}

.trade-menu-ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin-right: 40px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    color: #333;
    cursor: pointer;
    transition: all .3s;
}

.trade-menu-ul li.on {
    color: #0164c1;
    font-weight: bold;
}

.trade-menu-ul li.on::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0164c1;
    border-radius: 4px;
}

.event-instruction-container {
    padding: 30px;
    width: 100%;
    max-height: 800px;
    overflow-y: auto;
}

.event-instruction-container .train-info {
    margin-bottom: 30px;
    font-size: 20px;
}

.event-instruction-container .train-info p {
    display: inline-block;
    margin-right: 50px;
    color: #010101;
}

.event-instruction-container .result-info {
    margin-bottom: 40px;
}

.event-instruction-container .result-info .p-header {
    display: flex;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    background-color: #ededed;
}

.event-instruction-container .result-info .res-detail-p {
    display: flex;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    background-color: #f5f5f5;
}

.event-instruction-container .result-info .p-header span,
.event-instruction-container .result-info .res-detail-p span {
    width: 16.66%;
}

.event-instruction-container .rule-info p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #666666;
}

.event-instruction-container .rule-info p.rule-desc {
    font-weight: normal;
    margin-top: 20px;
}

/* 进入交易 */
.event-enter-container {
    padding: 10px 35px;
    width: 100%;
    display: none;
    box-sizing: border-box;
}

.event-enter-container .fund-div {
    position: relative;
}

.event-enter-container .enter-fund-ul {
    display: flex;
    float: left;
    width: 50%;
}

.event-enter-container .enter-fund-ul li {
    width: 160px;
    margin-right: 30px;
    width: 33.33%;
}

.event-enter-container .enter-fund-ul li p {
    line-height: 26px;
    font-size: 16px;
    color: #333;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.event-enter-container .enter-fund-ul li p.sp2 {
    color: #268ae7;
    font-weight: bold;
}

.event-enter-container .fund-div .search-contract-box {
    position: absolute;
    /* float: right; */
    right: 150px;
    margin: 2px 5px 0;
    top: 0;
    width: 25%;
    height: 50px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 2px 1px #286ae7;
    border-radius: 25px;
}

.event-enter-container .fund-div .search-contract-box .search-contract-input {
    display: inline-block;
    padding: 0 20px;
    width: 85%;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    font-size: 18px;
    background: transparent;
}

.event-enter-container .fund-div .search-contract-box .search-contract-btn {
    position: absolute;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../img/search.png) no-repeat center center;
}

.event-enter-container .search-res-ul {
    display: none;
    position: absolute;
    /* right: 35px; */
    right: 115px;
    top: 56px;
    padding: 0px 15px;
    width: 33%;
    max-height: 200px;
    border: 1px solid #e5e9ef;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
    background: #fff;
    z-index: 3;
}

.event-enter-container .search-res-ul li {
    padding: 6px 10px 6px 0;
    height: 42px;
    line-height: 32px;
    cursor: pointer;
    font-size: 14px;
}

.event-enter-container .search-res-ul li:hover {
    background-color: #f4f4f4
}

.contract-type-ul {
    display: flex;
    margin-top: 20px;
}

.contract-type-ul li {
    position: relative;
    width: 14.28%;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    color: #666666;
    background-color: #ededed;
    cursor: pointer;
}

.contract-type-ul li.on {
    color: #0164c1;
    font-weight: bold;
}

.contract-list-main {}

.qh-contract-list {
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
}

.contract-list-main .contract-list-header {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    background-color: #f5f5f5;
}

.contract-list-main .contract-list-header p {
    width: 14.28%;
}

.qh-contract-list li {
    position: relative;
    display: flex;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border-top: 1px solid #dedede;
    background-color: #f5f5f5;
    cursor: pointer;
}

.qh-contract-list li:hover {
    background-color: #f1f1f1;
}

.qh-contract-list li p {
    width: 14.28%;
}

/* 分时图 */
.minute-line-container {
    padding: 10px 35px;
    width: 100%;
    display: none;
    box-sizing: border-box;
    border: none;
}

.minute-line-container .fund-div {}

.minute-line-container .enter-fund-ul {
    display: flex;
    flex: 1;
}

.minute-line-container .enter-fund-ul li {
    width: 12.5%;
}

.minute-line-container .enter-fund-ul li p {
    line-height: 24px;
    font-size: 16px;
    color: #555;
    text-align: center;
}

.minute-line-container .enter-fund-ul li p.sp2 {
    color: #268ae7;
    font-weight: bold;
}

.minute-line-container .enter-fund-ul li .contract-name1 {
    font-size: 18px;
    line-height: 48px;
    font-weight: bold;
}

.minute-line-container .operation-ul {
    margin: 0 0 20px;
    display: flex;
}

.minute-line-container .operation-ul li {
    padding-left: 50px;
    margin-right: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #268ae7;
    cursor: pointer;
}

.minute-line-container .operation-ul li.contract-standard {
    background: url(../img/standard.png) left center no-repeat;
}

.minute-line-container .operation-ul li.add-self {
    background: url(../img/add-self.png) left center no-repeat;
}

.minute-line-container .operation-ul li.has-collected {
    background: url(../img/has-collected.png) left center no-repeat;
}

.minute-line-container .operation-ul li.place-order {
    background: url(../img/place-order.png) left center no-repeat;
}

.minute-line-container .operation-ul li.go-back-list {
    background: url(../img/go-back.png) left center no-repeat;
}

.minute-line-container .minute-type-ul {
    display: flex;
    background-color: #ededed;
    margin-bottom: 15px;
}

.minute-line-container .minute-type-ul li {
    width: 10%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    background-color: #ededed;
}

.minute-line-container .minute-type-ul li:hover {
    background-color: #0164c1;
    color: #fff;
}

.minute-line-container .minute-type-ul li.on {
    background-color: #0164c1;
    color: #fff;
    font-weight: bold;
}

/* 下单弹窗 */
.place-order-layer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9999;
}

.place-order-layer .place-order-layer-box {
    position: absolute;
    left: 100px;
    right: 100px;
    top: 70px;
    bottom: 50px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 4px;
}

.place-order-layer .order-layer-main {
    display: flex;
    height: 100%;
}

.place-order-layer .order-layer-main .left-list {
    width: 200px;
    height: 100%;
    border-right: 1px solid #d9dcdd;
    overflow: hidden;
    overflow-y: auto;
}

.place-order-layer .order-layer-main .left-list .left-tip {
    /* line-height: 30px; */
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.place-order-layer .order-layer-main .right-box {
    flex: 1;
    height: 100%;
    padding: 0 20px;
}

.place-order-layer .order-self-ul {
    width: 90%;
    margin-top: 15px;
}

.place-order-layer .order-self-ul li {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #666666;
    cursor: pointer;
    color: #666666;
}

.place-order-layer .order-self-ul li.on {
    background-color: #0164c1;
    border: none;
    color: #fff;
}

.place-order-layer .close-order-layer {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../img/close.png);
}

.place-order-layer .order-contract-name {
    display: inline-block;
    width: 170px;
    height: 40px;
    margin-right: 30px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #333;
}

.place-order-layer .order-hands {
    width: 170px;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #cccccc;
    text-align: center;
    font-size: 16px;
}

.place-order-layer .order-hands:focus {
    border: solid 1px #0164c1;
}

.place-order-layer .order-price-box {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.place-order-layer .order-price-box span {
    position: relative;
    width: 170px;
    height: 40px;
    margin-right: 30px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    border: solid 1px #cccccc;
    cursor: pointer;
    color: #333333;
}

.place-order-layer .order-price-box span.on {
    background-color: #0164c1;
    border: none;
    color: #fff;

}


.custom-price-main{
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-left: 30px;
}

.custom-price-main i{
    font-style: normal;
    margin-left: 10px;
}

.custom-price-box {
    /* margin-left: 50px; */
    font-size: 16px;
}

.order-custom-price {
    margin-left: 10px;
    width: 170px;
    height: 38px;
    border-radius: 6px;
    border: none;
    /* border: solid 1px #cccccc; */
    text-align: center;
    font-size: 16px;
    outline: 0;
}

.order-custom-price.focus {
    /* border: solid 1px #0164c1; */
}

.order-custom-price:focus {
    /* border: solid 1px #0164c1; */
}

.order-operation-ul {
    display: flex;
    justify-content: space-around;
}

.order-operation-ul li {
    width: 30%;
    height: 40px;
    margin-right: 3%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 22px 5px rgba(36, 106, 135, 0.15);
    cursor: pointer;
}

.order-operation-ul li.open-more {
    background: #ff0000;
}

.order-operation-ul li.open-empty {
    background: #008b00;
}

.order-operation-ul li.clear-position {
    margin-right: 0;
    background-color: #ffffff;
    color: #333;

}

.order-operation-ul li.clear-position.disabled {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}

.place-order-layer .order-position-box {
    position: relative;
}

.place-order-layer .order-position-box .kill-order-question {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url(../img/question.png) no-repeat center;
    cursor: pointer;
}

.kill-order-question-tip {
    display: none;
    padding: 10px;
    position: absolute;
    right: 40px;
    top: 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 22px 5px rgba(36, 106, 135, 0.15);
    font-size: 14px;

}

.place-order-layer .order-position-ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.place-order-layer .order-position-ul li {
    position: relative;
    display: inline-block;
    width: 100px;
    padding: 0 5px;
    margin-right: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #333;
    cursor: pointer;
    transition: all .3s;
}

.place-order-layer .order-position-ul li.on {
    color: #0164c1;
    font-weight: bold;
}

.place-order-layer .order-position-ul li.on::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0164c1;
    border-radius: 4px;
}

.place-order-layer .has-position-header {
    display: flex;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    background-color: #ededed;
}

.place-order-layer .has-position-header span {
    width: 12.5%;
}

.place-order-layer .has-position-header1,
.place-order-layer .has-position-header2,
.place-order-layer .has-position-header3 {
    display: none;
}

.place-order-layer .has-position-header1 span {
    width: 20%;
}

.place-order-layer .has-position-header2 span {
    width: 12.5%;
}

.place-order-layer .has-position-header3 span {
    width: 20%;
}

.place-order-layer #has-position-ul {
    height: 50% !important;
    overflow: hidden;
    overflow-y: auto;
}

.place-order-layer #has-position-ul li {
    display: flex;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dedede;
}

.place-order-layer #has-position-ul li span {
    width: 12.5%;
    font-size: 16px;
    color: #666;
}

.place-order-layer #has-position-ul.has-position-ul1 li span,
.place-order-layer #has-position-ul.has-position-ul3 li span {
    width: 20%;
}

/* 合约标准弹窗 */
.contract-standard-layer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9999;
}

.contract-standard-layer-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    background-color: #ffffff;
    border-radius: 4px;
}

.contract-standard-layer .close-standard-layer {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../img/close.png);
    z-index: 2;
}

.contract-standard-layer p {
    display: flex;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 20px;
    color: #666;
}

.contract-standard-layer p:last-child {
    border-bottom: 0;
    height: auto;
}

.contract-standard-layer p span.sp1 {
    display: inline-block;
    width: 200px;
}

.rank-container {
    display: none;
    padding: 0 35px;
    width: 100%;
    box-sizing: border-box;
}

.rank-container h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.rank-container .rank-tip {
    font-size: 20px;
    color: #010101;
    margin-bottom: 30px;
}

.rank-container .rank-list-header {
    display: flex;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #666666;
    background-color: #ededed;
}

.rank-container .rank-list-ul {
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.rank-container .rank-list-header span.sp1,
.rank-container .rank-list-ul li span.sp1 {
    width: 8%;
}

.rank-container .rank-list-header span.sp2,
.rank-container .rank-list-ul li span.sp2 {
    width: 12%;
}

.rank-container .rank-list-header span.sp3,
.rank-container .rank-list-ul li span.sp3,
.rank-container .rank-list-header span.sp4,
.rank-container .rank-list-ul li span.sp4,
.rank-container .rank-list-header span.sp5,
.rank-container .rank-list-ul li span.sp5,
.rank-container .rank-list-header span.sp6,
.rank-container .rank-list-ul li span.sp6 {
    width: 20%;
}

.rank-container .rank-list-header .sp4{
    position: relative;
}

.rank-container .rank-list-header .sp6{
    position: relative;
}

.rank-container .rank-list-header .rank-list-header-icon{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top:calc(50% - 15px);
    right: 20px;
}

.rank-container .rank-list-header .rank-list-header-icon a{
    display: block;
    height: 15px;
    width: 30px;
    background-image: url(../img/main-login-down-icon.png);
    background-repeat: no-repeat;
    background-size: 13px 10px;
    background-position:center center;
}

.rank-container .rank-list-header .rank-list-header-icon a:first-child{
    /* transform: rotate(180deg); */
    background-position:8px center;
}

.rank-active{
    color:#0164c1;
}

.rank-list-ul li {
    display: flex;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #dedede;
    color: #666666;
    background-color: #f5f5f5;
}

/* 测评报告 */
.evaluation-container {
    display: none;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

.evaluation-container.no-trade-data {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
    line-height: 300px;
}

.evaluation-container h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
}

.transaction-data-main {
    display: flex;
    justify-content: space-between;
}

.transaction-data-main .transaction-line,
.transaction-data-main .transaction-detail {
    width: 45%;
}

.transaction-data-main .transaction-detail {
    display: flex;
    flex-wrap: wrap;
}

.transaction-data-main .transaction-detail li {
    width: 33.33%;
    margin-bottom: 30px;
}

.transaction-data-main .transaction-detail li .p1 {
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.transaction-data-main .transaction-detail li .p2 {
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0496ff;
}

.judgement-main {
    display: flex;
    justify-content: space-between;
}

.judgement-main .my-radar-box,
.judgement-main .analyse {
    width: 45%;
}

.judgement-main .analyse-dec {
    padding: 30px 0;
}

.judgement-main .analyse-dec li {
    margin-bottom: 30px;
}

.judgement-main .analyse-dec p {
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

.judgement-main .analyse-dec p.p1 {
    color: #f89156;
}

.profitloss-main {
    display: flex;
    justify-content: space-between;
}

.profitloss-main .child-profit {
    width: 40%;
}

.profitloss-main .profitloss-tit {
    margin-bottom: 35px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #333;
}

.profitloss-main .progressbox li {
    display: flex;
    margin-bottom: 50px;
}

.profitloss-main .progressbox li .kinds {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 20px;
}

.profitloss-main .progressbox li .progressbarline {
    flex-grow: 1;
}

.profitloss-main .progressbox li .nums {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    text-align: left;
    text-indent: 0.5em;
    color: #333;
    font-size: 20px;
}

#mypie1 {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.indicators-box {
    display: none;
}

.indicators-box div {
    float: left;
    width: 60px;
    text-align: center;
    line-height: 24px;
    margin-right: 15px;
    background: #eeeeee;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.indicators-box div.on {
    background: #02cdfb;
    color: #fff;
}

/* 实训报告 */
.training-report-container {
    display: none;
    padding: 15px 30px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

.training-report-container .no-set-report {
    display: none;
}

.training-report-container .had-set-report {
    display: none;
}

.training-report-container .layui-btn {
    background-color: #0164c1;
}

.training-report-container .training-report-tip,
.training-report-container .report-name-item {
    margin: 10px 0;
}

.save-report-btn {
    float: right;
    margin: 20px 0;
}

.set-report-end-time {
    line-height: 36px;
    color: #ff0000;
}

.no-set-report-tip {
    font-size: 24px;
    font-weight: 600;
    color: rgb(119, 116, 116);
    text-align: center;

}

#addUploadReport {
    margin: 15px 0;
}

.enter-place-order {
    float: right;
    padding-left: 40px;
    /* margin-right: 50px; */
    width: 85px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #268ae7;
    cursor: pointer;
    background: url(../img/place-order.png) left center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.enter-place-order2 {
    width: 140px;
}

/* 20210408 修改 下单弹窗 */
.order-hands-main{
    width: 180px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}
.order-hands-main i{
    font-style: normal;
    font-size: 16px;
    padding-left: 10px;
    color: #333;
}
.order-hands-main .order-hands{
    height: 38px !important;
    line-height: 38px !important;
    border: none !important;
    outline: 0 !important;
}


.place-order-layer .order-price-box span,
.place-order-layer .order-hands,
.order-custom-price {
    width: 120px;
}

.right-box-info {
    display: flex;
}

.info-div span {
    display: inline-block;
    width: 120px;
    font-size: 14px;
}

.info-div span.qty-sp {
    width: 80px;
}

.info-div span {
    color: #666;
}

.info-div span em {
    font-style: normal;
    color: #333;
}

.place-order-layer .order-contract-name {
    width: auto;
    margin-right: 15px;
}

.info-limitup-price {
    color: #ec0000;
}

.info-limitdown-price {
    color: #00da3c;
}

.order-hands::-webkit-input-placeholder,
.order-custom-price::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-size: 16px;
}

.order-hands::-moz-placeholder,
.order-custom-price::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 16px;
}

.order-hands:-ms-input-placeholder,
.order-custom-price:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 16px;
}
.minute-line-container .enter-fund-ul li{
    width: 130px;
}
.minute-line-container .enter-fund-ul li p{
    text-align: left;
}
.this-limitup-price {
    color: #ec0000;
}

.this-limitdown-price {
    color: #00da3c;
}
.minute-line-container .fund-div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.minute-line-container .enter-fund-ul em{
    font-style: normal;
}

/* //交易记录 */
.train-info{
    height: 40px;
    line-height: 40px;
}

.transaction-list{
    float: right;
    background-color: #0164c1;
    font-size: 16px;
    border-radius: 4px;
    color: #fff !important;
    padding: 0 10px;
    cursor: pointer;
}

#transactiondemo + div.layui-table-view{
    /* margin: 10px 20px; */
}
#transactiondemo + div .layui-table-body{
    /* overflow: hidden !important; */
}
#transactiondemo + div.layui-table-view .layui-table-page .layui-laypage-curr .layui-laypage-em{
    background-color: #0164c1;
}
#layer55{
    width: 100%;
}

#layer55 .layui-table-view{
    width: 95%;
    margin: 20px auto;
}

.event-instruction-date .layui-laydate-static{
    width: 100% !important;
}

.event-instruction-date .layui-laydate-static .layui-laydate-main{
    width: 100% !important;
}

.event-instruction-date .layui-laydate-static .layui-laydate-main .layui-laydate-content table{
    width: 100% !important;
}

.event-instruction-date .layui-laydate-static .layui-laydate-main .layui-laydate-content table tbody tr{
    height: 60px !important;
}
.event-instruction-date .laydate-prev-y{
    display: none !important;
}
.event-instruction-date .laydate-next-y{
    display: none !important;
}

.event-instruction-date .layui-laydate .layui-this{
    /* background-color: #0164c1 !important; */
    background-color: unset !important;
    color: #777 !important;
}
.event-instruction-date .layui-laydate .layui-this, .event-instruction-date .layui-laydate .layui-this>div{
    /* background-color: #0164c1 !important; */
    background-color: unset !important;
    color: #777 !important;
}

.event-instruction-date .layui-laydate-content td>div:hover, .event-instruction-date .layui-laydate-list li:hover, .event-instruction-date .layui-laydate-shortcut>li:hover {
    background-color: unset !important;
    color: #777 !important;
}

.event-instruction-date .layui-laydate-content .yjy:hover{
    color:  #0164c1 !important;
}

.event-instruction-date-text{
    font-size: 20px;
    color:#0164c1 !important;
    margin-bottom: 20px;
}

.event-instruction-date .layui-laydate-header i:hover, .event-instruction-date .layui-laydate-header span:hover{
    color: #0164c1 !important;
}

#layui-laydate1 .layui-laydate .layui-this, .layui-laydate .layui-this>div{
    background-color: #0164c1 !important;
}

.layui-input:focus, .layui-textarea:focus{
    border-color: #0164c1 !important;
}

.liyou-textarea{
    display: flex;
}
.liyou-textarea-text{
    /* width: 80px; */
    /* text-align: right; */
    font-size: 16px;
    /* padding-left: 10px; */
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    margin-right: 10px;
    color: #0164c1;
}
.liyou-textarea-body{
    flex: 1;
}
.liyou-textarea textarea{
    width: 600px;
    height: 60px;
    padding: 10px;
    margin-bottom: 10px;
    outline: none;
    border: 1px solid #ccc ;
    border-radius: 6px;
    color: #666;
    resize: none;
}