html,body{
    font-family: "SourceHanSansCN-Bold",sans-serif;
    width:100%;
}
a:focus,a:hover{
    text-decoration: none;
}
.i-container{
    width:1200px;
    margin:0 auto;
    padding:0 18px;
}
.i-header{
    width:100%;
    background: white;
}
.i-header .i-toolbar{
    padding:4px 12px;
    height: 36px;
    background: #eeeeee;
}
.i-header .i-nav .i-separator{
    border:1px solid #ffffff;
    margin:0 20px;
    font-size: 30px;
    padding-bottom: 5px;
}
.i-header .i-nav .i-title{
    color:#ffffff;
    font-size:30px;
}
.i-header .i-toolbar .i-btn{
    display: inline-block;
    margin: 0 5px;
    padding:0 9px 2px;

    color: #4867aa;
    font-size: 17px;
    font-weight: bold;
}
.i-header>.i-nav{
    background: #383d41;
    height:72px;
    padding: 7px 0;
}
.i-header>.i-nav .i-logo{
    height:58px;
}
.i-header>.i-nav .nav{
    margin:7px 0 6px;
}
.i-header>.i-nav .nav>li>a{
    font-size: 18px;
    color: #ffffff;

    padding:9px 19px;
}
.i-header>.i-nav .nav>li>a:hover,
.i-header>.i-nav .nav>li>a:focus{
    background: none;
}
.i-header>.i-nav .nav>li.active>a{
    color:#47afab;
}
.i-body{
    width:100%;
    min-width:1200px;
    background: white;
}
.i-section{
    width:100%;
    margin-bottom: 40px;
}
.i-section:first-child{
    margin-top: 50px;
}
.i-section:last-child{
    margin-bottom: 0;
}
.i-body .i-more>a{
    font-size: 20px;
    font-weight: 500;
    color: #818181;
    display: block;
}
.i-body .i-title{
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0;
    color: #000000;
    margin:5px 0;
}
.i-body .i-time{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #000000;
    margin:5px 0;
}
.i-body .i-time .icon-time{
    font-size:16px;
}
.i-footer{
    background: #383d41;
    height:160px;

    color:#ffffff;
    font-size: 16px;
    font-weight: 500;
}
.i-footer .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:50px 0;
}
.i-footer .wrapper>.item{
    flex: 0 0 auto;
    margin-right: 20px;
}
.i-footer a{
    color: white;
}
.pager>li>a,.pager>li>span{
    background-color: #ffffff;
    border-width: 0;

    color: #424242;
    font-size: 18px;
    font-weight: 500;
}
.pager-loose>li>a, .pager-loose>li>span{
    margin-left: 10px;
}

.pager>li.active>a, .pager>li.active>a:hover, .pager>li.active>span, .pager>li.active>span:hover{
    background-color: #47afab;
}
.pager>li.disabled>a{
    color:#adadad;
}
.qsh-icon-svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.i-contents-none{
    height:500px;
}

.form-control{
    height:56px;
    font-size: 19px;

    margin-bottom:24px;
}
.form-control::-ms-input-placeholder{
    color:#a3a3a3;
    font-size: 19px;
}
.form-control::-webkit-input-placeholder{
    color:#a3a3a3;
    font-size: 19px;
}
.placeholder-center::-ms-input-placeholder{
    text-align: center;
}
.placeholder-center::-webkit-input-placeholder{
    text-align: center;
}
.input-group .form-control{
    border-right-width:0;
}
.input-group .form-control:focus{
    border-right-width:1px;
}
.input-group .btn{
    color:#05bf68;
    font-size: 19px;
    height: 56px;
    padding: 5px 8px;
    background: #ffffff;
    border-left: 0;
}
.input-group .btn:hover{
    box-shadow: none;
}
.btn-qsh{
    color:#ffffff;
    font-size: 19px;
    letter-spacing: 10px;
    height: 56px;
    background:#07c36b linear-gradient(to right, #0ece74, #00b862);
}
.btn-qsh:hover,.btn-qsh:active,.btn-qsh:focus{
    color:#ffffff;
    background-color:#00b862;
}
.btn-size-lg{
    font-size: 23px;
    font-weight: 500;
    height: 68px;
    line-height: 56px;
}
.btn-gray{
    color:#ffffff;
    background:#47afab;
}
.btn-gray:hover{
    color:#ffffff;
    background: #4FC3BF;
}
.btn-gray:active,.btn-gray:focus{
    color:#ffffff;
    background-color:#358380;
}