html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video,a{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
  text-decoration: none;
  color:inherit;
}
ul,ol,li {
	list-style-type:none;
}
input:focus {
  outline:none;  
}
.container{
    width: 1240px;
    height: auto;
    margin: auto;
	font-weight: 400;
	font-size: 14px;
}
.container:before,.container:after,.clearfix:after,.clearfix:before,.row:after,.row:before{
	content: " ";
	display: table;
}
.container:after,.clearfix:after,.row:after{
	clear: both;
}
:root{
    --theme-color:#3269FF;

    --btmA-theme-color:#3277ff;

    --text-title-color:#000000;
    --text-stitle-color:#666666;
    --text-primary-color:#444444;
    --text-secondary-color:#999999;
    --text-light-color:#F4F7FE;
    --text-light2-color:#ffffff;

    --text-title-font:34px;
    --text-primary-font:14px;

    --shadow-header:rgba(0, 0, 0, 0.04) 0px 2px 10px 0px;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.text-center{text-align: center;}

.pc_hd{display: none;}
@media screen and (max-width:768px) {
    .pc_hd{display: block;}
    .mob_hd{display: none;}
}

/*---------------------------------------------------------------*/
.form-control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,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;
}
.flex{display: flex;}
.flex-group{
    display: flex;
    justify-content: space-between;
}
.flex-ju-sb{display: flex;justify-content: space-between;}
.flex-group .input-cont{
    flex: 1;
}
.btn{
    text-align: center;
    display: block;
    outline: none; border: none;
}

.icon{
    /* background-image: url(../img/icon/icon.png); */
	background-size:910px;
	background-repeat: no-repeat;
}
.btn-theme{
    background: var(--theme-color);
    border-radius: 6px;
    text-align: center;
    color: var(--text-light2-color);
    transition: all .2s ease-in-out;
}
.btn-theme:hover,.btn-theme:focus{
    /* background: var(--btmA-theme-color); */
    cursor: pointer;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgb(36 104 242 / 20%);
}
.btn-theme-w {
    color: var(--theme-color);
    border-radius: 6px;
    text-align: center;
    background-color: var(--text-light2-color);
    transition: all .2s ease-in-out;
}
.btn-theme-w:hover,.btn-theme-w:focus{
    /* background: var(--btmA-theme-color); */
    cursor: pointer;
    transform: translateY(-5px);
}

.centerCont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

/*  */
.animate_2{
    -webkit-transition: all ease .2s;
    -o-transition:all ease .2s;
    transition: all ease .2s;
}
.animate_3{
    -webkit-transition: all ease .3s;
    -o-transition:all ease .3s;
    transition: all ease .3s;
}
.animate_10{
    -webkit-transition: all ease 1s;
    -o-transition:all ease 1s;
    transition: all ease 1s;
}
@keyframes bounce-down {
    25% {transform: translateY(-3px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(3px);}
    100% {transform: translateY(0);}
}
.animate-bounce-down{
     -webkit-animation: bounce-down 1s linear infinite;
     animation: bounce-down 1s linear infinite;
}


/* ::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 7px;
    height: 0;
    background-color: #c7c9cc;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144,147,153,.3);
    height: 50px;
    border-radius: 5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
} */


.mob-btn,.pc-hd{display: none!important;}

@media (max-width: 768px){
    .container{
        width: 92vw;
        /* width: 92%; */
        min-width: 355px;
    }
    .btn-theme{
        border-radius: 3px;
    }
    .pc-btn,.mob-hd{display: none!important;}
    .mob-btn,.pc-hd{display: block!important;}
}

.btn-group.bootstrap-select{
    position: relative;
}






/* icomoon */
@font-face {
    font-family: 'icomoon';
    src:  url('/public/fonts/icomoon.eot?6tccsz');
    src:  url('/public/fonts/icomoon.eot?6tccsz#iefix') format('embedded-opentype'),
      url('/public/fonts/icomoon.ttf?6tccsz') format('truetype'),
      url('/public/fonts/icomoon.woff?6tccsz') format('woff'),
      url('/public/fonts/icomoon.svg?6tccsz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icomoon-"], [class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icomoon-caret_down:before {
    content: "\e900";
  }
  .icomoon-caret_up:before {
    content: "\e901";
  }
  .icomoon-info:before {
    content: "\ea0c";
  }


/* tip 鼠标滑过 黑色提示 */
#tool_tips {
    position: absolute;
    z-index: 666;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: none;
}