*{
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
/*a 标签 begin*/
body{
    background-color: #f9f9f9;
    font-family: -apple-system,blinkmacsystemfont,"helvetica neue",arial,"pingfang sc","hiragino sans gb",stheiti,"microsoft yahei","microsoft jhenghei","source han sans sc","noto sans cjk sc","source han sans cn","noto sans sc","source han sans tc","noto sans cjk tc","wenquanyi micro hei",simsun,sans-serif;
}
a {
	text-decoration: none;
	color: inherit;
}
/*a 标签 end*/
.uheader {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}
.ub {
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: row;
}

.ub-wrap {
	flex-wrap: wrap !important;
}

.ub-ver {
	flex-direction: column;
}

.ub-as {
	justify-content: flex-start;
}

.ub-ac {
	justify-content: center;
}

.ub-ae {
	justify-content: flex-end;
}

.ub-aa {
	justify-content: space-around;
}

.ub-ps {
	align-items: flex-start;
}

.ub-pc {
	align-items: center;
}

.ub-pe {
	align-items: flex-end;
}
.ub-f1 {
	flex: 1;
}

.ub-f2 {
	flex: 2;
}

.ub-f3 {
	flex: 3;
}

.ub-f4 {
	flex: 4;
}
.ub-fh{
    width: 100%;
}
.ub-fv{
    height: 100%;
}
.uindent{
    text-indent: 1em;
}
.u-break{
    word-wrap: break-word;
    word-break: break-all;
}
.ub-img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.ub-img1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ub-img2 {
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.ub-img3 {
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.ub-img4 {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.ub-img5 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.ub-img5 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.uouter{
    position: relative;
    text-align: center;
}
.uinner{
    position: relative;
    width: 1520px !important;
    margin: 0 auto;
}
.ucontent{
    position: relative;
    width: 1200px !important;
    margin: 0 auto;
}
.umin-width{
  min-width: 1024px;
}
.ufixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.uabs{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.uabs-t{
    position: absolute;
    top: 0;
}
.uabs-b{
    position: absolute;
    bottom: 0;
}
.uof{
    overflow: hidden;
}
.uz1{
    z-index: 100;
}
.uradius-a03{
    border-radius: 3px;
}
.uradius-a05{
    border-radius: 5px;
}
.uradius-a10{
    border-radius: 10px;
}
.uradius-a100{
    border-radius: 50%;
}
.uradius-l05{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ushadow{
    box-shadow: 0px 0px 10px #ccc;
}
.ubox{
    position: relative;
}
.ubox-hide{
    display: none;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.ubox:hover .ubox-hide, .ubox-hide:hover{
    display: block;
    opacity: 1;
}
.ut-c{
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
.ut-l{
    vertical-align: middle;
    text-align: left;
    margin: 0 auto;
}
.uf {
  width: 100%;
}
.ufl {
  float: left;
}
.ufr {
  float: right;
}
.tx-c, .ut-c {
  text-align: center;
}
.tx-r, .ut-r {
  text-align: right;
}
.tx-l, .ut-l {
  text-align: left;
}
.uba {
    border: 1px solid;
    border-color: #eeeeee;
}
.ubb {
  border-bottom: 1px solid;
  border-color: #eeeeee;
}
.ubb2 {
  border-bottom: 2px solid;
  border-color: #eeeeee;
}
.ubr {
  border-right: 1px solid;
  border-color: #eeeeee;
}
.ubr2 {
  border-right: 2px solid;
  border-color: #eeeeee;
}
.ubl {
  border-left: 1px solid;
  border-color: #eeeeee;
}
.ubl2 {
  border-left: 2px solid;
  border-color: #eeeeee;
}
.uclear{
    clear: both;
}
.ubtn{
    cursor: pointer;
}
.ubtn:hover{
    opacity: 0.8;
}
.uf-bold{
    font-weight: bolder;
}
.uf-s12{
    font-size: 12px;
}
.uf-s14{
    font-size: 14px;
}
.uf-s16{
    font-size: 16px;
}
.uf-s18{
    font-size: 18px;
}
.uf-s20{
    font-size: 20px;
}
.uf-s25{
    font-size: 25px;
}
.uf-s30{
    font-size: 30px;
}
.umar-a20 {
    margin: 20px;
}
.umar-a30 {
    margin: 30px;
}
.umar-t5{
    margin-top: 5px;
}
.umar-t10{
    margin-top: 10px;
}
.umar-t20{
    margin-top: 20px;
}
.umar-t25{
    margin-top: 25px;
}
.umar-t30{
    margin-top: 30px;
}
.umar-t40{
    margin-top: 40px;
}
.umar-t50{
    margin-top: 50px;
}
.umar-l10{
    margin-left: 10px;
}
.umar-l20{
    margin-left: 20px;
}
.umar-l30{
    margin-left: 30px;
}
.umar-r5{
    margin-right: 5px;
}
.umar-r10{
    margin-right: 10px;
}
.umar-r20{
    margin-right: 20px;
}
.umar-rl10{
    margin-right: 10px;
    margin-left: 10px;
}
.umar-rl15{
    margin-right: 15px;
    margin-left: 15px;
}
.umar-rl20{
    margin-right: 20px;
    margin-left: 20px;
}
.umar-rl30{
    margin-right: 30px;
    margin-left: 30px;
}
.umar-tb5{
    margin-top: 5px;
    margin-bottom: 5px;
}
.umar-r30{
    margin-right: 30px;
}
.umar-tb10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.umar-tb20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.umar-tb30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.umar-tb40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.umar-tb50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.upad-a5{
    padding: 5px;
}
.upad-a10{
    padding: 10px;
}
.upad-a20{
    padding: 20px;
}
.upad-a30{
    padding: 30px;
}
.upad-l20{
    padding-left: 20px;
}
.upad-t20{
    padding-top: 20px;
}
.upad-t30{
    padding-top: 30px;
}
.upad-t40{
    padding-top: 40px;
}
.upad-b10{
    padding-bottom: 10px;
}
.upad-b20{
    padding-bottom: 20px;
}
.upad-tb5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.upad-tb10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.upad-tb15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.upad-tb20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.upad-tb30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.upad-tb40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.upad-tb50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.upad-rl10{
    padding-left: 10px;
    padding-right: 10px;
}
.upad-rl20{
    padding-left: 20px;
    padding-right: 20px;
}
.upad-rl30{
    padding-left: 30px;
    padding-right: 30px;
}
.upad-rl40{
    padding-left: 40px;
    padding-right: 40px;
}
.upad-rl50{
    padding-left: 50px;
    padding-right: 50px;
}

.uc-font-main{
    color: #14116e;
}
.uc-font-white{
    color: #ffffff;
}
.uc-font-red{
    color: #cf0020;
}
.uc-font-black{
    color: #000;
}
.uc-font-gray{
    color: #333;
}
.uc-font-gray1{
    color: #aaa;
}
.uc-font-gray2{
    color: #eee;
}
.uc-font-yellow{
    color: #dac68b;
}
.uc-bg-main {
  background-color: #14116e;
}
.uc-bg-white {
  background-color: #ffffff;
}
.uc-bg-red{
    background-color: #cf0020;
}
.uc-bg-gray {
  background-color: #f9f9f9;
}
.uc-bg-gray1 {
  background-color: #505050;
}
.uc-bg-gray2 {
  background-color: #3a3a3a;
}
.uc-bg-gray3{
    background-color: #67767f;
}
.uc-bg-gray4{
    background-color: #dde8f6;
}
.uc-bg-gray5{
    background-color: #ebeef5;
}
.uc-border-main{
    border-color: #14116e;
}
.uc-border-gray{
    border-color: #dde8f6;
}
.uc-border-gray1{
    border-color: #8d999f;
}
.uc-border-gray2{
    border-color: rgb(219, 230, 245);
}
.uc-border-red{
    border-color: #cf0020;
}
.uc-border-yellow{
    border-color: #dac68b;
}
.ut-hide1,
.ut-hide2,
.ut-hide3,
.ut-hide4,
.ut-hide5 {
	/* #ifndef app-nvue */
	-webkit-box-orient: vertical;
	/* #endif */
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	white-space: normal !important;
	box-orient: vertical;
	outline: 0;
}

.ut-hide1 {
	display: block;
	white-space: nowrap !important;
	lines: 1;
}

.ut-hide2 {
	/* #ifndef app-nvue */
	-webkit-line-clamp: 2;
	line-clamp: 2;
	/* #endif */
	lines: 2;
}

.ut-hide3 {
	/* #ifndef app-nvue */
	-webkit-line-clamp: 3;
	line-clamp: 3;
	/* #endif */
	lines: 3;
}

.ut-hide4 {
	/* #ifndef app-nvue */
	-webkit-line-clamp: 4;
	line-clamp: 4;
	/* #endif */
	lines: 4;
}

.ut-hide5 {
	/* #ifndef app-nvue */
	-webkit-line-clamp: 5;
	line-clamp: 5;
	/* #endif */
	lines: 5;
}

.uinl{
    display: inline-block;
}

.uopacity{
    opacity: 0.5;
}
.uani {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.urotate180{
    transform: rotate(180deg);
}
.uinn-rl {
  padding-right: 5px;
  padding-left: 5px;
}
.bc-text {
  color: #14116e;
}
.bc-text-white {
  color: #ffffff;
}
.bc-text-grey {
  color: #9b9b9b;
}
.bc-text-grey > a{
  color: #9b9b9b;
}
.bc-bg-white{
    background-color: #fff;;
}
.bc-border {
  border-color: #14116e;
}
.bc-border-grey {
  border-color: #eeeeee;
}
.bc-border-white {
  border-color: #ffffff;
}
.declare{
    padding: 20px 40px;
    text-align: left;
    background-color: #fff;
}
.declare .title{
    text-align: center;
    margin-bottom: 10px;
}
.declare h3{
    margin-top: 20px;
    margin-bottom: 10px;
}
.declare p{
    font-size: 14px;
    line-height: 16px;
}
