html {
	overflow:hidden;
}

body {
	color:#9ea7b3;
	font-family:"Open Sans", Arial, sans-serif !important;
	font-size:13px !important; line-height:20px;
	overflow:hidden; min-height:550px; z-index:-2;
	margin:0px !important;
	-moz-background-size:cover; -webkit-background-size:cover;
	-o-background-size:cover; background-size:cover;
}

.qui-body-background {
    background:url(../Images/skin/bg.jpg) no-repeat top center fixed;
}

.qui-frame-top {
	height:60px; border-bottom:none;
}

/*  -- flexµ¯ÐÔ²¼¾Ö -- */
.flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
}

.flex-sub {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.flex-twice {
	flex: 2;
}

.flex-treble {
	flex: 3;
}

.flex-direction {
	-webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
	align-items: flex-start;
}

.align-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -moz-align-items: flex-end;
    -ms-flex-align: flex-end;
	align-items: flex-end;
}

.align-center {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-start {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.justify-end {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.justify-center {
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.justify-between {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.justify-around {
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-box-pack: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}


#logo {
	left:19px; position:relative; top:18px; max-width:460px;
}

#logo h1,#logo-mobile h1 {
	font-size:24px; font-weight:200; letter-spacing:1px;
	text-decoration:inherit; text-transform:uppercase; color:#fff;
}

#logo h1 span,#logo-mobile h1 span {
	font-size:11px; margin-left:0px; position:relative; top:-1px;
	background:none 0px 0px repeat scroll rgba(0, 0, 0, 0.2);
	border-radius:3px; padding:2px 5px;
}

.qui-frame-mainframe {
	width:100%; border:none;
    /*border-radius:3px;*/
    /*box-shadow:0 0 3px rgba(0,0,0,0.5);*/
}

.qui-frame-tabmargin {
	margin-top:4px; margin-left:4px;
    margin-top:0;margin-left:0;
}

.qui-frame-left {
	height:45px; border-top:1px solid #F9F9F9;
	border-bottom:1px solid #CCCCCC;
	font-family:Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Arial,
		Verdana, sans-serif;
}

.qui-frame-left .submenu i {
	
}

.user-photo {
	margin-bottom:15px;
}

.user-photo a.img {
	display:block; width:76px; height:76px; margin:0 auto;
	margin-bottom:15px;
}

.user-photo a.img img {
	display:block; border:none; width:100%; height:100%; border-radius:50%;
	-webkit-border-radius:50%; -moz-border-radius:50%;
	border:3px solid #44576b;
}

.qui-body {
	overflow:hidden; 
    /*background-color:#f2f2f2;*/
    /*background-color:#e5e5e5;*/
    /*background-color:#e7ebed;*/
	border-radius:3px;
    right:8px;
}

.profit {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    margin-bottom: 15px;
    z-index: 0;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    margin-right: 30px;
}

.profit .headline {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
}

.profit .headline h3 {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    padding: 15px;
}

.profit .headline h3 span {
    /*background-color: rgb(255, 107, 107);*/
    border-radius: 20px;
    padding: 5px 10px;
}

.profit .headline .titleClose {
    font-size: 16px;
    position: absolute;
    right: 17px;
    top: 10px;
}

.gone {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.profit .value {
    letter-spacing: -3px;
    position: relative;
    text-align: center;
    /*color: rgb(255, 107, 107);*/
    border-radius: 6px;
    font: 5em "Open Sans";
    margin:20px auto 6px auto;
}

.profit .value span {
    font-size: 60px;
    margin-right: 10px;
    position: relative;
    top: 0px;
}

.pull-left {
    float: left !important;
}

.profit .profit-line {
    text-align: center;
}

.start-min {
    font-size: 30px !important;
    text-indent: 0px;
}

.tabnobottom {
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
	/*box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);*/
    box-shadow: 0px -1px 3px 0 rgba(0,0,0,.5);
    background-color:#fff;
}

.tabtitle { 
}

.tabtitle i {
	font-size:14px;
	margin-right:3px;
}
.tabtitle span {
}

.qui-top-i {
	margin-left:-10px; margin-right:5px; font-size:14px;
}

.qui-footer {
	/*border-top:1px solid #ccc;*/
	color:#fff;
	background-color:unset !important;
	    
}

.qui-footer p {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    background-color: rgba(0,0,0,0.2);
    margin: 0 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.back-red {
    background-color:rgb(255, 107, 107);
}
.font-red {
    color:rgb(255, 107, 107);
}

.back-yellow {
    background-color:#FFA200;
}
.font-yellow {
    color:#FFA200;
}

.back-green {
    background-color:#45B6B0;
}
.font-green {
    color:#45B6B0;
}

.back-blue {
    background-color:#65C3DF;
}
.font-blue {
    color:#65C3DF;
}

.rightcorner {
    position: absolute;
    right: 17px;
    top: 18px;
}

.qui-btn-normal {
    background-color:#0DB8DF;
    opacity:1;
}

.qui-skin-common .layui-layer-title {
    /*background: #f2f2f2;
    color: #333;
    border: 1px solid #c9c9c9;
    border-radius:5px;*/

    background: rgba(0, 0, 0, 0.2);
    color: #333;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display:none;
    height:0;
}

.qui-skin-common .layui-layer-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height:100%;
}

.qui-skin-common .layui-layer-setwin {
    /*background-color: #c2c2c2;
    border:1px solid #999;
    border-radius: 10%;
    padding: 3px 3px;
    top:5px;
    right:28px;*/
}

.qui-skin-common .layui-layer-setwin a {
    /*margin-left:3px;
    color:#fff;*/
}

.tab-listen {
    top: 36px;
    left: 68px;
}

.info-settings {
    position: absolute;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 12px;
    height: 82px;
    width: 82px;
    line-height: 82px;
    text-align: center;
    border-radius: 100%;
}

.qui-select-pics {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin-right: 20px;
}

.zj_h2{
    position: relative;
    display:inline-block;
    font-size: 12px;
    font-weight: 500; 
    height:24px; 
    line-height:24px; 
    margin-left:-20px;
    color: #fff;
    /*background-color: #1db0e0;*/
    background-color:#a5673f;
    /*text-shadow: 0px 1px 2px #bbb;*/
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.6); 
    padding:0 12px 0 26px; 
    border-top-right-radius:6px;
    border-bottom-right-radius:3px;
    top:-10px;
}
/*.zj_left{ position:absolute; width:30px; height:0px; top:10px; left:-30px;border-width:20px 10px; border-style:solid; border-color:#00B3ED #00B3ED #00B3ED #fff; overflow:hidden;}*/
.zj_sanjiao{ 
    position:absolute; 
    width:0; 
    height:0; 
    border-width:5px 10px; 
    border-style:solid; 
    border-color:#666 #888 #f2f2f2 #f2f2f2; 
    left:0px; 
    overflow:hidden;
    top: 20px;
    z-index: -1;
}

.q-flex {
    display: flex;
}
.q-flex__item{
    flex: 1;
}