 /*账户信息模块*/
.home-account-and-Api {
    display: flex;
    width: 100%;
}

.home-account, .home-Api {
    padding: 20px 24px;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.home-account {
    flex: 5;
    box-sizing: border-box;
    margin-right: 22px;
}

.home-accountdali {
    margin-right: 0px;
}

.home-accountandApi-wrap {
    position: relative;
    display: flex;
}

.home-Api {
    flex: 2;
    box-sizing: border-box;
}

.home-accountandApi-title p, .home-Api .home-Api-title, .home-senddata-title p, .home-datagrid-title p {
    margin: 0 0 22px 0;
    font-size: 16px;
    color: #121212;
}

.home-account-left {
	flex: 1;
    width: 49%;
}

.home-account-right {
	flex: 1;
    width: 49%;
    display: flex;
}
.home-account-right:hover{
	cursor: pointer;
}
.home-account-right:hover .home-account-yesterdayptwo{
    color: #0b7bff;
}

.account-center-line {
    width: 1px;
    height: 100%;
    background-color: #ebecec;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-account-left ul li, .home-Api-grid li {
    margin-bottom: 12px;
}

.home-account-left ul li:last-of-type {
    margin-bottom: 0px;
}

.home-Api-grid li:last-of-type {
    /*margin-bottom: 38px;*/
   margin-bottom: 0;
}

.homeulli{
	display: flex;
	font-size: 14px;
}	
.homeulliname{
	flex: 1;
    color: #889aac;
	margin-right:5px;
    min-width: 118px;
    max-width: 160px;
}
.homeullimain{
	flex: 2;
    color: #333333;
    max-width: 340px;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-right: 10px;
}

.home-account-right-img {
    width: 89px;
    height: 89px;
    min-width: 89px;
    margin-left: 42px;
    background: url(../../../images/HomeTop/background.png) no-repeat;
    background-position: -35px -642px;
}

.home-account-yesterday {
    margin-left: 22px;
}

.home-account-yesterdaypone {
    font-size: 14px;
    color: #889aac;
    margin: 10px 0 20px 6px;
    text-align: left;
}

.home-account-yesterdayptwo {
    margin: 0;
    font-size: 34px;
    color: #333333;
    text-align: left;
    width: 100%;
    /*max-width: 275px;*/
    overflow-wrap: break-word;
    display: flex;
}

#moneySum{
	text-overflow: ellipsis;
    word-break: break-all;
}

.Api-openwork {
    font-size: 14px;
    color: #0b7bff;
}

.Api-openwork i, .API-three-list i{
    font-size: 14px;
    color: #0b7bff;
}
.Api-openwork i:hover, .API-three-list i:hover{
	cursor: pointer;
	color: #005ecc;
}

.API-first-list {
    font-size: 14px;
    color: #889aac;
}

.home-first-ul li {
    display: flex;
}

.API-first-list{
    flex: 2;
    min-width: 118px;
    max-width: 140px;
}
.API-secode-list {
	flex: 1;
}
.nothreemenu{
	flex: 2;
	font-size: 14px;
    color: #333333;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.API-three-list {
    flex: 1;
    text-align: right;
    font-size: 14px;
    color: #0b7bff;
    
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
}

.API-secode-list {
    /*float: right;*/
    font-size: 14px;
    color: #333333;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.API-secode-list1 {
    flex: 1;
    font-size: 14px;
    color: #333333;
}

#API-secode-listscon {
    width: 16px;
    height: 16px;
    background: url(../../../images/HomeTop/background.png) no-repeat;
    background-position: -32px -176px;
    position: relative;
    cursor: pointer;
}
/*#API-secode-listscon:hover{
    background: url(../Content/images/HomeTop/background.png) no-repeat;
    background-position: -32px -176px;
}*/

#ApiTipmessage {
    display: none;
    position: absolute;
    top: 26px;
    left: -89px;
    width: 204px;
    height: 56px;
    background-color: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    border: solid 1px #e2e2e2;
    font-size: 12px;
}

#ApiTipmessage p {
    margin: 12px;
}

#API-secode-listscon:hover #ApiTipmessage {
    display: block;
}
.triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #e2e2e2; /*透明 透明  灰*/
    margin: 40px auto;
    position: relative;
    top: -92px;
    left: -6px;
}

.smallsanjiaox{
    display: block;
    width: 0;
    height: 0;
    border-width: 0 8px 7px;
    border-style: solid;
    /*border-color: transparent transparent #ffff;*/
    position: absolute;
    top: 2px;
    left: -8px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: transparent;
}

/*发送数据概览*/
.home-senddata-echart {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 22px;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 26px;
}

.home-senddata-title {
    position: relative;
}

#senddata-time {
    position: absolute;
    right: 0px;
    top: 35px;
    z-index: 10000;
}

/*选择模块*/
.home-Jump-module {
    margin-top: 22px;
    width: 100%;
}

.home-Jump-module ul {
    display: flex;
}

.home-Jump-module ul li {
    flex: 1;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-right: 22px;
    padding: 36px 0 36px 0px;
    display: flex;
    font-size: 22px;
    color: #121212;
}

.home-Jump-module ul li:hover {
    color: #0b7bff;
    cursor: pointer;
}

.home-Jump-module ul li{
    transition: all .5s;
}

.home-Jump-module ul li:hover{
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.home-Jump-module ul li span {
    height: 68px;
    width:  88px;
    line-height: 68px;
    display: inline-block;
    line-height: 68px;
}

.home-Jump-module ul li:last-of-type {
    margin-right: 0px;
}

.Jump-module-icon {
    display: inline-block;
    width: 68px;
    height: 68px;
}
.jumpquickly{
	flex: 4;
}
.jumpquicklymargin{
	flex: 1;
	max-width: 20px;
}
#home-jm-sendmessage {
    background: url(../../../images/HomeTop/background.png) no-repeat;
    background-position: -298px -519px;
}

#home-own-message {
    background: url(../../../images/HomeTop/background.png) no-repeat;
    background-position: -422px -519px;
}

#home-create-app {
    background: url(../../../images/HomeTop/background.png) no-repeat;
    background-position: -50px -519px;
}

#home-look-tesk {
    background: url(../../../images/HomeTop/background.png) no-repeat;
    background-position: -174px -519px;
}
.home-Jump-module li span{
	white-space: nowrap;
    display: inline-block;
    width: 60%;
    word-wrap: break-word;
}

/*当前账户表格*/
.home-datagrid {
    box-sizing: border-box;
    padding: 26px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin: 22px 0 0 0;
}
/*.home-txfwprice-grid{
	padding-bottom: 40px;
}*/
.home-xxyzprice-geid{
	padding-top: 40px;
}
.layui-table thead tr:first-of-type{
	background-color: #f4f7fc;
	font-size: 16px;
	color: #333333;
}
.layui-table thead tr:last-of-type{
	background-color: #fff;
	font-size: 14px;
	color: #333333;
}
.home-datagrid .layui-table-view{
	border-left-color: #fff;
	border-right-color: #fff;
}
.inputTimeSelect {
    width: 190px;
}
/*表格表头斜线*/
.fromhome{
	position: relative;
}	
#table-title-wrap{
	position: absolute;
	left: 1px;
    top: 50px;
	width: 208px;
	height: 38px;
	background: #fff;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
}
#workType{
	text-align: right;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	right: 18px;
}
#contypesType{
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	bottom: 2px;
	left: 18px;
}
#lineBettow{
	width: 207px;
	height: 1px;
	position: absolute;
	top: 18px;
	right: 0;
	background-color: #e6e6e6;
	transform:rotate(10deg);
	-ms-transform:rotate(10deg); 	/* IE 9 */
	-moz-transform:rotate(10deg); 	/* Firefox */
	-webkit-transform:rotate(10deg); /* Safari 和 Chrome */
	-o-transform:rotate(10deg); 	/* Opera */
}
/*************/
@media screen and (max-width: 1000px) {
    .screenfontsize {
        font-size:16px!important;
    }
}
@media screen and (min-width:1000px) and (max-width:1300px){
    .screenfontsize {
        font-size:20px!important;
    }
}
@media screen and (min-width:1300px) and (max-width:1300px){
    .screenfontsize {
        font-size:30px!important;
    }
}