.grade_btn{
    display: inline-block;
    position: relative;
    padding: 0.5em 2em;
    margin: 0.25em;
    text-decoration: none;
    color: #000;
    transition: .4s;
}
.grade_btn:hover {
    color:#ff7f7f;
}
.grade_btn:before,.grade_btn:after{
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.grade_btn:before{
  border-left: solid 1px #ff7f7f;
  border-top: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  left: 0;
}
.grade_btn:after{
  content: '';
  border-top: solid 1px #ff7f7f;
  border-right: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  right: 0;
}

.textTitle1 {
position: relative;
padding: 2px 5px 2px 25px;
font-size: 20px;
background: #F3961E;
color: #FFF;
border-radius: 0 10px 10px 0;
}

.textTitle1:before {
font-family: "Font Awesome 5 Free";
content: "\f135";
display: inline-block;
background: #F3961E;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
font-weight: 900;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

.textTitle2 {
position: relative;
padding: 2px 5px 2px 25px;
font-size: 20px;
background: #A90124;
color: #FFF;
border-radius: 0 10px 10px 0;
}

.textTitle2:before {
font-family: "Font Awesome 5 Free";
content: "\f135";
display: inline-block;
background: #A90124;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
font-weight: 900;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

.navbar-brand {
  background: url("../img/logo.svg") no-repeat left bottom;
  background-size: contain;
  height: 50px;
  width: 250px;
    margin-top: 10px;
    margin-left: 5px;
}

.text_h3 {
color: #01B0F0;/*文字色*/
border-bottom: dashed 2px #01B0F0;
width: 30%;
}

.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  border-left-color: #01B0F0;
  border-left-width: 5px;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color: #01B0F0;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.card {

	padding: 0.5em 1em 0.5em 0em;
	margin: 1em 0 0 0;
	background: #FFF;/*背景色*/
	border-left: solid 6px #01B0F0;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
	border-radius: 5px;
}

.card p {
	margin: 0; 
	padding: 0;
}
.card .left {

	display: inline-block;
	width: 30%;
	border-right: dashed 2px #DDD;
}

.card .right {
	display: inline-block;
	width: 65%;

}
.card .grade{
	display: block;
	color: gray;
	text-align: center;
	font-size: calc(112.5% + 0.5vw);
}

.card .status{
	display: block;
	color: gray;
	text-align: center;
	font-size: calc(80.5% + 0.4vw)
}

.card .name{
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 5em;
	height: 1em;
	color: gray;
	text-align: center;
	vertical-align: middle;
	font-size: calc(112.5% + 0.5vw);
}