html,
body {
	height: 100%;
	background-color: #fafafa !important;
	margin: 0;
	font-size: 1rem !important;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -200px;
	padding: 0 0 200px;
}

.wrap > .container {
	padding: 70px 15px 20px;
}

.footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: "\F574";
}

a.desc:after {
	content: "\F575";
}

.sort-numerical a.asc:after {
	content: "\F577";
}

.sort-numerical a.desc:after {
	content: "\F576";
}

.sort-ordinal a.asc:after {
	content: "\F577";
}

.sort-ordinal a.desc:after {
	content: "\F576";
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/*.yingxiaoshi-navbar{*/
/*    box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15)*/
/*}*/
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
	padding: 15px;
	border: none;
}

@media (max-width: 767px) {
	.nav li > form > button.logout {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 15px;
	}
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
	text-decoration: none;
}

.nav > li > form > button.logout:focus {
	outline: none;
}

.mobile-btn {
	bottom: 7rem;
	right: 1rem;
	padding: 0.6rem 0.375rem;
	border-radius: 50%;
	z-index: 100;
}

.review-top {
	padding-top: 5rem;
}

.under-review {
	height: 8rem;
}

.under-review img {
	height: 100%;
}

/*.pagination {*/
/*    display: none !important;*/
/*}*/

.pb-2rem {
	padding-bottom: 2rem;
}

.banner-box {
	width: 100%;
}

.banner-box img {
	width: 100%;
}

/* Footer */
.footer {
	height: 13rem;
	// background: #333333;
	padding: 0 2.45rem;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	font-size: calc(0.875rem - 0.05rem);
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer img {
	width: 100%;
}

.footer .footer-top-box {
	border-bottom: 1px solid #707070;
}

.product-item {
	border-radius: 5%;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	display: block;
	color: #0b1727;
}
.product-item:hover {
	text-decoration: none;
}

.bg-f5 {
	background: #f5f5f5;
}
.order-img {
	width: 80px;
	height: 80px;
}
.exam ul {
	padding: 0;
}
.exam ul li,
.product-info ul li {
	list-style: none;
	line-height: 1.5;
}
.product-info ul li:last-child {
	color: #cccccc;
}
.bg-table {
	background: #f5f7fa;
}
.product-info {
	color: #666;
}

.product-info tr td:first-child {
	border-right: none;
	vertical-align: text-top;
	line-height: 2;
}
.product-info tr td:last-child {
	border-left: none;
}
.product-info tr td {
	padding: 0 15px;
}
.product-info ul {
	padding: 0;
}
.product-info ul li {
	line-height: 2;
}

.h-index-content {
	height: auto;
}
.text-footer {
	color: #85898b;
}
#weixin:hover,
#kefu:hover {
	cursor: pointer;
}
.weixin-show {
	top: -13rem;
	left: 9rem;
}
.kefu-show {
	top: -13rem;
	left: 5rem;
}

.banner-box {
	background-image: linear-gradient(75deg, #f7f8fe, #f4f4fc);
}
.navbar-brand {
	display: flex;
	align-items: center;
}
.announce-container a {
	color: #333333;
	text-decoration: none;
}
footer a ,
footer .nav > li > a:hover{
	color: #85898b;
    background: transparent;
}
footer .nav > li > a{
    padding: 10px 0;
    margin-right: 15px;
}
.navbar {
	margin-bottom: 0;
}
.banner-box,
.banner-box .container{
    position: relative;
}
.btn-wrap-banner{
    position: absolute;
    bottom: 2rem;
    left: 1.1rem;
}
.btn-apply-banner {
	color: #ffffff;
	background: #5f48ef;
    border: 2px solid #5f48ef;
    padding: .35rem 1.8rem;
    margin-right: .5rem;
}
.btn-login-banner {
    border: 2px solid #5f48ef;
    color: #5f48ef;
    padding: .35rem 1.8rem;
    box-sizing: border-box;
    background: #ffffff;
}
.icon-s1{
    width: 60px;
    margin-bottom: .8rem;
}
.product-view table tr td:first-child{
    width: 40%;
}
.btn.logout{
    padding-left: 0!important;
}


@media (max-width: 768px) {
    .btn-wrap-banner{
        position: relative;
        left: 0;
        bottom: 15px;
    }
    .btn-apply-banner,
    .btn-login-banner{
        padding: .2rem 1rem;
        font-size: .9rem;
    }
    .footer{
        padding: 0 .2rem;
    }

    .icenter-sidebar{
        height: auto!important;
        margin-bottom: 1.5rem;
    }
    .students-info-form.ml-4,
    .order-box.ml-4,
    .icenter-index.ml-4{
        margin-left: 0!important;
    }
    .order-box .card-body,
    .icenter-index .card-body{
        padding: 1rem .2rem;
    }
    .card-body>div{
        overflow-x: scroll;
    }
    .card-body .container-fluid{
        padding: 0 5px;
    }
}