body{padding: 0;margin: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #2e2e2e;background: #fff;-webkit-font-smoothing: antialiased;}
html,body{scroll-behavior:smooth;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #2e2e2e;-webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
i,em{font-style: normal;}
img{display: inline-block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #2e2e2e;}
input[type="button"]{cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #2e2e2e;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #2e2e2e;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;-webkit-transition:all 0.2s ease 0s; transition:all 0.2s ease 0s;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为radio和checkbox*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color: #C9C9C9;}
/*滚动条*/
body *::-webkit-scrollbar{width: 4px;height: 4px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #aaa;border-radius: 2px;}
/*常用宽度*/
.w1200{position: relative;width: 90%;margin: 0 auto;max-width: 1200px;}
img,em,i,span{-webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
/* flex布局 */
.disflex{display: flex;}
.flexCenter{display: flex;justify-content: center;align-items: center;}
.flexbetween{display: flex;justify-content: space-between;align-items: center;}

.loginTop {
    

}
.loginTop h1 a{
    display: flex;
    height: 103px;
    align-items: center;
}
.loginTop h1 a img{
    height: 60px;
}
.alheader{
    padding: 0;
}
header{
    padding: 18px 0;
}
header .goHome{border: 1px solid #3694EB;width: 96px;height: 30px;line-height: 30px;text-align: center;display: block;color: #3694EB;}
header .goHome:hover{background: #3694EB;color: #fff;}
header .goHomeai{
    border-color: #f74b33;
        color: #f74b33;
}
header .goHomeai:hover{
background: #f74b33;
    color: #fff;
}
.main {height: calc(100vh - 91px - 148px);box-sizing: border-box;background: url(/images/idxbg.jpg) center no-repeat;background-size: cover !important;}
.aiMain{
    height: calc(100vh - 103px - 148px);
}
.main .w1200{height: 100%}
.idxLeftImg{width: 633px;}
.idxRightLogin{width: 446px;background: #fff;box-shadow: 0 2px 25px rgba(0,0,0,0.17);padding: 10px 50px;box-sizing: border-box;}
.idxRightLogin h6{margin-bottom: 17px;text-align: center;border-bottom: 1px solid #3694EB;font-size: 20px;}
.idxRightLogin h6 span{position: relative;padding: 17px 0;display: inline-block;}
.idxRightLogin h6 span::after{width: 100%;content: '';position: absolute;bottom: -1px;background: #3694EB;height: 3px;left: 50%;transform: translateX(-50%);}
.idxRightLogin form label{font-size: 12px;color: #777;display: block;padding: 8px 0;}
.idxRightLogin form input[type=text],.idxRightLogin form input[type=password]{ border: 1px solid #C9C9C9;background: #F1F6FB;font-size: 14px;width: 100%;line-height: 40px;height: 40px; box-sizing: border-box;border-radius: 4px;color: #333;text-indent: 16px;}
.idxRightLogin form .item{margin-top: 5px;}
.idxRightLogin form .item2 input{width: 186px;}
.idxRightLogin form .item2 img{width: 148px;height: 40px;cursor: pointer;}
.idxRightLogin form input[type=button]{cursor: pointer; background: #3694EB;width: 344px;height: 50px;color: #fff;margin-top: 40px;border-radius: 4px;font-size: 14px;}
.idxRightLogin .tips a{color: #A1A5B5;text-decoration: underline;font-size: 14px;}
.idxRightLogin .tips a:hover{color: #3694EB;}
.idxRightLogin .tips{padding-top: 20px;padding-bottom: 19px;}
.idxRightLogin .hint{overflow: hidden;margin: 0px;line-height: 28px;color: #999;}
.idxRightLogin form input:focus{border-color: #3694EB;box-shadow: 0 0 5px #3694EB;}
.idxRightLogin form input[type=button]:hover{box-shadow: 0 0 5px #3694EB;}

.aiLoginForm h6{
        border-bottom: 1px solid #f74b33;
}
.aiLoginForm h6 span::after{
    background: #f74b33;
}
.aiLoginForm .tips a:hover {
    color: #f74b33;
}
.aiLoginForm form input:focus {
    border-color: #f74b33;
    box-shadow: 0 0 5px #f74b33;
}

footer{background: #2F3133;padding: 20px 0;}
/* footer .footRight img{width: 66px;height: 66px;} */
footer .footLeft {color: #fff;font-size: 14px;}
footer .footLeft h6{font-size: 14px;font-weight: normal;line-height: 24px;}
footer .footLeft a{color: #fff;}
footer .footLeft .textAll a,footer .footLeft .textAll span{margin-left: 30px;}
footer .footLeft .textAll a:first-child,footer .footLeft .textAll span:first-child{margin-left: 0;}
.footLeft .link {margin-bottom: 12px;}
.footLeft .link li{float: left;}
.footLeft .link  li a {color: #fff;position: relative;padding: 0 12px;line-height: 24px;}
.footLeft .link  li a::before{width: 1px;height: 14px;background: #fff;content: '';position: absolute;left: 0;top: 50%;margin-top: -7px;}
.footLeft .link  li:first-child a::before{display: none;}
.footLeft .link  li:first-child a{padding-left: 0;}
.footLeft .link  li a:hover,footer .footLeft .textAll a:hover{text-decoration: underline;}
.footLeft .textAll{line-height: 24px;}
.footRight p{color: #fff;font-size: 14px;}
.footRight li{margin-left: 33px;text-align: center; }
.footRight li:first-child{margin-left: 0;}
.gongan{padding-left: 30px;}


.kConten{
    position: relative;
    height: 100vh;
    background: url(/images/kBg.jpg) center no-repeat;
    background-size: cover;
}
.kConten .idxLeftImg{
    position: absolute;
    left: 6.25%;
    top: 10%;
}
.kConten .idxLeftImg img{
    height: 80px;
    width: auto;
}
.kLoginBox{
    position: absolute;
    top: 0;
    right: 0;
    width: 680px;
    backdrop-filter: blur(4px);
    background: rgba(255,255,255,0.7);
}
.kConten .idxRightLogin{
    background: none;
    box-shadow: none;
    width: 460px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.kConten .idxRightLogin h6{
    font-size: 36px;
    color: #333;
    border-bottom: none;
    line-height: 50px;
    margin-bottom: 50px;
    height: 50px;
}
.kConten .idxRightLogin h6 span::after{
    display: none;
}
.kConten .idxRightLogin form .wrap{
    position: relative;
    height: 50px;
    border: 1px #d8d8d8 solid;
    border-radius: 4px;
    margin-bottom: 20px;
    background: url(/images/kform1.svg) no-repeat 15px center;
    
}
.kConten .idxRightLogin form .wrap::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 43px;
    width: 1px ;
    height: 16px;
    background: #d8d8d8;
    transform: translateY(-50%);
}
.kConten .idxRightLogin form input[type=text],
.kConten .idxRightLogin form input[type=password]{
    background: none;
    border: none;
    height: 100%;
    padding-left: 42px;
    font-size: 16px;
}
.kConten .idxRightLogin form .item:nth-child(2) .wrap{
    background: url(/images/kform2.svg) no-repeat 15px center;
}
.kConten .idxRightLogin form .item:nth-child(3) .wrap {
    background: url(/images/kform3.svg) no-repeat 15px center;
}
.kConten .idxRightLogin form .item2 .btn{
    height: 100%;
}
.kConten .idxRightLogin form .item2 img{
    height: 100%;
}
.kConten .idxRightLogin .tips{
    padding-top: 0;
    padding-bottom: 38px;
}
.kConten .idxRightLogin .tips a{
    font-size: 16px;
    text-decoration: initial;
    color: #959595;
}
.kConten .idxRightLogin .tips a span{
    color: #1C94E9;
}
.kConten .idxRightLogin .tips a span:hover{
    text-decoration: underline;
}
.kConten .idxRightLogin .tips a.fr:hover{
text-decoration: underline;
}
.kConten .idxRightLogin form input[type=button]{
    margin-top: 0;
    width: 100%;
    font-size: 18px;
}
.kContenAi {
    background: url(/images/kbgAi.jpg) center no-repeat;

}
.kContenAi .idxRightLogin .tips a span {
    color: #F81F2A;
}
.kConten .idxRightLogin form .item2 input{
    width: 240px;
}