html, body {
    margin: 0;
    padding: 0;
}

#app {
    padding-bottom: 160px;
}

.panda-loan-box {
    /*background-color: #f1f2f3;*/
    min-height: 100vh;
    /*position: absolute;*/
}

.pl-head {
    position: relative;
    height: 919px;
    /* background-color: pink; */
}

.pl-head-txt {
    position: absolute;
    right: 254px;
    top: 66px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.panda-loan-box .pl-head img {
    min-width: 100%;
    position: absolute;
    height: 919px;
    top: 0px;
    right: 0;
}

.pl-date {
    width: 1200px;
    height: 180px;
    margin: 32px auto 0;
    background-color: #fff;
}

.pl-date img {
    width: 100%;
    height: 180px;
}

.pl-num {
    width: 460px;
    height: 90px;
    margin: 20px auto 30px;
    box-sizing: border-box;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    color: white;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    left: calc(50vw - 230px);
}

.pl-num span {
    color: white;
    font-weight: bold;
    font-size: 32px;
}

.pl-main {
    width: 1200px;
    margin: 0 auto;
    /*background-color: #fff;*/
    box-sizing: border-box;
    padding: 20px 20px;
    position: relative;
}

.bank-production-apply {
    /*position: absolute;*/
    /*top: 14px;*/
    /*right: 4px;*/
    /*width: 285px;*/
    width: 125px;
    height: 50px;
}

.prod-bank {
    display: flex;
    justify-content: space-between;
}

.bank-production-apply img {
    width: 100%;
}

.bpa-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    transform: translateY(-9px);
}

.bpa-txt:hover {
    cursor: pointer;
}

.pl-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FEEBD5;
    height: 120px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 26px;
    border-left: 6px solid #F08200;
    color: #363942;
}

.pl-list-item > div:nth-child(1) > div:nth-child(1) {
    display: flex;
    align-items: center;
}

.pl-list-item > div:nth-child(1) img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.pl-list-item > div:nth-child(1) .loanname {
    color: #363942;
    font-size: 22px;
    margin-left: 5px;
}

.pl-list-item > div:nth-child(1) > div:nth-child(2) span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 12px;
    border: 1px solid #F38C49;
    padding: 2px 5px;
    color: #F38C49;
}

.loan-amt span:nth-child(1) {
    color: #F4605C;
    font-size: 22px;
}

.loan-amt span:nth-child(2) {
    color: #F4605C;
    font-size: 14px;
}

.loan-tips {
    font-size: 14px;
    margin-top: 10px;
}

.loan-deadline span:nth-child(1) {
    font-size: 22px;
}

.loan-deadline span:nth-child(2) {
    font-size: 14px;
}

.loan-rate span:nth-child(1) {
    font-size: 22px;
    color: #02CF97;
}

.el-button--goon.is-active,
.el-button--goon:active {
    background: #DD6411 !important;
    border-color: #DD6411 !important;
    color: #fff !important;
}

.el-button--goon:focus,
.el-button--goon:hover {
    background: #DD6411 !important;
    border-color: #DD6411 !important;
    color: #fff !important;
}

.el-button--goon {
    color: #FFF;
    background-color: #DD6411 !important;
    border-color: #DD6411 !important;
    line-height: normal !important;
}

.pl-footer {
    font-size: 24px;
    color: white;
    background-color: #17A2D3;
    height: 434px;
    display: flex !important;
    box-sizing: border-box;
    padding: 0 195px;
}

.pl-footer > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pl-footer > div div {
    margin-bottom: 20px;
}

.pl-footer > div div:nth-child(1) {
    font-weight: bold;
    font-size: 26px;
}

.pl-footer > div:nth-child(1) {
    margin-right: 80px;
    flex: 3;
}

.pl-footer > div:nth-child(2) {
    flex: 2;
}

.pl-main-search {
    display: flex;
    flex-wrap: wrap;
}

.product-box {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.product-box .prod-apply {
    position: absolute;
    top: 3px;
    right: 280px;
}

.product-box .prod-apply img {
    cursor: pointer;
}

.product-box-head {
    height: 70px;
    font-size: 51px;
    font-weight: bold;
    color: #333333;
    line-height: 70px;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}

.product-box-msg {
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #6B6C6F;
    line-height: 28px;
    letter-spacing: 5px;
    width: 100%;
    text-align: center;

}

.el-form {
    margin-bottom: 10px;
}

.el-form-item__content {
    display: flex;
    justify-content: center;
}

.pl-main-search .el-input__inner {
    width: 359px;
    height: 40px;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #D9D9D9;
}

.pl-main-search .el-form {
    width: 100%;
}

.classification {
    width: 1190px;
    height: 60px;
    background: #F8FAFF;
    box-shadow: 0px 13px 20px 0px rgba(207, 219, 241, 0.47);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    margin-bottom: 20px;

}

.classification-item {
    width: 25%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #384456;
    cursor: pointer;
}
.activeType{
    background-color: #27a0f5;
    color: white;
}
.activeType1{
    background-color: #27a0f5;
    border-radius: 10px 0 0 10px;
    color: white;

}
.activeType2{
    background-color: #27a0f5;
    border-radius: 0px 10px 10px 0px;
    color: white;

}
.prod-box {
    display: flex;
    justify-content: space-between;
    width: 1190px;
    flex-wrap: wrap;
}

.prod-msg {
    width: 592px;
    height: 290px;
    box-sizing: border-box;
    padding: 20px 25px 5px 25px;
    position: absolute;
    top: 0;
}

.prod-msg .prod-msg-title {
    height: 36px;
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.prod-msg-view {
    display: flex;
    margin-bottom: 20px;
}

.prod-num {
    display: flex;
    margin-bottom: 20px;
}

.bank-btn {
    width: 108px;
    height: 36px;
    background: linear-gradient(88deg, #FDD8B8 0%, #FFD7B5 100%);
    border-radius: 31px 31px 31px 31px;
    text-align: center;
    line-height: 36px;
    color: #632704;
    font-size: 18px;
    cursor: pointer;
}

.prod-item {
    width: 592px;
    height: 290px;
    position: relative;
    margin-bottom: 10px;
}

/*.prod-num >div{*/
/*    width: 32%;*/
/*}*/
.prod-num .prod-num-one {
    width: 38%;
}

.prod-num .prod-num-two {
    width: 40%;
}

.prod-num .prod-num-three {
    flex: 1;
    padding-left: 25px;
}
.prod-desc .prod-num-one {
    width: 23%;
}
.prod-desc .prod-num-two {
    width: 23%;
}

.prod-desc .prod-num-three {
    width: 23%;
}
.prod-desc .prod-num-four {
    width: 31%;
}
.productDetails{
    margin-bottom: 25px;
}
.prod-desc .prod-num-four .prod-top{
    margin-bottom: 6px;
}
.prod-desc .prod-num-four .prod-top :nth-child(1){
    height: 43px;
    font-size: 31px;
    font-weight: bold;
    color: #333333;
    line-height: 43px;

}
.prod-desc .prod-num-four .prod-top :nth-child(2){
    height: 43px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
}
.prod-num .prod-num-one .prod-top :nth-child(1) {
    height: 43px;
    font-size: 31px;
    font-weight: bold;
    color: #E4494B;
    line-height: 43px;
}

.prod-num .prod-num-one .prod-top :nth-child(2) {
    height: 43px;
    font-size: 22px;
    font-weight: bold;
    color: #E4494B;
    line-height: 43px;
}

.prod-down {
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #A4A4A4;
    line-height: 22px;
}

.prod-num-two .prod-top :nth-child(1) {
    height: 43px;
    font-size: 31px;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
}

.prod-num-two .prod-top :nth-child(2) {
    height: 43px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
}

.prod-num-three .prod-top :nth-child(1) {
    height: 43px;
    font-size: 31px;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
}

.prod-num-three .prod-top :nth-child(2) {
    height: 43px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 43px;
}

.prod-bank {
    height: 60px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.prod-bank .bank-msg img {
    width: 32px;
    height: 32px;
    vertical-align: middle

}

.prod-msg-view .view-one {
    width: 85px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #768B9F;
    line-height: 22px;
    background-color: #e4efff;
    margin-right: 5px;
    box-sizing: border-box;
    /*padding: 3px 5px;*/
    text-align: center;
}

.pl-main-search .el-form-item {
    margin-bottom: 10px !important;
}

.pl-main-search .el-input__icon {
    height: 28px;
}

.pl-main-search .el-form-item__label {
    color: #A2A8B6 !important;
    font-size: 14px;
    font-weight: bold;
}

/*  产品详情 */
.pl-detail-box {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 10px;
}
.pdb-name{
    display: flex;
    margin-bottom: 25px;
}
.pdb-name span:nth-child(1) {
    height: 50px;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
}

.pdb-name span:nth-child(2) {
    /*border: 1px solid #F08200;*/
    display: inline-block;
    color: #F08200;
    padding: 5px 15px;
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(88deg, #FDD8B8 0%, #FFD7B5 100%);
    margin-top: 5px;
    color: #632704;
    border-radius: 20px 0 20px 0;
}

.pdb-amount {
    margin: 20px 0;
    background-color: #FF6600;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 20px;
}

.pdb-attr {
    background-color: #F2F2F2;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    color: #333333;
    font-size: 16px !important;
}

.pdb-attr div:nth-child(1), .pdb-attr div:nth-child(2) {
    margin-bottom: 14px;
}

.pdb-introduction {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.pdb-introduction::before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 2px;
    border-radius: 2px;
    background-color: #FF6600;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.pdbi-title {
    height: 39px;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    line-height: 39px;
    margin-bottom: 10px;

}
.productDetails{
    width: 1160px;
    height: 226px;
    background: #F4F9FF;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
    padding: 30px 20px;
}

.pdbi-criteria {
    margin-top: 20px;
}

.pdbi-criteria .el-icon-arrow-right {
    font-weight: bold;
    color: #FF6600;
}

.pdbi-txt {
    box-sizing: border-box;
    /* padding-left: 20px; */
    margin-bottom: 4px;
}

.pdbi-txt > span {
    color: #737373;
}

.pdbi-apply-btn {
    background-color: #FF6600;
    border-radius: 4px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 240px;
    margin: 120px auto 10px;
}

.pdbi-apply-btn:hover {
    cursor: pointer;
}

.dialog-input {
    width: 300px;
}

.dialog-submit-box {
    text-align: center;
    margin-top: 10px;
}

.el-dialog__header {
    border-bottom: 1px solid #f1f2f3;
}

.dialog-input-sms {
    display: flex;
    justify-content: space-between;
}

.dialog-input-sms .el-input {
    width: 140px;
}

.slider-box {
    height: 40px;
    width: 300px;
    border: 1px solid #f1f2f3;
    position: relative;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;
}

.slider-img-box {
    width: 300px;
    height: 100px;
    position: relative;
    margin-bottom: 20px;
}

.valid-slider-img {
    position: absolute;
    top: 20px;
    left: 0px;
}

.slider-box {
    background-color: #f1f2f3;
    position: relative;
}

.slider-box-right {
    position: absolute;
    height: 36px;
    width: 50px;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #f1f2f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.slider-box-right:hover {
    cursor: pointer;
}

.sms-btn {
    height: 40px;
}

.sms-btn img {
    height: 40px;
}

.sms-btn img:hover {
    cursor: pointer;
}

.sms-btn-second {
    height: 40px;
    padding: 0 10px;
    /* background-color: #DD6411; */
    color: #fff;
    border-radius: 4px;
}

.dialog-input-sms-second {
    width: 160px;
}

.pl-back {
    width: 1200px;
    margin: 30px auto 10px;
}

.pldb {
    margin-top: 30px;
}

.bank-production-table {
    border-collapse: collapse;
    border-color: #ebeef5;
}

.bank-production-table .el-form-item__content {
    line-height: normal;
}

.bank-production-table td {
    padding: 10px;
    border-color: #ebeef5;
}

.bp-head {
    font-size: 30px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.bp-line-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.bp-td-title {
    text-align: center;
    width: 110px;
    font-weight: bold;
}

.bp-is-required {
    color: #F56C6C;
}

.bp-submit-box {
    text-align: center;
    margin: 30px 0 0;
}

.bp-dialog-form .el-form-item {
    margin-bottom: 0;
}

.bp-dialog-form .uplogo .el-form-item__content span {
    line-height: 66px;
}
.danbao{
    height: 60px;
}
.danbao .el-form-item__content{
    height: 40px;
}
.danbao .el-checkbox-group{
    width: 80%;
    margin-top: 10px;
}
.bp-dialog-form .is-error {
    margin-bottom: 12px;
}

.bp-year {
    /* justify-content: flex-end; */
}

.bp-year .el-input {
    width: 340px;
    margin: 0 10px;
}

.table-list-data {
    text-align: center;
}

.avatar-uploader {
    display: inline-block;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #f60;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 60px;
    height: 60x;
    line-height: 60px;
    text-align: center;
}

.avatar {
    width: 60px;
    height: 60px;
    display: block;
}

.bpadf-tips {
    color: #F56C6C;
    margin-bottom: 14px;
}

textarea {
    font-family: auto;
}
