/* init start */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
}

a {
    color: #333333;
    text-decoration: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #e6212a;
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}


body,
html {
    height: 100%;
    position: relative;
    font-size: 1rem;
    background-color: #ffffff;
}

body {
    padding-top: 80px;
    box-sizing: border-box;
}

body.overflow {
    overflow: hidden;
}

ul>li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background-color: #E6EDF5;
}

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    background-color: #E6EDF5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: rgba(0, 0, 0, 0.3);
}

/* init end */
/* header */
.headerDown {
    overflow: hidden;
    box-shadow: 0px 8px 30px 0px rgba(36, 43, 53, 0.10);
}

.header {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header_content {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header_nav {
    flex: 1;
    min-width: 2px;
    display: flex;
    align-items: center;
    /* margin-left: 80px; */
}
.header_nav::before{
    content: "";
    width: 2px;
    height: 45px;
    background-image: linear-gradient(to bottom ,#ff8f44 ,#ff4421,#ff8f44 );
    margin: 0 20px;
}
.update_p{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.header_nav>li {
    margin-left: 50px;
}

.header_nav>li:first-child {
    margin-left: 0;
}

.header_nav>li>a {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.header_down {
    display: flex;
    align-items: center;
}

.header_down .Hotline {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-right: 34px;
}

.header_shadow {
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 8px 30px 0px rgba(36, 43, 53, 0.10);
    position: relative;
}

/* 按钮 下载/体验 */
._btn_style {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
    transition: all .3s;
}

._btn_style:first-child {
    margin-left: 0;
}

._downBtn {
    background-color: rgba(255, 92, 44, 0.00);
    border: 1px solid #ff5c2c;
    color: #ff5c2c;
}

._experienceBtn {
    background-color: #FF5C2C;
    border: 1px solid #ff5c2c;
    color: #ffffff;
}

._downBtn:hover {
    background-color: #ff5c2c;
    color: #ffffff;
}

.footer {
    padding: 43px 0;
    box-sizing: border-box;
    background-color: #31333e;
}

.footer>p {
    font-size: 14px;
    font-weight: 400;
    color: #fefefe;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer>p>a {
    color: #ffffff;
    transition: all .3s;
}

.footer>p>a:hover {
    color: #FF5C2C;
}

/* 置顶 */
#Top {
    position: fixed;
    bottom: 300px;
    right: 50px;
    opacity: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    background-color: #ffffff;
}

#Top>img {
    width: 30px;
}

/* #Top:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
} */

/* 二维码弹框 */
.qrCode_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}

.qrCode_popup_mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background-color: #000000;
}

.qrCode_popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: -200px;
    margin-left: -200px;
    z-index: 2;
    opacity: 0;
    transform: scale(1.15);
    padding: 40px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qrCode_popup_content.show {
    transform: scale(1);
    opacity: 1;
    transition: all 0.25s linear 0s;
}

.popup_close {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popup_code {
    width: 250px;
    height: 250px;
}

.popup_title {
    margin-top: 20px;
    font-size: 20px;
    color: #9e9c9c;
}