.bgc{
    background-color: red;
}

.subnav{
    /* width: 456px; */
    width: max-content;
    position: absolute;
    display: none;
    flex-direction: column;
    left: 50%;
    transform: translate(-50%, 0);

}
.subnav-each-box{
    /* width: 48%; */
}
@media (max-width: 960px) {
    .subnav{
        display: flex;
        position: relative;
    }
}
.subnav-img{
    width: 25px;
    margin: 0 auto;
    position: relative;
    bottom: -4px;
}
.subnav-img > img{
    width: 18px;
}
.subnavImg2{
    width: 19px;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 100;
}
.subnav-box{
    background: #FFFFFF;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 2px solid #FE532D;
}
@media (max-width: 960px) {
    .subnav-box{
        display: block;
    }
}
.subnav-each{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    padding: 0 12px 0 20px;
    box-sizing: border-box;
    border-radius: 8px;
}
.subnav-each > img{
    width: 14px;
}
.subnav-left{
    display: flex;
    align-items: center;
}
.subnav-left > img{
    width: 22px;
}
.subnav-left div{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
}
.subnav-each:hover{
    background: linear-gradient(90deg, #FF4136 0%, #FCBC07 100%);
}
.subnav-each:hover div{
    color: #fff;
}

.checknav:hover .subnav{
    display: flex;
}
.subnav-active{
    background: linear-gradient(90deg, #FF4136 0%, #FCBC07 100%);
}
.subnav-active div{
    color: #fff;
}
.subnav-active





.upnav{
    width: 206px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.2s;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);

}
.upnav li{
    width: 100%;
    height: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 12px;
    border-radius: 8px;

    font-size: 16px;
    font-weight: 400;
    position: relative;

}
.upnav li a{
    color: #333333;
}
.upnav li .navIcon{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.checknav:hover .upnav{
    opacity: 1;
    z-index: 99;
}
.upnav li:hover a{
    color: #fff;
}
.upnav li:hover{
    background: linear-gradient(90deg, #FF4136 0%, #FCBC07 100%);
}
.upnav li:hover img{
    /*content: url("../img/selected_2.png");*/
}
.nav1:hover .navIcon{
    content: url("../img/nav_icon1.png")
}
.nav2:hover .navIcon{
    content: url("../img/nav_icon2.png")
}
.nav3:hover .navIcon{
    content: url("../img/nav_icon3.png")
}
.nav4:hover .navIcon{
    content: url("../img/nav_icon4.png")
}
.nav5:hover .navIcon{
    content: url("../img/nav_icon11.png")
}
.nav6:hover .navIcon{
    content: url("../img/nav_icon12.png")
}
.nav7:hover .navIcon{
    content: url("../img/nav_icon13.png")
}
.selectIcon{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
}


.solvenav{
    width: 500px;
    height: 180px;
    background-color: #12161B;
    position: absolute;
    top: 65px;
    left: 0px;
    display: flex;
    transition: all 0.2s;
    opacity: 0;
}
.solvenav li{
    width: 165px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size:14px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.underline{
    width: 5px;
    height: 5px;
    background-color: #FE532D;
    margin: 3px auto;
}
.lang-box{
    width: 206px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 5px 0;
    box-sizing: border-box;
    display: none;
    border: 2px solid #FE532D;
}
.lang-each{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
}
.lang-each:hover{
    background-color: #E0E0E0;
}
.lang-each:hover img{
    content: url("../img/selected_3.png");
}
.lang-each:hover div{
    color: #FE532D;
}
.lang-each > img{
    width: 19px;
    height: 19px;
}
.lang-each div{
    font-size: 16px;
    font-weight: 500;
    color: #C79C9C;
}
#langbtn{
    user-select: none;
}

.inbt{
    width: 120px;

}
.learn-btn{
    width: 120px;
    height: 40px;
    background: linear-gradient(45deg, #FF4136 0%, #FCBC07 100%);
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
}
/* .qu:before {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    height: 2px;
    width: 10px;
    background-color: red;

} */
.checking:hover .solvenav{
    height: 180px;
    opacity: 1;
    z-index: 90;
}
.top{
    width: 100vw;
    padding-top: 60px;
}
.navbar>li{
    margin-right: 26px;
}
.features{
    background-color: red;
    height: 765px;
    padding: 0;
}
.myfut{
    height: 817px;
}
.qu{
    color: #fff;
    font-weight: bold;
}
.qu:hover{
    color: #cccccc;
}
.head-icon{
    width: 20px;
    height: 20px;
    display: none;
}
.navbar-collapse ul li{
    display: flex;
    align-items: center;
}
.title{
    width:465px;
    height:49px;
    font-size:35px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:49px;
    margin: 0 auto;
}
.aishu{
    width:60px;
    height:28px;
    font-size:20px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(254,83,45,1);
    line-height:28px;
    margin: 10px auto;
}
.pro{
    width:100%;
    font-size:40px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height: 50px;
    text-align: center;
}
.capt{
    width: 100%;
    position: relative;
    bottom: 250px;
}
.fly{
    width:100%;
    height:28px;
    font-size:20px;
    font-family:PingFangSC-Light,PingFang SC;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height:28px;
    margin-top: 24px;
}
.capt button{
    width:120px;
    height:40px;
    background:rgba(254,83,45,1);
    border: none;
}
.box{
    width:270px;
    height:214px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    padding: 20px;
    margin: 20px 20px;
}
.box:hover{
    box-shadow:0px 20px 40px 0px rgba(254,83,45,0.2);
}
.box:hover .jy{
    color:rgba(254,83,45,1);
}
.jy{
    width:124px;
    height:22px;
    font-size:16px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:22px;
    margin: 20px 0;
}
.zhul{
    width:210px;
    height:40px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
}
.ai{
    height:28px;
    font-size:20px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
    text-align: center;
}
.tit{
    text-align: center;
    height:49px;
    font-size:35px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:49px;
    margin: 10px auto;
}
.ais{
    height:28px;
    font-size:20px;
    text-align: center;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(254,83,45,1);
    line-height:28px;
}
.tits{
    height:49px;
    text-align: center;
    font-size:35px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:49px;
}
.card{
    width:300px;
    height:520px;
    background:#FFFCFB;

}
.card:hover{
    width:300px;
    height:520px;

    box-shadow:0px 20px 40px 0px rgba(254,83,45,0.2);
}
.slove{
    height:22px;
    font-size:16px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:22px;
    margin: 20px 10px;
}
.ziy{
    width:210px;
    height:40px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    margin: 20px 10px;
}
.ewm{
    width:156px;
    height:208px;
    background:rgba(254,83,45,1);
    box-shadow:0px -3px 23px 0px rgba(166,167,171,0);
    border-radius:8px 0px 8px 8px;
    position: absolute;
    top: 2400px;
    right: 80px;
    z-index: 99;
    display: none;
}
.iconw{
   position: absolute;
   right: 25px;
   top: 2400px;
}
.iconx{
    position: relative;
    top: 40px;
    left: 100px;
}
.cards{
    width:285px;
    height:422px;
    background:rgba(255,255,255,1);
    box-shadow:0px -3px 23px 0px rgba(166,167,171,0);
}
.cards:hover{
    width:285px;
    height:422px;
    background:rgba(255,255,255,1);
    box-shadow:0px 20px 40px 0px rgba(254,83,45,0.2);
}
.tlp{
    width:245px;
    height:44px;
    font-size:16px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight: bold;
    color:rgba(51,51,51,1);
    line-height:22px;
    margin: 20px;
}
.fbs{
    width:245px;
    height:60px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    margin: 20px;
}
.footbox{
    width: 1200px;
    margin: 0 auto;

}
.foot{
    display: flex;
    border-bottom: 1px solid #333333;
    padding-bottom: 40px;

}

.foot li{
    margin-right: 20px;
    text-align: left;
    height:28px;
    font-size:20px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(153,153,153,1);
    line-height:28px;
}
.foot li:nth-of-type(even){
  font-size: 8px;
}
.fk{
    width:5px;
    height:5px;
    margin: 14px 20px;
    background:rgba(153,153,153,1);
}
.num{
    margin: 40px 0 ;
}
.num li{
    width:295px;
    height:20px;
    font-size:14px;
    margin: 20px 0;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:20px;
}
.icp{

    height:20px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:20px;
    margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/* Features */
	.baraja-container {
		width: 180px;
		height: 275px;
	}

	.single-feature .feature-icon i {
		font-size: 70px;
	}

	.single-feature .feature-title {
		font-size: 18px;
		line-height: 24px;
	}

	.single-feature .feature-text {
		display:none;
	}
}


/* --------- Styles for Screen width Smaller than 767px -------- */
@media only screen and (max-width: 600px) {
    .aishu{
        font-size: 25px;
       text-align: center;
    }
    .title{
        font-size: 25px;
        margin-left: 25px;
    }
    .ai{
        font-size: 10px;
    }
    .tit{
        font-size: 10px;
        margin-top: -20px;
    }
    .top{
        margin-top: -50px;
    }
    .tits{
        margin-top: 20px;
    }
   .footbox{
       width: 80%;
   }
}
@media only screen and (max-width: 414px) {
    /*.carousel-inner{*/
    /*   position: relative;*/
    /*   top: 62px;*/
    /*}*/
    /*.carousel-indicators{*/
    /*    position: relative;*/
    /*    top: 225px;*/
    /*}*/
    .capt{
        position: relative;
        bottom: 0;
        right: 0px;
        top:-20px;
    }
    .pro{
        font-size: 10px;
        text-align: center;
        line-height: 14px;
    }
    .fly{
        margin: 0;
        font-size: 6px;
    }
    .capt button {
        width: 65px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        background: rgba(254,83,45,1);
        border: none;
        margin-right: 60px;
    }
    .foot li{
        margin-right: 6px;
       font-size: 16px;
    }
    .bgjy{
        background-color: #f9f9f9;
    }
    .qqzx{
        margin-top: 1300px;
    }
    .fwlc{
        margin-top: 1620px;
    }
    .iconw{
        position: absolute;
        right: 20px;
        top: 2400px;
    }
    .ewm{
        position: absolute;
        top: 2400px;
    }
    .underline{
        position: absolute;
        left: 40px;
        display: none;
    }
    .checknav{
        /*margin-left: 30px;*/
        font-size: 14px;
    }
    .checking{
        margin-left: 20px;
        font-size: 14px;
    }
    .upnav{
        position: absolute;
        top: 0px;
        /*left: 100px;*/
        display: block;
    }
    .upnav li{
        height: 38px;
    }
    .cancel{
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        padding: 10px;
    }
    .cancel > img{
        width: 28px;
        height: 28px;
    }
    .checknav:hover .upnav{
        height: 220px;
        opacity: 1;
        z-index: 99;
    }
    .solvenav{
        position: absolute;
        top: -98px;
        left: 110px;
        display: block;
    }
    .checking:hover .solvenav{
        height: 215px;
        opacity: 1;
        z-index: 90;
    }
    .pay{
        width: 250px;
    }
    /* .qu{
        display: none;
    } */
}

