/* 横幅部分*/

.banner {
    min-width: 1200px;
    height: 500px;
    background-size: 100% 100%;
    background: url(../img/functionDisplay/Functionpage_bg.png)no-repeat center center;
}

.banner>div {
    width: 1200px;
    margin: auto;
}

.banner-img {
    display: inline-block;
}


/* 横幅文字 */

.banner-font {
    width: 501px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.banner-font p {
    font-size: 18px;
    color: #f4ffff;
    margin-top: 20px;
}

.banner-font .h6 {
    font-size: 24px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: hxbnst;
}

.banner-font .h1 {
    font-size: 80px;
    letter-spacing: 3px;
    font-weight: 100;
    margin-top: 105px;
    font-family: hxbnst;
}

.banner-font div {
    width: 420px;
}

.banner-font div nofollow:nth-child(2) {
    margin-left: 17px;
}

.banner-font div a {
    display: inline-block;
    background: #fff;
    width: 199px;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 1px 8px 7px 0px #13797f;
    border-radius: 24px;
    line-height: 50px;
    text-align: center;
    color: #2e9b93;
    font-size: 22px;
    margin-top: 29px;
}

.banner-font div .i1 {
    width: 25px;
    height: 22px;
    display: inline-block;
    background: url(../img/index/download.png)no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.banner-font div .i2 {
    width: 25px;
    height: 22px;
    display: inline-block;
    background: url(../img/index/xunlei_download.png)no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}


/* 快捷键 */

.quickly-find {
    margin: 0 auto;
    width: 658px;
    margin-top: 30x;
    padding-top: 30px;
}

.hotkey {
    position: relative;
    font-size: 0;
    height: 40px;
    color: #666;
}

.hotkey .txt,
.hotkey .select,
.hotkey .key-value,
.hotkey a {
    float: left;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 2.125em
}

.hotkey .key-value {
    width: 12.1875em;
    text-align: center;
}

.hotkey .select {
    position: relative;
    user-select: none;
}

.hotkey .select1 {
    margin-right: 20px;
}

.hotkey .select .icon {
    position: absolute;
    right: 11px;
    top: 15px;
    width: 15px;
    height: 9px;
    background: url(../img/functionDisplay/drop-down.png)no-repeat;
}

.select-i1 {
    position: absolute;
    left: 11px;
    top: 12px;
    width: 12px;
    height: 12px;
    background: url(../img/functionDisplay/computer_type.png)no-repeat;
    background-size: 100% 100%;
}

.select-i2 {
    position: absolute;
    left: 11px;
    top: 12px;
    width: 12px;
    height: 12px;
    background: url(../img/functionDisplay/computer_brand.png)no-repeat;
    background-size: 100% 100%;
}

.hotkey .select .icon.down {}

.hotkey .select .icon.up {}

.hotkey .select-value {
    display: inline-block;
    width: 238px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    color: #666;
}

.hotkey .select-list {
    position: absolute;
    left: 0;
    top: 2.1875em;
    z-index: 99;
    width: 238px;
    display: none;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-top: none;
}

.hotkey .select-list ul {
    max-height: 10.625em;
    overflow-y: auto;
}

.hotkey .select-list ul::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.select-value span {
    margin-left: 30px;
}

.hotkey .select-list ul::-webkit-scrollbar-button {
    display: none;
}

.hotkey .select-list ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}

.hotkey .select-list li {
    font-size: 14px;
    padding: 0 1em;
    text-align: left;
    cursor: pointer;
}

.hotkey .select-list li.disabled {
    font-size: .8em;
    color: #999;
    cursor: default;
}

.hotkey .select-list li:hover {
    background: #FAFAFA;
}

.hotkey .txt {
    margin-right: 15px;
    font-size: 16px;
}

.hotkey a {
    position: absolute;
    right: 0;
    color: #666;
}

.hotkey a:hover {
    color: #666;
    text-decoration: underline;
}

.hotkey a i {
    font-family: Simsun;
    font-style: normal;
    font-weight: 700;
}

.key-value {
    display: inline-block;
    font-size: 16px;
    margin-top: 12px;
}

.shortcuts-right>div:nth-child(5) {}

.shortcuts-right>div:nth-child(5) a {
    display: inline-block;
    width: 136px;
    height: 31px;
    background-color: #6ed4cc;
    font-size: 12px;
    color: #fff;
    margin-right: 180px;
    margin-top: 20px;
    border-radius: 2px;
    text-align: center;
    line-height: 31px;
    float: right;
}

.shortcuts-right>div:nth-child(5) a:hover {
    background: #25B8BB;
}

.shortcuts-right>div:nth-child(5) img {
    margin-right: 5px;
}

#keyValue {
    color: #6fd3cc;
    font-size: 26px;
    font-family: Playfair Display;
    margin-left: 10px;
    vertical-align: sub;
}


/* 快捷键查询 */

.shortcuts {
    width: 1200px;
    margin: auto;
    margin-top: 65px;
    padding-bottom: 75px;
}

.shortcuts>div {
    display: inline-block;
}

.shortcuts-right {
    vertical-align: top;
    width: 660px;
    margin-left: 52px;
}

.shortcuts-right .h1 {
    font-size: 34px;
    font-weight: normal;
    margin-top: 55px;
}

.shortcuts-right>div:nth-child(2) {
    width: 81px;
    height: 2px;
    background: #A3E3DF;
    margin-top: 20px;
    margin-bottom: 40px;
}

.shortcuts-right>p {
    display: block;
}


/* 信息information */

.information {
    width: 1200px;
    margin: auto;
    background: url(../img/functionDisplay/Line.png)no-repeat center center;
}

.information>div>div {
    display: inline-block;
}

.information-main-left {
    vertical-align: top;
}

.information-main>div:nth-child(2) {
    margin-left: 81px;
}

.information>div {
    width: 100%;
    margin-bottom: 75px;
}

.information>div:nth-child(1) .information-main-left>div {
    height: 107px;
    background: url(../img/functionDisplay/01.png)no-repeat;
}

.information>div:nth-child(2) .information-main-left>div {
    height: 107px;
    background: url(../img/functionDisplay/02.png)no-repeat;
}

.information>div:nth-child(3) .information-main-left>div {
    height: 107px;
    background: url(../img/functionDisplay/03.png)no-repeat;
}

.information-main-left .h1 {
    display: inline-block;
    color: #5bcdc5;
    font-size: 30px;
    margin-left: 80px;
    margin-top: 50px;
    font-weight: 900;
}

.information-main-left p:nth-child(2) {
    width: 404px;
    color: #666666;
    font-size: 16px;
    margin-top: 50px;
    line-height: 25px;
}

.information-main-left a {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 170px;
    height: 50px;
    background-color: #5bcdc5;
    box-shadow: 1px 3px 10px 0px rgba(67, 174, 166, 0.45);
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    margin-top: 60px;
}

.information-main-left a img {
    margin-right: 5px;
}

.information-main-right>img {
    width: 710px;
}

.information-main-right div span {
    margin: auto;
    margin-top: 10px;
}

.information-main-right div span:nth-child(1) {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #5bcdc5;
    border-radius: 100%;
    margin-top: 60px;
    margin: auto;
    line-height: 30px;
    text-align: center;
    margin-top: 75px;
}

.information-main-right div span:nth-child(1) img {}

.information-main-right div span:nth-child(2) {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #5bcdc5;
    border-radius: 100%;
}

.information-main-right div span:nth-child(3) {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #5bcdc5;
    border-radius: 100%;
}

.information-main-right div span:nth-child(4) {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #5bcdc5;
    border-radius: 100%;
}

.information-main-left a:hover {
    background: #25B8BB;
}


/* 横幅图片 */


/* 横幅左边图片 */

.banner-img {
    position: relative;
    width: 694px;
    height: 450px;
    margin-top: 50px;
}

.banner-img div {
    position: absolute;
    z-index: 2;
    right: 165px;
    top: 0px;
    width: 300px;
    height: 443px;
}

.banner-img div img:nth-child(1) {
    position: absolute;
    top: 0px;
    right: -24px;
    z-index: 3;
    animation-delay: 2.5s;
    animation-name: img1;
    /* 绑定到选择器 */
    animation-timing-function: linear;
    /* 指定动画从头到尾的速度是相同的。 */
    animation-duration: 2.5s;
    /* 定义动画完成一个周期需要3秒 */
    animation-iteration-count: infinite;
}

.banner-img div img:nth-child(2) {
    position: absolute;
    top: 224px;
    z-index: 2;
}

@keyframes img1 {
    0% {
        top: 0px;
        right: -24px;
    }
    50% {
        top: 43px;
        right: -24px;
    }
    100% {
        top: 0px;
        right: -24px;
    }
}


/* 火焰 */

.banner-img .h6 {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(25, 241, 241, 0.2);
    border-radius: 100%;
    right: 70px;
    top: 189px;
    z-index: 3;
    opacity: 0;
}

.banner-img .h6::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 4px;
    height: 4px;
    background-color: #19F1F1;
    border-radius: 4px;
}

.banner-img .banner-h61 {
    right: 70px;
    top: 189px;
    animation-delay: 0s;
}

.banner-img .banner-h62 {
    right: 100px;
    top: 189px;
    animation-delay: 2s;
}

.banner-img .banner-h63 {
    right: 130px;
    top: 189px;
    animation-delay: 1s;
}

.banner-img .banner-h64 {
    right: 160px;
    top: 189px;
    animation-delay: 0.5s;
}

.banner-img .banner-h65 {
    right: 190px;
    top: 189px;
    animation-delay: 1.5s;
}

.banner-img .h6 {
    animation-name: huoyan;
    /* 绑定到选择器 */
    animation-timing-function: linear;
    /* 指定动画从头到尾的速度是相同的。 */
    animation-duration: 2.5s;
    /* 定义动画完成一个周期需要3秒 */
    animation-iteration-count: infinite;
}

@keyframes huoyan {
    0% {
        top: 189px;
        opacity: 1;
        z-index: 3;
    }
    50% {
        top: 33px;
        opacity: 0;
        z-index: 3;
    }
    100% {
        top: 189px;
        opacity: 0;
        z-index: 3;
    }
}

.banner-img span {
    display: inline-block;
}

.banner-img span img {
    width: 100px;
    height: 136px;
}

.banner-span1 {
    position: absolute;
    z-index: 2;
    top: 145px;
    right: 500px;
}

.banner-span2 {
    position: absolute;
    z-index: 2;
    top: 145px;
    right: 20px;
}

.banner-span3 {
    position: absolute;
    z-index: 2;
    top: 280px;
    right: 550px;
}

.banner-span4 {
    position: absolute;
    z-index: 2;
    top: 280px;
    right: -10px;
}

.banner-img span {
    animation-name: upsidedown;
    /* 绑定到选择器 */
    animation-timing-function: linear;
    /* 指定动画从头到尾的速度是相同的。 */
    animation-duration: 3s;
    /* 定义动画完成一个周期需要3秒 */
    animation-iteration-count: infinite;
    /* 指定动画应该播放无限次 */
    /* animation: upsidedown 3s linear infinite; */
    /* 可以简单的编写 */
}

.banner-img div {
    /* animation-delay: 2s; */
    /* animation-name: upsidedown; */
    /* 绑定到选择器 */
    animation-timing-function: linear;
    /* 指定动画从头到尾的速度是相同的。 */
    animation-duration: 5s;
    /* 定义动画完成一个周期需要3秒 */
    animation-iteration-count: infinite;
    /* 指定动画应该播放无限次 */
    /* animation: upsidedown 3s linear infinite; */
    /* 可以简单的编写 */
}


/* 视频 */

.information-main-right {
    position: relative;
}

.video1 {
    display: inline-block;
    position: absolute;
    width: 584px;
    top: 17px;
    left: 65px;
    height: 350px;
    overflow: hidden;
}

.video1 video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}