*{margin:0;padding:0;}
body{
    margin: 0; padding: 0;
}
a { text-decoration: none;}
.header-bg{
    background: #276168;
}
.header-bg .header{
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.header-bg .header .row1{
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-bg .header .row1 .col1{}
.header-bg .header .row1 .col1 img.logo { height: 60px;}
.header-bg .header .row1 .col1 img{
    /* height: 60px; */
}
.header-bg .header .row1 .col1 .ktvip {}
.header-bg .header .row1 .col1 .ktvip a {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgb(251 215 192), rgb(255, 202, 168));
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
}
.header-bg .header .row1 .col1 .ktvip a img {
    height: 24px;
    margin-right: 5px;
}
.header-bg .header .row1 .col1 .hybox {
    margin-left: 20px;
}
.header-bg .header .row1 .col1 .hybox a {
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 200px;
    /* background: #fff; */
    display: flex;
    text-align: center;
}
.header-bg .header .row1 .col1 .hybox a .txt1{}
.header-bg .header .row1 .col1 .hybox a .txt1 img{
    height: 20px;
}


.header-bg .header .row1 .col2{
    flex: 1;
    margin-left: 100px;
}
.header-bg .header .row1 .col2 .nav{
    display: flex;
    justify-content: space-around;
}
.header-bg .header .row1 .col2 .nav .item{}
.header-bg .header .row1 .col2 .nav .item .txt1{}
.header-bg .header .row1 .col2 .nav .item .txt1 a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}


.ind-block1,.sealMain{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 15px 0;
}
.ind-block1 .cate{
    font-size: 18px;
    margin-bottom: 15px;
}
.ind-block1 .row1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.ind-block1 .row1 a.item:hover,.ind-block1 .row1 a.item:active { border-color: #276168;}
.ind-block1 .row1 a.item:hover .con .ico {padding: 0; margin-right: 8px;}
.ind-block1 .row1 a.item{
    display: block;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    height: 52px;
    float: left;
    margin-right: 10px;
    /* margin-bottom: 10px; */
    background: #fff;
}
.ind-block1 .row1 a.item .bg{}
.ind-block1 .row1 a.item .bg img{}
.ind-block1 .row1 a.item .con{
    display: flex;
    align-items: center;
}
.ind-block1 .row1 a.item .con .ico{
    width: 50px;
    height: 50px;
    padding: 4px;
    box-sizing: border-box;
    transition: all 0.5s;
}
.ind-block1 .row1 a.item .con .ico img{
    width: 100%;
    height: 100%;
}
.ind-block1 .row1 a.item .con .txt{}
.ind-block1 .row1 a.item .con .txt .txt1{
    font-size: 14px;
    color: #333;
}
.ind-block1 .row1 a.item .con .txt .txt2{
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}


.footer-bg{
    background: #276168;
    color: #fff;
}
.footer-bg .footer{}
.footer-bg .footer .row1{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bg .footer .row1 .col1{
    line-height: 1.5em;
}
.footer-bg .footer .row1 .col1 .txt1{}
.footer-bg .footer .row1 .col2{}
.footer-bg .footer .row1 .col2 img{
    width: 100px;
}
/*add*/
.hybox .txt1 {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hybox .txt1 img {
    width: 16px!important;
    height: 16px!important;
}
.users{
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	position: relative;
}

.users a {
    line-height: 40px;
    display: inline-block;
    float: left;
    color: #fff!important;
}
.fl{ float:left;}
.users-img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 4px;
	margin-left: 16px;
	position: relative;
	    float: left;
}
.users-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	float: left;
}
.users-img.acti:after{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	width: 5px;
	height: 5px;
	background-color: #ff4526;
	border-radius: 50%;
}
.users-slide{
	width: 250px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 40px;
	display: none;
	z-index: 999;
	border-radius: 0 0 5px 5px;
}
.users:hover .users-slide{ display:block;}

.users-slide-inf{
	width: 100%;
	height: 90px;
	background: url(../img/im78.jpg)center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 10px;
}
.users-slide-inf-img{
	width: 46px;
	height: 46px;
	border-radius: 50%;
}
.users-slide-inf-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.users-slide-inf-txt{
	width: 180px;
	display: table;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.users-slide-balance{
	width: 100%;
	height: 44px;
	background-color: #f7f7f7;
	padding: 0 20px;
}
.users-slide-balance span{
	width: 50%;
	display: inline-block;
	float: left;
	line-height: 44px;
	font-weight: bold;
	font-size: 12px;
}
.users-slide-balance span:last-child{
	text-align: right;
}

.users-slide-list{
	width: 100%;
	height:100px;
}
.users-slide-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.users-slide-list a{ color:#333!important;}
.users-slide-list ul li{
	width: 50%;
	height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 10px !important;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
	display: flex;
}
.users-slide-list ul li a{
	height: 40px;
	display: block;
	width: 100%;
	line-height: 40px;
}
.users-slide-list ul li:after{
	background: #d8d8d8 !important;
	height: 20px !important;
	left: inherit !important;
	right: 6px;
	top: 50%;
	margin-top: -4px;
}
.users-slide-list ul li:nth-child(2n):after{
	width: 0 !important;
}
.users-slide-list-ico{
	width: 30px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.users-slide-list-txt{
	font-size: 14px;
	line-height: 40px;
}

.users-slide-exit{
	width: 100%;
	height: 44px;
	line-height: 44px;
	background-color: rgb(43,106,221);
	border-radius: 0 0 5px 5px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.users-slide-exit a {
    text-align: center;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff!important;
    background: #2b6add;
    border-radius: 0 0 5px 5px;
}
.users-slide-exit a:hover{
	color: #ff6600;
}
.ktvip{
    display: flex;
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 8px 12px 8px 10px;
    font-size: 12px;
    box-sizing: border-box;
    background: linear-gradient(270deg, #ffcaa8, #ffddc7);
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
}
.ktvip  img {
    width: 16px;
    margin-right: 5px;
    display: inline-block;
}