html,
body {
    width: 100%;
}

html {
    height: 100%;
}

body {
    height: calc(100% - 115px);
    background-color: #F2F2F2;
    font-family: 'PingFang-SC-Medium', Arial, 'Microsoft YaHei', 'Serif';
}

a {
    color: black;
    text-decoration: none;
}

ul {
    list-style: none;
}

a:hover,
a:focus {
    color: black;
    text-decoration: none;
}

a:focus {
    color: black;
    outline: thin dotted;
    outline-offset: -2px;
}

p {
    margin-bottom: .15rem;
}

.header_bottom {
    border-bottom: 1px solid rgba(218, 218, 218, 1);
}

.header_title {
    line-height: 40px;
    color: #545454;
    font-weight: 500;
    text-align: center;
    font-size: 0.362rem;
}

.container {
    /* width: 6.96rem; */
    /* margin: 55px auto 0; */
    margin-top: .2rem;
    background: #FFFFFF;
    border-radius: 6px;
    /* padding: 0.5rem 0.45rem 0; */
    height: 100%;
    overflow-y: scroll;
    background: url('../../images/new/enterprise.jpg') no-repeat center;
    /* background-size: 100% 100%; */
}

.p1 {
    font-size: 0.598rem;
    color: #57B86B;
    font-weight: bold;
}

.p2 {
    font-size: 0.308rem;
    font-weight: 500;
    color: #959595;
}

.p3 {
    text-align: center;
    font-size: 0.236rem;
    color: #56B76A;
    margin: .3rem;
    font-weight: bold;
}

.navbar-fixed-bottom {
    background-color: inherit;
    border-top: none;
}

.img_index_a {
    margin: 0.5rem 0 0.5rem;
    width: 100%;
    display: none;
}

.btn_box {
    text-align: center;
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.btn_confirm {
    background: #56B76A;
    color: #FFFFFF;
    font-size: 0.38rem;
    padding: 0.2rem 1.75rem;
}

.submit_val {
    font-weight: 500;
}

.btn_confirm:hover,
.btn_confirm:focus,
.btn_confirm.focus {
    color: #FFFFFF;
}
#btnSubmit{
    width:4.88rem;
    height:1rem;
    background:rgba(0,165,81,1);
    border-radius:.5rem;
}