﻿.bu_background {
    background-image: url('../image/business_topbg.png');
    height: 440px;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.hover {
    border-bottom: 4px solid #17a2b8 !important;
}

.pan_business_box {
    width: 62%;
    margin: auto;
}

.pan_title {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC, sans-serif;
    font-weight: bold;
    color: #2D2B5E;
    padding: 0 0 30px 0;
}

.pan_li_item {
    background: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC, sans-serif;
    font-weight: 400;
    color: rgba(45, 44, 94, 1);
    padding: 20px 0 20px 60px;
    background: #F6F6FE;
    margin-bottom: 2px;
    border-left: 4px solid #F6F6FE;
    cursor: pointer;
}

.pan_ul_box {
    padding-bottom: 30px;
}

.pan_li_item_active {
    background: #FFFFFF;
    border-left: 4px solid #807AF4;
}

.pan_li_item:hover {
    background: #FFFFFF;
    border-left: 4px solid #807AF4;
}

.pan_img_icon {
    width: 96px;
    height: 96px;
    margin-right: 25px;
}

.pan_explain_title {
    display: flex;
    justify-content: flex-start;
    
}

.pan_phone {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC, sans-serif;
    font-weight: 500;
    color: rgba(230, 89, 134, 1);
    padding: 16px 0 30px 0;
}

.pan_ul_list {
    padding-top: 30px;
}

.pan_input_item {
    margin-bottom: 20px;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}

.pan_submit_btn {
    width: 112px;
    height: 50px;
    background: rgba(128, 122, 244, 1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC, sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.pan_submit_btn:hover {
    opacity: 0.8;
}

.pan_input_size {
    height: 50px;
    
    border: 1px solid rgba(214, 214, 222, 1);
    font-size: 18px;
}

.pan_input_textarea {
    min-width: 100%;
    border: 1px solid rgba(214, 214, 222, 1);
    padding: 15px;
    font-size: 18px;
}

.pan_lable {
    height: 50px;
    font-size: 17px;
    font-family: PingFangSC-Medium, PingFang SC, sans-serif;
    font-weight: 500;
    color: rgba(45, 43, 94, 1);
    line-height: 50px;
    text-align: right;
}

input::-webkit-input-placeholder {
    
    color: #A7A7B7;
    font-size: 18px;
}

input:-moz-placeholder {
    
    color: #A7A7B7;
    font-size: 18px;
}

input::-moz-placeholder {
    
    color: #A7A7B7;
    font-size: 18px;
}

input:-ms-input-placeholder {
    
    color: #A7A7B7;
    font-size: 18px;
}

textarea::-webkit-input-placeholder {
    
    color: #A7A7B7;
    font-size: 18px;
}

textarea:-moz-placeholder {
    
    color: #A7A7B7;
    font-size: 18px;
}

textarea::-moz-placeholder {
    
    color: #A7A7B7;
    font-size: 18px;
}

textarea::-ms-input-placeholder {
    
    color: #A7A7B7;
    font-size: 18px;
}

.pan_xing {
    color: red;
}

.cover {
    position: fixed;
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.pan_modal {
    width: 30%;
    height: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 100;
    
    
}

.pan_close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.hide {
    display: none;
}

.pan_succerss_icon {
    margin-top: 70px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.pan_tip {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
}

.nav>li>a {
    position: relative !important;
    display: inline !important;
    padding: 0 !important;
}

.nav>li>a:hover {
    background: #fff;
}

.form {
    width: 100%;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
}

.dpn {
    display: none !important;
}

.checkbox-inline {
    height: 50px;
    line-height: 24px;
    padding-top: 15px;
    margin-left: 20px;
    font-size: 15px;
    margin-right: 20px;
}

#upform {
    position: relative;
}

.ming_btn,
.ming_btn2 {
    position: absolute;
    top: 10px;
    width: 118px;
    background: rgba(128, 122, 244, 1);
    color: #fff;
    border-radius: 2px;
}

.ming_btn:hover,
.ming_btn2:hover {
    background: #9995f6;
}