﻿.main {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.wrap{
    width:1200px;
    margin:0 auto;
}
.about{
    width: 1080px!important;
}
.leftsideber {
    background-color: #00152a;
    width: 200px;
}

.content_right {
    background-color: #ffffff;
    float: right;
    width:990px;
    padding:0 10px;
    overflow: hidden;
}
.crumbs-link{
    height: 40px;
    line-height: 40px;
    font-size:14px;
}

.crumbs-link a {
    color: #666666;
}
.crumbs-link span{color:#00489d;cursor: pointer;}

.crumbs-link a:hover {
    color: #1791ff;
}

.crumbs-link i {
    vertical-align: middle;
}
.content_right h5,.content h5 {
    margin: 0;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color:#00489d;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 3px solid #00489d;
    margin:5px 0 10px;
}

.content_right h5 input {
    margin-left: 5px;
}

.aligning {
    vertical-align: middle;
}

.aptitude,
.aptitude-2 {
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.aptitude dl,
.aptitude-2 dl {
    margin: 0 10px 10px;
    padding: 0;
    width: 60%;
    float: left;
}

.aptitude dt,
.aptitude-2 dt {
    float: left;
    text-align: center;
    margin-right: 15px;
}

.aptitude dd,
.aptitude-2 dd {
    padding: 5px 0;
}

.aptitude dd label {
    display: inline-block;
    min-width: 100px;
}

.aptitude dl:nth-child(even) label {
    display: inline-block;
    min-width: 140px;
}

.aptitude-2 dd label {
    width: 150px;
    display: inline-block;
}

.aptitude .img,
.aptitude-2 .img {
    width: 150px;
    padding: 20px 0;
    border: 1px solid #b9b9b9;
}

.checkBox label {
    display: inline-block;
    width: 120px;
    margin: 10px 10px 0 0;
;
}

.logo {
    text-align: center;
    padding: 10px 0;
    background-color: #002140;
}

.logo img {
    display: inline-block;
    width: 180px;
}

.interior-staff {
    flex: 1px;
}

.interior {
    display: flex;
    justify-content: flex-start;
}
.p-nav-tabs-posi{
    position: relative;
    margin:10px 0;
}
.p-nav-tabs-posi .export{
    position: absolute;
    right:10px;
    top:-2px;
}
.register-form{
    overflow: hidden;
}
.register-form p{
    line-height:24px;
}
.green{
    color:green;
}
.cookies{
    float: left;
    line-height:26px;
}
.cookies i{
    vertical-align: middle;
}
.cookies a{
    color:#333333;
}
.cookies a:hover{
    color:#1986c0;
}
.search-crumbs{
    border-bottom:1px solid #f1f2f6;
    overflow: hidden;
}
.information-box{
    overflow: hidden;
    margin-top:10px;
}
.information-tit{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.information-tit label{
    display: inline-block;
    font-size: 18px;
    line-height:40px;
    text-align: center;
}
.information-tit .headline{
    width: 550px;
}
.information-tit .tit-type{
    width: 300px;
}
.information-tit .tit-time{
    width: 150px;
}
.information-list{
    border-top: 1px solid #f1f2f6;
    background-color: #fff;
    /*padding: 0 20px;*/
}
.information-list li{
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
}

.information-list li label{
    /*display: inline-block;*/
    width:520px;
   /* padding-left:30px;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    font-weight: bolder;
    font-size: 18px;
}
.information-list .issue-time{
    width:150px;
    text-align: center;
    color: #6b6b66;
}
.information-list label:hover{
    color:#1986c0;
}
.information-list .stick-top{
    position: absolute;
    top:3px;
    left:-19px;
    width:70px;
    height:20px;
    text-align: center;
    line-height:20px;
    color:#ffffff;
    background-color:#3399ff;
    transform: rotate(-45deg);
}
.article{
    overflow: hidden;
    margin-top:20px;
}
.article h1{
    font-size:18px;
    line-height:40px;
    text-align: center;
}
.article .icon-time{
    line-height:26px;
    color:#999999;
    text-align: right;
    border-bottom:1px solid #f1f2f6;
}
.article .icon-time span{
    margin-left:20px;
}
.article-content p{
    text-indent: 2rem;
    margin-top:15px;
    font-size:14px;
    line-height:26px;
}
.article-content .finish{
    text-align: right;
}
.article-content .finish span{
    display: inline-block;
    text-align: center;
    line-height:26px;
    font-size:14px;
    width:300px;
}
.article-content .article-img{
    text-align: center;
    margin-top:10px;
}
.input-search input{
    width:200px;
}
.help-leftnav{
    width:200px;
}
.help-leftnav label,.help-leftnav a{
    display: block;
    font-size:18px;
    text-align: center;
    line-height: 40px;
    width:200px;
}
.help-leftnav label{
    background-color:#0e509a;
    color:#ffffff;
}
.help-leftnav a{
    background-color:#e4e4e4;
    color:#333333;
    border-bottom:1px solid #ffffff;
}
.help-leftnav a:hover,.help-leftnav a.active{
    background-color:#ffffff;
    color:#333333;
}
.help-right{
    flex: 1;
    border:1px solid #f1f2f6;
    margin-left:10px;
}
.faq-serch{
    border-bottom:5px solid #0a529c;
    overflow: hidden;
    padding:8px 10px;
}
.fr-search{
    float: right;
    margin-top:1px;
}
.problem_box h2{
    color:#1986c0;
    font-size:18px;
    line-height:40px;
    font-weight: normal;
    background-color:#f1f1f1;
    cursor: pointer;
    padding:0 20px;
}
.problem_box h2 i{
    float: right;
    font-size:20px;
    font-weight: bold;
}
.problem_box h2 span{
    display: inline-block;
    width:6px;
    height:6px;
    border-radius: 50%;
    background-color:#1986c0;
    vertical-align: middle;
    margin-right:15px;
}
.problem_box .answer{
    line-height:26px;
    margin:10px 0;
    padding-left:40px;
}


/* 寬度 */

.w80 {
    width: 80px;
}

.w120 {
    width: 120px;
}


/* subnav */

.subnav {
    width: 120px;
    margin-right: 5px;
    border-right: 1px solid #c4ebfe;
}


/* 步驟條 */

.p-steps {
    margin: 35px 0 20px 0;
}




/* 下拉菜單 */

.tree {
    margin: 10px 8px;
    overflow: hidden;
}


/*隱藏input*/

.tree input {
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 1em;
    width: 1em;
    top: 0;
}


/*所有菜單項設置統一樣式*/

.tree li {
    position: relative;
    list-style: none;
}


/*一級菜單加下邊線*/

.tree>li {
    border-bottom: 1px solid #d9d9d9;
}


/*清除所有展開的子菜單的display*/

.tree input+ul {
    display: none;
}


/*當input被選中時，給所有展開的子菜單設置樣式*/

.tree input:checked+ul {
    padding-left: 14px;
    height: auto;
    display: block;
}

.tree input:checked+ul>li {
    height: auto;
}


/*末層菜單爲A標簽，設置樣式*/

.tree li.file a {
    padding: 10px 0 0 8px;
    text-decoration: none;
    display: block;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree li.file a:hover,
li.file a:focus {
    background-color: #a7a7a7;
    color: #fff;
}


/*不同層級的菜單字體大小不同*/

.tree .folderOne {
    font-size: 16px;
}

.tree .folderTwo {
    font-size: 14px;
}

.tree .folderThree {
    font-size: 14px;
}


/* mt-tree 樹型菜單 */
.tree_wrapper{
    padding-left:50px;
    border-top:1px solid #c4ebfe;
}
.mt-tree {
    padding: 10px 0;
    font-size: 14px;
}
.mt-tree .mt-tree-menu {
    /*display: none;*/
    padding-left: 18px;
}
.mt-tree .mt-tree-menu .mt-tree-list {
    white-space: nowrap;
    line-height: 24px;
}
.mt-tree .mt-tree-menu .mt-tree-list > .mt-tree-tit {
    display: block;
    position: relative;
    padding-left: 12px;
    color: #4d4d4d;
    white-space: nowrap;
}
.mt-tree .mt-tree-menu .mt-tree-list > .mt-tree-tit > i.iconfont {
    vertical-align: top;
}
.mt-tree .mt-tree-menu .mt-tree-list > .mt-tree-tit .mt-tree-arrow {
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -4px;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #666666;
    border-bottom: 5px solid transparent;
}
.mt-tree .mt-tree-menu .mt-tree-list > .mt-tree-tit .mt-tree-arrow+.mt-tree-check {
    margin-left: 5px;
}
.mt-tree .mt-tree-menu .mt-tree-list.mt-tree-leaf > .mt-tree-tit .mt-tree-arrow {
    display: none;
}
.mt-tree .mt-tree-menu .mt-tree-list.active > .mt-tree-tit .mt-tree-arrow{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #666666;
    border-right: 5px solid transparent;
}
.mt-tree .mt-tree-menu:first-child {
    display: block;
    padding-left: 10px;
}
.mt-tree .mt-tree-menu:first-child > .mt-tree-list > .mt-tree-tit {
    font-weight: bold;
}
.mt-tree-lined .mt-tree-menu{
    margin-bottom: 20px;
    padding: 0;
}
.mt-tree-lined .mt-tree-menu li{
    position: relative;
    overflow: hidden;
    padding-left: 20px;
}
.mt-tree-lined>.mt-tree-menu>.mt-tree-list .mt-tree-list.active{
    background-image: url("https://static.e-whchem.com/public/xQuery/images/base/line_icon.gif");
    background-repeat: repeat-y;
    background-position: 4px 2px;
    display: block;
}
.mt-tree-lined>.mt-tree-menu>.mt-tree-list .mt-tree-list.active:first-of-type:after{
    content: '';
    position: absolute;
    background: #fff;
    left: 11px;
    width: 3px;
    height: 12px;
}
.mt-tree-lined>.mt-tree-menu>.mt-tree-list .mt-tree-list.active:last-of-type{
    background: none;
}
.mt-tree-lined>.mt-tree-menu>.mt-tree-list .mt-tree-list.active .mt-tree-tit:before{
    content: '';
    position: absolute;
    left: -8px;
    top: 12px;
    width: 30px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://static.e-whchem.com/public/xQuery/images/base/tree.gif);
    background-repeat: no-repeat;
}
.mt-tree-lined>.mt-tree-menu>.mt-tree-list .mt-tree-list.active:first-of-type>.mt-tree-tit:before,
.mt-tree-lined>.mt-tree-menu>.mt-tree-list .mt-tree-list.active>.mt-tree-tit:before{
    height: 1px;
}
.mt-tree-lined>.mt-tree-menu>.mt-tree-list .mt-tree-list.active:last-of-type>.mt-tree-tit:before{
    background-position: 0 -51px;
    top: 0;
    height: 31px
}

/* ui-switch-btn-s */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

.slider.round:before {
    border-radius: 50%;
}



/* 交易大廳 */
.tab_title{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #e5e5e4;
}
.tab_title li{
    float: left;
    min-width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #e5e5e4;
    cursor: pointer;
}
.tab_title li.current>span{
    padding: 0 20px;
    height: 35px;
    display: inline-block;
    border-radius: 17px;
    background-color: #1986c0;
    color: #fff;
}
.content h1{
    color:#333333;
}
.tit-tabs td{
    background-color:#0a529c;
    border:0 !important;
    color:#ffffff;
    line-height:26px;
}
.tabs-way{
    overflow: hidden;
    line-height:26px;
}
.tabs-way dt{
    float: left;
    width:80px;
    padding:0 5px;
    text-align: right;
}
.tabs-way dd{
    float: left;
    width:90px;
    text-align: left;
}
.overflow{
    overflow: hidden;
}
.table-bordered-simple{
    border:1px solid #e6e6e6;
}
.table-bordered-simple td,.table-bordered-simple th{
    border-bottom:1px solid #e6e6e6;
}
.table-bordered-simple th{
    background-color:#f1f1f1;
    line-height:30px;
}


/* about */
.banner-about{
    position: relative;
}
.banner-about h1{
    position: absolute;
    top:50%;
    left:50%;
    font-size:60px;
    color:#2e65ae;
    line-height:50px;
    transform: translate(-50%,-50%);
}
.about-content{
    position: relative;
    height:200px;
}
.about-content dl,.about-content .crumbs-cont{
    text-align: center;
    padding:20px 100px;
    width:820px;
    background-color:rgb(38, 95, 173);
    color:#ffffff;
    border-radius: 5px;
    position: absolute;
    top:-116px;
    left:50%;
    margin-left:-510px;
    z-index: 99;
}
.about-content .crumbs-cont{
    height:190px;
}
.about-content dt{
    font-size:40px;
    line-height:50px;
}
.about-content dd{
    font-size:20px;
    line-height:36px;
    margin-top:15px;
}
.about-content dd a{
    display: inline-block;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#00439f;
    border-radius: 50%;
    background-color:#ffffff;
}
.about-content dd a i{
    font-size:20px;
    font-weight: bold;
}
.about-joinus{
    display: flex;
    justify-content: space-between;
}
.about-joinus dl{
    width:255px;
    text-align: center;
    background-color:#ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    overflow: hidden;
    padding:15px;
}
.about-joinus dl dt{
    font-size:26px;
    color:#00439f;
    line-height:40px;
    margin-top:20px;
}
.about-joinus dl dd{
    font-size:16px;
    color:#333333;
    line-height:32px;
    margin-top:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 幾行後顯示省略號 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.about-joinus dl a{
    font-size:16px;
    color:#00439f;
    line-height:32px;
}
.about-content .crumbs-cont p{
    margin-top:70px;
    font-size:20px;
    color:#ffffff;
    line-height:36px;
}
.about-title{
    border-bottom: 1px solid #797979;
    margin-top: 70px;
}
.about-title h2{
    font-size: 18px;
    padding: 10px 10px 0;
}
.about-wanhua{
    margin-top: 70px;
}
.about-wanhua dl{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.about-wanhua dt{
    width: 100px;
    height: 100px;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
}
.about-wanhua dl:nth-of-type(odd) dt{
    background-color: #00489d;
    color: white;
}
.about-wanhua dl:nth-of-type(even) dt{
    background-color: #fff;
    color: #00489d;
    border: 2px solid #00489d;
}
.about-wanhua dt span{
    display: block;
    margin: 20px auto;
}
.about-wanhua dd{
    font-size: 16px;
    flex: 1;
    margin-left: 30px;
    line-height: 20px;
}
.contactus dl{
    overflow: hidden;
}
.contactus label{
    font-size: 18px;
    font-weight: 900;
    display: block;
}
.contactus b,
.about-wanhua dd b{
    font-size: 18px;
    display: inline-block;
    width: 15px;
    text-align: center;
}
.contactus dt{
    float: left;
    margin-right:20px;
}
.contactus dd{
    line-height:40px;
    font-size:16px;
}
.contactus dd span{
    display: block;
    margin-left: 830px;
}
.contactus label i{
    margin-right:10px;
    vertical-align: middle;
    font-size:30px;
    color:#1296db;
    font-weight: normal;
}
.contactus .mar-dd-top{
    margin-top:140px;
}
.contact-numbers{
    padding-left: 827px;
    line-height: 30px;
    font-size: 16px;
}
.contact-numbers table tr td:first-child{
    width: 160px;
    height: 32px;
}
.contact-numbers table tr td:nth-child(2){
    width: 60px;
}
/* 輪播圖設置 */
.slideshow-Settings h1{
    font-size:18px;
    font-weight: normal;
    margin:10px 0 0 15px;;
}
.slideshow-Settings dl{
    overflow: hidden;
    padding:0 8px;
    margin:20px 0;
}
.slideshow-Settings dt{
    font-size:16px;
    line-height:26px;
    margin-bottom:10px;
    padding-left:10px;
}
.slideshow-Settings dd{
    float: left;
    margin-right:20px;
    width:176px;
    height:172px;
    border-radius: 5px;
    background-color: #f4f4f4;
    text-align: center;
    line-height:172px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slideshow-Settings dd:last-child{
    margin-right:0;
}
.prompt{
    color:red;
    margin:0 0 20px 15px;
}

/* 競價大廳 */
.product_tit{
    background-color:#e4e4e4;
    border:1px solid #f1f2f6;
    padding-left:20px;
    line-height:40px;
    margin-bottom:20px;
}
.product_tit span{
    margin-left:15px;
}
.product_tit span i{
    font-style: normal;
    color:red;
}
.border-gray{
    border:1px solid #e6e6e6;
}
.bidding-tit{
    padding:12px;
    background-color:#f1f1f1;
    border:1px solid #e6e6e6;
    margin-top:30px;
    font-size:18px;
    font-weight: normal;
    cursor: pointer;
}
.icon-con{
    display: flex;
    justify-content: center;
}
.icon-con label,.icon-con span{
    flex: 1;
}
.icon-con label{
    text-align: left;
}
.icon-con span{
    text-align: right;
}
.icon-con span i{
    font-size: 24px;
}

.path a{
    color:#333333;
    line-height:26px;
}
.path a:hover{
    color:#1986c0;
}
.bidding_box{
    overflow: hidden;
}
.preview_img{
    width:320px;
    margin-right:15px;
    float: left;
}
.preview_img dl{
    text-align: center;
}
.preview_img dt{
    width:310px;
    height:310px;
    padding:5px;
    border:1px solid #f1f2f6;
    overflow: hidden;
}
.preview_img dd{
    margin-top:15px;
    font-size:14px;
}
.bid_content{
    width:400px;
    margin-right:20px;
    float: left;
}
.bid_content h1{
    font-size:18px;
    font-weight: normal;
    line-height:40px;
    padding-left:15px;
}
.bid_content .bid_num{
    margin-top:10px;
}
.bid_content .bid_num h2{
    background-color:#f1f1f1;
    padding-right:10px;
    line-height:40px;
    font-size:14px;
    font-weight: normal;
}
.bid_content .bid_num h2 span{
    font-size:18px;
    color:red;
}
.bid_content .bid_num h2 a{
    color:#333333;
    margin-left:10px;
    float: right;
}
.bid_content .bid_num a:hover{
    color:#00439f;
}
.bid_content .bid_num li{
    line-height: 36px;
}
.bid_content .bid_num li label,.bid_content .bid_num h2 label{
    display: inline-block;
    width:110px;
    text-align: right;
    margin-right:5px;
}
.bid_content .count_down{
    padding:5px;
    line-height:32px;
}
.bid_record{
    width:443px;
    float: right;
    border:1px solid #ddd;
}
.bid_record h2{
    background-color:#f1f1f1;
    padding:0 10px;
    line-height:40px;
    font-size:14px;
    font-weight: normal;
    border-bottom:3px solid #0e509a;
}

.bid_ico{
    border-top:1px dashed #2196F3;
    border-bottom:1px dashed #2196F3;
    overflow: hidden;
}
.left_tab{
    float: left;
    width:90%;
}
.right_btn{
    float: left;
    padding:5px;
}
.add_reduce{
    display: inline-block;
    background-color:#f1f1f1;
    color:#333333;
    text-align: center;
    width:16px;
    height:22px;
    line-height:22px;
    border:1px solid #ddd;
    vertical-align: middle;
}
.add_reduce_num{
    display: inline-block;
    color:#333333;
    line-height:22px;
    vertical-align: middle;
    font-size:16px;
    margin-left:5px;
}

.bid_rule p{
    text-indent: 2rem;
    line-height:26px;
    margin-top:20px;
}

.zy_bock_con{
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #e6e6e6;
}
.zy_bock_con td{
    padding:5px 3px;
    /* border-bottom:1px solid #e6e6e6; */
}
.table_border{
    border-top:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
}

.nav-tabs-pad a{
    padding:0 10px !important;
}
.overflow-x{
    overflow-x: scroll;
    width:980px;
}
.th-align{
    vertical-align: middle !important;
}
.backlog{
    margin-top:10px;
}
.backlog li{
    padding:0 10px;
    line-height:40px;
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #f1f2f6;
}
.backlog li label{
    display: inline-block;
    width:600px;
}
.backlog li span{
    display: inline-block;
    flex: 1;
    text-align: center;
}
.backlog li label:before{
    content:'';
    visibility:hidden;
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color:#00439f;
    display: inline-block;
    margin-right:8px;
}
.backlog li label.noread:before{
    visibility:visible;
}
.hint-warn{
    padding:10px 20px;
    background-color:#fffceb;
    border:1px solid #ffe58f;
    margin-bottom:10px;
}
.hint-warn h2{
    font-size:16px;
    font-weight: normal;
}
.hint-warn h2 i{
    font-size:20px;
    color:orange;
    margin-right:5px;
}
.hint-warn p{
    padding-left:25px;
}

.zy_bock_title{
    height:60px;
    background-color:#f9f9f9;
}
.zy_bock_title .zy_bock_title_bg{
    background-color:#be1f23;
    color:#ffffff;
}
.zy_bock_title .zy_bock_title_blue{
    background-color:#1890ff;
    color:#ffffff;
}
.zy_bock_title td{
    text-align: center;
    padding:0;
}
.zy_bock_content{
    border-spacing: 0;
    border-collapse: separate;
    margin:10px 0;
}
.zy_bock_content td{
    padding:5px 3px;
    /* border-bottom:1px solid #e6e6e6; */
}

.zy_bock_table th{
    line-height: 40px;
    border-bottom:1px solid #f1f1f1;
    color:#00489d;
}
.zy_bock_table th,.zy_bock_table td{
    padding:5px 3px;
}
.zy_bock_list{
    display: flex;
    justify-content: flex-start;
    line-height: 26px;
}
.zy_bock_list label{
    width:80px;
    text-align: right;
}
.zy_bock_list span{
    flex:1;
}
.zy_bock_title_bg2{
    background:url(../image/td_bgimg.png)no-repeat left;
}
.zy_bock_title2{
    height:60px;
    background-color:#ecf9ff;
}
.zy_bock_title2 td{
    text-align: center;
    padding:0;
}


/* 資金概況 */
/* .money-situation{
    padding: 10px;
} */
.money-situation h1{
    font-size:18px;
    font-weight: normal;
    line-height: 32px;
    color:#1890ff;
}
.money-num{
    overflow: hidden;
}
.money-num li{
    float: left;
    width:195px;
    height:80px;
    margin-right:32px;
    border-radius: 10px;
    background-color:burlywood;
    padding:10px;
    color:#ffffff;
}
.money-num li:last-child{
    margin-right:0;
    background-color:orangered;
}
.money-num li:first-child{
    background-color:#3399ff;
}
.money-num li:nth-child(2){
    background-color:#ffcc33;
}
.money-num li:nth-child(3){
    background-color:violet;
}
.money-num .money-tit{
    font-size:16px;
    line-height: 32px;
}
.money-num .money-btn{
    font-size:12px;
    line-height: 26px;
    padding: 0 5px;
    /* background-color:#ffe58f; */
    display: inline-block;
    border-radius: 4px;
    color:#ffffff;
}
.money-num .num{
    font-size:18px;
    line-height: 26px;
}

.money-box{
    /* overflow: hidden; */
    margin:20px 0;
}
.account{
    background-color:#2571ca;
    padding:10px 30px;
    /*overflow: hidden;*/
    border-radius: 10px;
    margin-bottom:20px;
    margin-top:20px;
    height:130px
}
.account dt{
    float: left;
    width:750px;
}
.account dt span,.account dt i{
    font-size:20px;
    line-height: 40px;
    color:#ffffff;
}
.account .icon-color{
    color:#c9c9c9;
}
.account dt i{
    margin-right:5px;
}
.account .num{
    font-size:32px;
    color:#ffffff;
    line-height:40px;
}
.account .num span{
    font-size:20px;
    margin-right:10px;
}
.account dd{
    text-align: right;
    margin-top:5px;
    color:#ffffff;
}
.account .account-btn{
    font-size:16px;
    line-height: 40px;
    width:148px;
    height:50px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    color:#ffffff;
    background:url(../image/account_btnbg.png)no-repeat;
    border-radius: 5px;
}
.account .date label,.account .date span{
    font-size: 18px;
    line-height: 32px;
}
.account .date i{
    font-size:18px;
    color:#ffffff;
}
.money-list{
    overflow: hidden;
}
.money-list dl,.money-list2 dl{
    padding:10px 30px;
    /* overflow: hidden; */
    border-radius: 10px;
    height:95px;
    float: left;
    border-radius: 10px;
}
.money-list dl{
    width:240px;
    margin-right: 35px;
}
.money-list dl:last-child{
    margin-right:0;
}
.limit-bg{
    background:url(../image/account_list_bg1.png)no-repeat;
}
.limit-bg2{
    background:url(../image/account_list_bg2.png)no-repeat;
}
.limit-bg3{
    background:url(../image/account_list_bg3.png)no-repeat;
}
.limit-bg-color{
    background-color:#2571ca;
}
.money-list dt i,.money-list2 dt i{
    font-size:28px;
    line-height:34px;
    color:#ffffff;
}
.money-list dd,.money-list dd i,.money-list2 dd,.money-list2 dd i{
    font-size:18px;
    line-height:32px;
    color:#ffffff;
}
.money-list .money, .money-list2 .money{
    font-size:24px;
}
.money-list .money span,.money-list2 .money span{
    font-size:20px;
    margin-right:5px;
}
.money-btn{
    font-size:18px;
    line-height: 40px;
    width:148px;
    height:50px;
    text-align: center;
    display: inline-block;
    color:#ffffff;
    background:url(../image/account_btnbg.png)no-repeat;
    border-radius: 5px;
}
.money-list2 dl{
    width:170px;
    margin-right: 10px;
}
.money-list2 dt{
    font-size:22px;
    line-height:34px;
    color:#ffffff;
}
.tooltip .tooltip-pup{
    background-color:#f1f1f1;
    border:1px solid #f1f2f6;
    width:300px;
    padding:5px;
    font-size:14px;
    line-height:20px;
    display: none;
    position: absolute;
    top:-48px;
    left:-110px;
    border-radius: 6px;
}
.tooltip .tooltip-pup:before{
    content: '';
    width:15px;
    height:15px;
    background-color:#f1f1f1;
    transform: rotate(45deg);
    position: absolute;
    left:115px;
    bottom:-8px;
}
.tooltip {
    position: relative;
}
.tooltip:hover .tooltip-pup{
    display: block
}

.tooltip-order i.icon-color {
    /*background-color: #007bff; !* 設置問號圖標的背景顔色爲藍色，可按需調整 *!*/
    color: #999999; /* 文字顔色設爲白色，形成鮮明對比 */
    padding: 3px 5px; /* 增加內邊距，讓圖標視覺上更大更突出 */
    border-radius: 50%; /* 讓背景變成圓形，使圖標更美觀 */
}

.tooltip-order .tooltip-pup-order {
    color: #000;           /* 字體顔色：黑色 */
    font-weight: normal;  /* 字體不加粗 */
    background-color: #f1f1f1;
    border: 1px solid #f1f2f6;
    width: 250px;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    display: none;
    position: absolute;
    top: 100%; /* Position below the tooltip */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000; /* Ensure it's above other elements */
    border-radius: 6px;
}

/*.tooltip .tooltip-pup::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #f1f1f1;
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 7.5px); !* Center the arrow *!
    bottom: -8px;
}*/

.tooltip-order {
    position: relative;
}

.tooltip-order:hover .tooltip-pup-order {
    display: block;
}

/*
 * @Author: 鍾華剛
 * @Date:   2020-02-05
 * @Add css:   table表格樣式
 */
.ui-order-table,.ui-oper-table{border-spacing: 0;width:100%;border:1px solid #e9e9e9;}
.ui-order-table th,.ui-order-table td,.ui-oper-table th,.ui-oper-table td{padding:5px;line-height:38px;font-size:14px;}
.ui-order-table th,.ui-oper-table th{background-color:#c6e3f7;}
.ui-order-table td,.ui-oper-table td{border-top:1px solid #e9e9e9; }
.ui-order-table tr td:last-child{border-right:0;}
.ui-order-table .center,.ui-oper-table .center{text-align: center;}
.ui-order-table tr:nth-child(odd) td,.ui-oper-table tr:nth-child(odd) td{line-height:58px;border-right:1px solid #e9e9e9;}
.ui-order-table tr:nth-child(odd) td:first-child{border-right:0;}
.ui-order-table tr:nth-child(odd) td:last-child{border-right:0;}
.bidding-bg{background:url(../image/order_jingjia.png)no-repeat top left;}
.listing-bg{background:url(../image/order_guapai.png)no-repeat top left;}
.stay-pick-bg{background:url(../image/order_daitihuo.png)no-repeat top left;}
.td-bg{background-color:#f7fbff;}
.ui-order-table label{color:#00489d;}
.tabs-border{border-bottom: 3px solid #00489d;overflow: hidden;}
.w200{width:200px;}
/*.compensation-list{display: flex;justify-content: space-between;}*/
.compensation-list{display: flex;flex-wrap: wrap}
/*.compensation-list dl{flex:1;margin-right:10px;padding: 10px 30px;border-radius: 10px;color:#ffffff;}*/
.compensation-list dl{padding: 10px 30px;border-radius: 10px;color:#ffffff;margin-top: 10px}
.compensation-list dl:last-child{margin-right:0;}
.compensation-list dl dt{font-size:20px;line-height:34px;}
.compensation-list dd{font-size:16px;line-height:32px;}
.compensation-list .money{font-size:24px;}
.compensation-list .money span{font-size:18px;}
.myaccount-title{font-size:14px;color:#333333;line-height:50px;padding-left:10px;background-color:#fafafc;}
.total-input{overflow: hidden;padding:10px;}

.ui-oper-table{table-layout: fixed}
.ui-oper-table tr:nth-child(odd) td:last-child{border-right:0;}

.bidding-infor,.bidding-infor-r{display: flex;justify-content: space-between;}
.bidding-infor dl,.bidding-infor-r dl{flex: 1;}
.bidding-infor dl:last-child{max-width:190px;}
.bidding-infor dt,.bidding-infor dd,.bidding-infor-r dt,.bidding-infor-r dd{line-height:40px;font-size: 14px;}
.bidding-infor span,.bidding-infor-r span{color:#00489d;}
.bidding-infor label,.bidding-infor-r label{display: inline-block;width:90px;text-align: right;}
.bidding-infor-r dl:nth-child(even){max-width:160px;}
.bidding-infor-r dl:last-child{max-width:150px;}

.table-pick-goods{border-spacing: 0;width:100%;margin:0;}
.table-pick-goods .tr-bg{background-color:#c6e3f7;line-height:30px;}

/* 滾動條 */
.test-1::-webkit-scrollbar {
    /*滾動條整體樣式*/
    width : 10px;  /*高寬分別對應横豎滾動條的尺寸*/
    height: 5px;
}
.test-1::-webkit-scrollbar-thumb {
    /*滾動條裏面小方塊*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #c5c5c5;
}
.test-1::-webkit-scrollbar-track {
    /*滾動條裏面軌道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
}
.search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.information-list .main-title span {
    display: inline-block;
    font-weight: normal;
    color: #fff;
    padding: 0px 15px;
    border-radius: 4px;
    background-color: #3d7eff;
    font-size: 14px;
    margin-right: 15px;
}
.search-form h2 {
    color: #0a529c;
}
.information-list .second-title {
   /* display: block;*/
    color: #6b6b6b;
    margin: 10px 0;
    font-size: 14px;
}
.banner_success{
    background: no-repeat url(../image/banner_01.png);
    /*height: 240px;
    padding-bottom: 130px;*/
}
.banner_success h2{
    text-align: center;
    color: #fff;
    padding: 30px 0;
}
.success_detail{
    width: 70%;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff9f5;
    text-align: center;
    padding: 10px 0;
}
.success_detail p{
    font-size: 16px;
    color: #464646;
    line-height: 30px;
}

.banner_fail{
    background: no-repeat url(../image/banner_02.png);
    height: 175px;
    padding-top: 30px;
}
.fail_detail{
    width: 67%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .7);
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fail_detail dl{
    margin-left: 30px;
}
.fail_detail dl dt{
    font-size: 30px;
    color: #414141;
}
.fail_detail dl dd{
    font-size: 20px;
    margin-top: 20px;
}

.jj-box li {
    background-color: #d5e8f1;
    color: #292929;
    padding: 20px;
    margin-top: 10px;
}
.jj-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.jj-detail-first span{
    font-size: 16px;
    color: #494949;
    display: block;
    margin-top: 10px;
}
.jj-detail-second{
    font-size: 18px;
}
.jj-detail-second .status-20{
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 30px;
    background-color: #0a529c;
    margin-left: 30px;
    font-size: 16px;
}

.jj-detail-second .status-20-time{
    color: #0a529c;
}

.jj-detail-second .status-30{
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 30px;
    background-color: #D67530;
    margin-left: 30px;
    font-size: 16px;
}

.jj-detail-second .status-30-time{
    color: #D67530;
}

.jj-detail-second .status-last{
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 30px;
    background-color: red;
    margin-left: 30px;
    font-size: 16px;
}
.jj-detail-second .status-last-time{
    color: red;
}

.jj-box li p{
    line-height: 25px;
}
.jj-box li table{
    width: 100%;
    border-top: 1px solid #dcdcdc;
}

.bidding_info .product_img{
    width:400px;
    height:386px;
    margin-right:37px;
    background:url("../image/picbg01.png")no-repeat;
    position: relative;
    text-align: center;
}
