html{
    font-size: 87.5%;   /*root default 14px*/
}
body{
    padding:0;
    height:100%;
}
a, a:focus{
    text-decoration: none;
    color: #333;
}
a:hover{
    color: #000;
    text-decoration: none;
}
a,button,input{
    outline: none!important;
}


:root {
    --font-yahei: 'microsoft yahei', 'pingfang sc';
    --box-shadow: 9px 7px 8px 1px rgba(0,0,0,0.11);
    --box-shadow-sm: 0 0 15px rgba(0,0,0,.1);
    --color-main: #0266b4;
}


.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*
.container-fluid {
    margin: 0;
    padding: 0;
}
*/
.d-flex{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
}
.d-inline-flex{
    display:-webkit-inline-box!important;
    display:-ms-inline-flexbox!important;
    display:inline-flex!important
}
.align-items-center{
    height:100%;
    -webkit-box-align:center!important;
    -ms-flex-align:center!important;
    align-items:center!important
}
.no-style, .no-style ul, .no-style li{
    list-style:none;
    margin:0;
    padding:0;
}

.container-fluid{
    padding:0;
    margin:0;
}
@media (min-width: 1600px) {
    .container.container-wide {
        max-width: 1400px;
    }
}
@media (min-width: 1920px) {
    .container.container-wide {
        max-width: 1536px;
    }
}
@media (max-width: 575.98px) {
    .container{
        margin:0!important;
        padding:0!important;
    }
}

/*font style*/
.font-family-1{
    font-family: 'microsoft yahei', 'pingfang sc';
}
.font-size-xl{
    font-size: 3rem;
    font-size: 42px\9;
}
.font-size-lg{
    font-size: 2.5rem;
    font-size: 35px\9;
}
.font-size-md{
    font-size: 1.8rem;
    font-size: 28px\9;
}
.font-size-sm{
    font-size: 1.5rem;
    font-size: 21px\9;
}
.font-size-xs{
    font-size: 1.14rem;
    font-size: 16px\9;
}
@media (max-width: 767px) {
    .font-size-xl{
        font-size: 2.5rem;
        font-size: 35px\9;
    }
    .font-size-lg{
        font-size: 2rem;
        font-size: 28px\9;
    }
    .font-size-md{
        font-size: 1.5rem;
        font-size: 21px\9;
    }
    .font-size-sm{
        font-size: 1.14rem;
        font-size: 16px\9;
    }
    .font-size-xs{
        font-size: 1rem;
        font-size: 14px\9;
    }
}

.font-weight-xl{
    font-weight: 900;
}
.font-weight-lg{
    font-weight: 700;
}
.font-weight-md{
    font-weight: 500;
}
.font-weight-sm{
    font-weight: 400;
}
.font-weight-xs{
    font-weight: 200;
}

.img-enlarge img { transition: all 0.5s; -webkit-transition: all 0.5s; }
.img-enlarge:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); }


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.shadow-soft {
    box-shadow: 0 3px 6px 0 rgb(140 152 164 / 25%) !important;
}

.shadow-right-xl {
    box-shadow: 7px 7px 8px 1px rgba(0,0,0,0.11);
    -webkit-box-shadow: 7px 7px 8px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: 7px 7px 8px 1px rgba(0,0,0,0.11);
}
.shadow-right-sm{
    box-shadow:.125rem .125rem .25rem rgba(0,0,0,.075)!important;
}
.shadow-right{
    box-shadow:.5rem .5rem 1rem rgba(0,0,0,.15)!important;
}
.shadow-right-lg{
    box-shadow:1rem 1rem 3rem rgba(0,0,0,.175)!important;
}

/*
* Text color
*/
.text-white{color:#fff!important}
.text-dark{color:#343a40!important}
a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}
.text-black-70{color:rgba(0,0,0,.7)!important}
.text-black-50{color:rgba(0,0,0,.5)!important}
.text-black-30{color:rgba(0,0,0,.3)!important}
.text-black-10{color:rgba(0,0,0,.1)!important}
.text-white-70{color:rgba(255,255,255,.7)!important}
.text-white-50{color:rgba(255,255,255,.5)!important}
.text-white-30{color:rgba(255,255,255,.3)!important}
.text-white-10{color:rgba(255,255,255,.1)!important}

/*
 * Callouts
 */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}


.search-box-1 {
    z-index:9999;
    text-align:center;
}
.search-box-1 .modal-header, .search-box-1 .modal-footer{
    border:none;
}
.search-box-1 .search-keywords{
    /*width:300px;*/
    border-radius:15px 0 0 15px;
    line-height:45px;
    margin-right:0;
    float:none;
    display:inline-block;
}
.search-box-1 .hot-keywords{
    margin:25px 0;
}

.search-box-1 .btn-search{
    border-radius:0 15px 15px 0 !important;
    margin-left:-5px !important;
    float:none;
    display:inline-block;
}

.search-box-1 .alert{
    display:none;
}
@media (max-width: 499px) {
    .search-box-1 .search-keywords{
        /*width:200px;*/
    }
}

#navbar-dropdown-1{
    /*border-top:2px solid #f00;*/
}
#navbar-dropdown-1 ul{
    padding:0;
    margin:0;
}
#navbar-dropdown-1 li{
    background-color:#fff;
    list-style:none;
    line-height:35px;
}
#navbar-dropdown-1 li:hover {
    background-color:#eee;
}
#navbar-dropdown-1 a{
    padding:0 15px;
    margin-right:25px;
    display:inline-block;
    width:70%;
    color:#000;
}
#navbar-dropdown-1 a:hover{
    color:#666;
}
#navbar-dropdown-1 li.has-childs>a:after{
    font-family: "FontAwesome";
    content:"\f105";
    font-size:14px;
    margin-left:25px;
    color:#999;
}

#navbar-dropdown-1 .navbar-container>ul>li{
    border-bottom:1px solid #ddd;
}
#navbar-dropdown-1 .navbar-container>ul>li ul{
    display:none;
    top: 0;
    position: relative;
    z-index:9999;
}
#navbar-dropdown-1 .navbar-container>ul>li>ul>li>a{
    padding-left:35px;
}
#navbar-dropdown-1 .navbar-container>ul>li>ul>li>ul>li>a{
    padding-left:55px;
}

/*share*/
.share{
    font-size:1rem;
    color:#666;
    vertical-align:middle;
}
.share-inline{
    display:inline-block;
    margin-left:30px;
}
.share a{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align:center;
    vertical-align:middle;
    border-width:1px;
    border-style:solid;
    border-radius: 16px;
    line-height:28px;
    position: relative;
}
.share .twitter {
    border-color: #55acee;
    color: #55acee;
}
.share .weibo {
    border-color: #e6162d;
    color: #e6162d;
}
.share .facebook {
    border-color: #3e569b;
    color: #3e569b;
}
.share .wechat {
    border-color: #38ad5a;
    color: #38ad5a;
}
.share .pinterest {
    border-color: #e6162d;
    color: #e6162d;
}
.share .qrcode-area{
    display:none;
}
.share .qrcode-area #qrcode{
    display:block;
    padding:0;
}
.share .wechat:hover .qrcode-area {
    display: block;
    position: absolute;
    border: 1px solid #000;
    background-color:#fff;
    padding:15px;
    left: -70px;
    top: 32px;
    color:#000;
    text-align:center;
    font-size: 0.875rem;
    line-height:180%;
    z-index:999;
}
/**/


/*table cell*/
.display-table {
    display: table;
}
.display-table-row {
    display: table-row;
}
.display-table-cell {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
button style
*/
.bg-color-1{
    background-color:#f2f9ff;
}
.bg-color-2{
    background-color:#f90;
}
.bg-color-3{
    background-color:#fff;
}

.btn-color-1{
    background-color:#c6000f;
    color:#fff;
}
.btn.btn-color-1{
    border-color:#c6000f;
    background-color:#c6000f;
}
.btn.btn-color-1:hover{
    border-color: #c6000f;
    background-color: #f52f1d;
    color:#fff;
}
.btn.btn-color-1:active{
    border-color: #c6000f;
    background-color: #ce2e1d;
    color:#fff;
}

.btn-color-2{
    background-color:#0266b4;
    color:#fff;
}
.btn.btn-color-2{
    border-color:#0266b4;
    background-color:#0266b4;
}
.btn.btn-color-2:hover, .btn.btn-color-2:active{
    background-color:#0079d7;
    border-color: #0079d7;
    color:#fff!important;
}

.btn-color-3{
    background-color:#eee;
    color:#fff;
}
.btn.btn-color-3{
    border-color:#eee;
    background-color:#eee;
}
.btn.btn-color-3:hover, .btn.btn-color-3:active{
    border-color: #aaa;
}

.btn-color-primary{
    background-color:#8c4500;
    color:#fff;
}
.btn.btn-color-primary{
    border-color:#8c4500;
}
.btn.btn-color-primary:hover, .btn.btn-color-primary:active{
    border-color: #b28850;
    background-color:#cfa972!important;
    color:#fff!important;
}


.btn-1{
    border-radius: 0;
    border:1px solid #8c4500;
    padding:5px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight:300;
    font-family:'Microsoft Yahei'
}
.btn-lg.btn-1{
    border-radius: 20px !important;
    border-width: 2px;
    border-style: solid;
    font-size: 1.142rem;
    padding:8px 25px;
}


/*box style*/
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

.box.box-primary {
    border-top-color: #3c8dbc
}

.box.box-info {
    border-top-color: #00c0ef
}

.box.box-danger {
    border-top-color: #dd4b39
}

.box.box-warning {
    border-top-color: #f39c12
}

.box.box-success {
    border-top-color: #00a65a
}

.box.box-default {
    border-top-color: #d2d6de
}

.box.collapsed-box .box-body,.box.collapsed-box .box-footer {
    display: none
}

.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0
}

.box .nav-stacked>li:last-of-type {
    border-bottom: none
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto
}

.box .border-right {
    border-right: 1px solid #f4f4f4
}

.box .border-left {
    border-left: 1px solid #f4f4f4
}

.box.box-solid {
    border-top: 0
}

.box.box-solid>.box-header .btn.btn-default {
    background: transparent
}

.box.box-solid>.box-header .btn:hover,.box.box-solid>.box-header a:hover {
    background: rgba(0,0,0,0.1)
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de
}

.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de
}

.box.box-solid.box-default>.box-header a,.box.box-solid.box-default>.box-header .btn {
    color: #444
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc
}

.box.box-solid.box-primary>.box-header a,.box.box-solid.box-primary>.box-header .btn {
    color: #fff
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef
}

.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef
}

.box.box-solid.box-info>.box-header a,.box.box-solid.box-info>.box-header .btn {
    color: #fff
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39
}

.box.box-solid.box-danger>.box-header a,.box.box-solid.box-danger>.box-header .btn {
    color: #fff
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12
}

.box.box-solid.box-warning>.box-header a,.box.box-solid.box-warning>.box-header .btn {
    color: #fff
}

.box.box-solid.box-success {
    border: 1px solid #00a65a
}

.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a
}

.box.box-solid.box-success>.box-header a,.box.box-solid.box-success>.box-header .btn {
    color: #fff
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none
}

.box.box-solid[class*='bg']>.box-header {
    color: #fff
}

.box .box-group>.box {
    margin-bottom: 5px
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: .3em
}

.box>.overlay,.overlay-wrapper>.overlay,.box>.loading-img,.overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.box .overlay,.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px
}

.box .overlay>.fa,.overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px
}

.box .overlay.dark,.overlay-wrapper .overlay.dark {
    background: rgba(0,0,0,0.5)
}

.box-header:before,.box-body:before,.box-footer:before,.box-header:after,.box-body:after,.box-footer:after {
    content: " ";
    display: table
}

.box-header:after,.box-body:after,.box-footer:after {
    clear: both
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4
}

.collapsed-box .box-header.with-border {
    border-bottom: none
}

.box-header>.fa,.box-header>.glyphicon,.box-header>.ion,.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1
}

.box-header>.fa,.box-header>.glyphicon,.box-header>.ion {
    margin-right: 5px
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px
}

.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative
}

.box-header>.box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto
}

.box-header>.box-tools .dropdown-menu>li>a {
    color: #444 !important
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3
}

.open .btn-box-tool,.btn-box-tool:hover {
    color: #606c84
}

.btn-box-tool.btn:active {
    box-shadow: none
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.box-body>.table {
    margin-bottom: 0
}

.box-body .fc {
    margin-top: 5px
}

.box-body .full-width-chart {
    margin: -19px
}

.box-body.no-padding .full-width-chart {
    margin: -9px
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff
}

.box-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2)
}

.widget-user .widget-user-desc {
    margin-top: 0
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px
}

.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #fff
}

.widget-user .box-footer {
    padding-top: 30px
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300
}

.widget-user-2 .widget-user-desc {
    margin-top: 0
}

.widget-user-2 .widget-user-username,.widget-user-2 .widget-user-desc {
    margin-left: 75px
}

.widget-user-2 .widget-user-image>img {
    width: 65px;
    height: auto;
    float: left
}

#mask-layer{
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(10, 10, 10, 0.5);
    z-index:998;
}
.modal-header, .modal-footer {border:none}

.owl-dots button:focus, .owl-nav button:focus{
    outline:none!important;
}


/*animation*/
.fadein{
    display:none;
}
.fadein.active{
    animation: ani-fadein .8s;
    animation-timing-function: ease;
    display:block;
}
@keyframes ani-fadein{
    from{
        opacity:0;
    }
    to{
        opacity: 1;
    }
}

/*helo-block*/
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}