.mainBox {
	width: 100%;
	height: 100%;
	background-color: #F1F1F1;
	position: relative;
}
[v-cloak] {
	display: none;
 }
/* headerBox */
.headerBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 80px;
	/* overflow: hidden; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	box-shadow: 0px 1px 6px 0px 
		rgba(203, 200, 215, 0.82);
}
.headerLeft {
	display: flex;
	justify-content: left;
	align-items: center;
}
.headerLeft .menuImgBox {
	width: 80px;
	height: 80px;
	background-color: #1272fd;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.headerLeft .menuImgBox img {
	width: 32px;
	height: 28px;
}
.headerLeft .logoImg {
	margin-left: 30px;
	width: 156px;
	height: 50px;
}
.headerLeft .controName {
	font-size: 30px;
	color: #999999;
	margin-left: 20px;
}
.headerRight {
	display: flex;
	align-items: center;
}
.headerRight .inputBox {
	width: 300px;
	height: 28px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	position: relative;
	margin-right: 16px;
}
.headerRight .inputBox img {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 14px;
	height: 14px;
}
.headerRight .inputBox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	font-size: 14px;
	line-height: 28px;
}
.headerRight .inputBox input::placeholder {
	color: #cccccc;
}
.headerRight .aaBox {
	display: flex;
	align-items: center;
}
.headerRight .aaBox span {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	margin: 0 16px;
}
.headerRight .carBuy {
	position: relative;
	margin: 0 10px;
}
.headerRight .carBuy img {
	width: 22px;
	height: 19px;
}
.headerRight .carBuy span {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	background-color: #ed713b;
	font-size: 12px;
	color: #fefefe;
	border-radius: 50%;
}
.headerRight .settingImg {
	width: 22px;
	height: 22px;
	margin: 0 5px;
}
.headerRight .tipBox {
	position: relative;
	margin: 0 10px;
}
.headerRight .tipBox img {
	width: 22px;
	height: 19px;
}
.headerRight .tipBox span {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	background-color: #ed713b;
	font-size: 12px;
	color: #fefefe;
	border-radius: 50%;
}
.headerRight .userBox {
	margin: 0 30px 0 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	width: 120px;
}
.headerRight .userBox .userCZBox {
	display: none;
	position: absolute;
	top: 10px;
	right: 40px;
	width: 120px;
	height: 160px;
}
.userMin {
	border-radius: 8px;
	margin-top: 35px;
	width: 100%;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.userMin::before {
	content: "";
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	top: 30px;
	background-color: white;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	left: 55px;
}
.userMin p {
	padding: 0 10px;
	width: 100%;
	line-height: 40px;
}
.userMin p:hover a{
	color: #004CE0;
}
/* .headerRight .userBox {
	border: 1px solid red;
} */
.headerRight .userBox img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: solid 1px #c8c8c8;
}
.headerRight .userBox span {
	margin-left: 10px;
	font-size: 12px;
	color: #697195;
}

.headerRight .userBox .el-icon-s-custom{
	font-size: 18px;
	color: #1272FD;
}
/* 菜单样式 */
.menuBox {
	display: none;
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100% - 80px);
	z-index: 999;
	background-color: rgba(0,0,0,0.1);
}
.menuBox .menuMax {
	position: position;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	background-color: white;
}
.helpBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 0 20px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
.helpBox span:nth-child(1) {
	margin-left: 20px;
	width: 20px;
	height: 20px;
}
.helpBox span:nth-child(2) {
	margin-left: 20px;
	font-size: 18px;
	color: #333333;
}
.menuBox {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid red;
}
.menuBox .menuItem{
	padding: 0 20px;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	/* position: relative; */
}
.menuBox .menuItem:hover {
	background-color: #004CE0;
	color: white !important;
}

.menuBox .menuItem > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menuBox .menuItem > div span:nth-child(1) {
	margin-left: 20px;
	width: 20px;
	height: 20px;
}
.menuBox .menuItem > div span:nth-child(2){
	margin-left: 20px;
	font-size: 18px;
	/* color: #333333; */
}
/* contentBox */
.contentBox {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	padding: 20px;
	background-color: #F1F1F1;
}
/* onebOx 
.oneBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}*/
/* 第二个盒子 */
.twoBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
.twoBox .twoOne {
	width: 65%;
}
.twoBox .twoOne .zjfwBox {
	width: 98%;
	height: 350px;
	padding: 24px;
	background-color: #ffffff;
}
.twoBox .twoOne .zjfwBox .titleName {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	margin-left: 10px;
}
.twoBox .twoOne .zjfwBox .zjList {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: auto;
}
.twoBox .twoOne .zjfwBox .zjList .zjItem{
	width: 180px;
	height: 170px;
	background-color: #ffffff;
}
.twoBox .twoOne .zjfwBox .zjList .zjItem:hover 	{
	box-shadow: 0px 10px 20px 2px rgba(182, 180, 195, 0.33);
	color: #1272FD !important; 
}
.twoBox .twoOne .zjfwBox .zjList .zjItem:hover span {
	color: #1272FD !important; 
}
.twoBox .twoOne .zjfwBox .zjList .zjItem:hover .iconBox {
	border: solid 1px #004CE0 !important;
}
.twoBox .twoOne .zjfwBox .zjList .zjItem a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.twoBox .twoOne .zjfwBox .zjList .zjItem .iconBox {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.twoBox .twoOne .zjfwBox .zjList .zjItem .iconBox span {
	display: inline-block;
	font-size: 44px;
	color: #999999;
	overflow: hidden;
}
.inputstyle{
	width: 160px;
	margin-right: 10px;
}
.inputstyle .el-input__inner{
	width: 100%;
}

.vvvv{
	display: flex;
	align-items: center;
	justify-content: start;
	margin-left: 50px;
	margin-bottom: 20px;
}

.el-checkbox__inner{
	margin-right: 10px;
}
.twoBox .twoOne .zjfwBox .zjList .zjItem  p {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
/* 已开通 */
.twoBox .twoOne .yktBox {
	margin-top: 20px;
	width: 98%;
	height: 288px;
	background-color: #ffffff;
	padding: 20px;
	overflow: auto;
}
.twoBox .twoOne .yktBox .titleName {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	color: #666666;
}
.twoBox .twoOne .yktBox .yktMaxBox {
	width: 100%;
	margin-top: 20px;
	max-height: 350px;
	overflow: auto;
	float: left;
	margin: 5px;
}
.twoBox .twoOne .yktBox .yktMaxBox::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.twoBox .twoOne .yktBox .yktMaxBox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background-color: #a5a5a5;
  }
.twoBox .twoOne .yktBox .yktMaxBox::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #F1F1F1;
    border-radius: 5px;
}
.twoBox .twoOne .yktBox .yktMaxBox .yktList {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.twoBox .twoOne .yktBox .yktMaxBox .yktList .yktItem {
	width: 100px;
	height: 100px;
	background-color: #f2f2f2;
	margin-bottom: 20px;
	cursor: pointer;
	margin-left:15px ;
}
.yktList .yktItem a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.yktList .yktItem:hover *{
	box-shadow: 0px 10px 20px 2px rgba(182, 180, 195, 0.33);
	color: #1272FD !important; 
}
.yktList .yktItem:hover .yyBox{
	border: 1px solid #1272fd !important;
}
.yktList .yktItem .yyBox {
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
.yktList .yktItem .yyBox span {
	font-size: 24px;
	color: #cccccc;
}
.yktList .yktItem .yktName {
	font-size: 12px;
	color: #666666;
	background: none !important;
}
.twoBox .twoOne .apiBox {
	margin-top: 16px;
	width: 880px;
	height: 248px;
	padding: 20px;
	background-color: #ffffff;
}
.twoBox .twoOne .apiBox .titleName {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	color: #666666;
}
.apiBox input {
	width: 100%;
	height: 32px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding-left: 10px;
	margin: 10px 0;
}
.apiBox input::placeholder {
	color: #999;
}
.apiBox .apiList {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.apiBox .apiList .apiItem {
	width: 33.3%;
	display: flex;
	align-items: center;
	text-align: left;
	padding-left: 20px;
}
.apiBox .apiList .apiItem img {
	width: 24px;
	height: 24px;
}
.apiBox .apiList .apiItem a {
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	margin-left: 10px;
}
.apiBox .show-more {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.apiBox .show-more a {
	color: #1272fd;
}
/*
.twoBox .twoTwo {
	width: 570px;
}*/
.twoBox .twoThree {
	width: 35%;
	}
/* 资源组 */
.twoTwo .zyzBox {
	width: 568px;
	height: 350px;
	padding: 20px;
	background-color: #ffffff;
}
/* 公用titleName样式 */
.titleName {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	color: #666666;
}
.showAll {
	margin: 5px 0;
	width: 100%;
	text-align: right;
}
.showAll a {
	font-size: 14px;
	color: #1272fd;
}
.twoTwo .zyList {
	width: 100%;
	margin-top: 10px;
}
.twoTwo .zyList .zyItem {
	width: 100%;
	height: 28px;
	display: flex;
	align-items: center;
}
.twoTwo .zyList .zyHeader {
		background-color: #f2f2f2;
}
.twoTwo .zyList .zyItem span {
	display: inline-block;
	height: 100%;
	line-height: 28px;
	text-align: center;
}
.twoTwo .zyList .zyItem span:nth-child(1) {
	width: 180px;
}
.twoTwo .zyList .zyItem span:nth-child(2) {
	width: 200px;
}
.twoTwo .zyList .zyItem span:nth-child(3) {
	width: 146px;
}

.twoTwo .zjsxBox {
	margin-top: 16px;
	width: 568px;
	height: 560px;
	padding: 20px;
	background-color: #ffffff;
}
.zjsxBox .zxBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}
.zjsxBox .zxBox .zxItem {
	width: 254px;
	height: 40px;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 0 20px;
}
.zjsxBox .zxBox .zxItem img {
	width: 18px;
	height: 17px;
}
.zjsxBox .zxBox .zxItem span {
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	margin-left: 10px;
}
.zjsxBox .gjList {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.zjsxBox .gjList .gjItem {
	width: 254px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-bottom: 10px;
}
.zjsxBox .zjBox {
	margin-top: 20px;
	width: 528px;
	height: 40px;
	background-color: #f2f2f2;
	text-align: center;
	line-height: 40px;
}
.zjsxBox .zjBox a {
	font-size: 14px;
	color: #1272fd;
}
.twoThree{
	width:25%;
	padding-right: 1%;
}
/* 个人信息 */
.twoThree .myInfoBox {
	width: 100%;
	height: 350px;
	padding: 20px;
	text-align: center;
	background-color: #ffffff;
}
.myInfoBox .userImg {
	margin-top: 15px;
	width: 106px;
	height: 106px;
	border-radius: 50%;
}
.myInfoBox .userName {
	margin-top: 18px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	color: #666666;
}
.myInfoBox .userType {
	margin-top: 11px;
	display: inline-block;
	width: 80px;
	height: 20px;
	background-color: #1272fd;
	border-radius: 4px;
	font-size: 12px;
	color: #fffefe;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}
.myInfoBox .infoBox {
	margin-top: 28px;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.myInfoBox .infoBox .infoItem {
	position: relative;
	margin: 0 20px;
	cursor: pointer;
}
.myInfoBox .infoBox .infoItem span {
	display: inline-block;
	position: absolute;
	top: -4px;
	right: -4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ed713b;
	font-size: 10px;
	color: #fefeff;
	text-align: center;
	line-height: 16px;
}
/*自适应用*/
.twoThree .zsyyBox{
	margin-top: 20px;
	width: 100%;
	height: 288px;
	padding: 20px;
	background-color: #ffffff;
}
.zsyyBox .addyy{
	float: right;
}
.zsyyBox .yyList{
	width: 100%;
	max-height: 180px;
	overflow: auto;
	float: left;
	margin-top: 10px;

}
.zsyyBox .yyList .yyItem{
	width: 360px;
	height: 28px;
	line-height: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer;
	color: #666666;
	background-color: rgba(153,153,153,0.2);
}
.addyy {
  float: right;
}

/* 待办事项 */
.twoThree .dbsxBox {
	margin-top: 16px;
	width: 100%;
	height: 288px;
	padding: 20px;
	background-color: #ffffff;
}
.dbsxBox .dbList {
	width: 100%;
	max-height: 220px;
	overflow: auto;
	float: left;
	margin-top: 10px;
}
.dbsxBox .dbList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.dbsxBox .dbList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background-color: #a5a5a5;
  }
.dbsxBox .dbList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #F1F1F1;
    border-radius: 5px;
}
.dbsxBox .dbList  .dbItem {
	width: 360px;
	height: 28px;
	line-height: 28px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer;
	color: #666666;
	background-color: rgba(153,153,153,0.2);
}
.dbsxBox .dbList  .dbItem:hover {
	color: #ed713b;
}
.dbsxBox .dbList  .dbItem span {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.dbsxBox .dbList .dbItem span:nth-child(1) {
	width: 20px;
}
.dbsxBox .dbList .dbItem span:nth-child(2) {
	width: 250px;
}
.dbsxBox .dbList .dbItem a {
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #1272fd;
}
.twoThree .ggBox {
	margin-top: 16px;
	width: 400px;
	height: 336px;
	padding: 20px;
	transition: all 0.5s;
	background-color: #ffffff;
}
.ggBox .dbList {
	margin-top: 20px;
	width: 100%;
	max-height: 250px;
	overflow: auto;
	float: left;
}
.ggBox .dbList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.ggBox .dbList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background-color: #a5a5a5;
  }
.ggBox .dbList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #F1F1F1;
    border-radius: 5px;
}
.ggBox .dbList .dbItem {
	width: 360px;
	height: 28px;
	line-height: 28px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer;
	color: #666666;
	background-color: rgba(153,153,153,0.2);
}
.ggBox .dbList  .dbItem:hover {
	color: #ed713b;
}
.ggBox .dbList  .dbItem span {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.ggBox .dbList .dbItem span:nth-child(1) {
	width: 60px;
}
.ggBox .dbList .dbItem span:nth-child(2) {
	width: 220px;
}
.ggBox .dbList .dbItem a {
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #1272fd;
}

