@charset "utf-8";

/*样式初始化*/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font-size: 16px;
    background: #f2f2f2;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #2d374b;
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p,
answer {
    word-wrap: normal;
    word-break: break-all;
    text-align: justify;
}

.clear:after {
    clear: both;
    content: '';
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cur {
    cursor: pointer;
    color: #3399ff;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*公用样式*/

.mainPart {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.mainPart:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.disabled {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: not-allowed;
}

.require:before {
    content: "*";
    color: #f00;
    margin: 0 5px;
    position: relative;
    top: 3px;
}

.pink {
    background-color: #ffaaa3 !important;
    color: #fff !important;
}

.yellow {
    background-color: #ffb26a !important;
    color: #fff !important;
}

.green {
    background-color: #06c8a9 !important;
    color: #fff !important;
}

a {
    color: #2d374b;
    text-decoration: none;
}

a.button {
    display: block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 85px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 85px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    padding: 7px 15px;
}

.btn:last-child {
    margin-right: 0;
}

a.button:hover {
    background-color: #f5f5f5;
    color: #2d374b;
    text-decoration: none;
}

.abutton.multiline,
a.button.english {
    height: auto;
    padding: 5px 20px;
    line-height: 20px;
}

a.button.blue {
    background-color: #3399ff;
    color: #fff;
    border: 1px solid #3399ff;
}

.btn.blue {
    background-color: #3399ff;
    color: #fff;
    border: 1px solid #3399ff;
}

.btn.blue:hover {
    background-color: #1488ff;
    border: 1px solid #1488ff;
}

a.button.transparent {
    background-color: transparent;
}


/*重写layui样式*/

.layui-layer-btn a {
    min-width: 60px;
    text-align: center;
}

.multiple.selectator_element .selectator_chosen_items .selectator_chosen_item .selectator_chosen_item_title {
    padding-top: 1px;
    padding-bottom: 2px;
}

.selectator_element:after {
    content: '▾';
    font-size: 190%;
}

.ztree li a:hover {
    text-decoration: none;
}

.drop-down {
    height: 30px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.drop-down.border {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.drop-down>i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../../assets/img/icon_arrow.png) no-repeat center;
}

.drop-down>i.active {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.drop-down>span {
    display: block;
    margin-right: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.drop-down:hover>i {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.drop-down:hover>span {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.drop-down>ul {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    display: none;
    z-index: 1009;
}

.drop-down>ul li {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drop-down>ul li a {
    display: block;
    padding: 0 10px;
}

.drop-down.center>ul li {
    text-align: center;
}

.drop-down>ul li:last-child {
    border-bottom: none;
}

.drop-down-cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1008;
    cursor: default;
}

.pathName {
    width: 1200px;
    margin: 0 auto;
}

.pathName ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pathName ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

.pathName ul li a {
    color: #666;
    max-width: 12em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.pathName ul li:after {
    content: ">";
    margin: 0 10px;
    position: relative;
    top: -10px;
}

.pathName ul li:last-child:after {
    content: "";
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.rt {
    float: right;
}

.lf {
    float: left;
}

.layui-laypage a:hover {
    text-decoration: none;
}

.gopage {
    float: right;
    margin: 20px;
}

.gopage input {
    float: left;
    padding: 0 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dedede;
    border-radius: 4px 0 0 4px;
    text-align: center;
    color: #337ab7;
}

.gopage i {
    float: left;
    padding: 0 5px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #5b94c5;
    text-align: center;
    font-style: normal;
    background-color: #5b94c5;
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.gopage i:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.page {
    display: none;
}

.page ul.pagination {
    float: right;
}

.page ul.pagination li {
    cursor: pointer;
}


/*模块加载动画样式*/

.wating {
    position: relative;
}

.wating-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wating-inner {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.wating-inner.large {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
}

.wating-inner.small {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}

.wating-inner img {
    width: 100%;
    height: 100%;
}

.questionSea {
    position: fixed;
    top: 50%;
    right: 6px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    background: url("../../../assets/img/questionSea.png") no-repeat;
    width: 41px;
    height: 42px;
    margin-top: -23px;
}

.questionSea:hover {
    text-decoration: none;
}

.questionSea p {
    color: #fff;
    text-align: center;
}

.questionSea p:nth-of-type(2) {
    background-color: #ff0000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -15px;
    line-height: 25px;
}

#list li .layui-form-radio {
    display: none
}

.inputSpan {
    display: inline-block;
}

.hide {
    display: none;
}

.reverse-skin .layui-layer-btn a {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}

.reverse-skin .layui-layer-btn .layui-layer-btn0 {
    background-color: #f1f1f1;
    color: #333;
    border-color: #f1f1f1;
}

.reverse .layui-layer-btn0 {
    border: 1px solid #dedede !important;
    background-color: #f1f1f1 !important;
    color: #333 !important;
}

.reverse .layui-layer-btn1 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}

.revocate-skin .layui-layer-btn .layui-layer-btn0 {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #999;
}

.revocate-skin .layui-layer-btn .layui-layer-btn1 {
    border-color: #ddd;
    background-color: #fff;
    color: #f00;
}

.revocate-skin .layui-layer-btn .layui-layer-btn2 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}


/*
layui样式统一
*/

.layui-form-select dl dd.layui-this {
    background-color: #3399ff;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3399ff;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #3399ff;
    background-color: #3399ff;
}

.layui-form-radio i:hover,
.layui-form-radioed i {
    color: #3399ff;
}

.layui-form-checked,
.layui-form-checked:hover {
    border-color: #3399ff;
}

.layui-form-checked i,
.layui-form-checked:hover i {
    color: #3399ff;
}

.layui-form-checked span,
.layui-form-checked:hover span {
    background-color: #3399ff;
}

.layui-form-checkbox[lay-skin=primary] span,
.layui-form-checkbox[lay-skin=primary]:hover span {
    background-color: unset;
}

.layui-form-onswitch {
    border-color: #3399ff;
    background-color: #3399ff;
}

.layui-btn-primary:hover {
    border-color: #3399ff;
}

.layui-form-radio i:hover,
.layui-form-radioed i {
    color: #3399ff !important;
}


/*::-webkit-scrollbar {width: 10px;height: 10px;}*/


/*::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {background-color: #e2e2e2;}*/


/*::-webkit-scrollbar-thumb {border-radius: 0;background-color: rgba(0,0,0,.3);}*/


/*::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {background-color: #e2e2e2;}*/