.text-white {
    color: #fff;
}
.video-box {
    position: relative;
    font-size: 22px;
}
.video-box .video-box-item .full-width{
    position: absolute;
    right: 30px;
    bottom:30px;
    animation: full_width_default 1s forwards;
}
.video-box .video-box-item .full-width:hover{
    position: absolute;
    right: 30px;
    bottom:30px;
    cursor: pointer;
    animation: full_width 1s forwards;
}
@keyframes full_width_default {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
@keyframes full_width {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
.video-box-item .full-width{
    position: absolute;
    right: 20px;
    bottom:20px;
    display: none;
}
.video-box .video-box-item {
    width: 100%;
    height: 100%;
}
.video-box-item {
    border-radius: 10px;
    overflow: hidden;
    font-size: 0px;
}
.play-btn-icon {
    font-size: 30px;
}
.video-box .video-box-item video {
    width: 100%;
    height: 100%;
}
.video-box-item video {
    width: 100%;
}
.video-box-item .video-btn {
    height: 30px;
    line-height: 30px;
    padding: 5px 7px 5px 20px;
    position: absolute;
    right: 5%;
    bottom: 5%;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    cursor: pointer;
    gap: 20px;
    animation: play_btn_default 1s forwards;
}
.video-box-item .video-btn:hover {
    animation: play_btn 1s forwards;
}
.video-box-item .video-btn span{
    font-size: 18px !important;
}
@keyframes play_btn_default {
    0% {
        background-color: rgba(255,255,255,0.8);
        color: #ff6c36;
        border: 1px solid #ff6c36;
    }
    100% {
        background-color: rgba(255,255,255,0);
        color: #fff;
        border: 1px solid #fff;
    }
}
@keyframes play_btn {
    0% {
        background-color: rgba(255,255,255,0);
        color: #fff;
        border: 1px solid #fff;
    }
    100% {
        background-color: rgba(255,255,255,0.8);
        color: #ff6c36;
        border: 1px solid #ff6c36;
    }
}

.dialog-dy {
    width: 350px;
    padding: 20px 20px;
    border-radius: 0px;
    position: fixed;
    right: 20px;
    bottom: 150px;
    background-color: #ddd;
    border-radius: 10px;
    z-index: 99;
}
/* .fz-40 {
    font-size: 40px;
    font-weight: 700;
} */
.dy-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0px;
}
.btn-dy {
    margin-top: 20px;
    display: block;
    background-color: rgba(255,108,54,1);
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 15px 0px;
}
.btn-dy:hover{
    background-color: rgba(255,108,54,0.8);
}
.close-bot {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    text-decoration: none;
    text-align: center;
}
.dialog-dy-title {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0px;
}
.text-center {
    text-align: center;
}
.margin10 {
    margin: 10px 0px;
}
.dy-tip {
    color: red;
}
.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333;
}
.text-detail {
    color: #666;
    font-size: 14px;
}

.frame-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0, 0.5);
    display: flex;
    z-index: 99;
    top: 0;
    left: 0;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: none;
}
.frame-ad-box {
    /* background-color: #fff; */
    width: 400px;
    padding: 20px;
    position: relative;
}
.frame-ad-box img {
    max-width: 100%;
    font-size: 0px;
}
.frame-close-btn {
    padding: 5px;
    border-radius: 20px;
    background-color: #fff;
}
.fix-right-ad {
    display: block;
    font-size: 48px;
    position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 9999;
    color: #2f2f2f;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #ff6c36;
}
.fix-right-ad::before{
    display: block;
    line-height: 64px;
    text-align: center;
    color: #fff;
}
@media (max-width:600px) {
    .dialog-dy {
        padding: 5px;
        position: fixed;
        bottom: 20%;
        background-color: #ddd;
        border-radius: 10px;
        z-index: 9999;
        box-sizing: border-box;
    }
}

.clearfix {
    clear: both;
}
.hot-search-item ul, .hot-search-item ul li {
    list-style: none;
    padding:0px;
    margin:0px;
}
.hot-search-content ul, .hot-search-content ul li {
    list-style: none;
    padding:0px;
    margin:0px;
}
.hot-search-li {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.hot-search-li li a {
    color: #666;
}
.item-keyword {
    text-transform: uppercase;
}
.item-keyword a{
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.hot-active {
    background-color: #ff6c36 !important;
    color: #fff !important;
    border: 1px solid #ff6c36 !important;
}
.hot-search-item ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #333;
    background-color: #444;
    padding: 5px 8px;
    text-align: center;
    border-radius: 6px;
}
.hot-search-item ul li a{
    display: block;
    height: 100%;
    color: #fff;
}
.hot-search-item ul li a:hover{
    color: #ff6c36;
}
@media (max-width: 800px) {
    .hot-search-li {
    grid-template-columns: repeat(1, 1fr);
    }
}
