* {
    margin: 0;
    padding: 0;
}
p{
	margin:3px 10px 0 10px;
	margin-bottom:0;
}
img{
	width: 100%;
}

.map_img {
     width: 100%;
     height: 98%;
}

body {
   /*  background-color: #dee2e6; */
   background-color: #fff;
}

.title_c{
	background-color: #ffffff;
}
.search_c{
	border:2px solid rgba(153, 102, 0, 1);
	height: 45px;
}
.search_b{
	background-color:rgba(153, 102, 0, 1);
}
.search_s{
	 background-color: rgba(0, 153, 204, 1);
	 padding: 2px 5px 2px 5px;
	 border-radius:1em;
	
}


.div-c{
	float:left;
	width:49%;
	padding:5px;
	
	} 
.div-d{
	float:right;
	width:49%;
	padding:5px;
	}
.font_color{
	color:rgba(255, 255, 255, 1);
}	
.d-super{
	 background-color:#b90819;
	 width: 53%;
	 margin:5px 0 5px 0;
}
.d-super-m{
	 margin:8px 0 5px 0;
}	
	

.div-d-u p{
	margin-bottom: 0.5rem;
	}	
	
.c_div{
	border:1px solid #212529;
	height: 75%;
	width: 93%;
    background-color:rgba(255, 255, 255, 1);
}
.s_div{
	border:1px solid #212529;
	height: 90%;
    background-color:rgba(255, 255, 255, 1);
}

.div-c-u{
    float:left;
	width:35%;
	padding:5% 1% 5% 2%
	} 
	
.div-d-u{
    float:right;
	width:30%; 
	padding: 5% 0% 5% 1%;
	}
.div-d-img{
    float:right;
	width:35%; 
	padding: 5% 1% 0% 1%;
	}
	
.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 100%;
  height: 100%;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  /* border-bottom: solid 3px #bd6565; */
  transition: .4s;
}

.s-wining{
	 color:#d22334;
	 padding: 0 10px 0 10px;
	 font-size: 18px;
}

.b-wining{
	 background-color:#e9ecef;
	 border:1px solid #002199;
	 color:#002199;
	 padding: 0 10px 0 10px;
	 font-size: 1.5rem;
	 border-radius:5px;
	 cursor: pointer;
}
.factions_d{
	border:1px solid #212529;
	margin: 8px 5px 0 5px;
	border-radius:10px;
}
.factions_inline{
	display:inline-block;
}
.factions_n{
	width: 100%; 
	border-radius:10px;
	min-width: 50%;
}
.spanStyle{  
    white-space: nowrap;  /*ǿ��span������*/
}
.region_d{
	/* position: relative;
	top: -350px; */
	
	position: absolute;
    top: 286px;
	border-top:1px solid #212529; 
	border-left:1px solid #212529;
	border-right:1px solid #212529;
	margin: 0 9px 0 -6px;
}

.region_d_d{
	display:inline-block;
	border-right:1px solid #212529;
	border-bottom:1px solid #212529;
}

.region_d_l{
	display:inline-block;
	border-bottom:1px solid #212529;
}

.div-category {
    margin-top: 13px;
    cursor: pointer;
}

.div-category-detail {
    margin-top: -7px;
    border:1.5px solid #389DA9; 
    border-radius: 6px;
    height:110px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #4A4A4A;
    display:table;
}

.div-category-detail-list {
    display:table-cell;
    vertical-align:middle;
}

.s-b-wining {
    border: 1px solid #996600;
    color: #996600;
    font-size: 24px;
    padding: auto 5px;
}

.t_td {
    vertical-align: middle;
    padding: 0.25rem;
    
}
.party-tbl {
	margin: 10px auto;
	width: 80%
}
.party-icon {
	width: auto;
    height: auto;
    max-width: 80px;
    max-height: 33px;
}

.party-title {
    font-size:18px;
}

.percent-svg {
	margin-top:40px;
	margin-bottom:40px;
	text-align: center;
}

.percent-svg svg {
	width: 80%;
	height: 80%;
}

.party-percent {
	display: inline-block;
	height: 100%;
}

.percent {
    border-bottom-style: none;
    /* margin: 20px auto; */
    margin: 33px auto 20px auto;
}

.percent td {
    padding: 5px 10px 5px 10px;
}

.percent-circle {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 15px;
}


.percent-circle-title {
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	padding-left: 1em;
}

