.rotate90 {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg)
}

.rotate_90 {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}

.textcenter {
	text-align: center
}

.textleft {
	text-align: left
}

.textright {
	text-align: right
}

.hide {
	display: none
}

.show {
	display: block
}

.row:before,
.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.clear {
	clear: both
}

body {
	background: #f8f8f8;
	/*padding-top: 50px*/
}

.header {
	background: linear-gradient(to top,#2b5294,#1e9fff);
	padding: 0.3rem;
	position: fixed;
	width: 100%;
	max-width: 700px;
	height: 1.58rem;
	z-index: 10;
}

.header-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo img {
	width: 2.5rem;
}

.icon {
	margin-right: 0.25rem;
}

.header-login img {
	width: 0.4rem;
	vertical-align: initial;
}

.header-srch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.15rem;
}

.header-login {
    display: flex;
}

.search-out {
	width: 75%;
}

/*.search {*/
/*	width: 100%;*/
/*	height: 0.6rem;*/
/*	border-radius: 0.3rem;*/
/*	border: none;*/
/*	text-indent: 0.35rem;*/
/*	font-size: 0.15rem;*/
/*}*/

.search-click {
	background: #fff;
	line-height: 0.6rem;
	border-radius: 0.3rem;
	width: 18%;
	text-align: center;
	color: #07c160;
	font-weight: 600;
}

.cont-box {
	background: #fff;
}

.tools {
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 0.095rem 0.15rem 0.095rem
}

.tools div {
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.45rem;
    background: linear-gradient(to top,#2b5294,#1e9fff);
    border-radius: 0.05rem;
}

.tools img {
	width: 0.15rem;
	margin-right: 0.05rem;
}

.tools span {
    font-weight: 700;
    color: #fff;
	font-size: 14px;
}

.color-red {
	color: #f00 !important
}

.body-container {
	max-width: 700px;
	margin: 0 auto;
	/*padding: 20px 0*/
}

.body-container .inner-wrap {
	background: #fff;
	/*padding: 0 0.095rem;*/
}

.gap {
	padding: 1px 0;
    background: linear-gradient(to right, #f7f7f7, #2b5294, #f7f7f7);
}

.top-module-list .row {
	margin-left: -10px;
	margin-right: -10px
}

.top-module-list .list {
	border-right: 1px dashed #cecece
}

.top-module-list .list h3 {
	font-size: 18px;
	margin-bottom: 5px
}

.top-module-list .list:last-child {
	border-right: 0
}

.top-module-list .items {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	border-bottom: 1px dashed #cecece
}

.top-module-list .items a {
	color: #333;
	font-size: 16px;
	display: block
}

.top-module-list .items:hover {
	background: #f2f2f2
}

.top-module-list .items:hover a {
	font-weight: bold
}

.top-module-list .items p {
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 0
}

.top-module-list .items p img {
	margin-left: 3px
}

.num-icons {
	display: inline-block;
	background: #7f97be;
	color: #fff;
	font-family: monospace;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
	float: left
}

.top-module-list2 {
	cursor: pointer
}

.top-module-list2:before,
.top-module-list2:after {
	content: " ";
	display: table
}

.top-module-list2:after {
	clear: both
}

.top-module-list2 .cols {
	width: calc(25% - 20px);
    float: left;
    margin: 10px;
}

.top-module-list2 a {
	color: #333;
	display: block;
	text-align: center;
	line-height: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width:700px) {
	.top-module-list2 a {
    	font-size: 13px
    }
}

.top-module-list2 a img {
	display: block;
	width: 100%;
	
}

.top-module-list2 a:hover {
	/*background: #efefef;*/
	font-weight: bold
}

.footer {
	margin-top: 20px;
	padding: 0 10px
}

.copyright {
	font-size: 14px;
	color: #999;
	text-align: center
}

.footer-notice {
	font-size: 12px;
	color: #f00;
	text-justify: auto;
	margin-top: 20px;
	padding: 0 10px
}

.header-menus {
	position: absolute;
	top: 0;
	right: -250px;
	width: 250px;
	height: 100%;
	background: #2b5294;
	transition: linear .2s
}

.header-menus ul {
	margin-top: 20px;
	max-height: 300px;
	margin-bottom: 10px;
	overflow-y: scroll
}

.header-menus ul li:hover {
	background: rgba(0, 0, 0, 0.1)
}

.header-menus ul a {
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 7px 0;
	margin: 0 15px
}

.header-menus ul span {
	float: right
}

.header-menus ul span .iconfont {
	font-size: 30px
}

.header-menus .close-header-menu {
	display: block;
	background: rgba(0, 0, 0, 0.2);
	margin: 0 15px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-radius: 3px
}

.header-menu-show {
	right: 0
}

.horn {
	margin-bottom: 10px
}

.horn table {
	width: 100%
}

.horn table td:first-child {
	width: 40px
}

.horn .horn-icon {
	height: 20px
}

.horn .horn-content {
	max-height: 50px;
	font-size: 14px;
	overflow: hidden
}

.horn .horn-content a {
	font-size: 18px;
	color: #2b5294
}

.horn-send-box {
	border: 1px solid #cecece;
	height: 40px;
	margin: 0 10px 20px
}

.horn-send-box input {
	height: 38px;
	float: left
}

.horn-send-box input[type=text] {
	width: 70%;
	background: none;
	padding-left: 10px;
	font-size: 16px;
	color: #999;
	background: #fff
}

.horn-send-box input[type=submit] {
	width: 30%;
	background: #2b5294;
	color: #fff;
	font-size: 16px
}

.horn-list {
	background: #fff;
	margin: 10px -10px 0
}

.horn-list .horn-username {
	display: inline-block;
	color: #2b5294;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.horn-list .top-msg {
	margin-bottom: 5px
}

.horn-list .top-msg .timer {
	float: right;
	color: #999;
	font-size: 14px
}

.horn-list ul li {
	padding: 10px 10px;
	border-bottom: 1px solid #cecece
}

.horn-list ul li:first-child {
	border-top: 1px solid #cecece
}

.horn-list ul li:hover {
	background: #efefef
}

.apply-page .subtn {
	width: 100%
}

.horn-page {
	margin-top: 10px
}

.gotop {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #efefef;
	text-align: center;
	font-size: 24px;
	color: #2b5294;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 5px;
	opacity: .9;
	overflow: hidden;
	display: none
}

.gotop span {
	display: inline-block;
	transform: rotate(180deg) scale(1.5)
}

.float-list-box {
	background: #fff;
	width: 80%;
	max-width: 400px;
	position: relative;
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%
}

.float-list-box ul li a {
	display: block;
	text-align: center;
	border-bottom: 1px solid #efefef;
	height: 50px;
	line-height: 50px;
	color: #2b5294
}

.float-list-box ul li a:hover {
	background: #efefef
}

.zhan {
        height: 1.56rem;
    }

@media (max-width:700px) {
	.top-module-list .list {
		margin-bottom: 20px;
		border-right: 0
	}

	.top-module-list .list:last-child {
		margin-bottom: 0
	}

	.top-module-list2 .cols {
		width: calc(25% - 20px);
		font-size: 14px
	}
	
	.assel-menu-btn a img {
        width: 48px;
    }
    
    .assel-menu-btn .menu-name {
        font-size: 12px;
    }
    
    .tools div {
        line-height: 0.5rem;
    }
}

.column {
    position: relative;
    display: block;
}

.column-menu {
    display: none;
	width: 1.8rem;
	line-height: 0.8rem;
	text-align: center;
	border-radius: 6px;
	position: absolute;
    right: 3%;
    margin-top: 10px;
    border: 1px #eee solid;
    background: #fff;
    box-shadow: 0 2px 2px #ccc;
}

.column-menu div{
	border-bottom: 1px #eee solid;
	font-size: 0.15rem;
}

.boxsj {
	width: 0;
	height: 0;
	border: 8px solid transparent;;
	border-bottom: 8px solid #fff;
	border-top: none;
	margin: 0 auto;
	margin-right: 11px;
	margin-top: -8px;
}

.cols p {
    background: #f7f7f7;
}

.padding {
    padding: 0 15px 15px;
}

.tab-bar {
    margin: 10px 0;
}

.tab-bar a {
    width: calc(50% - 10px);
    height: 0.65rem;
    font-size: 0.2rem;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #000000;
    border: 1px #eee solid;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}

.active {
    background-color: #4caf50 !important;
    color: #fff !important;
}

.tab-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sx-item {
    width: calc(50% - 10px);
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    border: 1px #eee solid;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}

.fc-bet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sx-item .img {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sx-item .img img {
    width: 80%;
    height: 80%;
    display: block;
    object-fit: contain;
}

.sx-item h3 {
    font-size: 0.2rem;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0rem;
    color: #000000;
    margin: 0;
    width: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.sx-item .num {
    display: flex;
    align-items: center;
}

.sx-item .num .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sx-item .num .blue {
    background-color: #007eff;
}

.sx-item .num .green {
    background-color: #00ac22;
}

.sx-item .num .red {
    background-color: #ff0a08;
}

.sx-item .num b {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    border-radius: 0.4rem;
}

.sx-item .num p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0rem;
    color: #6e6e6e;
    margin: 0;
}

.sx-item .num .item + .item {
    margin-left: 0.02rem;
}

.sxb-item {
    background-color: #ffffff;
    border-radius: 0.36rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.24rem;
    padding: 0.2rem 0.23rem;
    border: 1px #eee solid;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}

.sxb-item dt {
    width: 100%;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.43rem;
    letter-spacing: 0rem;
    color: #000000;
}

.sxb-item dd {
    margin-top: 0.15rem;
}
.sxb-item dd {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.sxb-item h3 {
    font-size: 0.2rem;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #000000;
    margin: 0;
    margin-right: 0.2rem;
}

.sxb-item ul {
    display: flex;
    align-items: center;
}

.sxb-item dl:after {
    content: "";
    display: flex;
    clear: both;
}

.sxb-item li {
    width: 0.44rem;
    height: 0.44rem;
    background-color: #ffffff;
    border: solid 0.02rem rgba(188, 188, 188, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0rem;
    color: #000000;
    margin-right: 0.12rem;
}

.active {
    background: #4caf50;
    color: #fff;
}

.pl-content {
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 150px;
	display: block;
	border-radius: 50%;
	background: #f00;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0px 3px 0px #f00;
	color: #fdfdfd;
	border: 1px solid #fff;
}

