html,
body {
    padding-right: 0 !important;
    background: #131a22 !important;
}

img {
    pointer-events: none;
}

.container {
    width: 1600px !important;
}

/* ============================头部============================ */
.header {
    height: 80px;
    background-color: #0F141A;
}

.header .navbar {
    height: 80px;
    margin-bottom: 0;
    border-radius: 0;
}

.header .navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.header .nav {
    margin-left: 100px;
}

.header .nav>li {
    margin-left: 40px;
}

.header .nav>li>a {
    height: 80px;
    line-height: 80px;
    color: #ffffff;
    font-size: 18px;
    padding: 0 10px;
}

.header .nav li.active a {
    color: #00E4FF;
    font-weight: bold;
    background: transparent url('./../images/active.png') no-repeat;
    background-size: 100% 100%;
}

.header .nav>li>a:focus,
.header .nav>li>a:hover {
    background: transparent url('./../images/active.png') no-repeat;
    background-size: 100% 100%;
}

.header .navbar .container {
    position: relative;
}

.header .navbar-right {
    position: absolute;
    right: 30px;
    top: 30px;
}

.header .navbar-right span {
    font-size: 20px;
    color: #00E4FF;
}

.header .navbar-right .text {
    margin-right: 30px;
    font-size: 20px;
    color: #f43d3d;
}

/* ============================底部============================ */
.footer {
    background-color: #0F141A;
}

.footer .container {
    padding: 24px 0;
}

.footer .container p {
    color: #B1B9BF;
    text-align: center;
}

.footer .container .company {
    color: #495059;
}

/* ============================首页============================ */
.index-wrapper .title {
    margin: 30px 0 0;
    text-align: center;
}

.index-wrapper .banner {
    margin-top: 80px;
    min-height: 506px;
    background: url("./../images/banner.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    cursor: pointer;

}

.index-wrapper .banner-content {
    width: 1600px;
    height: 506px;
    margin: 0 auto;
    position: relative;
}

.index-wrapper .form-box {
    width: 480px;
    padding: 28px 18px;
    position: absolute;
    left: 200px;
    bottom: 30px;
    background: #0C3547;
}

.form-box .item {
    height: 60px;
    margin: 0 auto;
    color: #A0A1A3;

    text-align: center;
}

.form-box .item label {
    width: 100px;
    margin-bottom: 0;
    /* text-align: right; */
}

.form-box .item label span {
    margin-right: 8px;
    color: red;
}

*:focus {
    outline: none;
}

.item input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
}

.item input:focus {
    outline: none;
}

.form-box .item button {
    width: 400px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    background: linear-gradient(0deg, #04D6FC 0%, #4AABFF 100%);
    border: none;
    color: #fff;
}

.product-list {
    width: 1600px;
    margin: 0 auto;
    padding: 30px 0;
}

.product-list .item {
    background: #1A202C;
}

.product-list .item:hover {
    background: #313A4D;
    cursor: pointer;
}

.product-list .r-item {
    margin-top: 40px;
}

.product-list .r-item:not(:last-child) {
    cursor: pointer;
}

.desc-box {
    padding: 0;
}

.desc-box .comment {
    margin: 46px 0;
}

/* dialog 样式重置 */
.modal-dialog1 {
    width: 400px !important;
    margin: 0 auto;
}

.modal-dialog {
    width: 536px !important;
    height: 509px !important;
}

.modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    background: url('./../images/dialog.png') no-repeat;
    background-size: 100% 100%;
}

.modal-dialog .modal-body {
    padding: 88px 28px 0 28px;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.modal-body .text {
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body .text a {
    width: 108px;
    height: 34px;
    line-height: 34px;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(0deg, #07F6F9 0%, #48AAFF 100%);
    border-radius: 4px;
    text-decoration: none;
}

.modal-body .qr-code {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.modal-body img {
    margin: 26px 0 20px 0;
}

.modal-body .qr-code p {
    color: #8290A3;
}

.modal {
    top: 100px;
}

/* 右侧悬浮 */
.contact {
    width: 156px;
    height: 326px;
    padding: 12px;
    background: url('./../images/contact.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 480px;
    right: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.contact .item {
    width: 100%;
    height: 62px;
    line-height: 62px;
    display: block;
    border-bottom: 1px dashed #347EBF;
    text-decoration: none;
    color: #fff;
}

.contact .item .tel-box {
    line-height: 31px;
}

.contact .item .phone {
    color: #00E4FF;
}

.contact .icon {
    margin-right: 8px;
}

.contact .watch {
    line-height: 40px;
}

.relative {
    position: relative;
}

.relative .light {
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 10px;
    width: 30px;
    height: 50px;

    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));

    -webkit-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -ms-transform: skewx(-25deg);
    transform: skewx(-25deg);

    animation: rotatefresh 1.2s infinite linear;
}

@keyframes rotatefresh {
    0% {
        left: 20px;
    }

    25% {
        left: 90px;
    }

    50% {
        left: 180px;
    }

    75% {
        left: 270px;
    }

    100% {
        left: 360px;
    }
}
