.bgcx {
    padding-bottom: 30px;
}

.bgcx p {
    width: 400px;
    height: 48px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.bgcx p span {
    display: inline-block;
    width: 90px;
    text-align: right;
    font-size: 15px;
    color: #717171;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
}

.bgcx p span i {
    font-style: normal;
    color: #199cd2;
}

.bgcx p input {
    display: inline-block;
    width: 240px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.bgcx p select {
    display: inline-block;
    width: 280px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.bgcx .miaoshu {
    width: 820px;
    height: 120px;
}

.bgcx .miaoshu span {
    float: left;
}

.bgcx .miaoshu textarea {
    display: inline-block;
    width: 690px;
    padding-left: 10px;
    height: 120px;
    line-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.bgcx .zy {
    font-size: 15px;
    color: #717171;
    height: 40px;
    line-height: 40px;
    display: block;
    padding-left: 30px;
}

.bgcx .zy i {
    font-style: normal;
    color: #199cd2;
}

.bgcx .submit {
    display: block;
    width: 181px;
    height: 45px;
    border: none;
    background: #199cd2;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    /* margin-top: 15px; */
    margin-left: 100px;
    cursor: pointer;
}

.mola .container {
    width: 100%;
    margin: auto;
}

.mola h1 {
    color: #199cd2;
    text-align: center;
    font-size: 35px;
}

.mola h2 {
    font-size: 18px;
    color: #004085;
    border-bottom: 2px solid #199cd2;
    padding-bottom: 6px;
    margin-top: 25px;
}

.mola p {
    font-size: 16px;
    color: #333;
}

.mola a {
    display: inline-block;
    color: white;
    background-color: #199cd2;
    margin-top: 10px;
    padding: 8px 30px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.mola a:hover,
.mola a:focus {
    background-color: #199cd2;
}

.mola .icon {
    color: #199cd2;
    margin-right: 10px;
}