.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}
.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.justify-content-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.justify-content-end{
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.justify-content-between{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.align-items-center{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
body{
	width: 7.5rem;
	margin: 0 auto;
	background-color: #F4F4F4;
	padding: 0.88rem 0 0;
}
header{
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 122;
}
.header{
	width: 100%;
	height: 0.88rem;
	padding: 0 0.43rem 0 0.25rem;
}
header .logo{
	width: 1.96rem;
}
header .register-login-tool{
	width: 3.12rem;
}
header .register-login-tool .register-btn{
	width:1.42rem;
	height:0.56rem;
	background:rgba(9,109,222,1);
	border-radius:5px;
	font-size:0.26rem;
	color:rgba(255,255,255,1);
	box-sizing: border-box;
}
header .register-login-tool .login-btn{
	width:1.42rem;
	height:0.56rem;
	background:rgba(255,255,255,1);
	border-radius:5px;
	font-size:0.26rem;
	color:#096DDD;
	border:1px solid rgba(9,109,221,1);
	box-sizing: border-box;
}

header.PC-header{
	display: none;
}
.nav{
	width:100%;
	background:linear-gradient(-90deg,rgba(9,109,222,1),rgba(64,144,235,1));
	padding: 0.27rem  0.46rem .1rem 0.46rem;
}
.nav li{
	font-size:0.25rem;
	color:#fff;
	margin-right: 0.55rem;
	width: 1.2rem;
	margin-bottom: 0.2rem;
}
.nav a:nth-of-type(4) li{
	margin-right: 0;
}
.nav a:nth-of-type(8) li{
	margin-right: 0;
}
header .user-info{
	width: 2.2rem;
	height: .6rem;
	position: relative;
}
header .user-info p{
	font-size:.28rem;
	color:rgba(77,77,77,1);
	width: 1.5rem;
	overflow:hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
	text-align: right;
}
header .user-info ul.close{
	background-color: #fff;
	background-image: url(//static.suowo.cn/static/m.suowo.cn/images/icon-close.png);
	background-size: .31rem .31rem;
	width:.31rem;
	height: .31rem;
}
header .user-info ul.normal i{
	display: block;
	width:.31rem;
	height:.05rem;
	background:rgba(77,77,77,1);
	border-radius:2px;
	margin-bottom: .09rem;
}
header .user-info ul.close i{
	display: none;
}
header .user-info ul i:last-child{
	margin-bottom: 0rem;
}
header .user-info .list{
	position: fixed;
	width: 100vw;
	height: calc(100vh - .88rem);
	top: .88rem;
	left: 0;
	background-color: #F6F9FF;
	z-index: 111;
	padding: 0 .64rem;
}
header .user-info .list li{
	height: .92rem;
	line-height: .92rem;
	padding: 0 .27rem 0 .32rem;
	border-bottom:1px solid rgba(77,77,77,.2);
}
header .user-info .list li span{
	color:rgba(77,77,77,1);
	font-size:.32rem;
}

header .user-info .list li i{
	display: block;
	width: .34rem;
	height: .18rem;
	background-image: url(//static.suowo.cn/static/m.suowo.cn/images/icon-arrow-down.png);
	background-position: center center;
	background-size: .34rem .18rem;
	background-repeat: no-repeat;
}
header .user-info .list li.active span{
	font-weight:bold;
	color:rgba(77,77,77,1);
}
header .user-info .list li.active i{
	transform:rotate(180deg);
}
header .user-info .list .more{
	/* position: absolute; */
	width: 100%;
	background-color: #fff;
	display: none;
}
header .user-info .list .more ol{
	width: 90%;
	height: .84rem;
	line-height: .84rem;
	font-size:.26rem;
	color:rgba(77,77,77,1);
	border-bottom:1px solid rgba(77,77,77,.2);
	margin: 0 auto;
}
header .user-info .list .recordcode{
	width:100%;
	height:.84rem;
	background:rgba(54,90,193,1);
	font-size:.18rem;
	line-height: .3rem;
	color:rgba(208,216,228,1);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	padding-top: .14rem;
}
footer{
	background:rgba(54,90,193,1);

}
.footer-contact {
	width: 100%;
	background: rgba(64,105,222,1);
	padding: 0.49rem 1.38rem 0.45rem;
}
.footer-contact .title {
	font-size: .3rem;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-align: center;
}
.footer-contact ul {
	margin-top: 0.47rem;
}
.footer-contact ul li img {
	width: 2.09rem;
	height: 2.09rem;
}
.footer-contact ul li p {
	font-size: .22rem;
	color: rgba(242,248,255,1);
	text-align: center;
	margin-top: 0.2rem;
}
footer .top{
	width: 89%;
	height:.98rem;
	border-bottom: 1px solid rgba(255, 255, 255,.2);
	margin: 0 auto;
}
footer .top img{
	width: 5.44rem;
}
/* footer hr{
	height: 3px;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 auto;
	width: 95%;
} */
footer .bottom{
	width: 100%;
    height: .84rem;
    font-size: .16rem;
    line-height: .3rem;
    color: rgba(208,216,228,1);
    text-align: center;
	/* padding-top: .14rem; */
	letter-spacing: .02rem;
}
.right-tool{
	width:1.01rem;
	position: fixed;
	right: 0.24rem;
	bottom: 1rem;
	z-index: 111;
}
.right-tool li{
	width:1.01rem;
	height:1.01rem;
	background:linear-gradient(0deg,rgba(235,242,255,1) 0%,rgba(255,255,255,1) 100%);
	box-shadow:0px 0px .16rem 0px rgba(30,70,152,0.15);
	border-radius:50%;
	margin-bottom: .26rem;
	position: relative;
}
.right-tool li i{
	display: block;
	width: .52rem;
	height: .52rem;
	background-image: url(//static.suowo.cn/static/m.suowo.cn/images/icon.png);
	background-size: 3.5rem auto;
	background-repeat: no-repeat;
}
.right-tool li:nth-of-type(2){
	visibility: hidden;
}
.right-tool li:nth-of-type(1) i{
	background-position: 0 .05rem;
}
.right-tool li:nth-of-type(2) i{
	background-position: -.63rem .05rem;
}
.right-tool li .item{
	position: absolute;
	top: auto;
	bottom: 1.2rem;
	right: 0;
	width:4.78rem;
	height:auto;
	background:rgba(245,247,251,1);
	display: none;
	box-shadow:0px 1px .12rem 0px rgba(31,64,174,0.1);
}
.right-tool li .item ol{
	width: 100%;
	height: 1.14rem;
	padding: 0 0 0 .42rem;
}
.right-tool li .item ol:nth-child(odd){
	background-color: #F5F7FB;
}
.right-tool li .item ol:nth-child(even){
	background-color: #fff;
}
.right-tool li .item ol span{
	font-size:.28rem;
	color:#096DDE;
	margin-left: .2rem;
}
.right-tool li .item ol span a {
	color: inherit;
}
.right-tool li .item ol:nth-of-type(1) img{
	width: .54rem;
}
.right-tool li .item ol:nth-of-type(2) img{
	width: .51rem;
}
.right-tool li .item ol:nth-of-type(3) img{
	width: .45rem;
}
.toast-message{
	color: #fff;
	font-size: .28rem;
}
.gongzhonghao-popup,
.kefu-popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.gongzhonghao-popup .title,
.kefu-popup .title {
	font-size: .4rem;
	color: #fff;
	text-align: center;
	margin-top: 2rem;
}
.gongzhonghao-popup img,
.kefu-popup img {
	display: block;
	width: 5rem;
	margin: 1rem auto;
}