html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}

.video-desc{
    background: url("https://webp.cqggedm.com/image/catalog/2025video/bg1.png");
    padding: 25px 0;
    text-align: center;
    background-size: 100% 100%;
}
.video-desc h5{
    color: rgba(239, 124, 28, 1);
    font-size: 28px;
    text-transform: uppercase;
    font-family: "PopSemiBold";
}
.video-desc p{
    color: #fff;
    font-size: 24px;
    font-family: "PopLight";
    line-height: 30px;
}
.layOut{
    width: 1200px;
    margin: 0 auto;
}
.video-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 98px 0;
}
.video-title img{
    width: 85px;
}
.video-title span{
    color: #fff;
    margin: 0 5px;
    font-size: 40px;
    font-style: italic;
    font-family: "PopSemiBold";
}
.military-box{
    width: 100%;
}
.filter-make-ul{
    height: 280px;
    overflow-y: scroll;
}
.video-item{
    position: relative;
}
.video-btn{
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -59px;
    margin-top: -59px;
    cursor: pointer;
    width:50px;
}
.video-info{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 105px;
}
.video-info h5{
    font-size: 25px;
    font-family: "AkroBlack";
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.video-info p{
    font-size: 16px;
    font-family: "PopLight";
    line-height: 18px;
    color: #fff;
    margin: 0;
    width: 80%;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.video-item .video-time{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    color: #fff;
}




#info-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#info-form .input-box{
    width: 49%;
    margin-bottom: 10px;

}
#info-form .input-box .border-box{
    border: 1px solid #fff;
}
#info-form .input-box .border-box.border-red{
    border: 1px solid red;
}
#info-form .top-search search_country {
  color:#000;
}
.number-select{
    width: 30%;
}
#info-form .input-box input{
    width: 100%;
    background: none;
    height: 40px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
    border: none;
}
#info-form .top-search .search_country{
    color: #000;
}
#info-form .input-box p{
    display: flex;
    align-items: center;
    color: rgba(239, 124, 28, 1);
}
#info-form .input-box p span{
    color: #fff;
    margin-left: 5px;
    font-size: 24px;
    font-family: "PopLight";
}
.select-input-box{
    width: 100%;
    position: relative;
    border: 1px solid #fff;
    height: 40px
}
.select-input-box.border-red{
    border: 1px solid red;
}
.select-input-box input{
    width: 100% !important;
    /*cursor: pointer;*/
}
.select-input-box .country{
    cursor: pointer;
}
.input_arrow_country{
    position: absolute;
    right: 10px;
    top: 10px;
}
.sec-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    font-family: "AkroBlack";
    margin-top: 71px;
}
.sec-title h5{
    text-transform: uppercase;
    color: rgba(238, 123, 26, 1);
    font-size: 100px;
}
.sec-title h6{
    text-transform: uppercase;
    color: #fff;
    font-size: 100px;
}
.submit{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px auto;
    background: rgba(238, 123, 26, 1);
    width: 202px;
    height: 60px;
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "PopSemiBold";
    cursor: pointer;
}
.install-select{
    display: flex;
    justify-content: space-between;
}
.select-item{
    width: 21%;
    cursor: pointer;
}
.install-select .select-item:last-child{
    margin-right: 0;
}
.selecttree{
    width: 100%;
    height: 60px;
    border-radius: 0;
    cursor: pointer;
    font-size: 20px;
    color: rgba(149, 149, 149, 1);
    font-family: "PopLight";
    background: #fff;
}
.select_ztree{
    position: relative;
    display: inline-block;
    min-width: 120px;
    height: 60px !important;
    width: 100%;
    border-radius: 0;
}
.select_ztree_btn .tag{
    height: 28px;
    position: absolute;
    top: 14px !important;
    right: 1px;
    width: 20px;
}
.select_ztree_btn{
    position: relative;
    width: 100%;
    height: 100% !important;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    box-sizing: border-box;
    height: 60px !important;
    border-radius: 0 !important;
}
.select_ztree_btn input{
    display: block;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    border: 0;
    font-size: 20px;
    border-radius: 0;
    outline: 0;
    height: 100%;
    width: calc(100% - 20px);
    cursor: pointer;
    box-sizing: border-box;
}
.military-box .number-select{
    display: flex;
    width: 32%;
}
.el-input__inner{
    background: none;
    border-bottom: 1px solid #EE7B1A;
    color: #fff;
    font-size: 16px;
}
.el-input__icon{
    font-size: 18px;
}
.military-box .search-btn{
    width: 109px;
    background: #EE7B1A;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-family: "PopSemiBold";
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
}
.military-box .select-item input{
    border-radius: 0;
    font-size: 20px;
    color: rgba(149, 149, 149, 1);
    font-family: "PopLight";
    height:60px;
}
.military-box .select-item .select_ztree_search input{
    height: 30px;
    font-size: 14px;
}
.military-box .video-swiper{
    position: relative;
}
.select_ztree_btn{
    height: 60px !important;
}
.select_ztree_btn input{
    height: 58px !important;
}
.make-box{
    position: relative;
}
.form-input{
    background: url("https://webp.cqggedm.com//image/catalog/2025video/bg2.png");
    background-size: 100% 100%;
}
.make-select{
    width: 100%;
    background: #131312;
    position: absolute;
    height: 423px;
    z-index: 999;
    opacity: 0.9;
    padding: 10px;
    box-sizing: border-box;
}
.search-input{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.search-input input{
    background: none;
    border-bottom: 1px solid #EE7B1A;
}

.btn-box{
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.btn-box .bottom-btn{
    width: 96px;
    height: 33px;
    text-transform: uppercase;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    font-family: "PopSemiBold";
    background: rgba(114, 114, 114, 0.97);
    color: #000;
}
.btn-box .con-btn{
    background: rgba(239, 124, 28, 1);
}
.filter-check-ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'PopMedium';
    margin-bottom: 15px;
    cursor: pointer;
    color: #fff;
}
.filter-check-ul li .check-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    margin-right: 10px;
    box-sizing: border-box;
    border-radius: 50%;
}

.filter-check-ul li .dot{
    width: 12px;
    height: 12px;
    background: #EE7B1A;
    border-radius: 50%;
    display: none;
}
.filter-check-ul li.active {
    color:#EE7B1A;
}
.filter-check-ul li.active .check-icon {
    border-color: #EE7B1A;
}
.select_ztree_container .ztree li a:hover{
    text-decoration: none;
    background-color: none !important;
    color: #EE7B1A !important;
}
.select_ztree_container{
    position: absolute;
    top:60px !important;
}
.select_ztree_search input{
    padding: 4px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff !important;
    box-sizing: border-box;
    background: none !important;
    color: #fff !important;
}
.select_ztree_container .ztree li a{
    color: #fff!important;
}
.select_ztree_container{
    background-color: #131312 !important;
    opacity: 0.9 !important;
}
.filter-check-ul li.active .dot {
    display: block;
}
.el-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #EE7B1A !important;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #000 !important;
    color: rgba(210,210,210,0.7);
    min-width: 30px;
    border-radius: 2px;
    border: 1px solid rgba(210,210,210,0.7);
    border-top-color: #313131;
    border-right-color: #595858;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 23px;
    color: #fff !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #000;
    color: rgba(238,123,26,0.7);
    border: 1px solid rgba(238,123,26,0.7);
    border-top-color: #313131;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #EE7B1A;
}



.countryMes{
    width: 100%;
    position: absolute;
    top: 46px;
    background: #ffffff;
    display: none;
    height: 334px;
    overflow-y: scroll;
    z-index: 99;
    border: 1px solid #000000;
    padding: 10px;
    left: 0;
}

.select-input-box{
    position: relative;
}
.countryMes li{
    cursor: pointer !important;
    font-size: 14px;
    color: #000;
    margin: 10px;
}
.countryMes li:hover{
    color: rgb(238, 123, 26);
}
.dropDownTxt p:nth-of-type(2){
    position: relative;
}
.top-search{
    border: 1px solid #000;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    height: 30px;
    margin-top: 10px;
    color: #000;
}
.top-search input{
    color: #000;
}