html,body {
    height: 100%
}
.layui-layer-hui .layui-layer-content {
    padding: 24px 32px!important
}

.layui-layer-dialog .layui-layer-content {
    font-size: 36px!important;
    line-height: 40px!important
}

* {
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic";
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent
}

.center {
    text-align: center
}



.barbox div.barline div.charts {
    background: #5578d0;
    border-radius: 100px;
    overflow: hidden;
    height: 22px
}




.Land_li_input input {
    border-radius: 24px;
    text-align: center;
    width: 560px;
    height: 91px;
    font-size: 40px
}



.main {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    position: relative;
    background-color: #000330;
    min-height: 4000px;
    padding-bottom: 240px
}

.content {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%
}

.head {
    width: 750px;
    height: 908px;
    margin: 0 auto
}

.onlineBlock {
    position: relative;
    top: 397px;
    left: 0;
    color: #fff;
    font-size: 24px;
    z-index: 3
}

.onlineBlock_yellow {
    color: #f9eb0f
}

.zd_btn {
    position: relative;
    color: #f3fc03;
    z-index: 3;
    margin: 0 auto
}

.zd_btn i {
    display: inline-block;
    width: 50px;
    height: 50px;
    /*background: url(../image/line.png) no-repeat center center/100% 100%;*/
    vertical-align: middle
}

.btns {
    width: 501px;
    height: 169px;
    line-height: 169px;
    font-size: 28px;
    cursor: pointer;
    background: url(../image/zdicon.png) no-repeat;
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite
}

.piaces {
    width: 690px;
    height: 528px;
    margin: 60px auto 0;
    padding-top: 137px;
    background: url(../image/pbg.jpg) no-repeat
}

.piaces_num {
    display: block;
    font-size: 25px;
    color: #fff;
    text-align: center
}

.rise_list {
    width: 630px;
    height: 417px;
    margin: 16px auto 0;
    list-style: none
}

.rise_list li {
    float: left;
    width: 299px;
    height: 197px;
    margin-bottom: 19px;
    border: 1px solid #035fbf
}

.rise_list li div {
    width: 100%;
    padding: 22px 0;
    line-height: 30px;
    background: #035fbf;
    color: #fff;
    font-size: 28px;
    text-align: center
}

.rise_list li p {
    width: 189px;
    height: 59px;
    line-height: 59px;
    background: #f9eb0f;
    color: #081853;
    font-size: 22px;
    font-weight: 700;
    margin: 19px auto 0;
    text-align: center;
    cursor: pointer;
    border-radius: 23px
}

.rise_list .li_w {
    margin-right: 27px
}



.zf_team img {
    display: block;
    margin: 0 auto
}



.KeepRecord img {
    width: 20px;
    height: 20px
}

.KeepRecord a {
    color: #fff;
    font-size: 20px
}



.stocktable td {
    font-size: 26px;
    color: #fff;
    width: 126px;
    height: 87px;
    text-align: center;
    border-bottom: 1px solid #2e3b6d
}
.tableCon2 table {
    width: 100%;
    text-align: center
}

.tableCon_head th {
    width: 144px;
    background-color: #035fbf;
    height: 70px;
    color: #fff;
    border-right: 1px solid #fff
}

.tableCon_head th:last-child {
    border-right: none
}


.tableCon2 .tableList2 td {
    width: 144px;
    height: 70px;
    color: #fff;
    border-bottom: 1px solid #2e3b6d
}

.animated_02 {
    animation: pulse2 1.2s linear infinite;
    -webkit-animation: pulse2 1.2s linear infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.diagnosis {
    width: 750px;
    height: 464px;
    background: url(../image/dsis.jpg?1) no-repeat;
    position: absolute;
    top: 106px;
    left: 0;
    z-index: 2
}


.diagnosis_bg {
    width: 750px;
    height: 875px;
    padding-top: 33px;
    position: relative;
    z-index: 3
}

.diagnosis_name {
    position: relative;
    z-index: 3
}

.diagnosis_bg h2 {
    color: #fff;
    font-size: 42px;
    text-align: center
}

.diagnosis_bg .h_title {
    width: 575px;
    height: 53px;
    line-height: 53px;
    font-size: 40px;
    color: #fffc00;
    margin: 16px auto 0;

    text-align: center
}

.diagnosis_box {
    width: 192px;
    height: 192px;
    margin: 139px auto 0;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.scanning {
    width: 190px;
    height: 94px;
    background: url(../image/sing.png) no-repeat;
    position: absolute;
    top: -94px;
    -webkit-animation: downLight 4s infinite ease-in-out none;
    animation: downLight 4s infinite ease-in-out none
}

@-webkit-keyframes downLight {
    from {
        top: -94px
    }

    to {
        top: 130px
    }
}

@keyframes downLight {
    from {
        top: -94px
    }

    to {
        top: 130px
    }
}

.cinfo {
    width: 695px;
    height: 520px;
    padding-top: 370px;
    margin: 17px auto 0;
    background: url(../image/cinfo.png?12) no-repeat
}

.rose_btn {
    width: 411px;
    height: 97px;
    line-height: 97px;
    margin: 17px auto 0;
    color: #fff;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    background: url(../image/rose_btn.png?14) no-repeat;
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite
}


.tr_list {
    width: 568px;
    height: 204px;
    margin: 140px auto 0;
    list-style: none
}

.tr_list li {
    width: 152px;
    height: 204px;
    float: left;
    cursor: pointer
}

.trend_li2 {
    margin: 0 54px
}

.rose_cycle .sharesList .tdFrist {
    width: 274px;
    border-right: 1px solid #e7e6e6
}

.rose_cycle .sharesList .tdLast {
    width: 302px;
    border-right: 1px solid #e7e6e6
}


.rose_cycle {
    width: 750px
}

.rose_cycle .tableCon {
    width: 720px;
    height: 338px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fddbaa
}

.rose_cycle .sharesList {
    width: 720px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.rose_cycle .sharesList td {
    text-align: center;
    color: #444;
    height: 65px;
    line-height: 65px;
    font-size: 26px
}

.rose_cycle .sharesList .red {
    color: #f33d3f
}

.rose_cycle .sharesList .green {
    color: #199c07
}

.plContent {
    width: 690px;
    padding-top: 140px;
    margin: 30px auto 0;
    background: url(../image/pl_bg.png) no-repeat
}

.plList_box {
    width: 718px;
    height: 448px;
    list-style: none;
    overflow: hidden
}

.list-box {
    list-style: none;
    -webkit-transition: all .6s;
    transition: all .6s
}

.list-box li {
    width: 653px;
    height: 125px;
    padding-top: 24px;
    list-style: none;
    margin-left: 23px;
    border-bottom: 1px solid #394675
}

.list-box li p {
    line-height: 2;
    font-size: 28px;
    color: #fff
}

.list-box li p span {
    font-size: 29px;
    color: #d98000
}

.list-box li p .red {
    color: #ff0d10
}

.list-box li p .plTime {
    color: #999;
    font-size: 24px
}



.alone_stock {
    width: 691px;
    height: 376px;
    margin: 20px auto 0
}

.alone_box {
    width: 691px;
    height: 360px;
    padding-top: 16px;

    overflow: hidden
}

.alone_box ul {
    list-style: none
}

.alone_list {
    width: 690px;
    -webkit-transition: all .6s;
    transition: all .6s
}

.alone_box li {
    height: 70px;
    line-height: 70px;
    color: #666;
    font-size: 26px;
    padding-left: 80px;
    background: url(../image/user.png) no-repeat 18px center
}

.alone_box li span {
    color: #ea0101
}

.zd_btn3 {
    width: 538px;
    height: 103px;
    line-height: 94px;
    font-size: 32px;
    cursor: pointer;
    color: #fced03;
    background: url(../image/alone_btn.png) no-repeat;
    margin: 30px auto;
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite
}

.zd_btn3 i {
    display: inline-block;
    width: 50px;
    height: 50px;

    vertical-align: middle
}

.input_text {
    display: block;
    width: 538px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    background: #eee;
    outline: 0;
    font-size: 33px;
    margin: 46px auto 0;
    border: 1px solid #ababab;
    border-radius: 10px
}

.plContent_input_text {
    width: 538px;
    height: 94px;
    margin: 0 auto
}


.diagnosis_red {
    color: #ff3131
}

.diagnosis_green {
    color: #12fd06
}

.zd_input {
    position: relative;
    display: block;
    width: 482px;
    height: 96px;
    line-height: 96px;
    font-size: 32px;
    text-align: center;
    margin: 423px auto 0;
    background-color: #fff;
    z-index: 3;
    border: 1px solid #90e5f8
}

.head_ipt_box {
    width: 482px;
    height: 96px;
    margin: 0 auto
}

.rose_input {
    display: block;
    width: 398px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #10c6ee;
    border-radius: 10px
}

.rose_cycle_input {
    width: 398px;
    height: 80px;
    margin: 0 auto
}



.personnel_info li {
    width: 557px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #666
}

.personnel_info li .gules {
    color: #cb0707
}



.loadBox2 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,.8);
    display: none
}

.loadBox2 .load_title2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 684px;
    height: 540px;
    color: #6c5051;
    margin: -260px auto auto -342px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    background: url(../image/loadBox21.png) no-repeat
}

.loadBox2 .loadCode,.loadBox2 .loadName {
    color: #ec3c3e
}



.loadBox2_txt {
    margin-top: 62px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    text-align: center;
    color: #773c13
}

.loadBox2_time {
    width: 465px;
    height: 112px;
    padding: 36px 0 0 127px;
    margin: 62px auto 0;
    background: url(../image/loadBoxBtn.png) no-repeat
}

.loadBox2_time_txt {
    width: 425px;
    height: 73px;
    float: left
}

.loadBox2_time_txt p:nth-child(1) {
    height: 36px;
    line-height: 36px;
    font-size: 32px;
    color: red
}

.loadBox2_time_txt p:nth-child(2) {
    height: 30px;
    line-height: 30px;
    color: #8a4817;
    font-size: 30px;
    margin-top: 9px
}


.loadBox2_time_meter i {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 67px;

    animation: xz 3s linear infinite;
    -webkit-animation: xz 3s linear infinite
}

@keyframes xz {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes xz {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.loadBox2_time_meter p {
    width: 63px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    font-size: 32px;
    color: #a3531c
}

.load_discuss2_border {
    width: 550px;
    margin: 20px auto auto 46px;
    font-size: 24px;
    color: #4d515d
}

.loading {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
    color: #4d515d;
    display: flex;
    align-items: center;
    justify-content: center
}

.load_discuss2 {
    position: relative;
    width: 550px;
    height: 28px;
    overflow: hidden
}

.loadBox2 .load_discuss2 p {
    height: 28px;
    line-height: 28px;
    letter-spacing: 1px
}

.load_bod2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 684px;
    height: 540px;
    overflow: hidden
}

.load_title2 .acon {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    height: 7px;
    background: -webkit-linear-gradient(#ffc158,#fe790d);
    background: linear-gradient(to right,#ffc158,#fe790d);
    border-radius: 50%
}

.no_number {
    font-size: 30px;
    font-weight: 700
}

.promise .cName {
    font-size: 30px;
    margin: 0
}

.banner-box {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 750px;
    height: 193px;
    margin-left: -375px;
    background: -webkit-linear-gradient(to bottom,#f9a121,#ff4102);
    background: linear-gradient(to bottom,#f9a121,#ff4102);
    z-index: 8;
    display: none
}

.banner-box h2 {
    height: 79px;
    line-height: 79px;
    font-size: 34px;
    color: #7c3922;
    text-align: center;
    margin: 0 auto
}

.btninfo {
    width: 666px;
    height: 95px;
    margin: 0 auto;
    background: url(../image/bninfo.png) no-repeat center center/100% 100%
}

.banner_ipt {
    display: block;
    width: 340px;
    height: 95px;
    line-height: 95px;
    padding-left: 70px;
    font-size: 30px;
    color: #333;
    text-align: left;
    background: 0 0;
    border: none;
    outline: 0;
    float: left
}

.banner_ipt::-webkit-input-placeholder {
    color: #777576
}

.bn_btn {
    display: block;
    width: 250px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 36px;
    color: #7c3922;
    font-weight: 700;
    background: 0 0;
    border: none;
    outline: 0;
    float: left
}

.error {
    padding: 20px 30px;
    width: 620px;
    color: #fff;
    /*background: rgba(0, 0, 0, 0.5);*/
    background: #000;
    position: fixed;
    bottom: 50%;
    left: 50%;
    margin: 0 auto;
    z-index: 100000;
    font-size: 25px;
    transform: translateX(-50%);
    display: none;
    text-align: center;
}

#instr span,#instr1 span,#instr2 span,#instr3 span {
    font-size: 30px;
}

tr td {
    font-size: 27px
}

.bnbg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.7);
}
.copy-right{
    margin-top:20px;
    width: 100%;
    color:#999;
    font-size:24px;
    text-align: center;
}