@charset "utf-8";
/************************************************************浏览器重置***********************************/
html, body, div, span, input,textarea, select,object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "microsoft yahei";
}

body {
    line-height: 1;
    font: normal 12px/24px "Microsoft YaHei";
    color: #666;
    background-color: #fff;
    min-width: 1360px;
}
.transition-3{
    transition: all 0.3s;
    -moz-transition:all .3s ease; /* Firefox 4 */
    -webkit-transition: all .3s ease; /* Safari 和 Chrome */
    -o-transition: all .3s ease; /* Opera */
}

a {
    text-decoration: none;
    cursor: pointer;
    color:#666
}
.titleList{
    line-height: 25px;
    font-size: 15px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    /*display: block;*/
    /*width:100%;*/
    /*padding: 5px;*/
}

.titleList:hover{
    line-height: 25px;
    font-size: 15px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    color: #05a4ff;
    /*display: block;*/
    /*width:100%;*/
    /*padding: 5px;*/
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.bg-none{
    background: none !important;
}
.wid-100-pc {
    width: 100% !important;
}

.hei-100-pc {
    height: 100% !important;
}

.bg-white {
    background: #fff !important;
}

.input {
    display: inline-block;
    padding: 0 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dedede;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input.error {
    border: 1px solid #05a4ff;
}

ol, ul {
    list-style: none;
}

img {
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-40 {
    font-size: 40px !important;
}

/*清楚浮动*/
.cf {
    zoom: 1;
    /*margin-bottom:15px;*/
}

.cf:after {
    display: table;
    content: "";
    clear: both;
}

.titleBigTwoSize{
    font-size: 23px;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.border-none {
    border: none !important;
}

/*外间距*/
.nomg {
    margin: 0px !important;
}

.pd-0 {
    padding: 0 !important;
}
.pd-100{
    padding-left: 100px !important;
}
.pb-50{
    padding-bottom:50px !important;
}


/*margin-left*/
.ml-10 {
    margin-left: 10px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-280{
    margin-left: 252px !important;
}

/*margin-right*/
.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}


.mr-40 {
    margin-right: 40px !important;
}

/*margin-top*/
.mt-0{
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-100{
    margin-top:100px !important;
}

/*margin-bottom*/
.mb-0{
    margin-bottom:0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}
.mb-200{
    margin-bottom:150px !important;
}

.color-333 {
    color: #333 !important;
}
.color-666 {
    color: #666 !important;
}

.color-777 {
    color: #777 !important;
}

.color-blue {
    color: #00a0e9 !important;
}
.color-white{
    color:#fff !important;
}
.color-gray{
    color:#999999 !important;
}

.flag-color {
    color: #05a4ff !important;
}

.color-red {
    color: #ff0000;
}

.bg-blue {
    background-color: #00a0e9 !important;
}
.color-orange {
    color: #FC6721 !important;
}

/*内间距*/

/*其他统一设置*/
.normal {
    font-weight: normal !important;
}

.bolder {
    font-weight: bold !important;
}

.underline:hover {
    text-decoration: underline !important;
}

.underline {
    text-decoration: underline !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.row {
    position: relative;
    width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    min-height: 1px;
    float: left;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.list {
    margin: 8px;
}

.list > a {
    padding: 0px 8px;
}

.list > a span {
    width: 65%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list > a i {
    float: right;
    color: #999999;
    font-style: normal;
    line-height: 24px;
}

/*普通按钮*/
.btn {
    font-family: "Microsoft YaHei";
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btn.h-35 {
    height: 35px;
    line-height: 35px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:hover, .btn:focus, .btn.focus {
    color: #05a4ff;
    text-decoration: none;
}

.retset-search-btn {
    right: -1px;
    top: -2px;
    height: 37px;
}


/*取消按钮*/
.btn.cancel, .btn.cancel:hover, .btn.cancel:focus, .btn.cancel:active {
    color: #777;
    background: #f5f5f5;
}

.btn.confirm, .btn.confirm:hover, .btn.confirm:focus, .btn.confirm:active {
    background: #05a4ff;
    color: #fff;
}

.btn.eclip, .btn.eclip:hover, .btn.eclip:focus, .btn.eclip:active {
    border: 1px dashed #05a4ff;
    color: #05a4ff;
}

.btn.bt-blue, .btn.bt-blue:hover, .btn.bt-blue:focus, .btn.bt-blue:active {
    background: #05a4ff;
    color: #fff;
}

.btn.hover {
    background: #fff;
    color: #05a4ff;
    border: 1px solid #05a4ff;
}

.btn.hover:hover, .btn.hover:focus, .btn.hover:active, .btn.btn-radius {
    background: #05a4ff;
    color: #fff;
}

.btn.btn-radius {
    border-radius: 50px;
    height: 23px;
    line-height: 22px;
}

button {
    outline: 0;
}

.ab {
    position: absolute !important;
}

.re {
    position: relative !important;
}

/*弹窗浮层*/
.guide-show {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    z-index: 100;
    top: 0;
    left: 0;
}

.mr-top-20 {
    margin-top: 20px;
}

/*!*三明弹窗浮层*!*/
/*.sm-guide-show {*/
/*position: fixed;*/
/*height: 100%;*/
/*width: 100%;*/
/*background: #000;*/
/*background: rgba(0, 0, 0, .4);*/
/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);*/
/*z-index: 100;*/
/*top: 0;*/
/*left: 0;*/
/*}*/

/* 弹框颜色修改 */
.layui-layer-title{
    background-color: #05a4ff !important;

}
.layui-layer-btn .layui-layer-btn0{
    border-color: #05a4ff !important;
    background-color: #05a4ff !important;
}

/*下拉框颜色修改*/
.layui-anim.layui-anim-upbit .layui-this {
    background-color: #05a4ff;
}