.main-product{
    padding-top: 24px;
    padding-bottom: 24px;
}

.logo-black{
    height: 40px;
}
.nav .layui-nav *{
    font-size: 14px !important;
    font-family: FontAwesome;
}
.layui-carousel{
    margin-top: 60px;
    height: 625px!important;
}
.layui-carousel img{
    height: 625px!important;
}
.dis{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}
.Rectangle{
    width: 6px;
    height: 24px;
    background: #58BC8E;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    margin: auto;
}
.invite-tenders{
    height: 34px;
    font-size: 24px;
    font-family: FontAwesome;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 34px;
    margin-left: 10px;
}
.lion{
    width: 100%;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border-top: 1px solid rgba(0,0,0,0.2);
    margin: 0 0 30px 0;
}
.TableHeader{
    width: 100%;
    height: 40px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    justify-content: space-around;
    background: #f8f8f8;
}
.TableHeader div{
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: 500;
    color: #1D2129;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.TableHeader div:nth-child(2){
    width: 184px;
}
.TableHeader div:nth-of-type(n + 1):not(:nth-of-type(2)) {
    width: 150px;
}
.TableBodybox{
    width: 100%;
    height: 240px;
    overflow: auto;
}
.basePrice{
    color: #EB3B14!important;
}
.view{
    color: #1261FF!important;
    cursor: pointer;
}

.TableBody{
    width: 100%;
    height: 40px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    justify-content: space-around;
}
.TableBody div{
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    color: #1D2129;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.TableBody div:nth-child(2){
    width: 170px;
    font-weight: 500;
}
.TableBody div:nth-of-type(n + 1):not(:nth-of-type(2)) {
    width: 130px;
}

/*.TableBodybox .marquee {*/
/*    animation: move 10s linear infinite;*/
/*}*/
/*.TableBodybox .marquee:hover {*/
/*    animation-play-state: paused;*/
/*}*/
/*@keyframes move {*/
/*    0% {*/
/*    }*/
/*    100% {*/
/*        transform: translate(0,-100%);*/
/*    }*/
/*}*/

.news img{
    width: 100%;
    height: 324px;
    border-radius: 6px 6px 6px 6px;
}
.newsTitle{
    width: 100%;
    height: 34px;
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 34px;
    margin: 30px 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.newsTitle span:nth-child(1){
    font-size: 24px!important;
    font-weight: 600!important;
}
.newsTitle span:nth-child(2){
    font-size: 14px!important;
}
.newsTitle span:nth-child(3){
    color: #58BC8E;
}
.disnews{
    display: flex;
}
.news{
    width: 37%;
}
.newsspacing{
    width: 100%;
}
.news-content{
    width: 100%;
    height: 22px;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    overflow: hidden;
}
.news-content p:nth-child(1){
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Tabulation{
    width: 63%;
    height: 430px;
    margin-left: 24px;
    overflow: hidden;
}
.newsTabulation{
    width: 100%;
    height: 73px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 3px 0 10px 0;
    margin-bottom: 16px;
}
.newsTit{
    width: 85%;
    height: 33px;
    font-size: 18px;
    font-family: FontAwesome;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsDate{
    width: 10%;
    height: 33px;
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 33px;
}
.newsText{
    width: 100%;
    height: 22px;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsText p{
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: FontAwesome;
}
::-webkit-scrollbar {
    display: none;
}
.Bidding{
    display: flex;
    justify-content: space-between;
}
.BiddingSelect{
    height: 22px;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    color: #4E5969;
    line-height: 22px;
    padding: 0 8px;
    margin: 0 8px;
    cursor: pointer;
}
.SelectColor{
    color: #58BC8E!important;
}
.segmentation{
    width: 0px;
    height: 12px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border-left: 2px solid #E5E6EB;
}
.Dashedline{
    width: 0px;
    height: 58px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px dashed #E5E6EB;
    box-sizing: border-box;
}
.beExpectedTo{
    width: 50%;
    height: 58px;
    padding-left: 180px;
    box-sizing: border-box;
}

.estimated-amount{
    height: 22px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #4E5969;
    line-height: 22px;
}
.money{
    height: 28px;
    font-size: 20px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: #EB3B14;
    line-height: 28px;
}
.yesterday{
    height: 28px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #4E5969;
    line-height: 28px;
}
.percentage{
    height: 28px;
    font-size: 12px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: #86909C;
    line-height: 28px;
}
.footer {
    height: 323px;
    background: #1d2129;
    padding-bottom: 0px;
}
.footer .footer-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 37px;
}
.footer .footer-foot {
    border-top: 1px solid #363656;
}
.footer .footer-content-top {
    display: flex;
    justify-content: space-between;
}
.top-left img{
    width: 140px;
}
.footer .footer-content-middle {
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}
.footer .footer-foot .footer-foot-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
.footer .footer-content-top .top-right a {
    color: #fff;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 80px;
}
.footer .footer-content-top .top-right a:last-child {
    margin-right: 0;
}
.footer .footer-content-middle .middle-left {
    font-size: 12px;
    color: #f5f5ff;
}
.footer .footer-content-middle .middle-right {
    display: flex;
    width: 256px;
    justify-content: space-between;
}
.tel {
    margin-right: 26px;
    font-family: FontAwesome;
}
.middle-left-time {
    margin-top: 24px;
    font-family:FontAwesome;
}
.address{
    margin-top: 24px;
    font-family:FontAwesome;
}
.footer .footer-content-middle .middle-right .customerStyle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer .footer-content-middle .middle-right .customerStyle span {
    font-family: PingFang-SC-Regular;
    color: #f5f5ff;
    margin-top: 8px;
    font-size: 12px;
}
.footer .footer-content-middle .middle-right .customerStyle img {
    width: 110px;
}
.foot-left,  .foot-right {
    display: flex;
    align-items: center;
}
.foot-right span {
    font-size: 12px;
    color: #f5f5ff;
    font-family: FontAwesome;
}
.foot-left span{
    margin-left: 7px;
    color: #f5f5ff;
    font-size: 12px;
    font-family: FontAwesome;
}

.Margin{
    margin-top: 60px;
}
.Bidding-number{
    height: 33px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 33px;
}

.start-tag{
    width: 68px;
    height: 26px;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    margin-right: 19px;
    position: relative;
}



.start-color::before{
    content: '';
    position: absolute;
    right: -4px;
    bottom: 8px;
    border: 6px solid #58BC8E;
    border-top-color: rgb(88, 188, 142);
    border-left-color: rgb(88, 188, 142);
    border-top-color: transparent;
    border-left-color: transparent;
    rotate: -45deg;
}
.start-color{
    background: #58BC8E;
}

.progress-color::before{
    content: '';
    position: absolute;
    right: -4px;
    bottom: 8px;
    border: 6px solid #D54941;
    border-top-color: rgb(248, 29, 78);
    border-left-color: rgb(248, 29, 78);
    border-top-color: transparent;
    border-left-color: transparent;
    rotate: -45deg;
}
.progress-color{
    background:#D54941;
}

.end-color::before{
    content: '';
    position: absolute;
    right: -4px;
    bottom: 8px;
    border: 6px solid #cecece;
    border-top-color: rgb(239, 235, 235);
    border-left-color: rgb(239, 235, 235);
    border-top-color: transparent;
    border-left-color: transparent;
    rotate: -45deg;
}
.end-color{
    background:#cecece;
}

.timeCountdown{
    height: 33px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 30px;
    justify-content: center;
    display: flex;
}
.timeCountdown .number{
    height: 33px;
    font-size: 24px;
    font-family: Eurasia-Regular;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 30px;
    justify-content: center;
    display: flex;
}
@font-face {
    font-family: Eurasia-Regular;
    src: url("Eurasia-Regular.ttf");
}
@font-face {
    font-family: FontAwesome;
    src: url("fontawesome-webfont.ttf");
}
.triangle {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: auto 8px auto 0;
}
.triangle-start{
    border-left: 6px solid #58BC8E;
}
.triangle-progress{
    border-left: 6px solid #D54941;
}
.triangle-end{
    border-left: 6px solid #cecece;
}
.QR-code{
    /*width: 355px;*/
    /*height: 355px;*/
    margin-right: 20px;
}

.Bidding-spacing{
    margin: 30px auto;
}

.layui-infoCard{
    width: 100%;
    /*height: 425px;*/
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.14);
    position: relative;
    box-sizing: border-box;
}
.entrust-infor{
    width: 100%;
    height: 41px;
    background: #FFF5EC;
    padding: 0 34px;
    border-top: 1px solid rgba(0,0,0,0.14);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.14);
}
.entrust-infor-end{
    width: 100%;
    height: 54px;
    background: #F6F6F6;
    padding: 0 34px;
    border: 1px solid rgba(0,0,0,0.14);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.option{
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.option img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.option div{
    height: 24px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 24px;
}
.segmentation{
    width: 0px;
    height: 30px;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.tender-Infor{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px;
}
.tender{
    display: flex;
    justify-content: space-between;
}
.detail-infor{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-infor span:nth-child(1){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}
.detail-infor span:nth-child(2){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
}
.detailed-infor{
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detailed-infor span:nth-child(1){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}
.detailed-infor span:nth-child(2){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
}
.detailed-infor span:nth-child(3){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #4C74E7;
    line-height: 20px;
}
.goods-infor{
    width: 33.33%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.goods-infor span:nth-child(1){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}
.goods-infor span:nth-child(2){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
}
.Price-breakdown{
    width: 100%;
    height: 64px;
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 32px;
    box-sizing: border-box;
    background: #F6F7FF;
}
.amount-money{
    width: 14.28%;
}
.amount-money div:nth-child(1){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}
.amount-money div:nth-child(2){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
}
.amount{
    width: 100%;
}
.application{
    width: 50%;
}
.applicationBox{
    width: 434px;
    display: flex;
    justify-content: space-between;
}
.application img{
    width: 19.5px;
    height: 19.5px;
}
.application-left{
    margin-bottom: 5px;
}
#orderQrcode{
    margin-bottom: 16px;
}
.application span:nth-child(1n){
    height: 33px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: rgba(0,0,0,0.6);
    line-height: 56px;
}
.application span:nth-child(2n){
    height: 33px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 56px;
}
.Enter-amount{
    width: 100%;
    height: 56px;
    display: flex;
}
.Enter-amount .entry{
    width: 65%;
    height: 56px;
    background: #FFFFFF;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #D54941;
    box-sizing: border-box;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Enter-amount .entry input{
    width: 50%;
    height: 50px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    border: 0px solid!important;
    background-color: #fff;
    -moz-appearance: textfield;
}
.Enter-amount .entry div{
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
}
.Enter-amount .register{
    width: 100%;
    height: 56px;
    background: #D54941;
    border-radius: 0px 6px 6px 0px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.Enter-amount-ended{
    width: 100%;
    height: 56px;
    background: #F0F0F0;
    border-radius:6px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #B0B0B0;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
}

.Enter-amount .register-Margin{
    width: 100%;
    height: 56px;
    background: #D54941;
    border-radius: 0px 6px 6px 0px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
    display: block;
}
.normalTabs{
    padding: 0 10%;
}
.None-bidding{
    width: 100%;
    height: 97px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #B0B2BF;
    line-height: 97px;
    text-align: center;
}
.records-tit{
    width: 100%;
    height: 54px;
    display: flex;
}
.records-tit div{
    width: 25%;
    height: 54px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 54px;
    text-align: center;
}
.records-body{
    width: 100%;
    height: 324px;
    overflow: auto;

}
.records-body div{
    width: 100%;
    height: 54px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 54px;
    display: flex;
    text-align: center;
}
.records-body div:nth-child(1){
   background-color: #FFF0ED;
}
.records-body div span{
    width: 25%;
    height: 54px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.records-body div span:nth-child(5){
    color: #D54941;
}
.records-state{
    width: 52px;
    height: 32px;
    background: #FFF0ED;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #D54941;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #D54941;
    line-height: 32px;
    box-sizing: border-box;
    font-style: normal;
}
.records-out{
    width: 52px;
    height: 32px;
    background: #F3F3F3;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 32px;
    box-sizing: border-box;
    font-style: normal;
}
.news-title{
    width: 70%;
    color: #222;
    font: 36px Microsoft YaHei;
    padding-bottom: 25px;
    text-align: center;
    margin: 0 auto;
}
.news-time{
    width: 100%;
    color: #999 !important;
    font: 14px Microsoft YaHei;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}
.newsCont{
    height: 100%;
    text-align: center;
}
.newsCont p{
    width: 60%;
    height: 100%;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    text-indent: 28px;
    margin: 25px auto;
    color: #000;
}
.newsCont p img{
    max-width: 100%;
    border: none;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
.bidPayment{
    margin: 30px auto;
    width: 50%;
}
.bid-prompt{
    width: 100%;
    height: 40px;
    background: #EAEAEA;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bid-prompt img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.bid-prompt div{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
}
.bid-total{
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.bid-total div:nth-child(1n){
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.bid-total div:nth-child(2n){
    font-size: 35px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: #D54941;
    margin: 0 5px 0 10px;
}
.payment-method{
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-bottom: 12px;
}
.select-method{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 213px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    position: relative;
}
.select-method img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.select-method div{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
}
.schedule{
    margin: 9px 10px 0 0;
}
.schedule div:nth-child(1n){
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.schedule div:nth-child(2n) {
    width: 1px;
    height: 205px;
    background: #CCCCCC;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin: 0 auto;
}
.schedule-boundary{
    width: 910px;
    margin: 58px auto 0 auto;
}
.schedule-step{
    width: 100%;
}

.schedule-step .step{
    height: 24px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 24px;
    margin-bottom: 4px;
}
.schedule-step .step-tit{
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    margin-bottom: 4px;
}
.schedule-step  .step-infor{
    width: 100%;
    height: 116px;
    background: rgba(255, 217, 194, 1);
    border-radius: 6px 6px 6px 6px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 41px;
}
.schedule-step  .step-infor div span:nth-child(1){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}
.schedule-step  .step-infor div span:nth-child(2){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}
.card{
    width: 186px;
    height: 135px;
    border: 1px dashed #DCDCDC;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.confirm-application{
    width: 88px;
    height: 32px;
    background: #D54941;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    margin: 10px auto 0 auto;
    cursor: pointer;
}
.bid-offer{
    display: flex;
    margin: 0 0 25px 20px ;
    align-items: center;
}
.bid-offer div{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}
.bid-offer span{
    height: 48px;
    font-size: 35px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: #D54941;
    line-height: 48px;
}
.Scan-prompt{
    width: 100%;
    text-align: center;
}
.Scan-prompt div:nth-child(1){
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin: 50px auto;
    text-align: center;
}
.Scan-prompt div:nth-child(2){
    width: 200px;
    margin: 0 auto 20px auto;
}
.Scan-prompt .Refresh{
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.Scan-prompt .Refresh img{
    width: 24px;
    height: 24px;
    margin-right: 17px;
}
.Scan-prompt .Refresh span{
    height: 24px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #4C74E7;
    line-height: 24px;
}

.Seemore {
    list-style: none;
    color: rgba(0,0,0,0.9);
    cursor: pointer;
    font-family: FontAwesome;
}

.Seemore li {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
    position: relative;
}

.Seemore li::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #ccc;
    content: '';
    position: absolute;
    right:-10px;
    top: 11px;
    transform: rotate(45deg);
}
.newsModel{
    width: 49%;
    height: 304px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-bottom: 34px;
    padding: 20px;
}
.newstenders{
    height: 34px;
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 34px;
    margin-left: 10px;
}
.newslion{
    width: 100%;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border-top: 1px solid rgba(0,0,0,0.2);
    margin: 0 0 21px 0;
}
.newsLeft{
    width: 80%;
    height: 20px;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsRight{
    width: 20%;
    height: 20px;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    margin-bottom: 24px;
    cursor: pointer;
    text-align: right;
}
.newsModelBox{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.payment{
    display: flex;
    justify-content: space-around;
}
.morenewsleft{
    width: 160px;
    height: 600px;
    background: #FFFFFF;
    border-right: 1px solid #E7E7E7;
    box-sizing: border-box;
}
.morenewsleft div{
    width: 159px;
    height: 48px;
    background: #FFFFFF;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 48px;
    padding-left: 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.morenewsright{
    width: 100%;
    height: 73px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-left: 30px;
    padding: 3px 0 10px 0;
    box-sizing: border-box;
    margin-bottom: 59px;
}
.morenewsTitle{
    width: 80%;
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.morenewsTime{
    width: 100px;
    height: 33px;
    font-size: 24px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 33px;
}
.moreContent{
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 12px;
    color: rgba(0,0,0,0.6);
}
.moreBox{
    width: 75%;
    height: 600px;
    overflow: auto;
}
.moreContent p{
    width: 95%;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selectmore{
    color: #019B4D!important;
    border-right: 3px solid #019B4D;
}
.aboutUs{
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
    box-sizing: border-box;
}

.about{
    width: 50%;
    height: 589px;
}
.about div:nth-child(1){
    height: 22px;
    font-size: 26px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 22px;
    margin-bottom: 59px;
}
.about div:not(:first-child){
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 22px;
    margin-bottom: 26px;
}
.about div:nth-child(6){
    margin-bottom: 0;
}
.boutUsImg{
    width: 539px;
    height: 539px;
    margin-top: 50px;
}
.boutUsImg img{
    width: 539px;
    height: 539px;
}
.milestoneBox{
    background: #F8F9FF;
    display: flex;
    justify-content: center;
}
.milestone{
    width: 80%;
    padding: 50px 0;
}
.milestoneTitle{
    width: 100%;
    height: 22px;
    font-size: 26px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 22px;
    text-align: center;
    margin-bottom: 50px;
}
.mileageBox{
    width: 100%;
    height: 116px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.milestone-time{
    width: 16.66%;
    height: 22px;
    font-size: 18px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    text-align: center;
    padding: 5px 0;
}
.milestone-tit{
    width: 16.66%;
    height: 22px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    text-align: center;
    padding: 5px 0;
    white-space: nowrap;
}
.milestone-schedule{
    margin-left: 8.33%;
    display: flex;
    align-items: center;
}
.milestone-schedule div:nth-child(1n){
    width: 9px;
    height: 9px;
    background: #A5A5A5;
    border-radius: 50%;
    opacity: 1;
}
.milestone-schedule div:nth-child(2n){
    width: 17.3%;
    height: 1px;
    opacity: 1;
    background: #A5A5A5;
}
.icon-address{
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.companyaddress{
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
}
.company{
    height: 22px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    margin: 10px 0 20px 0;
}
.companyImg{
    width: 200px;
    height: 200px;
}
.milestone-mar{
    margin-bottom: 51px;
}
.route {
    list-style: none;
    color: rgba(0,0,0,0.4);
    cursor: pointer;
}

.route li {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
    position: relative;
}

.route li::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #ccc;
    content: '';
    position: absolute;
    left:33px;
    top: 13px;
    transform: rotate(45deg);
}
.Marketlabel{
    height: 32px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: rgba(0,0,0,0.9);
    line-height: 32px;
    margin-left: 6px;
}
.queryButton{
    width: 84px;
    height: 32px;
    background: #D54941;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
}
.queryButton img{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.resettingButton{
    width: 84px;
    height: 32px;
    background: #E7E7E7;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
}
.resettingButton img{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.layui-form-location {
    position: relative;
    float: left;
    display: block;
    padding: 9px 15px;
    width: auto;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.query{
    width: 100%;
    height: 110px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.BiddingBox{
    width: 95%;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.15);
    margin: 24px 10px 0 10px;
}
.BiddingBox-flex{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.BiddingBox-top{
    width: 100%;
    background: #FFFFFF;
    position: relative;
    padding: 15px 12px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
}
.BiddingBox-but{
    width: 100%;
    height: 65px;
    background: #F6F7FF;
    padding: 12px 10px;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
}
.BiddingBox-top .label{
    width: 82px;
    height: 32px;
    border-radius: 41px 0px 0px 41px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
}
.inProgress-color{
    background: #D54941;
    color: #FFFFFF;
}
.Ended-color{
    background: #E7E7E7;
    color: #000000;
}
.soon-color{
    background: #58BC8E;
    color: #FFFFFF;
}
.Transport{
    width: 102px;
    height: 37px;
    margin: 12px 0;
    display: flex;
    align-items: center;
}
.Transport-arrow{
    width: 37px;
    height: 9px;
    transform: rotate(90deg);
}
.TransportDays {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
}
.detailed-margin{
    margin: 16px 0 8px 0;
}
.browse-infor{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.browse{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.browse-infor div:nth-child(1){
    height: 20px;
    font-size: 14px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}
.browse-infor div span{
    height: 20px;
    font-size: 14px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    margin-left: 10px;
}
.Current-price{
    display: flex;
}
.Current-price span:nth-child(1){
    height: 40px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 40px;
    margin-right: 12px;
}
.Current-price span:not(:first-child){
    height: 40px;
    font-size: 18px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    line-height: 40px;
}
.price-progress{
    color: #D54941;
}
.Current-soon{
    color: #58BC8E;
}
.trendsCurrent-end{
    color: rgba(0,0,0,0.6);
}
.lookUp-btn{
    width: 80px;
    height: 40px;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.soon-btn{
    background: #D54941;
    color: rgba(255,255,255,0.9);
}
.end-btn{
    color: rgba(0,0,0,0.9);
    background: #E7E7E7;
}

.Registration-successful{
    width: 100%;
    text-align: center;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-top: 33px;
}

.offer{
    width: 452px;
    height: 93px;
    margin-top: 33px;
}
.balance{
    margin-bottom: 25px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.balance span:nth-child(1){
    height: 48px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
}
.balance span:nth-child(2){
    height: 48px;
    font-size: 35px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: #D54941;
    line-height: 48px;
}
.RMB{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    margin-left: 20px;
}
.inforData{
    width: 100%;
    height: 154px;
    background: #F6F7FE;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 60px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.inforDataBox{
    /*width: 171px;*/
    height: 54px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.inforDataImg{
    width: 48px;
    height: 48px;
    margin-right: 5px;
}
@font-face {
    font-family: 'Eurasia-Regular';
    src: url('../font/Eurasia-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
.inforDataNum{
    font-size: 50px;
    font-family: Eurasia-Regular;
    font-weight: 400;
    color: #FF6D49;
    line-height: 33px;
    margin-bottom: 5px;
}
.inforDataN{
    font-size: 30px;
    font-family: Eurasia-Regular;
    font-weight: 600;
    color: #FF6D49;
    line-height: 22px;
    margin-bottom: 5px;
}
.inforDataText{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}
.successColor{
    color: #039f45!important;
}
.failColor{
    color: #e74d4d!important;
}
.trendsBox{
    width: 100%;
    height: 148px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: 24px;
    box-sizing: border-box;
}
.trendsTop{
    width: 100%;
    height: 92px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border-radius: 5px 5px 0 0;
    position: relative;
}
.trendsBottom{
    width: 100%;
    height: 56px;
    background: linear-gradient(90deg, #F2F3F9 0%, #F6F7FF 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding: 18px 64px 18px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 5px 5px;
}
.trends-infor{
    width: 100%;
    padding: 21px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.trendsCity{
    height: 28px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: rgba(0,0,0,0.9);
    line-height: 28px;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trends-space{
    width: 40%;
}
.trends-space div:nth-child(1){
    margin-bottom: 12px;
}

.trends-detail {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trends-detail span:nth-child(1){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}
.trends-detail span:nth-child(2){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
}
.trends-detail span:nth-child(3){
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #4C74E7;
    line-height: 20px;
}
.trendsTop .lable{
    width: 82px;
    height: 32px;
    border-radius: 41px 0px 0px 41px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
}
.browsing span{
    height: 20px;
    font-size: 14px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    margin-right: 24px;
}
.current span:nth-child(1){
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
}
.current span:nth-child(2){
    font-size: 14px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
}
.current span:nth-child(3){
    font-size: 18px;
    font-family: TCloud Number, TCloud Number;
    font-weight: 400;
}
.Bidding-dynamics{
    width: 100%;
    max-height: 875px;
    overflow: hidden;
}
.service-tenet{
    width: 48px;
    height: 94px;
}
.service-tenet img{
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}
.service-tenet div{
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 22px;
    text-align: center;
}
.me{
    width: 38px;
    height: 24px;
    background: #FFF0ED;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #D54941;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #D54941;
    line-height: 24px;
    margin-left: 8px;
}
.layui-Bid-center{
    display: flex;
    justify-content: center;
}
.abortive{
    width: 227px;
    height: 208px;
    position: absolute;
    top: 76px;
    right: -37px;
}
#auctionMarketlaypage{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.marquee{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.Tablebody{
    width: 100%;
    height: 40px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    align-items: center;
}
.Tablebody div{
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    color: #1D2129;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Tablebody div:nth-child(2){
    width: 184px;
}
.Tablebody div:nth-of-type(n + 1):not(:nth-of-type(2)) {
    width: 150px;
}
.tr-operation{
    display: inline-block;
    width: 76px !important;
    height: 28px;
    line-height: 28px !important;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    color: #58BC8E !important;
    border: 1px solid #58BC8E;
    cursor: pointer;
}
.bidstatus{
    width:35%;
}
.comptable{
    width: 80%;
    border-bottom: 1px solid #E7E7E7;
    align-items: center;
    margin: 0 auto;

    border-radius: 0;
}
.intraduce img{
    display: block;
    width: 100%;
    height: auto;
}
.comptable  .layui-this{
    color: #4C74E7 !important;
    border-bottom: 3px solid #4C74E7!important;
}
.layui-tab-title .layui-this::after{
    border: none;
}
.server-tab {
    min-height: 200px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.RegistrationBox{
    width: 83.33%;
    height: 646px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 22.8px rgba(0, 0, 0, 0.1);
    padding: 32px;
    margin: 80px auto;
    box-sizing: border-box;
}
.lineseg .progress{
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.lineseg span{
    height: 24px;
    color: rgba(0, 0, 0, 0.4);
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.progressOccupy{
    width: 40%;
}
.linesegs li{
    float: left;
}
.lineseg{
    width: 12%;
    text-align: center;
}
.progress{
    display: flex;
    align-items: center;
    justify-content: center;
}
.line{
    width: 30%;
    height: 2px;
    border-top: 2px solid rgba(220, 220, 220, 1);
    margin-top: 12px;
}
.selectLine{
    border-top: 2px solid rgba(213, 73, 65, 1);
}
.marginSelect .progress{
    color: rgba(255, 255, 255, 0.9);
    background: rgba(213, 73, 65, 1);
    border: 1px solid rgba(213, 73, 65, 1);
    box-sizing: border-box;
}
.marginSelect span{
    color: rgba(213, 73, 65, 1);
}
.payment-prompt{
    width: 100%;
    height: 128px;
    padding: 20px 17px;
    box-sizing: border-box;
    margin-top: 100px;
    margin-bottom: 32px;
    background: rgba(255, 217, 194, 1);
    border-radius: 6px;
    display: flex;
}
.icon-mark{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: rgb(207, 120, 55);
    border-radius: 50%;
    margin-right: 8px;
}
.payment-rule div:nth-child(1){
    height: 22px;
    color: rgba(0, 0, 0, 0.9);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
}
.payment-rule div:not(:nth-child(1)){
    color: rgba(0, 0, 0, 0.6);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
}
.payment-lable{
    display: block;
    float: left;
    text-align: right;
    color: rgba(0, 0, 0, 0.6);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 40px;
}
.layui-input-block{
    margin-left: 75px;
}
.align-center{
    display: flex;
    align-items: center;
}
.payment-total div:nth-child(1){
    color: rgba(0, 0, 0, 1);
    font-family: PingFang SC;
    font-size: 14px;
}
.payment-total div:nth-child(2){
    text-align: center;
    color: rgba(213, 73, 65, 1);
    font-family: DIN Alternate;
    font-weight: bold;
    font-size: 24px;
}
.payment-mode img{
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.payment-mode{
    width: 150px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid rgba(204, 204, 204, 1);
    box-sizing: border-box;
    justify-content: center;
    margin-right: 30px;
    cursor: pointer;
}
.payment-border{
    border: 1px solid rgba(213, 73, 65, 1);
}
.Confirm-payment{
    width: 88px;
    height: 32px;
    border-radius: 3px;
    background: rgba(213, 73, 65, 1);
    border: 1px solid rgba(213, 73, 65, 1);
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    margin-left: 72px;
    margin-top: 32px;
    cursor: pointer;
}
.QRcode{
    width: 713px;
    height: 496px;
    margin: 68px auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
}
.QRcode .Refresh{
    display: flex;
    align-items: center;
    margin-bottom: 21px;
    justify-content: center;
    cursor: pointer;
}
.QRcode .Refresh img{
    width: 24px;
    height: 24px;
}
.QRcode .Refresh span{
    color: rgba(76, 116, 231, 1);
    font-family: PingFang SC;
    font-size: 16px;
}
.QRcode-l{
    width: 50%;
}
.scanning{
    width: 199px;
    height: 64px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: rgba(246, 246, 246, 1);
    border-radius: 4px;
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
}
.scanning img{
    width: 24px;
    height: 24px;
}
.scanning div{
    width: 115px;
    height: 44px;
    color: rgba(0, 0, 0, 1);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    margin-left: 20px;
}
.QRcode-r{
    width: 50%;
}
.QRcode-r img{
    width: 100%;
}
.step-imgInfor img{
    width: 186px;
    height: 135px;
}
.result{
    width: 64px;
    height: 64px;
    margin: 100px auto 24px auto;
    display: block;
}
.resultTit{
    height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.result-describe{
    height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
}
.mask{
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}
.current-progress{
    width: 528px;
    height: 348px;
    padding: 32px;
    box-sizing: border-box;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 22.8px rgba(0, 0, 0, 0.1);
}
.progressTit{
    height: 28px;
    color: rgba(0, 0, 0, 0.9);
    font-family: PingFang SC;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 24px;
}
.currentInfor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.currentInfor .uploadviewdom{
    width: 230px;
    height: 167px;
    border-radius: 6px;
}
.currentInfor .uploaddom{
    width: 230px;
    height: 167px;
    border-radius: 6px;
}
.currentInfor img{
    width: 230px;
    height: 167px;
    border-radius: 6px;
}
.currentInfor-r{
    display: flex;
}
.ProgressBar{
    height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 16px;
}
.ProgressBar img{
    width: 24px;
    height: 24px;
}
.ProgressBar div:nth-child(2){
    width: 2px;
    height: 100px;
    background: rgba(213, 73, 65, 1);
}
.ProgressBar div:nth-child(3){
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgba(213, 73, 65, 1);
    color: rgba(255, 255, 255, 1);
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.ProgressBar-r{
    height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 16px;
}
.btn-close{
    width: 60px;
    height: 32px;
    border-radius: 3px;
    background: rgba(231, 231, 231, 1);
    color: rgba(0, 0, 0, 0.9);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    margin: 24px auto 0 auto;
    cursor: pointer;
}

.confirm-step:hover {
    cursor: pointer;
}
.layui-nav .layui-nav-more{
    font-size: 12px !important;
}
.layui-card-tit{
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Cargo-startings-tit{
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 0;
}