
:root{
    --colorZT: #3694eb;
    --colorQC: #005bac;
    --colorHV: #EFA335;
    --colorHV2: #FF6600;
    --bili:1;
}

.inner{
    width: calc( var(--bili) * 1184px );
    margin: 0 auto;
}
/*@media screen and (max-width: 1680px) {*/
/*    .inner{*/
/*        width: calc( var(--bili) * 1680px );*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1480px) {*/
/*    .inner{*/
/*        width: calc( var(--bili) * 1480px );*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1200px) {*/
/*    !*body *{*!*/
/*    !*    visibility: visible;*!*/
/*    !*}*!*/
/*}*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    line-height: 1.4;
    vertical-align: baseline;
    font-family: '微软雅黑';
    outline: none;
}
body, html {
    min-width: 1200px;
    max-width: 100%;
    line-height: 1;
    overflow-x: auto;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    color: inherit;
    background: none;
    text-decoration: none;
    outline: none;
}
ul, li {
    list-style: none;
}
input, textarea {
    outline: none;
    border: initial;
}
.ft{
    float: left;
}
.fr{
    float: right;
}
.clear {
    clear: both;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.fwb{
    font-weight: bold;
}
.wzbs{
    color: var(--colorZT)!important;
}
.bcbs:hover{
    background-color: var(--colorZT)!important;
    color: #FFFFFF!important;
}

.wap-none{
    display: block;
}
.wap-block{
    display: none;
}

/*xlt-k*/
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track
{
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb
{
    background-color: #eeeeee;
}
@media screen and (max-width: 1200px) {
    ::-webkit-scrollbar
    {
        width: 0;
        height: 0;
    }

    ::-webkit-scrollbar-track
    {
        background-color: #ffffff;
    }

    ::-webkit-scrollbar-thumb
    {
        background-color: #cccccc;
    }
}
/*xlt-g*/
.tac{
    text-align: center;
}
.fc3{
    color: #333333;
}
.fc5{
    color: #555555;
}
.fcf{
    color: #ffffff;
}
.w30{
    width: 30% !important;
}
.w40{
    width: 40% !important;
}
.w50{
    width: 50% !important;
}
.w60{
    width: 60%;
}
.w70{
    width: 70%;
}
.w80{
    width: 80%;
}
.w90{
    width: 90%;
}
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}
.h50 {
    height: 50%;
}
.mw1200{
    max-width: 1200px;
    margin: 0 auto;
}

.wimg{
    width: 100%;
    height: 100%;
    display: block;
}
.wimg05s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.wimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.wimg05s:hover{
    transform: scale(1.1);
}
.wimg1s:hover{
    transform: scale(1.1);
}

/*ellipsis*/
.slh0{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh1{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh2{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh3{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh4{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh5{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    word-break: break-all;
}

.over-hiden {
    overflow: hidden;
}

.obj-cover {
    object-fit: cover !important;
}

.obj-contain {
    object-fit: contain !important;
}



/*分页*/
.total-num{
    padding: 0 24px;
}
#page{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 50px;
    justify-content: center;
}
.pagel #page{
    justify-content: flex-end;
}
#page .page-item{
    height: 36px;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    margin: 0 -1px 5px 0;
    font-size: 12px;
    background:#fff;
    color:#444444;
}
#page a{
    display:block;
    padding: 0 20px;
    text-decoration:none;
    height: 36px;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    margin: 0 -1px 5px 0;
    font-size: 12px;
    background: #fff;
    color: #444444;
}
#page p{
    padding: 0 12px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    margin: 0 -1px 5px 0;
    font-size: 12px;
    background:#fff;
    color:#444444;
}

#page a:last-child{
    margin-right: 0;
}
#page a:hover{
    color: var(--colorZT);
}
#page a.myde-page {
    background: var(--colorZT);
    color: #fff;
    border: 1px solid var(--colorZT);
}
#page a.cur{
    background:var(--colorZT);
    color:#fff;
    border: 1px solid var(--colorZT);
}
#page p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0;
    color:#555;
}
#page p.pageRemark b{
    margin: 0 6px;
    color: var(--colorZT);
    border: 1px solid var(--colorZT);
}
#page p.pageEllipsis{
    background:none;
    line-height: 30px;
    color:#555;
}
/*分页*/



/*layui样式*/
.layui-form-select dl dd.layui-this{
    background-color: var(--colorZT) !important;
}
.layui-form-select dl dd.layui-this{
    background-color:  var(--colorZT) !important;
}
.layui-laydate .layui-this{
    background-color:  var(--colorZT) !important;
}
.layui-form-select dl dd{
    font-size: 14px;
}
.layui-layer{
    border-radius: 12px!important;
}
.layui-laydate-footer span:hover{
    color:  var(--colorZT) !important;
}
.layui-laydate-footer span[lay-type=date]{
    color:  var(--colorZT) !important;
}
.layui-laydate-header i:hover{
    color:  var(--colorZT)!important;
}
.laydate-set-ym span:hover{
    color:  var(--colorZT)!important;
}
#mb_btn_no{
    cursor: pointer;
}
#mb_btn_ok{
    background: var(--colorZT)!important;
    cursor: pointer;
}
.layui-form-checked span, .layui-form-checked:hover span{
    background: var(--colorZT)!important;
}
.layui-form-checked i, .layui-form-checked:hover i{
    color:  var(--colorZT)!important;
}
/*layui样式*/

/*地图美化*/
.wn-container *{
    border-color: #ffffff!important;
    border: 0!important;
}
.wn-container .BMap_pop *{
    color: #333333!important;
    line-height: calc( 30px )!important;
    font-size: calc( 15px ) !important;
}
.wn-container .anchorBL{
    display: none;
}
.wn-container .anchorTR div *{
    padding: 5px 10px!important;
    box-shadow: none!important;
    font-size: 14px!important;
    font-weight: 400!important;
}
/*地图美化*/

/*参与报名*/
.canyu {
    margin-top: 20px;
    padding: 0 20px;
}

.canyu .c-title {
    background: #3694EB;
    color: #ffffff;
    padding: 0 20px;
    line-height: 45px;
    font-size: 20px;
}

.canyu .c-content {
    margin-top: 20px;
    padding: 0 20px;
}

.canyu .c-content .c-input {
    display: flex;
    min-height: 45px;
    align-items: center;
    margin-bottom: 20px;
}

.canyu .c-content .c-input span {
    font-size: 18px;
    font-weight: bold;
    width: 10%;
}

.canyu .c-content .c-input span.s-color {
    color: #ee0a0a;
}

.canyu .c-content .c-input .c-input-bg {
    width: 90%;
    border: 1px solid #333333;
}

.canyu .c-content .c-input .c-input-bg input {
    background: #fff;
    width: 98%;
    padding: 0 0 0 2%;
    line-height: 45px;
}

.canyu .c-content .c-input .c-input-bg textarea {
    padding: 10px 0 0 2%;
    width: 98%;
    resize: none;
    outline: none;
}

.canyu .c-content .c-btn {
    width: 100%;
    line-height: 45px;
    background: #3694EB;
    color: #ffffff;
    font-size: 20px;
}
/*参与报名*/








