html,body{
    margin: 0;
    padding: 0;
    background: #f3f4f6;
    font: 14px Arial,Helvetica Neue,Helvetica,PingFang SC,Tahoma,sans-serif;
}
body{
    display: inline-block;
    min-width: 100%;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
li {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
/*通用*/
.t-right{ text-align: right; }
.t-center{ text-align: center; }

.lxy-bg-white{
    background-color: #fff;
    color: #393D49;
}
.lxy-hide{ display: none; }
.lxy-flex{
    display: flex;
}
.lxy-flex_item{ flex: 1; }
/*container*/
.lxy-container {
    width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/*nav*/
.lxy-nav{
    position: relative;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
}
.lxy-nav * {
    font-size: 14px;
}
.lxy-nav .lxy-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    line-height: 60px;
    margin: 0 5px;
}
.lxy-nav .lxy-nav-item a {
    display: block;
    padding: 0 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.lxy-nav .lxy-nav-item a:hover, .lxy-nav .lxy-this a {
    color: #75bb00;
}
.lxy-nav .lxy-this:after, .lxy-nav .lxy-nav-item:hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #75bb00;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.lxy-nav .lxy-nav-child {
    display: none;
    position: absolute;
    left: -1px;
    top: 55px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    /*border: 1px solid #d2d2d2;*/
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
    padding-top: 10px;
}
.lxy-nav .lxy-nav-child {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.lxy-nav .lxy-nav-child dd {
    position: relative;
}
.lxy-nav .lxy-nav-child a {
    color: #333;
}
.lxy-nav .lxy-nav-child a.active {
    color: #75bb00;
}
.lxy-show{
    display: block!important;
}

.index-header_bd .lxy-nav-item a {
    position: relative;
}

.index-header_bd .lxy-nav-item a>i {
    border-color: #fff transparent transparent;
    border-width: 5px 5px 5px;
    border-style: solid;
    position: absolute;
    right: 5px;
    top: 27px;
}
.index-header_bd .lxy-nav-item:hover a>i {
    border-color: transparent transparent #fff;
    border-width: 0 5px 5px 5px;
}
.index-header_bd .lxy-nav-item:hover .lxy-nav-child{
    display: block;
}
.lxy-nav-child:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: #75bb00;

}
.lxy-nav-child:before{
    content: "";
    position: absolute;
    left: 50px;
    top: -5px;
    border-color: transparent transparent #75bb00;
    border-width: 0 5px 5px 5px;
    border-style: solid;
}

/*form*/
.lxy-form{

}
.lxy-form-item{
    margin-bottom: 15px;
    clear: both;
    *zoom: 1;
}
.lxy-form-item:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0;
}
.lxy-form-mid{
    float: left;
    display: block;
    padding: 9px 0;
    line-height: 20px;
    margin-right: 10px;
}
.lxy-form-label{
    position: relative;
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.lxy-input-block{
    position: relative;
    margin-left: 110px;
    min-height: 36px;
}
.lxy-input-inline{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.lxy-form-item .lxy-input-inline {
    float: left;
    width: 280px;
    margin-right: 10px;
}

.lxy-check{
    display: none;
}
.lxy-input, .lxy-select, .lxy-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    box-sizing: border-box;
}
.lxy-input, .lxy-textarea {
     display: block;
     width: 100%;
     padding-left: 10px;
 }
.lxy-input:hover, .lxy-textarea:hover {
    border-color: #75bb00;
}
.lxy-input:focus, .lxy-textarea:focus {
    border-color: #75bb00;
}
.lxy-btn, .lxy-input, .lxy-select, .lxy-textarea, .lxy-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
/*btn*/
.lxy-btn{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #59c203;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    position: relative;
}
.lxy-btn-disabled{
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}
.lxy-btn-primary {
    background-color: #fff;
    color: #333;
    border: 1px solid #d7e0e7;
}
.lxy-btn-green {
    background-color: #75bb00;
    color: #fff;
}
.lxy-btn-fluid{
    width: 100%;
}
.lxy-btn .lxy-icon{
    vertical-align: middle;
}

.lxy-check:checked+.lxy-btn{
    color: #75bb00;
    border: 1px solid #75bb00;
}
.lxy-check:checked+.lxy-btn:after{
    content: "\e6ad";
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    line-height: 12px;
    text-align: center;
}
.lxy-check:checked+.lxy-btn:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #75bb00;
    border-width: 20px 0 20px 25px;
    border-style: solid;
}

/*field 字段集*/
.lxy-elem-field{
    margin-bottom: 10px;
    padding: 0;
    border-width: 1px;
    border-style: dashed;
    border-color: #d4e1e7;
    border-radius: 10px;
}

.lxy-elem-field legend{
    padding: 0 10px;
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto;
}
.lxy-field-box{
    padding: 10px 15px;
    text-indent: 2em;
}


/*index*/
.index-container{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 125px;
    bottom: 90px;
}
.index-container .layui-form-item{
    display: flex;
}
.index-container .index-input-search{
    flex: 1;
}
.index-container .layui-input, .index-container .layui-select, .index-container .layui-textarea{
    height: 45px;
}
.index-container .layui-btn{
    height: 45px;
    line-height: 45px;
}
.index-container .layui-form{
    width: 800px;
    margin: 0 auto;
}
.index-container-logo{
    text-align: center;
    line-height: 102px;
    font-size: 20px;
    color: #75bb00;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}
.index-header{

}
.index-header_hd{
    background: #0b233d;
    color: #5e7e95;
    line-height: 35px;
    position: relative;
}
.index-header_hd .lxy-nav .lxy-nav-item{
    line-height: 35px;
}
.index-header_hd .lxy-nav .lxy-nav-item a{
    color: #5e7e95;
}
.index-header_bd{
    background: #0f2a47;
    color: #fff;
    line-height: 90px;
    position: relative;
}
.index-header_bd .lxy-nav-item {
    margin: 0 5px;
}

.index-header .layui-nav {
    padding: 0;
    background: none;
}
.index-logo {
    position: absolute;
    left: 15px;
    top: 0;
    height: 90px;
}
.index-logo img{
    width: 150px;
    vertical-align: middle;
}
.logo-title{
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 40px;
}
.logo-subtitle{
    font-size: 20px;
    line-height: 30px;
}
.index-nav {
    margin-left: 200px;
}
.index-header .index-nav .lxy-nav-item>a {
    font-size: 17px;
    color: #fff;
}
.index-nav-user {
    position: absolute;
    top: 0;
    right: 0;
}
.index-header .index-nav-user .lxy-nav-item:hover:after {
    content: none;
}
.index-header .index-nav-user li a {
    padding: 0 10px;
    display: flex;
}
.index-header .index-nav-user li a:hover {
    color: #fff;
}
.index-header .index-nav-user li a .iconfont {
    margin-right: 5px;
}
.index-nav-user .lxy-nav-item span{
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-footer{
    padding-top: 30px;
}
.index-footer.footer-absolute{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.index-footer .copyright{
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    font-size: 12px;
    color: #333;
}
.index-footer .copyright .left{
    display: inline-block;
}
.index-footer .copyright .right{
    float: right;
}
