body {
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: "Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
}
input, button {
    outline: none;
}
input::-ms-clear,input::-ms-reveal{
    display: none;
}
p {
    margin: 0;
}
a:focus {
    text-decoration: none;
}

.width-0 {
    width: 0 !important;
}
.text-c {
    text-align: center !important;
}
.color-error {
    color: #d32029 !important;
}
.w-full {
    width: 100% !important;
}
.w-280 {
    width: 280px !important;
}
.w-390 {
    width: 390px !important;
}
.color-blue {
    color: #165DFF !important;
}
.bg-white {
    background-color: #fff;
}
.pd-0 {
    padding: 0;
}
.pd-r-0 {
    padding-right: 0 !important;
}
.bd-r-0 {
    border-right: 0 !important;
}
.bd-c-error {
    border-color: #d32029 !important;
}
.bd-none {
    border: none !important;
}
.mrg-r-0 {
    margin-right: 0 !important;
}
.flex-end {
    justify-content: flex-end;
}
.float-l {
    float: left !important;
}
.float-r {
    float: right !important;
}

.lock-body {
    height: 100vh;
    overflow: hidden;
}
.none-box {
    width: 100%;
    margin: 160px 0 190px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.none-box img {
    width: 210px;
    height: 210px;
}
.none-box p {
    color: #999;
    font-size: 16px;
}

.page-box {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-box img {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    cursor: pointer;
}
#pagePrevActive, #pageNextDisabled {
    display: none;
}
.page-content {
    display: flex;
    align-items: center;
}
.page-content div {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    margin: 0 5px;
}
.page-content div span {
    color: #4E5969;
    font-size: 12px;
}
.page-content-act {
    background-color: #E8F3FF;
}
.page-content-act span {
    color: #165DFF!important;
}

.message-box {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 1010;
    width: 100%;
    pointer-events: none;
    transform: translate(0, -50%);
}
.message-notice {
    padding: 8px;
    text-align: center;
}
.message-notice-content {
    width: 360px;
    height: 98px;
    padding: 6px 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}
.message-notice-content span {
    color: #8E8E8E;
    font-size: 16px;
}
.message-main {
    position: fixed;
    top: 8px;
    left: 0;
    z-index: 1010;
    width: 100%;
    pointer-events: none;
}
.message-main-box {
    padding: 8px;
    text-align: center;
}
.message-content {
    padding: 10px 16px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    display: inline-block;
}
.message-container {
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2010;
}
.message-container-box {
    max-width: 860px;
    padding: 8px 20px;
    border-radius: 6px;
    background-color: #616572;
    display: inline-block;
    position: absolute;
    top: -10%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
    transition: all .5s;
    opacity: 0;
}
.message-container-act {
    top: 10% !important;
    opacity: 1 !important;
}
.message-container-text {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.video-container {
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.video-close {
    width: 60px;
    height: 60px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 99;
}
.video-close img {
    width: 100%;
    height: 100%;
}
.video-main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}
.video-box {
    width: 1200px;
}
.video-title {
    color: #fff;
    font-size: 34px;
}
.video-time {
    color: #9B9B9B;
    font-size: 12px;
    margin: 20px 0 30px;
}
.video-content {
    width: 100%;
    height: 675px;
    position: relative;
}
.video-content video {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    object-fit: cover;
}
.video-content-play {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.video-content-play div {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all .5s ease;
}
.video-content-play img {
    width: 26px;
}
.video-product {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.video-product p {
    color: #C0C0C0;
    font-size: 16px;
    opacity: .6;
}
.video-product a {
    color: #C0C0C0;
    font-size: 16px;
    line-height: 12px;
    cursor: pointer;
    padding: 0 10px;
    border-right: 1px solid #817A7A;
}
.video-product a:hover {
    color: #fff;
}

.product-nav {
    height: 64px;
    background-color: rgba(0, 0, 0 , .8);
}
.product-nav-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
.product-nav-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-nav-name {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    cursor: pointer;
}
.product-nav-name:hover {
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
}
.product-nav-r {
    height: 100%;
    display: flex;
    align-items: center;
}
.product-nav-r span {
    height: 100%;
    padding: 0 24px;
}
.product-nav-r span a {
    color: #fff;
    font-size: 14px;
    line-height: 64px;
    cursor: pointer;
}
.product-nav-r div {
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    background-color: #165DFF;
    margin-left: 24px;
}
.product-nav-r div:hover {
    background-color: #0b4fd9;
}
.product-nav-r div a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
}
.product-nav-r a:hover {
    text-decoration: none;
}
.product-nav-act {
    color: rgba(255, 255, 255, .65) !important;
}
.dropdown .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 3px 5px 0 rgba(84,85,88,.1);
}
/*滚动条样式*/
.scrollBox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.06);
    background: rgba(0, 0, 0, 0.06);
}
.scrollBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.02);
}
.verify-bt-disabled {
    color: rgba(0, 0, 0, 0.25) !important;
    cursor: not-allowed !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
}

@media screen and (max-width: 1500px) {
    .video-main {
        display: block;
    }
    .video-box {
        margin: 60px auto;
    }
}
