@charset "utf-8";

html{
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	color: #222;
}
body{
	font: .16rem Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
	min-width: 12rem;
}

.container{
	width: 12rem;
    margin: 0 auto;
}

.overflow-h{
    overflow: hidden;
}
.overflow-y{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.overflow-x{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/**  弹性盒flex **/
.row{
    display: flex;
    flex-direction: row;
}
.col{
    display: flex;
    flex-direction: column;
}
.flex{
    flex: 1;
}
.fw-w{
    flex-wrap: wrap;
}
.fw-n-w{
    flex-wrap: nowrap;
}
.jc-sb{
    justify-content: space-between;
}	
.jc-fs{
    justify-content: flex-start;
}
.jc-c{
    justify-content: center;
}
.jc-ar{
	justify-content: space-around;
}
.jc-fe{
    justify-content: flex-end;
}
.ai-fs{
    align-items: flex-start;
}
.ai-c{
    align-items: center;
}
.ai-fe{
    align-items: flex-end;
}

/**  背景 **/
.bg-center{
    background-position: center;
}
.bg-left{
    background-position: left;
}
.bg-right{
    background-position: right;
}
.bg-rn{
    background-repeat: no-repeat;
}
.bg-rx{
    background-repeat: repeat-x;
}
.bg-ry{
    background-repeat: repeat-y;
}
.bg-nr-lc{
	background-repeat: no-repeat;
	background-position: left center;
}

.relative{
	position: relative;
}
.absolute{
    position: absolute;
}

/**  字体大小 **/
.ft-12{
	font-size: 0.12rem;
}
.ft-14{
	font-size: 0.14rem;
}
.ft-15{
	font-size: 0.15rem;
}
.ft-16{
	font-size: 0.16rem;
}
.ft-18{
	font-size: 0.18rem;
}
.ft-24{
    font-size: 0.24rem;
}
.ft-28{
    font-size: 0.28rem;
}
.ft-32{
    font-size: 0.32rem;
}
.ft-36{
    font-size: 0.36rem;
}
.ft-38{
    font-size: 0.38rem;
}
.ft-48{
    font-size: 0.48rem;
}

/** 字体粗细 **/
.fw-normal{
	font-weight: normal;
}
.fw-bold{
	font-weight: bold;
}

/** 背景颜色 **/
.bc-fff{
    background-color: #fff;
}
.bc-f2f2f2{
	background-color: #f2f2f2;
}
.bc-f5f6f7{
	background-color: #f5f6f7;
}
.bc-theme{
	background-color: #192f86;
}
.bc-ecf1f9{
	background-color: #ecf1f9;
}
.bc-e60012{
	background-color: #e60012;
}

/**  文字颜色 **/
.tc-fff{
    color: #fff;
}
.tc-222{
    color: #222;
}
.tc-theme{
	color: #192f86;
}
.tc-666{
	color: #666;
}
.tc-d2050e{
	color: #d2050e;
}
.tc-0095e4{
	color: #0095e4;
}
.tc-aaa{
	color: #aaa;
}

.t-left{
    text-align: left;
}
.t-center{
	text-align: center;
}
.t-right{
	text-align: right;
}

/* 文字溢出缩略 */
.wb-all{
    word-break: break-all;
}
.wb-word{
    word-break: break-word;
}
.ole{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.el-2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.el-3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* header */
.header-box .top {
	width: 100%;
	height: .6rem;
	background-image: linear-gradient(to right, #fff, #192f86);
}
.header-box .top-main {
	height: 100%;
}
.header-box .top-main .name img {
	width: 2.04rem;
	height: .21rem;
}
.header-box .top .login-user .login {
	display: none;
	padding: 8px 12px;
	color: #192f86;
	background-color: rgba(255, 255, 255, .5);
}
.header-box .top .login-user .login:hover {
	background-color: rgba(255, 255, 255, .85);
}
.header-box .top .login-user .user {
	display: none;
	color: #999;
}
.header-box .top .login-user .user .logout {
	color: #192f86;
	margin-left: 20px;
}
.header-box .top .login-user .user .logout:hover {
	text-decoration: underline;
}
.header-box .top-main .link a {
	padding: .06rem .1rem .06rem .22rem;
	margin-left: .18rem;
	background-image: url(../images/icon-trangle.png);
	background-size: .07rem .08rem;
	background-position: .1rem center;
	background-repeat: no-repeat;
}
.header-box .top-main .link a:hover {
	 background-color: #707db4;
 }
.header-box .header {
	width: 100%;
	height: 1.4rem;
	box-shadow: 0 .04rem .1rem #e2e2e2;
}
.header-box .header-main {
	height: 100%;
	background-image: url(../images/bg-header.png);
	background-size: 100% 100%;
	background-position: top left;
	background-repeat: no-repeat;
}
.header-box .header-main .logo {
	width: 4.91rem;
	height: .7rem;
}
.header-box .header-main .logo img {
	width: 100%;
	height: 100%;
}
.header-box .search-main {
	width: 3.97rem;
	height: .56rem;
	background-image: url(../images/bg-search.png);
	background-size: 100% 100%;
	background-position: top left;
	background-repeat: no-repeat;
}
.header-box .search-main input {
	margin-left: .3rem;
	margin-right: .12rem;
	height: .34rem;
}
.header-box .search-main a {
	width: .74rem;
	height: .34rem;
	border-radius: .17rem;
	transition: all .35s;
}
.header-box .search-main a img {
	width: .17rem;
	height: .17rem;
}
.header-box .search-main a:hover {
	opacity: .85;
}
.header-box .join-main {
	margin-left: .26rem;
}
.header-box .join-main img {
	width: .23rem;
	height: .23rem;
	margin-right: .04rem;
}
.header-box .join-main a:hover {
	text-decoration: underline;
}

/* 区域切换 */
.area-change {
	position: relative;
	cursor: pointer;
	margin-left: -1rem;
}
.area-change .pos0,
.area-change .pos1 {
	width: .11rem;
	height: .15rem;
}
.area-change .pos1 {
	margin-top: .01rem;
}
.area-change .arrow,
.area-change .search {
	width: .14rem;
}
.area-change .search {
	height: .14rem;
}
.area-change .area-show {
	max-width: 2rem;
	height: .32rem;
	padding: 0 .1rem;
	margin-left: .1rem;
	border: 1px solid #5E41F9;
	background-color: #EAEBF4;
	border-radius: .16rem;
}
.area-change:hover .area-show {
	cursor: pointer;
	background-color: #e9e9e9;
}
.area-change .area-show .show-name {
	color: #5E41F9;
	margin: 0 .06rem;
}
.area-change .area-box {
	position: absolute;
	z-index: -1;
	opacity: 0;
	left: .1rem;
	top: .32rem;
	padding-top: .14rem;
	transition: all .35s;
}
.area-change:hover .area-box {
	z-index: 99;
	opacity: 1;
}
.area-change .area-main {
	width: 4.1rem;
	min-height: 4.4rem;
	padding: .14rem .2rem;
	border-radius: .06rem;
	box-shadow: 0 0 .08rem .01rem rgba(0, 0, 0, .25);
}
.area-change .now-label {
	min-width: .7rem;
}
.area-change .now-name {
	margin-left: .06rem;
}
.area-change .area-search {
	display: none;
	width: 100%;
	height: .32rem;
	padding: 0 .12rem;
	margin-top: .15rem;
	border-radius: .16rem;
	border: 1px solid #c8c8c8;
}
.area-change .area-search input {
	height: 100%;
	margin-right: .12rem;
}
.area-change .area-quick {
	margin: .15rem 0;
}
.area-change .area-quick .item {
	margin-right: .24rem;
}
.area-change .area-quick .item:hover {
	color: #5E41F9;
}
.area-change .tab-box {
	border-bottom: 1px solid #c8c8c8;
}
.area-change .tab-box .item {
	height: .28rem;
	margin-right: .3rem;
	border-bottom: 2px solid #fff;
}
.area-change .tab-box .item:hover {
	cursor: pointer;
	color: #5E41F9;
}
.area-change .tab-box .item.active {
	color: #5E41F9;
	border-color: #5E41F9;
}
.area-change .tab-con-box {
	padding-bottom: .12rem;
}
.area-change .tab-con-box1 {
	display: none;
}
.area-change .tab-con-box .group {
	margin-top: .3rem;
}
.area-change .tab-con-box .list {
	margin-left: -.3rem;
	margin-top: -.16rem;
}
.area-change .tab-con-box .item {
	margin-left: .3rem;
	margin-top: .14rem;
}
.area-change .tab-con-box .item:hover {
	cursor: pointer;
	color: #5E41F9;
}
.area-change .tab-con-box .tag {
	min-width: .45rem;
	color: #999;
}
.area-change .tab-con-box .tag2 {
	display: none;
}
.area-change .go-back-box {
	display: none;
	margin-top: .3rem;
}
.area-change .go-back {
	display: inline-block;
}
.area-change .go-back:hover {
	cursor: pointer;
	color: #5E41F9;
}
.area-change .go-back img {
	width: .06rem;
	height: .1rem;
	margin-right: .06rem;
}

/* main */
.dp-main {
	min-height: 5.2rem;
}

/* footer */
.footer-box {
	width: 100%;
	height: 1.7rem;
	padding-top: .25rem;
}
.footer-box .link-box a {
	position: relative;
	padding: 0 .16rem;
}
.footer-box .link-box a:hover {
	text-decoration: underline;
}
.footer-box .link-box a::before {
	position: absolute;
	content: "";
	top: .04rem;
	right: 0;
	bottom: .02rem;
	width: 1px;
	background-color: #fff;
}
.footer-box .link-box a:last-child::before {
	display: none;
}
.footer-box .info-0 {
	margin: .08rem 0 .2rem 0;
}
.footer-box .info-1 p,
.footer-box .info-2 {
	color: rgba(255, 255, 255, .2);
}
.footer-box .info-0 p.p2 {
	margin: 0 .32rem;
}
.footer-box .info-1 p.p24 {
	margin: 0 .15rem;
}
.footer-box .info-2 {
	margin-top: .08rem;
}
.footer-box .code-box {
	width: 1.2rem;
}
.footer-box .code-box img {
	width: .9rem;
	height: .9rem;
	margin: 0 auto;
}
.footer-box .code-box p {
	margin-top: .1rem;
}

/* vue */
[v-cloak]{
	display: none;
}

/* 浏览器滚动条  */
/* ::-webkit-scrollbar{
	width: 3px;
	height: 3px;	
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track{
	background-color: #e2e2e2;
}
::-webkit-scrollbar-thumb{
	border-radius: 0;
	background-color: rgba(0, 0, 0, .2);
} */

/* 移动端 */
@media (max-width: 768px) {
    html{
        font-size: calc(100vw/7.5);
    }
	body{
		min-width: auto;
	}
	.view {
		overflow-x: hidden;
	}
	.container{
		width: 100%;
		padding: 0 .1rem;
	}
	
	.header-box .top-main .link a {
		margin-left: .06rem;
	}
	.header-box .header-main .logo {
		width: 1.2rem;
		margin-left: .3rem;
		overflow: hidden;
	}
	.header-box .header-main .logo img {
		width: auto;
	}
	.header-box .search-main {
		height: .96rem;
	}
	.header-box .search-main input {
		height: .64rem;
	}
	.header-box .search-main a {
		width: .64rem;
		height: .64rem;
		border-radius: .32rem;
	}
	.header-box .search-main a img {
		width: .27rem;
		height: .27rem;
	}
	.footer-box {
		height: auto;
		padding-bottom: .25rem;
	}
	
    /* 浏览器滚动条  */
	::-webkit-scrollbar{
	    width: 0;
	    height: 0;	
	}
	::-webkit-scrollbar-corner, ::-webkit-scrollbar-track{
	    background-color: transparent;
	}
	::-webkit-scrollbar-thumb{
	    border-radius: 0;
	    background-color: rgba(0, 0, 0, 0);
	}
	
}