* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

body {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: url(../images/bg.png);
	/* background: linear-gradient(180deg, rgba(10, 25, 72, 1) 0%, rgba(10, 25, 72, 1) 0%, rgba(10, 25, 72, 1) 59%, rgba(10, 37, 99, 1) 80%, rgba(9, 27, 77, 1) 99%, rgba(9, 27, 77, 1) 100%); */
}

[v-cloak] {
	display: none;
}

.ub-main {
	width: 100%;
	height: 100%;
}

.ub-title {
	width: 100%;
	height: 7vh;
	background: url(../images/top-bg.png) no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 1.5vw;
	letter-spacing: 0.2vw;
	line-height: 7vh;
	font-weight: bold;
	color: #49d2ec;
	position: relative;
	box-sizing: border-box;
}

.ub-line {
	width: 100%;
	height: 1vh;
}

.ub-content {
	width: 98%;
	margin: auto;
	height: 92vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1vh;
}

.ub-detailLeft {
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ub-detailCentre {
	width: 49%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ub-detailRight {
	width: 25%;
	height: 100%;
	/* background: url(../images/people-bg.png) no-repeat center;
	background-size: 100% 100%; */
}

.ub-detailLeft>.ub-leftTitle {
	width: 100%;
	height: 33%;
	background: url(../images/people-bg.png) no-repeat center;
	background-size: 100% 100%;
}
.ub-detailLeft>.ub-leftTitle>.ub-sonleftContent{
	width: 100%;
	height:calc(100% - 5vh);
	overflow-y: scroll;
	position: absolute;
	/* top:5vh; */
}
.ub-detailLeft>.ub-leftTitle>.ub-sonleftContent::-webkit-scrollbar{
	width: 0;
}
.ub-detailLeft>.ub-leftTitle>.ub-sonleftContent>.ub-wangshu{
	width: 100%;
	/* height:100%; */
	margin-top: 2vh;
}
.ub-wangshuTitle{
	width: 25%;
	margin-left: .5vw;
	margin-top: 2vh;
    display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #F40c03;
}
.ub-wgicon0{
	width:1.2vw;
	height:1.2vw;
	background-image: url(../images/icon-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.ub-wgicon1,.ub-wgicon2,.ub-wgicon3{
	width:1.2vw;
	height:1.2vw;
	background-image: url(../images/icon-4.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.ub-wangshuTitle>span{
	font-size: 1vw;
	font-weight: 500;
}
.ub-wangshuData{
	margin-top: 1.5vh;
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.ub-wangshuData>li{
	width: 23%;
    text-align: center;
    color: #fff;
    font-size: 0.8vw;
    margin-bottom: 1.5vh;
}
.ub-wangshuData>li>img{
	width: 3vw;
    height: auto;
    margin: 0.5vh 0;
}

.ub-wangshuData>.ub-changecolor>div{
	width: 20%;
	margin-bottom: 2vh;
	text-align: center;
}
.ub-colortilte0{
	color: #F40c03;	
}
.ub-colortilte1,.ub-colortilte2,.ub-colortilte3{
	color:#D4237a;
}
.ub-wangshu:nth-child(1) .ub-changecolor:nth-child(1){
	color: #f7c723;
}
.ub-wangshu:nth-child(1) .ub-changecolor:nth-child(2){
	color: #f59a23;
}

.ub-wangshu:nth-child(2) .ub-changecolor:nth-child(1){
	color: #f59d25;
}
.ub-wangshu:nth-child(2) .ub-changecolor:nth-child(2){
	color: #b572f7;
}
.ub-wangshu:nth-child(3) .ub-changecolor:nth-child(1){
	color: #2ab6ee;
}
.ub-wangshu:nth-child(3) .ub-changecolor:nth-child(2){
	color: #1385fc;
}
.ub-wangshu:nth-child(4) .ub-changecolor:nth-child(1){
	color: #f7c723; 
}
.ub-wangshu:nth-child(4) .ub-changecolor:nth-child(2){
	color: #f59a23;
}

.ub-wangshuData>.ub-changecolor>div>div,.ub-wangshuData>.ub-changecolor>div>p{
	font-size: 0.3vw;	
}
.ub-wangshuData>.ub-changecolor>div>div>span{
	font-size: 1.1vw;
	font-weight:600;
}
.ub-detailLeft>.ub-leftTitle>.ub-sonleftTitle {
	width: 50%;
	margin: auto;
	height: 5vh;
	font-size: 1vw;
	line-height: 5vh;
	background: url(../images/index-bg2.png) no-repeat top;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}

.ub-detailLeft>.ub-leftTitle>.ub-abstract {
	width: 95%;
	margin: auto;
	height: calc(100% - 6vh);
	color: #fff;
	line-height: 2;
	overflow: auto;
}

.ub-detailLeft>.ub-leftTitle>.ub-abstract p {
	text-indent: 36px;
}

.ub-detailCentre>.ub-map {
	width: 100%;
	height: 66.3%;
	background: url(../images/border1.png) no-repeat center;
	background-size: 100% 100%;
	border-image-slice: 30 30 30 30;
	border-image-width: 30px;
	border-image-repeat: stretch;
	box-sizing: border-box;
}

.ub-detailCentre>.ub-map>.ub-mapTitle {
	width: 100%;
	margin: auto;
	height: 7vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1vh;
	background: url(../images/bg1.png) no-repeat center;
	background-size: 100% 100%;
	backdrop-filter: blur(5px);
}

.ub-detailCentre>.ub-map>.ub-mapTitle>div {
	width: 48%;
	height: 7vh;
	background: rgba(29, 22, 52, 0);
	color: #66FFFF;
	text-align: center;
	cursor: pointer;
	font-size: .9vw;
	padding: 1.5vh 0;
}
.ub-detailCentre>.ub-map>#jiangning{
	background: url(../images/mapbg.png) no-repeat center;
	background-size:73%;
	position: relative;
}
 #jiangning>i{
	width:5vh;
	height:5vh;
    border-radius: 50%;
	position: absolute;
	z-index: 999;
    cursor: pointer;
}
#jiangning>i:nth-child(1){
	width:11vh;
	height: 10vh;
	left: 38%;
	top:21%;
}
#jiangning>i:nth-child(2){
	left: 43%;
    top: 74%;
    width: 10vh;
} 
#jiangning>i:nth-child(3){
	left: 28%;
    top: 65%;
	height:7vh;
}
#jiangning>i:nth-child(4){
	left: 30%;
    top: 28%;
    height: 7vh;
}

.ub-detailCentre>.ub-partyMember {
	width: 100%;
	height: 33%;
	background: url(../images/people-bg.png) no-repeat center;
	background-size: 100% 100%;
}

.ub-detailCentre>.ub-partyMember>.ub-partyMemberTitle {
	width: 50%;
	margin: auto;
	height: 5vh;
	line-height: 5vh;
	font-size: 1vw;
	background: url(../images/index-bg2.png) no-repeat top;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}

.ub-detailRight>.ub-winningTitle {
	width: 50%;
	margin: auto;
	height: 5vh;
	line-height: 5vh;
	background: url(../images/index-bg2.png) no-repeat top;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
}

.ub-householdType {
	width: 90%;
	margin: auto;
	height: 6vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin-top: 1vh;
}

.ub-householdType>div {
	width: 30%;
	height: 100%;
	background: url(../images/border1.png) no-repeat;
	background-size: 100% 100%;
	border: 1px solid;
	border-image-slice: 30 30 30 30;
	border-image-width: 30px;
	border-image-repeat: stretch;
	box-sizing: border-box;
	line-height: 2;
}

.ub-householdType>div:nth-of-type(1) {
	background-color: #955EF9;
}

.ub-householdType>div:nth-of-type(2) {
	background-color: #00C800;
}

.ub-householdType>div:nth-of-type(3) {
	background-color: #FA5880;
}

.ub-householdType>div>p:nth-of-type(1) {
	color: #66FFFF;
	font-size: 0.5vw;
}

.ub-householdType>div>p:nth-of-type(2) {
	color: #fff;
	font-size: 0.5vw;
}

.ub-partyMemberDetail {
	width: 98%;
	margin: 1vh auto 0;
	height: calc(100% - 6vh);
	display: flex;
	align-items: center;
	overflow: auto;
	color: #fff;
}

.ub-partyMemberDetail>div:nth-of-type(1) {
	width: 60%;
}

.ub-partyMemberDetail>div:nth-of-type(2) {
	width: 40%;
}

.ub-winningDetail {
	width: 95%;
	margin: auto;
	height: 100%;
	/* height: calc(100% - 5vh); */
}
.ub-winningContent {
	width: 100%;
	height: 100%;
}

.ub-modal {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
}

.ub-modalContent {
	width: 40vw;
	height: 40vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 3;
	background: url(../images/border1.png) no-repeat;
	background-size: 100% 100%;
	border: 1px solid;
	border-image-slice: 30 30 30 30;
	border-image-width: 30px;
	border-image-repeat: stretch;
	box-sizing: border-box;
	line-height: 2;
	display: none;
}

.ub-modalContent>div {
	width: 100%;
	height: 100%;
	display: none;
}

.ub-modalContent>div>div {
	width: 100%;
	height: 100%;
}

.ub-modalTitle {
	position: relative;
	width: 100%;
	height: 5vh;
	text-align: center;
	background: linear-gradient(rgba(15, 123, 145), rgba(9, 52, 85, 0.9));
}

.ub-modalDetail {
	height: calc(100% - 5vh);
	padding: 2vh;
}

.ub-modalTitle img {
	position: absolute;
	right: 3vw;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1.5vw;
	cursor: pointer;
}

.ub-winningContent-up {
	width: 100%;
	height: 33%;
	padding: 1vh;
	overflow: hidden;
	background: url(../images/people-bg.png) no-repeat center;
	background-size: 100% 100%;
}

.ub-winningContent-title {
	background: #164073 !important;
	margin-top: 2vh;
	color: #03F7FF;
}

.ub-winningContent-title table tr td {
	padding: 1vh;
	font-size: 0.6vw;
	text-align: center;
}

.ub-winning-content {
	height: calc(100% - 3vh);
	overflow-y: auto;
}

.ub-honor {
	height: 3vh;
	line-height: 3vh;
	font-size: 1vw;
	color: #fff;
	position: relative;
}

.ub-honor>span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 110%;
	width: 20%;
	height: 0.5vh;
	background: url(../images/line-down-bg.png) no-repeat center;
	background-size: 100% 100%;
}

.ub-winning-content::-webkit-scrollbar,.ub-index-product-down::-webkit-scrollbar,.ub-abstract::-webkit-scrollbar,.ub-partyMemberDetail-text::-webkit-scrollbar{
	display: none;
}

.ub-winning-content table tr td {
	padding: 1vh;
	font-size: 0.6vw;
	color: #03f7ff;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ub-index-product-down {
    width: 100%;
    overflow-y: scroll;
}

.ub-index-product-down table {
    width: 100%;
    table-layout: fixed;
}

.ub-index-product-down table tr:nth-child(2n) {
    background-color: #011238;
}

.ub-index-product-down table tr td {
    padding: 1vh 0.5vh;
    font-size: 0.6vw;
    color: #03f7ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
}
.ub-index-product-down table tr:nth-child(2n) {
	width: 50%;
	background-color: #1E3855;
}

.ub-index-product-down table tr td:nth-child(1) {
    width: 20%;
}

.ub-index-product-down table tr td:nth-child(2) {
    width: 9%;
	text-align: center;
}

.ub-winning-content table tr td:nth-child(1) {
	width: 30%;
	text-align: center;
}
.ub-winningDetail-down {
	height: 66%;
	margin-top: 1vh;
	width: 100%;
	background: url(../images/people-bg.png) no-repeat center;
	background-size: 100% 100%;
	padding: 1vh;
}
.ub-control {
	margin-top: 2vh;
}
.ub-control-content1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 1vw;
	text-align: center;
}
.ub-control-content2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 1vw;
	text-align: center;
}
.ub-number {
	position: absolute;
	top:38%;
	left:50%;
	transform: translateX(-50%);
	font-size: 1.2vw;
	font-weight: 600;
}
.ub-number1 {
	position: absolute;
	top:38%;
	left:50%;
	transform: translateX(-50%);
	font-size: 1.2vw;
	font-weight: 600;
}

/* 背景旋转 */
.imgRotate {
	width: 40vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.5;
}

.pst {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img1 {
	z-index: 1;
	animation: myfirst 15s infinite linear;
}

.img2 {
	z-index: 2;
	animation: myfirst2 15s infinite linear;
}

@keyframes myfirst {
	from {
		transform: translate(-50%, -50%) rotate(-359deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(0deg);
	}
}

@keyframes myfirst2 {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(-359deg);
	}
}

/* ---水波状进度条动画--- */
/* @keyframes spin {
	50% {
		transform: translate(-50%, -101%) rotate(500deg);
	}

	100% {
		transform: translate(-50%, -101%) rotate(1000deg);
	}
}

.wave-progress {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #ffffff;
	overflow: hidden;
	position: relative;
}

.wave {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-180deg, #07c2b7 13%, #07c2b7 100%);
	border-radius: 50%;
}

#wave-mask {
	position: absolute;
	width: 200%;
	height: 200%;
	top: 0;
	left: 50%;
	border-radius: 40%;
	transform: translate(-50%, -101%) rotate(0);
	animation: spin 30s linear;
	z-index: 20;
	background-color: #a9dfdc;
}

#num {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 100px;
	font-weight: bold;
	text-align: center;
	z-index: 100;
}
#wave-mask1 {
	position: absolute;
	width: 200%;
	height: 200%;
	top: 0;
	left: 50%;
	border-radius: 40%;
	transform: translate(-50%, -101%) rotate(0);
	animation: spin 30s linear;
	z-index: 20;
	background-color: #cf45cf;
}

#num1 {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 100px;
	font-weight: bold;
	text-align: center;
	z-index: 100;
} */
