*{
	margin: 0;
	padding: 0;
	word-break: keep-all;
	font-family: 'Roboto';
}
@font-face {
	font-family: 'Roboto';
	src: url('../../index/font/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

a{
	text-decoration: none;
}
ul li{
    list-style: none;
}
input,button{
	outline: none;
	
	-webkit-user-select: auto!important;
	
	-khtml-user-select: auto!important;
	
	-moz-user-select: auto!important;
	
	-ms-user-select: auto!important;
	
	-o-user-select: auto!important;
	
	user-select: auto!important;
}
img{
	display: block;
}
.fx{
	display: flex;
}
.fx-wrap{
	flex-wrap: wrap;
}
.fx-just-cen{
	justify-content: center;
}
.fx-just-aro{
	justify-content: space-around;
}
.fx-just-bet{
	justify-content: space-between;
}
.fx-al-cen{
	align-items: center;
}
.banner img{
	width: 100%;
}
.header-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 33px .3rem;
	background-color: #ffffff;
}
.header-box .header_right{
	display: flex;
	align-items: center;
}
.header-box .header_right a{
	font-size: 16px;
	color: #111D76;
	margin-left: 14px;
}
header{
	height: 1.15rem;
	width:100%;
	box-sizing: border-box;
	display: flex;
	padding: 0.25rem 0.3rem 0;
	justify-content: space-between;
	/* border-bottom: 0.03rem solid #E1E1E1; */
	background-color: rgba(17, 29, 118, 0.898);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 888;
}
body {
    padding-top: 65px; 
}
header .logo img{
	width: 2.11rem;
	height: 0.51rem;
	object-fit: contain;
}
header .headbox{
	height: 100%;
}
header .headbox .search{
	height: calc(100% - 0.1rem);
	position: relative;
	font-size: 0;
}
header .headbox .search input{
	width: 1.9rem;
	height: 0.46rem;
	border: none;
	background-color: #E5E5E5;
	border-radius: 0.1rem;
	font-size: 0.02rem;
	box-sizing: border-box;
	padding: 0 0.1rem;
	position: relative;
	z-index: 66;
	margin-right: 0.12rem;
	color: #AF1E25;
	font-size: 0.3rem;
	line-height: 0.46rem;
}
header .headbox .search button{
    display: none;
	border: none;
	background-color: transparent;
	position: absolute;
	left: 0.23rem;
	top: 0.07rem;
	z-index: 888;
}
header .headbox .search button img{
	width: 0.28rem;
	height: 0.32rem;
	object-fit: contain;
}
header .headbox .search form{
	display: flex;
}
header .home{
	width: 0.33rem;
	height: 0.33rem;
	margin:0;
}
header .name{
	width: 1.17rem;
	height: 0.16rem;
	border-left: 1px solid #B5B5B6;
	padding-left: 0.08rem;
	margin-right: 0.14rem;
}
header .menu{
	width: 0.24rem;
	height: 0.16rem;
}
.placeTop{
	height: 1.15rem;
}
#headmenu{
	width: 4.02rem;
	position: fixed;
	right: -100%;
	top: -100%;
	background-color: #000;
	opacity: .6;
	z-index: 999;
	transition: all 0.3s;
	font-size: 0.34rem;
}
#headmenu a{
	display: block;
	color: #fff;
	line-height: 1.5em;
	margin: 0.35rem;
}
footer{
	background-color: #111D76;
	/* border-top-left-radius: 0.1rem;
	border-top-right-radius: 0.1rem; */
	/* display: flex;
	justify-content: space-around;
	align-items: center; */
	/* position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 888; */
	/* height: 0.68rem; */
}
footer img{
	width: 0.46rem;
	height: 0.43rem;
	object-fit: contain;
}
.placeBottom{
	height: 0.68rem;
}
#shareList{
	position: absolute;
	top: -98%;
	left: 5%;
	padding:0.12rem 0.32rem;
	background-color: #E6E6E6;
	border-radius: 0.1rem;
}
#shareList img{
	display: inline-block;
	margin-right: 0.12rem;
}
#shareList img:last-child{
	margin-right: 0;
}
.titlecontent{
	padding-top: 0.62rem;
	padding-bottom: 0.4rem;
	text-align: center;
}
.titlecontent span{
	display: inline-block;
	position: relative;
	padding-bottom:0.1rem;
	font-size: 0.4rem;
	font-weight: 500;
}
.titlecontent span::before{
	content: '';
	display: block;
	width: 50px;
	height: 0.02rem;
	position: absolute;
	left: 35%;
	bottom: 0;
	background-color: #B33339;
}
#subnav{
	/* position: fixed; */
	top: 0.85rem;
	left: 0;
	right: 0;
	background-color: #1E2779;/*#abd9f4;*/
	padding-top: 6px;
	z-index: 888;
	height: 0.53rem;
}
#subnav a{
	display: inline-block;
	color: #FFFFFF;/*#3E3A39;*/
	font-size: 0.21rem;
	padding-bottom: 0.04rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	border-bottom: 1px solid transparent;
}
#subnav a.active{
	border-bottom: 3px solid #AF1D24;
}


/* 富文本区域 */
/*.richtext .indent1{*/
/*	text-indent: 1em;*/
/*	font-size: 0.3rem;*/
/*	color: #585756;*/
/*	margin-bottom: 0.3rem;*/
/*	line-height: 1.5em;*/
/*}*/

.richtext img{
	width: 100% !important;
	height: auto !important;
}
/*.richtext h3{*/
/*	font-size: 0.3rem;*/
/*	color: #B22A28;*/
/*	line-height: 1.5em;*/
/*}*/
/*.richtext p{*/
/*	color: #585756;*/
/*	font-size: 0.3rem;*/
/*	line-height: 1.5em;*/
/*}*/


/* .flex-box[data-v-21805116] {
	position: fixed;
	bottom: 200px;
	right: .1rem;
	z-index: 99;
}

.flex-box ul[data-v-21805116], .flex-box ul li[data-v-21805116] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flex-box ul[data-v-21805116] {
	width: 100%;
	height: 100%;
}
.flex-box ul li[data-v-21805116] {
	background-color: #aacf45;
}
.flex-box ul li[data-v-21805116] {
	position: relative;
	height: .7rem;
	width: .7rem;
	align-items: center;
	cursor: pointer;
	margin: 3px 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 8px -1px #71778f;
	min-width: 51px;
	min-height: 31px;
	padding: 5px;
	right: 0;
}
.flex-box ul[data-v-21805116], .flex-box ul li[data-v-21805116] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flex-box ul li .icon.icon1[data-v-21805116] {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAdCAYAAABFRCf7AAAAAXNSR0IArs4c6QAAA19JREFUSEuNlluoVVUYhb+hIlqSeakUQ5HEoPBSD2GgiLdSRBG8plH4pngJLw+RoQb1IIhkpuWDEIlaqSgqXiJFw3uJaBolKFRKmZdQkjKrP8Z2rtN0ufc5+3/Zh7Xm+taY8x//WEeUKiLaAOOB/kAH4HvgHUk386UR0RVYA0yR9Gt+T6WFE4AVwKOldx0HBkj6q7geEbuA4cAhYKCkf4p7DdCImJGAvnYR+Ay4BMwFugBLJL2eQZ8GDgMPATMlrbwHGhGDgc+B5sAqYJ6kP70oIoale1bZU9IPGfg14F3ggqQnGqAR0Qw4DfjNayW9UuWcvwCGAMskzcugDwJXgNZ+XtK3vqeIeAHYA7gR3SVdrwIdBWwDrgGdJP2dgY8A/YBxkjYX0A+AacBqSf69ryKiBfAz0BEYJsnKKxURFmRhr0r6uICeAJ7N31QDvBZ4OdnrzQx6CugNjJK0o4B6u+2AXpLOVAMmRXbH+8Cnkiala+2By4B30k3SjwX0TrrYVdJPNVT64aXAVGC7pNGZ0gHACElv5N2/BTwA9JB0PodGRA9gdoJ50lxzJNlGNcvdv+Cup4k5mCl4CvgGsOVcHteFkjwUjZahu4EXgemSPsygnn8DbgMT07b/bQpYnOnbwAJgnSR3t1IR8XCyUStgqKS99QAL6CBgH3AV6Fwy9kf2H7BfktfVVd5+buwGryW1PYGzyR2jJW3PduIR7Qacy4VUlKaH3U2Hwx5JjrOGioj3gFmA7fYM4BydA4xNrjnnv3OPF1Bb57vU6eckfV1S5Kl7Mp1xp0IM4AzwTh0q/STZSXeVJrXrgZeAvZKGltT6GL4EHgPsAIfLcuAk4LB+HvjKvw7rHGqv+vwcY5MlbSiBHdRTgN2SHJWFmMeTn+2WSliXPyeLgMXAb0DfYpabanlEeOqs3DnQvQxtCfh71Ac4CgyW9EcdUD/nEbfqqfdA09m6IceAtoCjzOHrqWq0ImIh8Baw8z5oArtR9qSnaT8wQZI7XLMiwplsl9yoCk1g+3UTYJP/AswH1kuKauSIGANsAX6vCU1gm92hYh+7bPSNwIE0DN6JXTMyjbM9u6pRaAJbqQPHE+fcbay2VuzYVAMyP/pfoMlOedsNeATwV8OfEDf2E0kehP8nql54Pev+A3pXWbc6dikXAAAAAElFTkSuQmCC) no-repeat 50%;
	background-size: .21rem .29rem;
}
.flex-box ul li .icon[data-v-21805116] {
	width: .3rem;
	height: .3rem;
}
.flex-box ul li .icon[data-v-21805116] {
	display: none;
}
.flex-box ul li span[data-v-21805116] {
	color: #fff;
}
.flex-box ul li span[data-v-21805116] {
	font-size: 10px;
	font-weight: 400;
	color: #333;
	line-height: .25rem;
} */


.flex-box {
    position: fixed;
    right: 16px;
    bottom: 150px;
    z-index: 99;
}

.flex-box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 1px;
    background-color: #111D76; /* 深蓝背景色 */
    text-align: center;
	/* padding: 2px 10px; */
}

.flex-box li img {
    width: 20px;
    height: 20px;
    /* margin-bottom: 5px; */
}

.flex-box li span {
    color: white;
    font-size: 8px;
    font-family: Roboto, sans-serif;
}


#chat_wakeup{
	display:none !important;
}

ai-iframe-max, .ai-iframe {
	border: none;
	position: fixed;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 10px 30px 0 hsla(0, 0%, 58.8%, .2), 0 0 0 1px hsla(0, 0%, 58.8%, .2);
	border-radius: .2rem;
	display: flex;
	z-index: 999999999;
	overflow: hidden;
}
.ai-iframe {
	top: 1.8rem;
	right: 0;
	max-width: 448px;
	width: calc(100% - 1rem);
	min-height: 75vh;
	left: unset;
}
div[id^="jsFrame_fixed_"] {
	z-index:2000
}
#menu-head-menu{
	display:none;
}
#menu-head-menu ul{
	display: none;
}

#menu-head-menu{
	width: 6.02rem;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #000;
	opacity: .8;
	z-index: 999;
	transition: all 0.3s;
	font-size: 0.34rem;
}
#menu-head-menu span,#menu-head-menu a,#menu-head-menu>li{
	display: block;
	color: #fff;
	line-height: 1.5em;
	margin: 0.25rem;
}
#menu-head-menu>li{
	position:relative;
	border-bottom:1px solid grey;
	font-size:0.32rem;
}
#menu-head-menu>li>ul>li{
	margin-left:0.5rem;
	color: lightblue;
	font-size: 14px;
}
#menu-head-menu>li>ul>li a{
	color: lightblue;
	font-size: 14px;
}
#menu-head-menu>li>span:after,#menu-head-menu>li>a:after {
	position: absolute;
	right: 3%;
	top: 15px;
	transform: translateY(-50%);
	content: "";
	width: 0;
	height: 0;
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	border-top: .3em solid white;
	vertical-align: middle;
}


.jq-stars {
	display: inline-block;
}

.jq-rating-label {
	font-size: 22px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-family: helvetica, arial, verdana;
}

.jq-star {
	width: 100px;
	height: 100px;
	display: inline-block;
	cursor: pointer;
	margin-right: 8px;
}

.jq-star-svg {
	padding-left: 0px;
	width: 100%;
	height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
	/* stroke: #000; */
	stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
	-webkit-filter: drop-shadow( -2px -2px 2px #888 );
	filter: drop-shadow( -2px -2px 2px #888 );
}

/* #region footer */
.footer-box{
	color: #fff;
	padding: 40px 20px;
	border-top: 1px solid #FFFFFF;
}
.footer-box > img{
	width: 114px;
	height: 30px;
	object-fit: cover;
}
.footer-box .sitemap-box{
	margin-top: 36px;
}
.footer-box .sitemap-box h2{
	font-weight: 300;	
	font-size: 18px;
	margin-bottom: 18px;
}
.footer-box .sitemap-box span{
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #111D76;
	font-size: 12px;
	background-color: #fff;
}
.footer-box .sitemap-box p{
	margin: 10px 0;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 300;
}
.footer-box .sitemap-box p > span{
	margin-right: 8px;
}
.footer-box .sitemap-box p > a{
	color: #fff;
}
.footer-box .sitemap-box .follow-items{
	display: flex;
	justify-content: flex-start;
}
.footer-box .sitemap-box .follow-items > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 28%;
}

.footer-box .sitemap-box .follow-items > a{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 28%;
}

.footer-box .sitemap-box .follow-items strong{
	font-weight: 300;
	margin-top: 8px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
/* #endregion footer */

/* #region header-menu */
.header-menu-box-wrap{
	position: fixed;
	top: 1.15rem;
	left: 0;
	z-index: 20;
	width: 100%;
	display: none;
}
.header-menu-box{
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr) max-content;
	grid-row-gap: 1px;
	background-color: #ffffff90;
}
.header-menu-box a{
	font-size: 14px;
	color: #111D76;
	padding: 10px;
	background-color: #ffffff80;
	backdrop-filter: blur(10px);
}
/* #endregion header-menu */

/* #region 外链提示 */
.prompt-box-wrap{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 100;
}
.prompt-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 5px 0 #00000025;
	width: 80%;
	background-color: #fff;
}
.prompt-body{
	padding: 30px;
	text-align: center;
	font-size: 14px;
	color: #111D76;
}
.prompt-btns{
	display: flex;
	border-top: 1px solid #DCDCDC;
	width: 100%;
}
.prompt-btns a{
	display: flex;
	flex: 1;
	line-height: 50px;
	align-items: center;
	justify-content: center;
	color: #111D76;
	font-size: 14px;
}
.prompt-btns a + a{
	border-left: 1px solid #DCDCDC;
}
/* #endregion 外链提示 */