@charset "utf-8";

.banner-choice{
	height:490px;
	position: relative;
	background:url(../images/choice-bg.jpg) no-repeat top center;
}
.choice-title{
	padding:30px 0;
}
.choice-title h3{
	font-weight: bold;
	color:#fff;
	font-size:46px;
	text-align: center;
	line-height:68px;
}
.choice-listbar{
  	height: 505px;
  	background:#fff;
  	box-shadow:0px 3px 10px 0px rgba(183,183,183,0.8)
}
.system-text h3{
	text-align: center;
	font-size:34px;
	color:#5b5b5b;
	padding:40px 0 30px;
	line-height:44px;
}
.system-fengs ul{
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.system-fengs ul li{
	text-align: center;
	margin:0 55px;
}
.system-fengs ul li p span{
	display: inline-block;
	font-size:47px;
	color:#ca2b2f;
	font-weight: bold;
	line-height:56px;
}
.system-fengs ul li p{
	font-size:26px; 
	color:#333333;
	line-height:40px;
}.system-lozenge ul{
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.system-lozenge{
	padding:50px 0 0;
}
.system-lozenge ul li{
	display: flex;
	align-items: center;
	margin:0 11px;
	padding:10px 0;
}
.system-lozenge ul li span{
	width:60px;
	height:70px;
	font-size: 26px;
	font-weight: bold;
	margin-right:10px;
	color:#fff;
	background:url(../images/lozenge.png) no-repeat;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.system-lozenge ul li p{
	font-size:20px;
	line-height:38px;
	color:#333333;
	min-width:290px;
	padding-right:10px;
	border-bottom:1px dashed #959595; 
}
.ballot-center{
	height:882px;
	background:url(../images/ballot-bg.jpg) no-repeat top center;
}
.ballot-inner{
	padding:160px 0 0;
}
.ballot-text{
	text-align: center;
}
.ballot-text h3{
	font-size:46px;
	color:#333333;
	font-weight: bold;
	line-height:72px;
}
.ballot-text h3 span{
	display: inline-block;
	color:#ca2b2f;
}
.ballot-text p{
	font-size:20px;
	line-height:36px;
	color:#666666;
	letter-spacing:3px;
}
.ballot-volls ul li{
	float: left;
	width:288px;
	height:280px;
	margin:14px 8px 0;
}
.ballot-volls ul li:nth-child(1){background:url(../images/vollsbg-1.png) no-repeat;}
.ballot-volls ul li:nth-child(2){background:url(../images/vollsbg-2.png) no-repeat;}
.ballot-volls ul li:nth-child(3){background:url(../images/vollsbg-3.png) no-repeat;}
.ballot-volls ul li:nth-child(4){background:url(../images/vollsbg-4.png) no-repeat;}
.ballot-volls ul li:nth-child(5){background:url(../images/vollsbg-5.png) no-repeat;}
.ballot-volls ul li:nth-child(6){background:url(../images/vollsbg-6.png) no-repeat;}
.ballot-volls ul li:nth-child(7){background:url(../images/vollsbg-7.png) no-repeat;}
.ballot-volls ul li:nth-child(8){background:url(../images/vollsbg-8.png) no-repeat;}

.Voting-slide{
	padding:120px 14px 0;
}
.Voting-slide p{
	font-size:17px;
	line-height:30px;
	text-align: justify;
	color:#484848;
}
.ballot-volls ul{
	margin:0 -10px;
}

.custom-made{
	height:193px;
	background:url(../images/custom-made.jpg) no-repeat top center;
}

.Escort-banner{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height:330px;
	background:#fff url(../images/Escort-banner.png) no-repeat top center;
}

.Escort-chara h3{
	font-weight: bold;
	color:#fff;
	font-size:35px;
	line-height:105px;
	position: relative;
	margin-bottom:30px;
}
.Escort-chara h3:after{
	display: block;
	content:"";
	width:48px;
	height:6px;
	font-size:0;
	background:#d53c3c;
	position: absolute;
	left:50%;
	bottom:0;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.Escort-chara h3 span{
	display: inline-block;
	color:#d53c3c;
}
.Escort-chara p{
	font-size:15px;
	line-height:30px;
	color:#fff;
}
.disparity{
	width:476px;
	height:53px;
	background:url(../images/chajbar.png) no-repeat;
	font-size:25px;
	color:#fff;
	font-weight: bold;
	position: absolute;
	left:50%;
	bottom:-18px;
	line-height:53px;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.status-temlist ul li{
	float: left;
	width:50%;
	height:240px;
	text-align: center;
	
	overflow: hidden;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.status-temlist ul li:nth-child(1){border-radius:10px 0 0 0;border-right-width:0px;border-bottom-width:0px;}
.status-temlist ul li:nth-child(2){border-radius:0 10px 0 0;border-bottom-width:0px;}
.status-temlist ul li:nth-child(3){border-radius:0 0 0 10px;border-right-width:0px;}
.status-temlist ul li:nth-child(4){border-radius:0 0 10px 0;}

.status-temlist{
	padding:0 30px;
	position: relative;
	margin:80px 0 60px;
                background: url(../images/beijing.png) no-repeat;
}
.status-temlist ul li p{
	font-size:18px;
	line-height:44px;
}
.status-temlist ul li p span{
	display: inline-block;
	font-weight: bold;
	font-size:18px;
	line-height:44px;
}
.status-temlist ul li p.red{color:#d53c3c;}
.status-temlist ul li p.black{color:#333333;}

.contrast-vs{
	width:80px;
	height:80px;
	background:url(../images/contrast-vs.png) no-repeat;
	position: absolute;
	left:50%;
	top:50%;
	z-index:99;
	 transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}

.status-temlist .login{
	width:161px;
	height:108px;
	background:url(../images/login.png) no-repeat;
	position: absolute;
	left:0;
	top:-46px;
}
.synopsis-mgs{
	float: left;
	width:598px;
}
.synopsis-rights{
	float: right;
	width:560px;
}
.synopsis-slidetx h3{
	font-size:30px;
	font-weight: bold;
	color:#d53c3c;
	line-height:56px;
}
.synopsis-slidetx h3 span{
	font-size:30px;
	font-weight: bold;
	color:#333333;
	line-height:56px;
}
.synopsis-pages p{
	line-height:36px;
	color:#666666;
	text-indent:2em;
}
.synopsis-more{
	display: inline-block;
	width:230px;
	line-height:50px;
	color:#fff;
	background:#ca2b2f;
	border-radius:30px;
	text-align: center;
	margin:18px 0 0;
}
.context-info{
	background:#ca2b2f;
}
.context-mglist ul{
		display: flex;
		  justify-content: center;
		  align-items: center;
}
.context-mglist ul li{
	float: left;
	padding:10px 70px;
	position: relative;
}
.context-mglist ul li+li:after{
	display: block;
	content:"";
	width:1px;
	height:72px;
	background:#af0812;
	font-size:0;
	position: absolute;
	left: 0;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.Kipsta-conts{
	padding:45px 0 0;
}

.Kipsta-center{
	padding:30px 0;
	text-align: center;
}
.Kipsta-listbar{
	padding:30px 0 0;
}
.Kipsta-listbar ul li{
	float: left;
	width:230px;
	height:467px;
	border:2px solid transparent;
	margin:0 5px;
	border-radius:15px;
overflow: hidden;
}
.Kipsta-listbar ul li:nth-child(odd){border-color:#ca2b2f;}
.Kipsta-listbar ul li:nth-child(even){border-color:#313131;}

.Kipsta-inner h3.name{
	text-align: center;
	font-weight: bold;
	font-size:25px;
	color:#0d0c11;
	margin:20px 0 16px;
}
.Kipsta-inner .Img{
	width:165px;
	height:165px;
	border-radius:50%;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}

.Kipsta-inner .Img:after{
	display: block;
	content:"";
	width:100%;
	height:100%;
	border:5px solid transparent;
	border-radius:50%;
	position: absolute;
	left: 0;
	top:0;
	z-index:99;
	box-sizing:border-box;
}

.Kipsta-listbar ul li:nth-child(odd) .Kipsta-inner .Img:after{border-color:#ca2b2f;}
.Kipsta-listbar ul li:nth-child(even) .Kipsta-inner .Img:after{border-color:#313131;}

.Kipsta-inner .slide{
	padding:0 16px;
overflow: hidden;
    max-height: 228px;
}
.Kipsta-inner .slide h4{
	font-size:15px;text-align: center;
	font-weight: bold;
	color:#0d0c11;
	margin:14px 0 8px;
}
.Kipsta-inner .slide p{
	font-size:15px;
	color:#0d0c11;
	line-height:20px;
	padding-bottom:8px;
	text-indent:1em;
	text-align: justify;
}
.Kipsta-inner .slide p span{
	display: inline-block;
	font-weight: bold;
}