

body {
    background-color: #eee;

   /* font-family:'FZFangSong\-Z02,方正仿宋_GBK';*/
}
form{
    background-color: #fff;
    min-height: 100px;
    padding: 30px;
}
.btn-default {
    color: #ffffff;
    background-color: #132682;
    border-color: #132682;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #132682;
    background-color: #e7e7e7;
}
.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar > .container, .navbar > .container-fluid {
    justify-content: normal;
}

.header_top {
    min-height: 50px;
    background-color: #132682;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    margin:0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.o_frontend_header_inner {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 4px;
    align-items: center;
    padding: 48px 0 8px 100px;
}

.o_frontend_header_logo {
    grid-column: 1;
    grid-row: 1;
    height: 50px;
    width: auto;
    align-self: center;
    filter: brightness(0) invert(1);
}

.jumbotron.o_frontend_header .o_frontend_header_title {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0;
    font-family: Roboto, system-ui, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.o_frontend_header_instname {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.o_frontend_header_suffix {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.o_frontend_header_phone {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .jumbotron.o_frontend_header .o_frontend_header_title {
        font-size: 43px;
    }

    .jumbotron {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.footer {
    clear:both;
    min-height: 100px;
    color: #736a6a;
    font-weight: 900;
    line-height: 30px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 1px;
    border: 1px solid transparent;
}

.footer p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 200;
    margin-bottom: 0px;
    margin-left:100px;
}

.form-horizontal{
min-height: 300px;
}
.pass_image{
 width: 300px;
 margin-top: 10px;
 margin-bottom: 10px;
   }

.alert_body {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 90px;
    margin-top: 20px;
}
.alert_form {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 180px;
    margin-top: 20px;
}
.main_body{
 background-color: #fff;
 margin:0px;
}

@media (min-width: 768px)
.navbar-nav {
    float: inherit;
    margin: 0;
}

.unionpayList{
			width: 200px;
			height: 130px;
			line-height: 40px;
			border: 2px solid #dff1f3;
		}
		.activeBtn{
			width: 200px;
			height: 130px;
			line-height: 40px;
			border: 2px solid #7a97cc;
		}

		.img-rounded{
			width:200px;
			height: 130px;
		}