@import 'reset.css';body{width:100%;height:100%;font-family:"Microsoft Yahei","微软雅黑";overflow:hidden;background:#f5f5f5 url(../img/bg.gif) no-repeat;}.login-container{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.login-container .loginbox{position:relative;width:350px !important;height:auto !important;padding:30px 40px;box-shadow:0 0 14px rgba(0,0,0,0.1);background:#fff;border-radius: 45px;}.login-container .title{position:relative;text-align:center;width:100%;height:35px;font-size:20px;color:#444;}.login-container .text{text-align:center;color:#afb9c3;}.login-container .or{position:relative;text-align:center;height:20px;}.login-container .or-line{position:absolute;height:1px;top:10px;left:0px;right:0px;background-color:#ccc;z-index:1;}.login-container .or-text{position:absolute;top:0;left:40%;width:100px;height:20px;background-color:#fff;color:#999;margin-left:-25px;z-index:2;}.login-container .input-control{margin-top:20px;}.login-container .copyright{position:relative;width:350px !important;height:auto !important;padding:5px;box-shadow:0 0 14px rgba(0,0,0,0.1);background:#fff;margin-top:20px;}.login-container .copyright p{padding:5px;color:#666;font-size:12px;text-align:center;margin:0px;}

/*--------------------*/

.style_blue .header,
.style_blue .m_nav_iframe ul li h4:after,
.style_blue .main .content .tabs-navbar .tabs-nav a:before ,
.style_blue .btn-primary{
  background: #3280fc;
  border-color: #145ccd;
}
.style_blue .m_nav_iframe ul ol li a:hover,
.style_blue .m_nav_iframe ul ol li a.hover,
.style_blue .m_nav_iframe ul ol li a:hover i,
.style_blue .m_nav_iframe ul ol li a.hover i,
.style_blue .main .content .tabs-navbar .bt_l, 
.style_blue .main .content .tabs-navbar .bt_r,
.style_blue#box a,
.style_blue .main .content .tabs-navbar .tabs-nav a:hover,
.style_blue .main .content .tabs-navbar .tabs-nav .active a {
  color: #3280fc;
}

/*--------------------*/

.style_green .header,
.style_green .m_nav_iframe ul li h4:after,
.style_green .main .content .tabs-navbar .tabs-nav a:before ,
.style_green .btn-primary {
  background: #2a877a;
  border-color: #0d7163;
}
.style_green .m_nav_iframe ul ol li a:hover,
.style_green .m_nav_iframe ul ol li a.hover,
.style_green .m_nav_iframe ul ol li a:hover i,
.style_green .m_nav_iframe ul ol li a.hover i,
.style_green .main .content .tabs-navbar .bt_l, 
.style_green .main .content .tabs-navbar .bt_r,
.style_green#box a,
.style_green .main .content .tabs-navbar .tabs-nav a:hover,
.style_green .main .content .tabs-navbar .tabs-nav .active a {
  color: #2a877a;
}

/*--------------------*/


.style_red .header,
.style_red .m_nav_iframe ul li h4:after,
.style_red .main .content .tabs-navbar .tabs-nav a:before ,
.style_red .btn-primary {
  background: #992c2b;
  border-color: #670d0c;
}
.style_red .m_nav_iframe ul ol li a:hover,
.style_red .m_nav_iframe ul ol li a.hover,
.style_red .m_nav_iframe ul ol li a:hover i,
.style_red .m_nav_iframe ul ol li a.hover i,
.style_red .main .content .tabs-navbar .bt_l, 
.style_red .main .content .tabs-navbar .bt_r,
.style_red#box a,
.style_red .main .content .tabs-navbar .tabs-nav a:hover,
.style_red .main .content .tabs-navbar .tabs-nav .active a {
  color: #992c2b;
}

/*--------------------*/


.style_yellow .btn-primary{
  background: #d0884d;
  border-color: #bd7b46;
}

/*--------------------*/

.style_Violet .btn-primary {
  background: #8666b8;
  border-color: #673AB7;
}

/*--------------------*/

.style_brown .btn-primary {
  background: #795548;
  border-color: #8D6E63;
}

/*--------------------*/

.style_bluegrey .btn-primary {
  background: #546E7A;
  border-color: #607D8B;
}

/*--------------------*/

.style_black .btn-primary {
  background: #222;
  border-color: #333;
}