﻿@charset "utf-8";

/* CSS Document */

* {
    outline: none;
}


/*主题*/

:root {
    --head_height: 4.5rem;
    --colour1: #2daa31;
    --colour2: #0861a5;
    --dark: #2d2e30;
    --text: #666;
    --small_text: #999;
    --grey_bg: #f5f5f5;
}

body {
    margin: 0px;
    padding: 0px;
    padding-top: var(--head_height);
    position: relative;
}

body.modal-open {
    width: 100vw;
    height: 100vh;
    overflow: hidden!important;
}

body.menu-open {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden!important;
}

body,
html {
    font-family: Arial, "微软雅黑", Microsoft YaHei;
    font-weight: normal;
    font-size: 1rem;
    color: var(--text);
}

.font-en {
    font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
    font-weight: 900;
    letter-spacing: 0.07em;
}

@font-face {
    font-family: 'en';
    src: local('☺'), url(../font/HelveticaNeueLTPro-BdCn.otf);
    font-weight: 900;
    font-style: normal;
}

.title {
    color: var(--dark);
}

.colour1 {
    color: var(--colour1)
}

.colour2 {
    color: var(--colour2)
}

.colour-bg1 {
    background-color: var(--colour1)
}

.colour-bg2 {
    background-color: var(--colour2)
}

.colour1-btn {
    color: #fff!important;
    background-color: var(--colour1)
}

.colour1-btn:hover {
    background-color: var(--colour2)
}

.colour-grey-btn {
    color: var(--text)!important;
    background-color: var(--grey_bg)
}

.colour-grey-btn:hover {
    background-color: var(--colour1)
}

.colour-white-btn {
    color: var(--text)!important;
    background-color: #fff;
}

.colour-white-btn:hover {
    background-color: var(--colour1)
}

dd,
dl,
dt,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

input {
    margin: 0;
    outline: none
}

a {
    text-decoration: none;
}

a:link {
    color: inherit;
}


/*未访问样式*/

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:focus,
button:hover {
    outline: none;
}

a.text-link {
    text-decoration: underline;
}

a.text-link:hover {
    color: var(--colour1);
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1.125rem;
}

i {
    font-weight: normal;
}

hr {
    border: none;
    border-top: 1px solid #ebebeb;
    margin: 1.5rem 0px;
}

img {
    max-width: 100%;
}

p {
    font-size: 1rem;
    line-height: 1.75em;
}

pre {
    display: block;
    border: none;
    background: none;
    padding: 0px;
    font-size: 1rem;
    line-height: 1.75em;
    white-space: pre-wrap;
    font-family: Arial, "微软雅黑", Microsoft YaHei;
}

section {
    max-width: 100vw;
}

::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

::-webkit-scrollbar-track {
    background: #ebebeb;
}


/*滚动条背景*/

::-webkit-scrollbar-thumb {
    background: #666;
}


/*滚动条设置*/


/*表单*/

form>div {
    margin-bottom: 1rem;
}

form>div:last-child {
    margin-bottom: 0;
}

form div.row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

form div.row>div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

form p {
    margin-bottom: 0.375rem;
    font-size: 85%;
    opacity: 0.8;
}

form input,
form select {
    padding: 0 1rem;
    width: 100%;
    line-height: 2.5em;
    height: 2.5em;
    font-size: 1rem;
    color: var(--text);
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
}

form select {
    color: var(--text);
    padding-right: 2.5rem;
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem) center;
    background-size: 1rem 1rem;
}

form textarea {
    padding: 0.25rem 1rem;
    width: 100%;
    line-height: 2.5em;
    height: 10em;
    font-size: 1rem;
    color: var(--text);
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
}

form button.btn {
    padding: 0 3rem;
    font-size: 1rem;
    line-height: 2.75rem;
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    background: var(--colour1);
    cursor: pointer;
    transition: all 0.4s;
}

form button.btn:hover {
    color: #fff;
    background: var(--colour2);
}


/*表格边框样式*/

table,
tbody,
tr,
td {
    border: none;
}

table tr {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

table td {
    line-height: 1.5em;
    padding: 0.5rem 1.125rem;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

table td p {
    margin: 0px;
}


/*boostrap遮罩层导致页面抖动*/

.modal-open {
    overflow: scroll !important;
}


/*页面内容宽度*/

.container {
    max-width: 90rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.row {
    padding-left: -1.5rem;
    padding-right: -1.5rem;
}

.small-container,
.container.small-container {
    margin: auto;
    width: 80%;
}

.sticky {
    position: sticky;
    top: 0;
}


/*图片包含*/

.obj-contain {
    -o-object-fit: contain;
    object-fit: contain;
}


/*图片裁切*/

.obj-cover,
.obj-cover img {
    -o-object-fit: cover;
    object-fit: cover;
}


/*图片放大*/

.zoom-img {
    overflow: hidden;
}

.zoom-img img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.6s;
}

.zoom-img:hover img {
    transform: scale(1.075);
}


/*背景裁切*/

.bg-cover {
    background-position: center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}


/*视频裁切*/

.video-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.video-cover70 {
    -o-object-position: 75% top;
    object-position: 75% top;
}


/*边距盒子*/

.padding-box {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.padding-top {
    padding-top: 15vh;
}

.padding-bottom {
    padding-bottom: 15vh;
}

.small-padding-box {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.small-padding-top {
    padding-top: 10vh;
}

.small-padding-bottom {
    padding-bottom: 10vh;
}

.main {
    position: relative;
    z-index: 2;
    background: var(--grey_bg);
}

.grey-box {
    background: var(--grey_bg);
}

.white-box {
    background: #fff;
}

.clear-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
}


/*横线*/

.line {
    margin: 1rem 0;
    display: block;
    width: 1.25rem;
    height: 0.25rem;
    line-height: 1px;
    font-size: 0px;
    background: var(--colour1);
}

.colour-bg1 .line,
.colour-bg2 .line,
.dark-bg .line {
    background: #fff;
}


/*标题*/

.title-box {
    margin-bottom: 2rem;
}

.title-box .title {
    line-height: 1.5em;
    margin-bottom: 1rem;
}


/*内页翻页*/

.page-box {
    padding-top: 30px;
}

.page {
    font-size: 0;
    color: var(--text);
}

.page a {
    display: inline-block;
    margin: 0 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    color: var(--text);
    background: var(--grey_bg);
    border-radius: 0.25rem;
    transition: all .4s;
}

.page a {
    background: #fff;
}

.page a.active {
    font-weight: bold;
    color: #fff!important;
    background: var(--text);
}

.page a.next,
.page a.prev {
    width: auto;
    margin: 0 0.75rem;
    font-size: 0.875rem;
    padding: 0 1.5rem;
    font-weight: normal;
}

.page a:first-child,
.page a:last-child {}

.page input {
    display: inline-block;
    width: 4rem;
    padding: 0px 10px;
    margin-left: 1.125rem;
    font-size: 0.9375rem;
    line-height: 3rem;
    color: #666;
    border-radius: 0.5rem 0 0 0.5rem;
    border: none;
    box-shadow: 0 0 1px #999 inset;
    overflow: hidden;
    transition: all .4s;
}

.page button {
    padding: 0 1.5rem;
    margin: 0px;
    border: none;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 0.9375rem;
    line-height: 3rem;
    color: #666;
    background: #f2f2f2;
    cursor: pointer;
    transition: all .4s;
}

.page a.active,
.page a:hover,
.page button:hover {
    color: #fff;
    background: var(--colour1);
}


/*头部*/

#head {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    box-shadow: 0 0 1rem rgba(29, 37, 48, 0.07);
    color: var(--text);
    border-bottom: hidden;
    background: rgba(255, 255, 255, 1);
    transition: all 0.6s;
}


/*头部标志*/

.head-conent {
    height: var(--head_height);
}

.navbar-brand {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: normal;
    padding: 0px;
    margin: 0px;
}

.navbar-brand img {
    height: 62%;
}

.navbar-brand>div {
    position: absolute;
    z-index: 2;
    left: 0;
    border-top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: normal;
    opacity: 0;
}

.scroll .navbar-brand>div,
.index.top .navbar-brand>div,
.white-head.top .navbar-brand>div {
    opacity: 0;
}

.top .navbar-brand>div {
    opacity: 1;
}


/*头部按钮*/

.head-wap-btn {
    display: flex;
    align-items: center;
    height: 100%;
}

.head-wap-btn .call {
    display: inline-block;
    padding: 0 1em 0 0.75em;
    font-size: 1em;
    line-height: 2rem;
    color: #fff;
    border-radius: 2em;
    background: var(--colour1);
}

.head-wap-btn .call span {
    display: inline-block;
    margin-right: 0.25em;
    font-size: 1.125em;
    line-height: 2rem;
}

.navbar-toggler {
    width: var(--head_height);
    background: var(--colour1);
    color: #fff;
    border-radius: 0;
    border: none;
    margin-left: 1rem;
}

.navbar-toggler span {
    width: 1.5rem;
    height: 0.125rem;
    background-color: #fff;
    display: block;
    margin: 0.375rem auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:hover {
    cursor: pointer;
}

.navbar-toggler span:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler span:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
}

.navbar-toggler.collapsed span {
    opacity: 1;
    transform: translateY(0) rotate(0);
}


/*头部导航*/

#head .navbar-collapse {
    height: 100%;
}

#head .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 100%;
    padding: 0 1%;
}

#head .navbar-nav li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
}

#head .navbar-nav li>a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 1.5em;
    font-size: 1rem;
    line-height: 38px;
    color: inherit;
    text-align: center;
    border-radius: 0.25rem;
}

#head .navbar-nav li:hover>a {
    color: var(--colour1);
}

#head .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}

#head .navbar-nav .dropdown-menu a {
    display: block;
    padding: 0 1.125rem;
    font-size: 0.9375rem;
    line-height: 2.75em;
    color: var(--text);
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    transition: all 0.4s;
}

#head .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

#head .navbar-nav .dropdown-menu a:hover {
    color: #fff;
    background: var(--colour1);
}


/*--手机菜单--*/


/*头部菜单按钮*/

.menu-button {
    display: none;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
    margin-left: 5rem;
    font-size: 0;
    width: var(--head_height);
    height: var(--head_height);
    color: #fff;
    background: var(--colour1);
    transition: all 0.3s ease-in-out;
}

.menu-open .menu-button {
    background: var(--colour2);
}

.menu-button>div {
    width: 1.375rem;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

@media (max-width:1199.8px) {
    .menu-button {
        margin-left: 0;
    }
}

@media (max-width: 991.8px) {
    .menu-button {
        display: flex;
        order: 1;
    }
    .menu-button div {
        transition: all 0.3s ease-in-out;
    }
}

@media (max-width: 767.8px) {}

.menu-button font {
    margin-right: 0.75rem;
    font-size: 0.9375rem;
    color: #666;
    transition: all 0.3s;
}

.menu-button:hover font {
    color: var(--colour1);
}

.menu-open .menu-button font {
    color: var(--colour1);
}

.menu-button span {
    width: 100%;
    height: 0.125rem;
    border-radius: 0.5rem;
    background-color: #fff;
    display: block;
    margin: 0.375rem auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-open .menu-button span,
.menu-button:hover span {}

.menu-button:hover {
    cursor: pointer;
}

.menu-open .menu-button span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-button span:nth-child(1) {
    -webkit-transform: translateY(0.5rem) rotate(45deg);
    -ms-transform: translateY(0.5rem) rotate(45deg);
    -o-transform: translateY(0.5rem) rotate(45deg);
    transform: translateY(0.5rem) rotate(45deg);
}

.menu-open .menu-button span:nth-child(3) {
    -webkit-transform: translateY(-0.5rem) rotate(-45deg);
    -ms-transform: translateY(-0.5rem) rotate(-45deg);
    -o-transform: translateY(-0.5rem) rotate(-45deg);
    transform: translateY(-0.5rema) rotate(-45deg);
}


/*菜单设置*/

.menu-content {
    position: fixed;
    z-index: 1038;
    display: flex;
    align-items: center;
}

.menu-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1038;
    height: 0;
    color: #fff;
    background: #fff;
    transition: all .8s ease;
    overflow: hidden;
}

.menu-open .menu-inner {
    height: 100vh;
    transition: all 1.2s ease;
}

.menu-logo {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    height: var(--head_height);
    padding-left: 4vw;
    box-shadow: 0 0 1px #999;
}

.menu-logo img {
    height: 55%;
}

.menu-search,
.nav-menu,
.menu-shop {
    width: 100%;
    padding: 0 8%;
}

.nav-menu {
    padding-top: 6vh;
    padding-bottom: 6vh;
    /*display: flex;
align-items: flex-end;*/
}

.nav-menu-list {
    counter-reset: compteListe;
    padding-right: 1rem;
    height: 100%;
    overflow-y: auto;
}

.nav-menu-list>li {
    margin-bottom: 2rem;
    opacity: 0;
    transition: all 0.6s;
}

.nav-menu-list>li:last-child {
    margin-bottom: 0;
}

.menu-open .nav-menu-list>li {
    opacity: 1;
}

.nav-menu-list>li>a {
    position: relative;
    display: block;
    padding-left: 2rem;
    font-size: 1.75rem;
    line-height: 1em;
    color: #333;
    transition: all 0.4s;
}

.nav-menu-list>li>a:hover {
    color: var(--colour1);
}

.nav-menu-list>li>a:before {
    counter-increment: compteListe 1;
    content: "0" counter(compteListe);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.875rem;
    color: #999;
}

.sub-menu ul {
    padding-left: 2rem;
    margin-top: 0.5rem;
}

.sub-menu ul li {
    display: inline-block;
    margin-right: 0.75rem;
}

.sub-menu ul li a {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #999;
    vertical-align: bottom;
    transition: all 0.4s;
}

.sub-menu ul li a:hover {
    color: var(--colour1);
}

.sub-menu ul li a:before {
    content: "";
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0.5rem;
    margin-left: 0px;
    line-height: inherit;
    background-color: #666;
    border-radius: 50%;
    vertical-align: middle;
}

.sub-menu ul li a:hover:before {
    content: "";
    background-color: var(--colour1);
}

.menu-shop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-shrink: 0;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #999;
    background: #f7f7f7;
    opacity: 0;
    transform: translate(0%, 100%);
    transition: all 0.8s;
}

.menu-open .menu-shop {
    opacity: 1;
    transform: translate(0%, 0%);
    transition-delay: 1.7s;
}

.menu-shop a {
    display: inline-block;
    margin-right: 1rem;
    font-size: 0.875rem;
    color: #999;
    transition: all 0.4s;
}

.menu-shop svg {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    vertical-align: bottom;
}

@media (max-width: 1199.8px) {}

@media (max-width: 991.8px) {
    .nav-menu-list>li>a {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.8px) {
    .menu-logo>div {
        padding: 0 5%;
    }
    .nav-menu {
        padding-top: 4vh;
        padding-bottom: 4vh;
    }
    .nav-menu-list>li {
        margin-bottom: 1.5rem;
    }
    .nav-menu-list>li>a {
        font-size: 1.25rem;
    }
}


/*-- 手机菜单end --*/


/*页脚*/

#foot {
    border-top: 0.25rem solid var(--colour1);
}

#foot .container {
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

#foot .foot-copyright {
    flex-shrink: 0;
    width: 20rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    min-height: 15rem;
}

#foot .foot-copyright .foot-logo img {
    height: 3rem;
}

#foot .copyright,
#foot .copyright p {
    font-size: 0.875rem;
    line-height: 1.5em;
}

#foot .copyright .social img {
    height: 10rem;
}

#foot .copyright .social .dropdown {
    display: inline-block;
    margin-right: 0.25rem;
}

#foot .copyright .social .dropdown>a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

#foot .copyright .social .dropdown>a span {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
}

#foot-nav {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 1;
    padding: 0 5%;
    width: 100%;
}

#foot-nav .panel {
    margin: 0 5%;
}

#foot-nav .panel-heading {
    display: none;
}

#foot-nav .panel-heading a {
    position: relative;
}

#foot-nav .panel-heading a:after {
    content: "+";
    position: absolute;
    z-index: 1;
    line-height: 1em;
    font-size: 1.125rem;
    font-weight: normal;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    transform: rotate(45deg);
    color: var(--colour1);
}

#foot-nav .panel-heading a.collapsed:after {
    content: "+";
    color: var(--text);
    transform: rotate(0deg);
    transition: all 0.4s;
}

#foot-nav .panel-body a {
    display: block;
    font-size: 0.9375rem;
    line-height: 2.25em;
    color: var(--text);
    transition: all 0.4s;
}

#foot-nav .panel-body a:hover {
    color: var(--colour1);
}

#foot-nav .panel-body .foot-wap-nav a {
    margin-bottom: 0.5rem;
    font-size: 112.5%;
    color: var(--colour1);
}

#foot .foot-contact {
    align-self: 0;
    width: 20rem;
}

#foot .foot-contact p {
    margin-bottom: 0.25rem;
    font-size: 0.9375rem;
}

#foot .foot-code {
    margin-left: 2rem;
    align-self: 0;
    width: 12rem;
}

.wap-bottom {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: var(--colour1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wap-bottom>a {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 0.875rem;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.wap-bottom>div {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 0.875rem;
    line-height: 42px;
    color: #fff;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.wap-bottom>div {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.875rem;
    line-height: 42px;
    color: #fff;
    text-align: center;
}

.wap-bottom>div div {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    min-width: 100%;
    color: var(--text);
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.wap-bottom>div div a {
    display: block;
    padding: 0 1rem;
    color: var(--text);
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.8px) {
    /*页脚*/
    #foot .container {
        padding-bottom: 0;
    }
    #foot .foot-contact {
        width: 100%;
        margin-top: 2rem;
    }
    #foot .foot-copyright {
        width: 100%;
        margin-top: 2rem;
        min-height: inherit;
    }
    #foot .foot-logo {
        display: none;
    }
    #foot .container {
        padding-top: 2rem;
        flex-wrap: wrap;
    }
    .foot-copyright {
        order: 1;
    }
    #foot-nav {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        flex-shrink: 0;
        padding: 0;
    }
    #foot-nav .panel {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    #foot-nav .panel:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    #foot-nav .panel-heading {
        display: block;
    }
    #foot-nav .panel-heading a {
        display: block;
        padding: 1rem 0;
    }
    #foot-nav .foot-wap-nav {
        display: none;
    }
    #foot .foot-code {
        display: none;
    }
}

@media (max-width: 767.8px) {
    body {
        padding-bottom: 43px;
    }
    .wap-bottom {
        opacity: 1;
        visibility: visible;
    }
}

a.video-btn {
    position: relative;
    padding: 0;
}

a.video-btn img.obj-cover {
    width: 100%;
    height: 100%;
}

a.video-btn:before {
    content: "\e6b1";
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-family: "iconfont" !important;
    font-size: 2rem;
    text-align: center;
    color: var(--dark);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    transition: all .4s;
}

a.video-btn:hover:before {
    content: "\e6b1";
    color: #fff;
    background: var(--colour1);
}

a.video-btn:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all .4s;
}

#video-modal {}

#video-modal .video-box {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-modal .modal-dialog {
    position: absolute;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
}

#video-modal.show .modal-dialog {
    transform: translate(-50%, -50%);
}

#video-modal .modal-content {
    padding: 0px;
    border: none;
    border-radius: 0px;
}

#video-modal .modal-header {
    border: none;
    padding: 0;
}

#video-modal #video-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    opacity: 0.7;
    transition: all .3s;
}

#video-modal #video-close:hover {
    opacity: 1;
}

#video-modal #video-close span {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}

#video-modal .modal-body {
    font-size: 0;
    padding: 0;
    border: nono;
    border-radius: 0;
}

#video-modal .modal-body #video {
    width: 100%;
}

#video-modal .modal-dialog {
    width: 900px;
    max-width: 92%;
}