body {
    margin:0 auto;
    /*position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    height: unset;
    background-size: cover;
}
html {
    height: unset;
}
.background{
    background: url("../images/backTop.png") center top no-repeat
    ,url("../images/backBottom.png") center bottom no-repeat  !important;
}
#search-key {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: unset;
}

#titleImg {
    width: 100%;
    height: 200px
}

#search-key .search {
    padding-left: 50px;
}

.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 50px;
    padding: 1em 0em;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}

.ui.vertical.stripe h3 {
    font-size: 2em;
}

.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}

.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 1em 0em;
    color: #0e8c8c !important;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 350px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

@media only screen {
    .ui.container {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.ui.divided.items {
    width: 49.9%;
    padding: 2rem 8rem;
    display: inline-block;
    margin: 0;
}

#list-container {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ui.fluid.image {
    width: 20%;
}

.gird-header {
    margin-bottom: 4px !important;
}

#article, #tradingDynamic {
    width: 100%;
    height: 580px;
    background-color: white;
    margin: 0;
    padding: 0;
}

#articleContent, #tradingDynamicContent {
    width: 1200px;
    margin: 0 auto;
}

#articleLeft, #tradingDynamicLeft {
    width: 45%;
    float: left;
}

#articleRight, #tradingDynamicRight {
    width: 45%;
    float: right;
}

.title {
    font-size: 16px;
    color: #333333;
    padding-bottom: 11px;
    /*border-bottom: #ededed solid 3px;*/
    margin-bottom: 30px;
    padding-top: 65px;
}

.title_a {
    width: auto;
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: #00b2cd solid 3px;
}

.title span {
    color: #cdd0e2;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
    font-family: "Adobe 黑体 Std R";
}

.fr {
    float: right;
    color: #00B5AD;
}

.title a, a:hover {
    text-decoration: none !important;
    outline: none;
}

#article .list, #tradingDynamic .list {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-left: 0px;
}

#article .list li, #tradingDynamic .list li {
    background: url(../images/dian.png) no-repeat top 25px left 0px;
    border-bottom: 1px solid #cccccc;
    height: 55px;
    line-height: 55px;
    list-style-type: none;
}

#article .list li a, #tradingDynamic .list li a {
    width: 70%;
    font-size: 14px;
    line-height: 55px;
    margin-left: 15px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.permitTrade .list, .transferTrade .list, .policy .list, .dynamic .list {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-left: 0px;
}

.permitTrade .list li, .transferTrade .list li, .policy .list li, .dynamic .list li {
    background: url(../images/dian.png) no-repeat top 15px left 0px;
    border-bottom: 1px solid #cccccc;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
}

.permitTrade .list li a, .transferTrade .list li a, .policy .list li a, .dynamic .list li a {
    width: 70%;
    font-size: 14px;
    line-height: 36px;
    margin-left: 15px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

#article .list li span, #tradingDynamic .list li span {
    color: #b3b4b6;
    font-size: 14px;
    line-height: 55px;
    float: right;
    font-style: normal;
    font-family: Microsoft YaHei;
}

.ui.three.cards .image {
    width: 100% !important;
    height: 238px !important;
}

.ui.three.cards .card {
    margin: 2em 3em !important;
    width: calc(33.33333333% - 6em);
}

/*.ui.four.cards image{*/
/*    width: 375px;*/
/*    height: 312px;*/
/*}*/
.indexContent img {
    width: 100% !important;
    height: 238px !important;
}

.indexContent .extra {
    padding-top: 0 !important;
}

.ui .button {
    font-size: 0.7rem;
}

.indexContent .header {
    font-size: 14px;
    color: black;
    line-height: 50px;
    font-weight: 700;
}

body {
    /*min-width: 1916px;*/
    overflow-x: auto !important;
}

.contentHtml {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 270px;
}
.contentFrame{
    width: 1400px;
    margin: 0 auto;
    /*display: inline-block;*/
    /*margin-left: 245px;*/
}

.contentCenter {
    width: 100%;
}
.tabItem{
    width: calc(12.5% - 0.5em);
    font-size: 1.25rem !important;
    text-align: center;
    border-left: 2px solid rgb(255 255 255 / 30%) !important;
}
.tabItem:first-child{
    border-left: none;
}
.tabItem .m-item{
    color: white !important;
    font-weight: 500;
}
.contentTop{
    background-color: #0c318a;
}
.contentLeft{
    width: 65%;
    float: left;
}
.contentRight{
    width: 30%;
    float:  right;
}

.contentBottom {
    width: 100%;
    margin-top: 50px;
}

.contentHtml .title {
    padding-top: 20px;
}

.contentRight .title {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.shortCut {
    display: block;
    height: 500px;
}

.permitContent, .transferContent {
    height: 500px;
    display: block;
}

.permitTrade, .transferTrade {
    height: 250px;
    display: block;
}

.permitList, .transferList {
    padding: 10px 20px;
    border: 1px solid #e5e5e5 !important;
}

.permitList table, .transferList table {
    font-size: 15px;
}

.permitList table a, .transferList table a {

}

.permitList table thead th, .transferList table thead th {
    background: white !important;
}

/*#footer{*/
/*    display: block;*/
/*}*/
@-webkit-keyframes pendingOut {
    0% {
        height: 250px;
    }

    100% {
        height: 0;
    }
}

@-webkit-keyframes pendingIn {

    0% {
        height: 0;
    }

    100% {
        height: 250px;
    }
}

.shortCutTitle div {
    height: 80px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    color: white;
}
.shortCutTitle p{
    font-size: 1.5rem;
}
.index-button{
    width: 79px;
    background-color: #e0e8f78a!important;
    color: #05287A;
    height: 32px;
    background-repeat: no-repeat;
    background-position-y: 5px;
    background-position-x: 10px;
}

.side_bar{
    display: inline-block;
    width: 100px;
}

.side_tool_shrink{
    background:  url('../images/index/left.png') 5px 80px no-repeat,url('../images/index/side_bar.png') no-repeat !important;
    height: 173px;
    width: 20px;
    float: left;
    position: fixed;
    top: 40%;
    left: 230px;
    display: block;
}

.side_tool_open{
    background:  url('../images/index/right.png') 5px 80px no-repeat,url('../images/index/side_bar.png') no-repeat !important;
    height: 173px;
    width: 20px;
    float: left;
    position: fixed;
    top: 40%;
    left: 0px;
    display: block;
}

.hide{
    display: none;
}

.big_box{
    display: inline-block;
    float: left;
    position: fixed;

}
.left_daohang{
    width: 230px;
    min-height: 600px;
    background-color: #0C318A;
    overflow: auto;
}
.big_box_1{
    display: inline-block;
    position: fixed;
    right: 0;
}
.right_todo{
    width: 230px;
    min-height: 300px;
    background-color: #0C318A;
    overflow: auto;
}
.item1{
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.item1:hover{
    background-color: #15305a;
}
.item1_text{
    font-size: 17px;
    font-weight: 550;
    width: 100px;
    color: white;
    overflow: hidden;/*超出隐藏*/
    text-overflow: ellipsis;/*省略号*/
    white-space: nowrap;/*设置文本不换行*/
}
.item1_img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: auto 20px;
}
.item1_img1{
    background: url('../images/index/setting.png') no-repeat center;
    background-size: 100% 100%;
}
.item1_img2{
    background: url('../images/index/cart.png') no-repeat center;
    background-size: 100% 100%;
}
.item1_img3{
    background: url('../images/index/undo.png') no-repeat center;
    background-size: 100% 100%;
}
.item1_img4{
    background: url('../images/index/assets.png') no-repeat center;
    background-size: 100% 100%;
}
.item1_img5{
    background: url('../images/index/comment.png') no-repeat center;
    background-size: 100% 100%;
}
.you{width: 8px;
    height: 8px;
    float: right;
    background: url('../images/index/right.png') no-repeat center;
    background-size: 100% 100%;
}
.item1_item2{
    cursor: pointer;
    display: none;
}
.item2{
    height: 40px;
    line-height: 40px;
    background-color: #0B2B78;
}
.item2:hover{
    background-color: #15305a;
}
.item2_text{
    font-size: 16px;
    color: white;
    display: block;
    /*margin-left: 25%;*/
}

.item2_text >a{
    padding-left: 40%;
}

.item2_text_line{
    padding-left: 5%;
}

.item2_text_font{
    padding-left: 11%;
}

.item2_current{
    background-color: #15305a;
}
body.pushable{
    background: #FFFFFF!important;
}