@font-face {
    font-family: "text";
    src: url("../css/fonts/text.TTF");
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.wrap {
    width: 100%;
    height: 100%;
    background: url('../image/login/bg.png') no-repeat top center;
    background-size: cover;
}


.down_box{
    width: 150px;
    height: 136px;
    position: fixed;
    right: 50px;
    z-index: 1000;
}

.down_box .qs{
    width: 140px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(0deg, rgba(16, 102, 235, 0.31) 0%, rgba(116, 42, 227, 0.31) 100%);
    box-shadow: 0px 0px 20px 12px rgb(255 255 255 / 10%);
    cursor: pointer;
    border: 2px solid rgba(0, 192, 255, 0.4);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}


.qs_icon{
    width: 32px;
    height: 32px;
}

.qs_icon img{
    width: 100%;
}

.qs p{
    color: #00c0ff;
    font-weight: 600;
    margin-left: 10px;
}


.ewm_pop{
    position: absolute;
    background-image: linear-gradient(0deg, rgba(16, 102, 235, 0.31) 0%, rgba(116, 42, 227, 0.31) 100%);
    border: 2px solid rgba(0, 192, 255, 0.4);
    box-shadow: 0px 0px 20px 12px rgb(255 255 255 / 10%);
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
    /* top: 60px;
    right: -15px; */
    /* display: none; */

    width: 170px;
    height: 170px;
    /* position: absolute; */
    left: -13px;
    top: 65px;
    display: none;
}

.ewm_pop img{
    width: 100%;
}

.down_box:hover .ewm_pop{
    display: block;
}
.login-box {
    box-sizing: border-box;
    width: 539px;
    height: 564px;
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -269px;
    background: url("../image/login/box.png") center no-repeat;
}

.wrap .header {
    /* width: 1920px; */
    height: 108px;
    background: url("../image/login/title.png") center no-repeat;
}

.login-input {
    width: 366px;
    height: 75px;
    background: url("../image/login/inp-bg.png") center no-repeat;
    border: none;
    background-color: transparent;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.login-input span {
    width: 16px;
    height: 17px;
    display: block;
    margin: 0 30px 0 25px;
}

.login-input span img {
    width: 100%;
}

.login-input input {
    background: transparent;
    border: none;
    width: 210px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    outline: none;
}

.login-input:nth-of-type(3) input{
    width: 164px;
}

.login-input input:-internal-autofill-previewed,
.login-input input:-internal-autofill-selected {
    -webkit-text-fill-color: #807c7c;
    transition: background-color 5000s ease-out 0.5s;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #32C5FF;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #32C5FF;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #32C5FF;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #32C5FF;
}

.yzm {
    width: 100px;
    height: 35px;
    padding-left: 5px;
    border-left: 1px solid rgba(50, 197, 255, .5);
    margin-left: 10px;
    margin-top: 3px;
}

.yzm img {
    width: 100%;
    height: 100%;
}

.login-title {
    width: 100%;
    height: 42px;
    color: rgba(226, 247, 255, 1);
    font-size: 28px;
    font-weight: 900;
    font-family: "Source Han Sans CN";
    text-align: center;
    margin: 50px 0;
}

.login-btn {
    width: 225px;
    height: 88px;
    display: block;
    margin: 10px auto;
    background: url("../image/login/btn-bg.png") center 3px no-repeat;
    opacity: 1;
    border: none;
    color: #fff;
    font-size: 22px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    line-height: 88px;
    text-decoration: none;
}


.container .header {
    /* width: 1920px; */
    height: 108px;
    background: url("../image/login/title.png") center no-repeat;
    margin: 0 auto;
}

.container .box {
    width: 1530px;
    margin: 145px auto 0;
    display: flex;
    justify-content: space-between;
}

.container .right {
    cursor: pointer;
    margin-top: 20px;
}

.container .left {
    cursor: pointer;
}

.container .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}

.container .bottom a{
    cursor: pointer;
    width: 281px;
    height: 201px;
    box-sizing: border-box;
    padding: 26px 0 0 34px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: "text";
    font-weight: 400;
    display: block;
}

.container .bottom .item1 {
    background: url("../image/home/box-bottom1.png") center no-repeat;
}

.container .bottom .item2 {
    background: url("../image/home/box-bottom2.png") center no-repeat;
}

.container .bottom .item3 {
    background: url("../image/home/box-bottom3.png") center no-repeat;
}

.container {
    width: 100%;
    height: 100%;
    background: url('../image/home/bg.png') no-repeat top center;
    background-size: cover;
    overflow: auto;
}

.container .top {
    width: 886px;
    height: 342px;
    background: url("../image/home/box-top.png") center no-repeat;
    font-size: 22.6px;
    font-weight: 400;
    font-family: "text";
    color: #fff;
    text-align: center;
    letter-spacing: 2.26px;
    box-sizing: border-box;
    padding: 275px 0 0 2px;
    margin-top: 60px;
    cursor: pointer;
    display: block;
}
a{
    text-decoration: none;
}
.down_box{
    width: 150px;
    height: 136px;
    position: fixed;
    right: 50px;
    z-index: 1000;
}

.down_box .qs{
    width: 140px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(0deg, rgba(16, 102, 235, 0.31) 0%, rgba(116, 42, 227, 0.31) 100%);
    box-shadow: 0px 0px 20px 12px rgb(255 255 255 / 10%);
    cursor: pointer;
    border: 2px solid rgba(0, 192, 255, 0.4);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qs_icon{
    width: 32px;
    height: 32px;
}

.qs_icon img{
    width: 100%;
}
.qs p{
    color: #00c0ff;
    font-weight: 600;
    margin-left: 10px;
}

.ewm_pop{
    position: absolute;
    background-image: linear-gradient(0deg, rgba(16, 102, 235, 0.31) 0%, rgba(116, 42, 227, 0.31) 100%);
    border: 2px solid rgba(0, 192, 255, 0.4);
    box-shadow: 0px 0px 20px 12px rgb(255 255 255 / 10%);
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
    /* top: 60px;
    right: -15px; */
    /* display: none; */

    width: 170px;
    height: 170px;
    /* position: absolute; */
    left: -13px;
    top: 65px;
    display: none;
}

.ewm_pop img{
    width: 100%;
}

.down_box:hover .ewm_pop{
    display: block;
}

.modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1114px;
    height: 245px;
    background: rgba(6,20,57,0.8);
    backdrop-filter: blur(18px);
    box-shadow: inset 0 0 10px 0 rgba(0,184,250,0.55);
    border:2px solid #01D3EE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.huanweimodal{
    position: absolute;
    left: 50%;
    top: calc(50% + 245px);
    transform: translate(-50%,-50%);
    display: flex;
}
.page{
    display: flex;
    width: 975px;
}
.item{
    width: 175px;
    height: 196px;
    background: url("../image/home/btnbackground.png") center no-repeat;
    cursor: pointer;
    text-align: center;
    font-size: 22.6px;
    font-weight: 400;
    font-family: "text";
    color: #fff;
    letter-spacing: 2.26px;
    margin: 0 10px;
}
.item:hover{
    background: url("../image/home/btnbackground2.png") center no-repeat;
    color: #F8D752;
}
.pic{
    width: 125px;
    height: 125px;
    margin: 20px auto 10px auto;
}
#btn01 .pic{
    background: url("../image/home/btndxgw.png") center no-repeat;
}
#btn01 .pic:hover{
    background: url("../image/home/btndxgw2.png") center no-repeat;
}
#btn02 .pic{
    background: url("../image/home/btnztys.png") center no-repeat;
}
#btn02 .pic:hover{
    background: url("../image/home/btnztys2.png") center no-repeat;
}
#btn03 .pic{
    background: url("../image/home/btnhw.png") center no-repeat;
}
#btn03 .pic:hover{
    background: url("../image/home/btnhw2.png") center no-repeat;
}
#btn04 .pic{
    background: url("../image/home/btncqfh.png") center no-repeat;
}
#btn04 .pic:hover{
    background: url("../image/home/btncqfh2.png") center no-repeat;
}
#btn05 .pic{
    background: url("../image/home/btnzfba.png") center no-repeat;
}
#btn05 .pic:hover{
    background: url("../image/home/btnzfba2.png") center no-repeat;
}
#btn06 .pic{
    background: url("../image/home/btnldgl.png") center no-repeat;
}
#btn06 .pic:hover{
    background: url("../image/home/btnldgl2.png") center no-repeat;
}
#btn07 .pic{
    background: url("../image/home/btndxgw.png") center no-repeat;
}
#btn07 .pic:hover{
    background: url("../image/home/btndxgw2.png") center no-repeat;
}
#btn08 .pic{
    background: url("../image/home/btncqfh.png") center no-repeat;
}
#btn08 .pic:hover{
    background: url("../image/home/btncqfh2.png") center no-repeat;
}
#btn09 .pic{
    background: url("../image/home/rhtx.png") center no-repeat;
}
#btn09 .pic:hover{
    background: url("../image/home/rhtx2.png") center no-repeat;
}

#btn10 .pic{
    background: url("../image/home/wrjgl.png") center no-repeat;
    background-size: cover;
}
#btn10 .pic:hover{
    background: url("../image/home/wrjgl2.png") center no-repeat;
}


#hw1 .pic{
    background: url("../image/home/jzlj.png") center no-repeat;
}
#hw1 .pic:hover{
    background: url("../image/home/jzljchoose.png") center no-repeat;
}
#hw2 .pic{
    background: url("../image/home/ylhwjk.png") center no-repeat;
}
#hw2 .pic:hover{
    background: url("../image/home/ylhwjkchoose.png") center no-repeat;
}
.close{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #01D3EE;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
