*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    height: 100%;
}
body,p,ul,ol,dl,li,dt,dd{
    /* 默认有边距，都要清除 */
    margin: 0;
    padding: 0;
    /*字体设置*/
    font-size: 14px;
    font-family: Hurme Geometric Sans\ 3,"Microsoft Yahei",sans-serif;
    color: #333;
    /* 去掉列表的原点 */
    list-style: none;
    /* 默认鼠标 */
    cursor: default;
}

/*行内块元素*/
input,img{
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
}

/*行内元素*/
a,a:active,a:visited{
    /*下划线和颜色*/
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

a:focus{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color:#333;
}

textarea{
    /* 边框清零 */
    border:none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
}

i{
    /*文字样式*/
    font-style: normal;
}

table{
    /*边框合并*/
    border-collapse:collapse;
    border-spacing:0;
}


/* 使用伪元素清除浮动 */
.clearfix::before,
.clearfix::after{
    content:"";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* 版心*/
.w{
    width: 1200px;
    margin: 0 auto;
}

/*可选*/
/*单选框和复选框的配置，一般是分开的*/
input[type="radio"],input[type="checkbox"]{
    outline: none;
}

label{
    display: inline-block;
    cursor: pointer;
}


/*可选*/
/* 自定义数字框配置 */
input[type="number"]{
    width: 76px;
    height: 36px;
    background-color: rgba(5,45,82,0.4);
    border: 2px solid #ccc;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
}

input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

input[type="number"]+div{
    width: 30px;
    height: 40px;
    padding-left: 2px;
    cursor: pointer;
}
.mc{
    color: #cfb08d;
}
body{
    --mcolor: #CFB08D;
    --gcolor: #283045;
}
[v-cloak]{display: none;}

.btn-main {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: var(--gcolor);
    border: 1px solid var(--gcolor);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* 主体 */
/* .wrapper{
    min-height: 100vh;
    overflow: hidden;
} */
/* 头部 */
.header{position: relative;height: 70px;}
.navbar{
    padding: 10px 0 10px 0;
}
/* .navbar-fixed-bottom, .navbar-fixed-top{
    border-bottom: none;
} */
.navbar-brand{
    display: flex;
    align-items: center;
}
.navbar-default{background-color: #fff;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: var(--mcolor);
    font-weight: 700;
    background-color: #fff;
}
.header .dropdown-wrap{
    width: 100%;
    background-color: #fff;
    opacity: 1;
    padding: 31px 0 21px;
    min-height: 200px;
}
.header .dropdown-wrap .container{
    display: flex;
    flex: 1;
    justify-content: space-between;
    max-width: 1400px;
    padding: 0 40px;
    width: 100%;
}
/* 下拉框 */
.dropdown-wrap .pics{
    display: flex;
    flex: 1;
    justify-content: space-around;
}
.dropdown-wrap .pics .pic-outer{
    width: 100%;
    margin-right: 20px;
}
.pics .pic-outer{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pics .pic-inner{
    width: 100%;
    height: 100%;
    margin-bottom: 12px;
}
.pics .pic-inner a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.pics .pic-inner a:hover{
    opacity: 0.6;
}
.pics h4{
    line-height: 1.5;
    font-family: Silk Serif, serif;
    font-size: 16px;
    font-style: italic;
}
.pics h4:hover a{
    color: var(--mcolor);
}
.pics h4 a{
    color: #777;
    font-size: 16px;
}
.dropdown-wrap .menus{
    display: flex;
    flex: 1;
    padding: 0 20px;
}
.dropdown-wrap .menus .menu-item:nth-of-type(2){
    margin: 0 20px;
}
.dropdown-wrap .menus .title{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.13;
    color: #666;
}
.dropdown-wrap .menus a{
    font-size: 16px;
    letter-spacing: 1px;
    color: #777;
    line-height: 2;
}
.dropdown-wrap .menus a:hover{
    color: var(--mcolor);
    display: inline-block;
    word-wrap: break-word;
}
.dropdown-wrap .menus .menu-item{
    flex: 1;
}
.dropdown-container{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
    }
    .navbar-nav>li>a{
        line-height: 26px;
    }
}
/* 尾部 */
.footer {
    background-color: #283045;
    height: 50px;
    color: #fff;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px){
    .footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 9999999;
    }
}
.footer p{color: #fff;}
.footer a{
    color: #fff;
    padding: 0 10px;
}
.footer h1{
    font-size: 28px;
    margin: 20px 0;
}
.footer .bottom{
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    justify-content: center;
    bottom: 15px;
}
.footer-container{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.copy-right{
    text-align: center;
    letter-spacing: .5px;
    color: #4e4e4c;
    padding: 5px 0;
    font-size: 12px;
}
/* 搜索下拉款 */
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    background: rgba(255,255,255,.8);
}
.mask .search-box{
    width: 100%;
    background: #fff;
    min-height: 70px;
}
.mask .search-box .search-input{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
}
.mask .search-box .input-group{
    flex: 1;
    display: flex;
    margin-right: 30px;
    align-items: center;
    height: 100%;
    padding: 0 10px 0 30px;
}
.search-box .input-group input{
    border: none;
    box-shadow: none;
}
.closeBtn{
    padding: 20px;
    cursor: pointer;
}
.search-box span{
    font-size: 20px;
}
/* nav 小屏幕样式 */
@media screen and (max-width: 767px){
    .navbar-collapse{
        position: relative;
        overflow-x: hidden;
    }
    .right-nav-xs-box{
        display: flex !important;
        justify-content: flex-end;
    }
    .right-nav-xs-box li{
        display: inline-block;
        margin: 0 2px;
        text-align: center;
    }
}
