
.hyui_m_mt5{
	margin-top: 5px;
}
.hyui_m_mb5{
	margin-bottom: 5px;
}
.hyui_m_mb10{
	margin-bottom: 10px;
}
.hyui_m_my10{
	margin-bottom: 10px;
	margin-top: 1px;
}
.hyui_py10{
	padding-bottom: 10px;
	padding-top: 10px;
}
.hyui_row {
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
}
.hyui_row:after{
	clear: both;
	display: table;
    content: " ";
}
.hyui_col3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hyui_col3:nth-child(4n-3){
	padding-right: 5px;
}
.hyui_col3:nth-child(4n-2){
	padding-left: 10px;
	padding-right: 10px;
}
.hyui_col3:nth-child(4n-1){
	padding-left: 10px;
	padding-right: 10px;
}
.hyui_col3:nth-child(4n){
	padding-left: 5px;
}
.hyui_col6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hyui_col12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hyui_col_left{
	text-align:left;
}
.hyui_imgresponsive{
	display: block;
    max-width: 100%;
    height: auto;
}
.hyui_m_backdrop{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 940;
    background-color: #000;
    
    filter: alpha(opacity=50);
    opacity: .5;
}
.hyui_m_backdrop_transparent{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.hyui_m_panel{
    margin-right: auto;
    margin-left: auto;
	max-height:100%;
	position: fixed;
    z-index: 960;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: none;
    background: white;
}
.hyui_m_panel_showRight{
	left: auto;
	right: 0px;
	top:0px;
	width: 360px;
	height: 100%;
	
}
.hyui_m_panel_bg{
	background: #F2F2F2;
}
.hyui_m_panel p{
	padding: 0px;
	margin: 0px;
}
.hyui_m_panel-title{
	border-bottom: 1px solid #F2F2F2;
}
.hyui_m_panel-content{
	
}

.hyui_m_container{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.hyui_m_container-panel{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
    background-color: white;
    position: relative;
    text-align: left;
}
.hyui_m_container-panel p{
	padding: 0px;
	margin: 0px;
}
.hyui_m_container-panel-radius {
    border-radius: 5px;
}



.hyui_m_pageMenu .menuItemBtn{
	min-height: 75px;
	margin-bottom: 5px;
}
.hyui_m_pageMenu .menuItemBtn .menuItemBtnImg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.hyui_m_pageMenu .menuItemBtn .menuItemBtnImgIcon  {
    font-size: 30px;
    position: static;
    margin-top: 10px;
}
.hyui_m_pageMenu .pageMenu_content{
	padding-bottom: 5px;
	padding-top: 5px;
}
.hyui_m_pageMenu .pageMenu_title{
	height: 40px;
    line-height: 40px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.hyui_m_pageMenu .pageMenu_title .text{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    font-size: 16px;
}
.hyui_m_pageFloatMenuButton{
	left: 20px;
	bottom: 140px;
	width: 50px;
	height: 50px;
	border-radius: 35px;
	position: fixed;
	z-index: 100;
	background-color: #2e9ee5;
	opacity: .9;
}
.hyui_m_pageFloatMenuButton i{
	font-size:24px;
	color: white;
	margin: 13px;
}
.hyui_m_pageFloatMenu{
	background:#F2F2F2;
	position: fixed;
    z-index: 1060;
    width: 200px;
    bottom: 140px;
    left: 20px;
    border-radius: 5px;
    padding: 8px 8px 3px 8px;
}

.hyui_modal{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.hyui_modal .hy_modal_dialog{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	padding-right: 10px;
    padding-left: 10px;
	
	margin-top:10px;
	margin-bottom:10px;
	-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.hyui_modal_content{
	position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.hyui_modal_header{
	padding: 0px 15px 15px 15px;
    border-bottom: 1px solid #e5e5e5;
    
    height: 40px;
    line-height: 40px;
    /* background-color: #2e9ee5; */
    border-radius: 5px 5px 0px 0px;
}
.hyui_modal_header .hyui_modal_title {
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: white;
}
.hyui_modal_body{
	position: relative;
    padding: 15px;
}
.hyui_modal_footer{
	padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    
    height: 50px;
    line-height: 50px;
    padding-top: 0px!important;
    border-radius: 0px 0px 5px 5px;
}


.hyui-div-indexBox{
	display: -webkit-box;
}
.hyui-input-content {
    -webkit-box-flex: 1;
    text-align: left;
    line-height: 33px;
    height: 35px;
    font-size: 16px;
    overflow: hidden;
}
.hyui-input{
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color:rgb(0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.hyui-input-btn {
    margin-left: 15px;
    line-height: 35px;
    height: 35px;
}

.hyui-smallbtn {
    height: 35px;
    border-radius: 5px;
    border: 1px solid white;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}
.hyui-btn_secondary{
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}
.hyui-btn_secondary:ACTIVE{
	color: rgba(0, 0, 0, 0.6);
	background-color: #dedede;
}
.hyui-btn_primary{
	color:white;
	background-color: #1d7b97;
	border: 1px solid #1d7b97;
}
.hyui-btn_primary:active{
	color: white !important;
	background-color: #0c5d75 !important;
	border: 1px solid #1d7b97 !important;
}
.hyui-btn_primary:hover{
	color: white;
	background-color: #0c5d75;
}




.hyui_message_operateSuccess{
	height:100px;
	height:120px;
	background-image: url("../../../stylebag/style2017/img/operateSuccess.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
}
.hyui_message_operateFail{
	height:100px;
	height:120px;
	background-image: url("../../../stylebag/style2017/img/operateFail.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
}
.hyui_message_operateRecord{
	height:100px;
	height:120px;
	background-image: url("../../../stylebag/style2017/img/operateRecord.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
}
.hyui_message_operateBack{
	height:100px;
	height:120px;
	background-image: url("../../../stylebag/style2017/img/operateBack.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
}
.hyui_message_operateWarn{
	height:100px;
	height:120px;
	background-image: url("../../../stylebag/style2017/img/sign001.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
}
.hyui_message_operateLoading{
	height:100px;
	height:120px;
	background-image: url("../../../stylebag/style2017/img/loading.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center; 
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
.hyui_message_loadingimg{
	-webkit-transform: rotate(360deg);
	animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	-webkit-animation: rotation 1s linear infinite;
	-o-animation: rotation 1s linear infinite;
}

.hyui_div_Title {
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}
.hyui_div_Title .logo {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 15px;
    line-height: 20px;
    font-size: 20px;
}
.hyui_div_Title .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
}
.hyui_div_Title .rbt{
	width:24px;
	height:24px;
	margin-left:15px;
	margin-top:8px;
}
.hyui_div_Title .rbtn{
	width:auto;
	height:40px;
	margin-left: 15px;
}
.hyui_div_TitleBig {
    height: 50px;
    line-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}
.hyui_div_TitleBig .logoSmall {
    width: 24px;
    height: 24px;
    margin-top: 13px;
    margin-right: 15px;
    line-height: 24px;
    font-size: 24px;
}
.hyui_div_TitleBig .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 40px;
}
.hyui_div_lineBt{
	border-bottom:1px solid #e5e5e5;
}
.hyui_select_body{
	position: relative;
}
.hyui_rowBgWhite{
	background-color: white;
}
.hyui_picker_modal {
    display: none;
    bottom: 0px;
    z-index: 1060;
}

.hyui_select_picker_container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    z-index: 1060;
}
.hyui_select_picker{
	position: absolute;
	top: 100%;
	z-index: 1060;
	background-color: white;
	width: 100%;
	height: auto;
	border: 1px solid #dee2e6;
	font-size: 14px;
}
.hyui_select_pickerTop{
	top: 100%;
	bottom: auto;
	border-width: 0px 1px 1px 1px;
}
.hyui_select_pickerBottom{
	top: auto;
	bottom: 0px;
	border-width:0px;
	padding-bottom: 10px;
}

.hyui_select_picker_title{
	display: table;
	width: 100%;
	background-color: #ffffff;
	padding: 0px 15px;
	
}
.hyui_select_picker_up{
	display: table;
	width: 100%;
	padding: 0px;
}
.hyui_select_picker_titleBtn{
	display: table-cell;
	width: 60px;
	padding: 5px 0px;
}
/* .hyui_select_picker_titleBtn .hyui_comm_btn{
	width: 100%;
	display: none;
	padding: 4px 12px;
} */
.hyui_select_picker_titleContent{
	display: table-cell;
	text-align: center;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}
.hyui_select_picker_content{
	width: 100%;
	min-height: 80px;
	max-height: 340px;
    overflow-y: auto;
}
.hyui_select_picker_content::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.hyui_select_picker_content::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.hyui_select_picker_content::-webkit-scrollbar-thumb {
	background-color: #9e9e9e;
}
.hyui_select_ul{
	list-style: none;
	padding: 0px 15px;
	margin-bottom: 0px;
}
.hyui_select_ul li{
	list-style: none;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hyui_select_ul li i{
	font-size: 26px;
	color: #e5e5e5;
}
.hyui_select_ul li span{
	font-size:16px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.hyui_select_ul li .logo{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}

.hyui_select_ul li:ACTIVE{
	background-color: #dedede;
}

.hyui_select_ul li:hover {
    background-color:#f5f5f5;
}
.hyui_select_picker_up .hyui_select_ul li{
	height:  auto;
	min-height: 40px;
}
.hyui_select_picker_up .hyui_select_ul li span{
	height: auto;
	white-space: normal;
}
/*uploadFile*/
.hyui_uploadFile_imgBody{
	
}
.hyui_uploadFile_imgBody .hyui_uploadFile_btnBox{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
.hyui_uploadFile_imgBody .hyui_uploadFile_btnBox .hyui_uploadFile_text{
	-webkit-box-flex: 1;
	height:35px;
	line-height:35px;
}
.hyui_uploadFile_imgBody .hyui_uploadFile_btnBox .hyui_uploadFile_btn{
	width:100px;
}
.hyui_uploadFile_imgBody .hyui_uploadFile_imgContent .hyui_uploadFile_imgBox{
	width:120px;
	height:120px;
}


.hyui_text-center{
	text-align: center;
}



[data-bjhy-theme=bjhyThemeBlue] .hyui-btn_primary{
	color:white;
	background-color: #2e9ee5;
	border: 1px solid #2e9ee5;
}
[data-bjhy-theme=bjhyThemeBlue] .hyui-btn_primary:active{
	color: white !important;
	background-color: #0f7dc3 !important;
	border: 1px solid #2e9ee5 !important;
}
[data-bjhy-theme=bjhyThemeBlue] .hyui-btn_primary:hover{
	color: white;
	background-color: #0f7dc3;
}


[data-bjhy-theme=bjhyThemeGreen] .hyui-btn_primary{
	color:white;
	background-color: #64c89c;
	border: 1px solid #64c89c;
}
[data-bjhy-theme=bjhyThemeGreen] .hyui-btn_primary:active{
	color: white !important;
	background-color: #3e7c61 !important;
	border: 1px solid #64c89c !important;
}
[data-bjhy-theme=bjhyThemeGreen] .hyui-btn_primary:hover{
	color: white;
	background-color: #3e7c61;
}