body {
    font-family: microsoft yahei,Helvetica,Tahoma,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    background:#ecf0f5;
}
.asterisk {
    font-style: normal;
    color: red;
}
.admin-hide {
    display: none;
}
.records {
    color: red;
    font-weight: bold;
}
[data-notify="container"] {
    width: auto;
}
[data-notify="message"] {
    padding-left:10px;
    padding-right:10px;
}
.landing-page .services {
    padding-top: 30px;
}

.header-h {
    height:2.4rem;
}

#content-wrapper{
  /*  padding-top: 3.2rem;*/
    margin-top: 50px;
    min-height: unset !important;
    overflow-y: auto;
}
.landing-page .carousel-image {
    position: absolute;
    right: 60px;
    top: 80px;
}
.landing-page .carousel .item {
    height: 470px;
    background-color: #323232;
}
#picRoll{
    height: 470px;
}
#particles-js {
    position: relative;
    width: 100%;
    height: 470px;
    background-color:transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    top:0px;
}
#inSlider{
    top:-470px;
}
#inSlider .carousel-control{
    z-index: 15;
}

.eop-query-table{
    width:100%;
    margin:5px 0 5px 0;
}
.eop-query-table td{
    padding:5px;
    text-align: left;
}
.eop-query-table th{
    text-align: right;
}
.ml25{margin-left:25px;}
.breadcrumb{padding:10px 15px;margin-bottom:0px;background-color:#ECF0F5;}

.notice{padding:16px 15px 15px 15px;float:left;color:#ffffff;font-size:13px;}
.swiper-container {width: 100%;height: 20px;}
.cur {
    color: #fff !important;
}
.content {
    min-height: 250px;
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.blackbg {
    background-color: #262626;
}
.landing-page .navbar-default .nav li a:hover {
     color: #00a65a;
}
.nav .open>a {
     background-color: #eee;
     border-color:transparent !important;
}

.navbar-scroll .dropdown-menu {
    background-color: #FFFFFF;
}

.login-box .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 1px;
    color: #737373;
    height: 17px;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    background   : #00BCD4;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    border-radius: 5px;
    background   : #ffffff;
}

.nav_login {
    float: right;
    margin-left: 60px;
    margin-top: 28px;
    position: relative;
    z-index: 11;
}

.sign_in {
    margin-right: 10px;
    background: #94c52b;
}

.sign_up {
    background: #1b9ad9;
}

.sign_in:hover {
    background: #7fa12d;
}

.sign_up:hover {
    background: #0d7aae;
}

.nav_login a {
    padding: 0 20px;
    line-height: 27px;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
    display: inline-block;
}
