@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr,
span {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}

* {
    font-family: PingFangSC-Regular, PingFang SC, "Microsoft YaHei", "Arial";
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

input:focus,
textarea:focus {
    outline: none;
}

button {
    border: none;
}

html,
body {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

select:focus {
    outline: none
}

html {
    font-size: 100px;
}

.oves {
    height: 100vh;
    overflow: hidden;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

input {
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none !important;
    border-radius: 0;
}

input {
    border: none;
}

.head,
.head * {

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap {
    max-width: 1220px;
    margin: auto;
}



/* 侧边 */
.rightxuan {
    width: 70px;
    height: 140px;
    background: linear-gradient(270deg, #5EC1FF 0%, #214AEF 100%);
    border-radius: 6px 6px 6px 6px;
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 9999;
}

.rightxuan .its .bcg1 {
    width: 23px;
    height: 26px;
    background: url('/static/image/stimg/1.png') no-repeat;
    margin: 0 auto 10px;
}

.rightxuan .its .bcg2 {
    width: 23px;
    height: 26px;
    background: url('/static/image/stimg/2.png') no-repeat;
    margin: 0 auto 10px;
}

.rightxuan .bc {
    width: 70px;
    height: 40px;
    background: linear-gradient(270deg, #5EC1FF 0%, #214AEF 100%);
    border-radius: 6px 6px 6px 6px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    cursor: pointer;
}

.rightxuan .bcg3 {
    width: 24px;
    height: 24px;
    background: url('/static/image/stimg/3.png') no-repeat;
}

.rightxuan .its .ts {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
}

.rightxuan .i1:hover .cont {
    display: block;
}

.rightxuan .i2:hover .cont {
    display: block;
}

.i1 .slide,
.i2 .slide {
    position: absolute;
    top: 0;
    right: 70px;
    padding-right: 10px;
}

.i1 .slide .cont {
    display: none;
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(32, 150, 255, 0.4);
    border-radius: 10px 10px 10px 10px;
    background: url('/static/image/stimg/bc.png') no-repeat;
    transition: .5s ease;
    padding: 31px 0px;
    text-align: center;
    box-sizing: border-box;
}





.cont .c1 {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(180deg, #0D45B2 0%, #2096FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto;
    width: 80px;
}

.cont .c2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    margin: 6px 0px 20px;
}

.cont img {
    width: 151px;
    height: 151px;
    border-radius: 10px 10px 10px 10px;
}

.cont .c3 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 10px;
    color: #A5A5A5;
    line-height: 12px;
    letter-spacing: 8px;
    margin-top: 8px;
}

.cont input {
    width: 230px;
    height: 48px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #6F99D1;
    padding-left: 20px;
    box-sizing: border-box;
}

.cont .btn {
    margin: 15px auto;
    width: 230px;
    height: 48px;
    background: linear-gradient(270deg, #32D3FF 0%, #0D3DFF 100%);
    border-radius: 6px 6px 6px 6px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    cursor: pointer;
}

.fot {
    padding-top: 10px;
    width: 230px;
    margin: 10px auto;
    border-top: 1px solid rgba(2, 34, 92, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fot .imgs {
    width: 50px;
    height: 50px;
    background: linear-gradient(329deg, #A7E7FF 0%, #309DFF 100%);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fot .imgs img {
    width: 19px;
    height: 21px;
}

.fot .t1 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #9BA2B8;
    line-height: 16px;
}

.fot .t2 {
    font-family: DIN, DIN;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}

.i2 .slide .cont {
    display: none;
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(32, 150, 255, 0.4);
    border-radius: 10px 10px 10px 10px;
    background: url('/static/image/stimg/bc.png') no-repeat;
    transition: .5s ease;
    padding: 31px 0px;
    text-align: center;
    box-sizing: border-box;
}

.rightxuan .its {
    height: 70px;
    padding: 7px;
    box-sizing: border-box;
}

/* 底部 */
.footer {
    background-color: #040B1F;
    color: #fff;
    padding-bottom: 20px;
}

.footer .footer_one {
    display: flex;
    justify-content: space-between;
    height: 86px;
    align-items: center;
}

.footer .footer_one .fx {
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
}

.footer .footer_one .items {
    display: flex;
    align-items: center;
}

.footer .footer_one .items img {
    margin-right: 9px;
}

.footer .x {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);

}

.footer_two {
    display: flex;
    margin-top: 45px;
}

.footer_two .imgs1 img {
    width: 115px;
    height: 38px;
    margin-top: 10px;
}

.footer_two .imgs2 img {
    width: 105px;
    height: 105px;
    margin: 37px 4px;
}

.footer_two .textf {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.footer_two a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #7B7E89;
    line-height: 14px;
}

.footer_two ul li {
    margin-bottom: 20px;
}

.footer_two .flex_r {
    width: 218px;
}

.footer_two .flex_r .tt1 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #7B7E89;
    line-height: 16px;
    margin-bottom: 10px;
}

.footer_two .flex_r .tt2 {
    font-family: DIN, DIN;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 42px;
}

.footer_three {
    display: flex;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #7B7E89;
    line-height: 14px;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 30px;
}

.footer .fftext {
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #7B7E89;
    line-height: 16px;
    margin-top: 20px;
}