﻿body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
    overflow-x: hidden;
    background: #1d1c1c;
    font-family: "STHeiti" !important;
}

nav {
    position: fixed !important;
    top: 0;
    width: 100vw !important;
    z-index: 2;
    background-color: rgba(0, 0, 0, 1);
}

.nav-login {
    margin-top: -0.5vw;
    margin-bottom: 0.5vw
}

.navDropdown {
    background-color: rgba(0, 0, 0, 1);
    width: 120%;
    margin-left: -25%;
}

.dropdown-menu {
    color: white !important;
}

.dropdown-item {
    color: white !important;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 0.9vw;
}

.dropdown-item:hover {
    color: black !important;
}

a {
    color: white;
    text-decoration: none
}

a:hover {
    color: white;
}

.navText {
    padding: 1.2vw 0.6vw;
    font-size: 0.9vw;
    color: #eee;
    white-space: nowrap;
}

.whiteText {
    color: white;
    font-size: 1vw;
    text-align: center;
}

.mainImg {
    width: 100vw;
}

.planeTitle {
    font-size: 30px;
    text-align: center;
    color: white;
    padding: 3vw 0 0 0;
}

.planeSecondTitle {
    font-size: 1vw;
    text-align: center;
    color: #ababab;
    padding: 0.5vw 0 1.5vw 0;
}

.cityPlane h2 {
    font-size: 3rem;
}

.pageBackgroundImg {
    width: 100vw;
    z-index: 0;
}

.nowCodeShow {
    width: 23%;
    margin-left: 5%;
}

.showThreeCode {
    margin-top: 2vw;
    display: flex;
    width: 80%;
}

footer {
    /*margin-top: 2vw;*/
    width: 100vw;
    min-height: 10vw;
    background: #222;
    color: white;
    padding: 2vw 5vw 2vw 5vw;
    font-size: 15px;
    text-align: center;
}

.contactFooter {
    padding: 2vw 10vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.contactFooterLeft {
    width: 50%;
}

.footerItem {
    display: flex;
    margin-top: 1vw;
}

.footerItemIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5vw;
    height: 2.5vw;
    margin-right:1.5vw;
}

.footerItemText {
    text-align: left;
}

.footerItemTitle {
    color: #ababab;
    font-size: 0.8vw;
}

.footerItemDetail {
    margin-top: 2%;
    font-size: 1vw;
}

.contactFooterRight {
    width: 40%;
}

.inputTextFoot {
    margin-top: 1vw;
    background: #303030;
    height: 3.5vw;
    color: #f5f5f5;
    width: 100%;
    border: 0;
    padding-left: 1vw;
    margin-bottom: 1vw;
}

.inputTextFoot:focus {
    outline: none;
    border: 0;
    background: #303030;
}

.inputTextFoot::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #ababab;
}

.footerBtn {
    margin: 2vw 0 1vw 0;
    width: 10vw;
    height: 3vw;
    background: #eee;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.footerLinkIcon {
    position: relative;
}

.footerLinkGuide {
    position: absolute;
    right: 5vw;
    bottom: 0;
    width: 20vw;
    text-align: center;
}

.footerIconPlane {
    position: absolute;
    right: 5.5vw;
    width: 20vw;
    bottom: 3vw
}

footer .codeShow {
    width: 3.5vw;
    padding-left: 1vw;
}

/*footer three icon*/
.wechatCode {
    display: none;
    width: 5vw;
    position: absolute;
    bottom: 6vw;
    right: 14.5vw;
}

.wechatVideoCode {
    display: none;
    width: 5vw;
    position: absolute;
    bottom: 6vw;
    right: 11vw;
}

.tiktokCode {
    display: none;
    width: 5vw;
    position: absolute;
    bottom: 6vw;
    right: 6.5vw;
}

.video-js .vjs-play-control:before {
    content: none !important;
}

/*chrome-scrollbar*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #ddd;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

::-webkit-scrollbar-thumb:active {
    background: #999;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}

.video-js .vjs-big-play-button {
    left: 45% !important;
    top: 40% !important;
    width: 10.8% !important;
    height: 18.9% !important;
    border: none;
    background-image: url("../image/playVideoBtn.png");
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0) !important;
    content: none !important;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: none !important;
}

.video-js .vjs-play-control:before {
    background-color: rgba(0, 0, 0, 0);
    top: 20% !important;
    content: '\f101';
    font-size: 48px;
}

.videoPlay {
    width: 100%;
}


.videoPlane {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.videoShowPlane {
    border: 2px solid white;
    width: 60vw;
    margin: 10vw 20vw;
}

.closeBtn {
    position: fixed;
    right: 16vw;
    width: 3vw;
    top: 6.5vw;
}


.commonGPWidth {
    width: 5vw;
}


/*导航下拉菜单*/
.dropdown {
    list-style: none;
    width: 100%;
    float: left;
    display: block;
}

h1 {
    font-size: 18px;
}

/*复写videoes*/
.vjs-poster {
    background-size: 100% 100%;
}

.clickColor {
    font-size: 1vw;
}

.clickColor :active {
    background-color: #ffff;
}

.iconGPItem {
    cursor: pointer;
    width: 5vw;
    height: 5vw;
    background-color: #333;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 2;
    right: 0;
}

.GPIconTitle {
    color: #fff;
    font-size: 12px;
}

.iconGPItem .GPIcon {
    width: 1.8vw;
    height: 1.8vw;
    margin: 5px;
}

.goldenText {
    color: #fff
}

.commonGPPlane {
    width: 0;
    position: fixed;
    z-index: 2;
    height: 4vw;
    right: 5.2vw;
    background-color: #333;
    color: rgba(0, 0, 0, 0);
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commonGPWidth10 {
    width: 10vw;
    color: white;
}