*{
    box-sizing:border-box;
    font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}
.lg{
    background-image:url(../images/bg.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
}
.base-mg-right-10{
    margin-right: 10px;
}
.base-mg-top-10{
    margin-top: 10px;
}
.base-mg-top-30{
    margin-top: 30px;
}
.mt16{
    margin-top: 16px;
}
.base-tx-c{
    text-align: center;
    vertical-align: middle;
}
.base-inline-sb{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
}
.sbc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}
.base-inline-fe{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items:center;
}
.base-inline-fs{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
}
.base-bb{
    box-sizing:border-box
}

.sbc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.fsc{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
}
.title-en{
    font-size: 16px;
    color: rgba(0,0,0,0.45);
    margin-left: 16px;
}

.lg-banner{
    height:200px;
    background-image:url(../images/林联物流@2x.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-color: #d5e2f5;
}

.lg-content{
    width:1328px;
    margin:auto;
}
.lg-panel{
    margin: auto;
    padding-top:48px;
}
.lg-panel .lg-panel-header .title{
    font-size: 22px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
}
.lg-panel .underline{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.lg-panel .light-line{
    height:4px;
    width:120px;
    background-color:crimson;
}
.lg-panel-body{
    margin-top:24px;
}
.lg-panel-body .list-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lg-panel-body .list-item .item{
    width: 314px;
    height: 236px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.06);
    border-radius: 4px;
    padding:24px;
}

.item-body{
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 24px;
    padding-top:10px;
}
.lg-panel-body .item-header{
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
}
.lg-dialog-panel-header .close{
    cursor: pointer;
}
.lg-dialog{
    position:fixed;
    top     : 0;
    left    : 0;
    bottom  : 0;
    right   : 0;
    background : rgba(0,0,0,0.5);
    display: none;
    z-index: 9999;
}
.lg-dialog .lg-dialog-panel{
    width:600px;
    height:470px;
    background-color: #fff;
    border-radius: 4px;
}
.lg-dialog .lg-dialog-panel .lg-dialog-panel-body{
    padding: 20px;
}
.lg-dialog .lg-dialog-panel-header{
    background-color: gainsboro;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    padding:0px 24px;
    background: rgba(0,0,0,0.02);
}
.lg-dialog .lg-dialog-panel .lg-dialog-panel-body .field-name{
    text-align: right;
    width:88px;
    padding-right:10px;
    line-height: 40px;
    vertical-align: middle;
}
.lg-dialog .lg-dialog-panel .lg-dialog-panel-body .field-value  .disabledInput{
    padding: 10px;
    width:160px;
    height:36px;
    border:none;
    background-color: gainsboro;
    outline:none;
}
.lg-dialog .lg-dialog-panel .lg-dialog-panel-body .field-mid-name {
    margin: 0px 10px 0px 10px;
}

.lg-dialog .lg-dialog-panel .lg-dialog-panel-body .field-value .shortInput{
    padding: 10px;
    width:166px;
    height:36px;
    border:1px solid gainsboro;
    border-radius: 4px;
    background-color: #fff;
    outline:none;
}

.lg-dialog .lg-dialog-panel .lg-dialog-panel-body .field-value .longInput{
    padding: 10px;
    width:410px;
    height:36px;
    border:1px solid gainsboro;
    border-radius: 4px;
    background-color: #fff;
    outline:none;
}

.lg-dialog .lg-dialog-panel .lg-dialog-panel-body .field-value textarea{
    display: block;
    width: 410px;
    height: 80px;
    outline: none;
    padding: 10px;
    border:1px solid gainsboro;
    border-radius: 4px;
}

.lg-dialog .lg-dialog-panel-foot{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding:0px 24px;
}
.lg-dialog .lg-dialog-panel-foot input[type=button]{
    height: 40px;
    width: 100px;
}

.lg-dialog .lg-dialog-panel-foot .submitBtn{
    width: 84px;
    height: 36px;
    background: linear-gradient(270deg, #249AF6 0%, #0652BC 100%);
    border-radius: 4px;
    outline:none;
    border:none;
    cursor:pointer;
    color:#fff;
}

.lg-dialog .lg-dialog-panel-foot .cancelBtn{
    background-color: #fff;
    outline: none;
    border:1px solid gainsboro;
    border-radius: 4px;
    font-size:14px;
    cursor:pointer;
}
.red-c{
    background-color: red;
    width:20px;
    height:20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    font-size:14px;
    color:#fff;
    margin-right:14px;
}
.blue-c{
    background-color:blue;
    width:20px;
    height:20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    font-size:14px;
    color:#fff;
    margin-right:14px;
}
.process-item{
    width: 144px;
    height: 120px;
    background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 100%);
    box-shadow: 0px 6px 16px 0px rgba(135,135,135,0.06);
    border-radius: 4px;
    border: 2px solid #FFFFFF;
}
.process-arrow{
    width: 10px;
    height: 10px;
    border-top: 2px solid #0452D8;
    border-left: 2px solid #0452D8;
    transform: rotate(135deg);
    opacity: 0.4;
    margin:0px 22px;
}
.fcc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-title{
    font-size: 20px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 25px;
}
.route-panel-header{
    height:60px;
    background-color: #fff;
    padding:0px 24px;
    margin-top:36px;
}
.header-more{
    font-size: 14px;
    font-weight: 400;
    color: rgba(29,33,41,0.65);
    line-height: 20px;
    cursor: pointer;
}
.header-more a{
    text-decoration: none;
    color: rgba(29,33,41,0.65);
}
.ver-list-item .item{
    height:172px;
    background-color: #fff;
    margin-top:24px;
    padding:24px;
    box-shadow: 0px 10px 28px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
}
.ver-list-item .item-content{
    width:940px
}
.ver-list-item .item-content table{
    width:1000px;
    text-align: left;
}

.ver-list-item .item-content table th{
    font-size: 16px;
    color: rgba(0,0,0,0.45);
    line-height: 20px;
    font-weight: normal;
}
.ver-list-item .item-content table td{
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 50px;
    height:50px;
}
.line-arrow{
    padding: 0px 96px;
}
.requirement{
    width: 120px;
    height: 44px;
    background: linear-gradient(270deg, #249AF6 0%, #0652BC 100%);
    outline: none;
    border:none;
    border-radius: 4px;
    color:#fff;
    cursor: pointer;
}
.route-panel-body{
    margin-bottom:48px;
}
.bt{
    color:red;
}

.banner-content{
    width:1328px;
    margin:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height:200px;
}
.banner-content-title{
    font-size: 32px;
    color: rgba(0,0,0,0.85);
    font-weight: 700;
}
.banner-content-desc{
    font-size: 16px;
    color: rgba(0,0,0,0.65);
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: 400;
    margin-top:14px;
}
