@charset "UTF-8";

.business_title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
    width: 800px;
    margin: auto;
    height: 82px;
    padding-top: 30px;
    color: #000;
}

.business_main {
    width: 800px;
    margin: auto;
}

.number_icon p {
    margin-right: 10px;
    font-size: 40px;
    color: #abcd03;
    display: inline-block;
    line-height: 40px;
    vertical-align: -5px;
    text-indent: 0;
}

.number_icon span {
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
}

#merchantForm {
    font-size: 16px;
}

#merchantForm tr {
    height: 60px;
    line-height: 60px;
    width: 100%;
}

#merchantForm tr td:first-child {
    width: 150px;
}

#merchantForm .select, #merchantForm .input {
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    border-color: #abcd03;
    width: 500px;
    background: #fff;
}

#merchantForm .select {
    height: 35px;
    line-height: 35px;
}

#merchantForm .select_small {
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    border-color: #abcd03;
    width: 150px;
    background: #fff;
}

#submitForm {
    height: 35px;
    border-radius: 10px;
    border: 1px solid #abcd03;
    width: 300px;
    background: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
}

.business_img {
    width: 80%;
    margin: 20px auto;
    text-align: center;
}
#doing{position: fixed;top:50%;left: 50%;}
#doing img{width: 32px;height: 32px;display: inline-block;}