@charset "utf-8";

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    font: 12px/1 "微软雅黑",Tahoma, Helvetica, Arial, "宋体", sans-serif;
    /* font-size: 12px; font-family: "微软雅黑"; */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1, h2, h3, h4, h5, h6{line-height: inherit;font-weight: 600;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */


/* 重置列表元素 */
ul, ol,li { list-style: none; line-height: inherit;}

/* 重置文本格式元素 */
a { text-decoration: none; color: #333;}
a:hover { text-decoration: none; }

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html,body{ overflow-x: hidden;}

*{-webkit-box-sizing: border-box;box-sizing: border-box;}
.g{width: 1000px;margin: 0 auto;}

.common-header{width: 100%;overflow: hidden;zoom: 1;}
.common-header .top-line{background: #eff4f7;color: #740a62;line-height: 30px;position: relative;
z-index: 1;}
.common-header #banner{background: url(../images/laba_11.png) no-repeat scroll 0 0px;margin-left: 90px;}
.common-header #ans{width: 380px;color: #740a62;font-size: 12px;}
.common-header #ans b{padding: 0 0 0 45px;}
.common-header #ans .scroll{/* height: 18px; */height: 30px;overflow: hidden;}
.common-header #ans .scroll li{height: 30px;line-height: 30px;}
.common-header #ans .scroll li a{color: #740a62;height: 30px;line-height: 30px;display: block;}
.btn-link{color: #333;}

.common-header .common-header-top{height: 293px;}
.common-header .top-in{position: relative;}
.common-header .top-in img{display: block;width: 1920px;max-width: 1920px;height:auto;
    position: absolute;left: 50%;margin-left: -960px;}
.common-header .common-header-bottom{width: 100%;background: #740a62;}
.common-header .common-header-bottom ul{overflow: hidden;zoom: 1;}
.common-header .common-header-bottom ul li{width:10%;height: 33px;line-height: 33px;float: left;
    text-align: center;cursor: pointer;}
.common-header .common-header-bottom ul li a{color: #fff;font-size: 16px;}
.common-header .common-header-bottom ul li.active{background: #fff;}
.common-header .common-header-bottom ul li.active a{color: #740a62;}
.common-header .common-header-bottom ul li:hover{background: #fff;}
.common-header .common-header-bottom ul li:hover a{color: #740a62;}




.pull-left{float: left;}
.pull-right{float: right;}
.btn-link{
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    /* border: 1px solid #ccc; */
    background-repeat: repeat-x;
}

/* 登录页 */
.main{min-height: 402px;background: #eee;padding:20px 0;}
.fly-panel[pad20]{padding: 20px;}

.main .layui-tab-brief>.layui-tab-title .layui-this {
    color: #92267b;
}
.main .layui-tab-brief>.layui-tab-title .layui-this::after{
    border-bottom: 2px solid #92267b;
}
.main .login_btn{background: #92267b;}

.main .breadcrumb{
    padding: 8px 15px;
    margin: 0 0 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.main .breadcrumb>li{
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
}
.main .breadcrumb>li a{color: #333;}
.main .breadcrumb>li>.divider{padding: 0 5px;color: #ccc;}
.main .breadcrumb>.active{color: #999;}