/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    color: #333;
}

a, abbr, acronym, address, applet, area, article, aside, audio, b, base, basefont, bdi, bdo, big, blockquote, body, br, button, canvas, caption, center, cite, code, col, colgroup, command, datalist, dd, del, details, dfn, dialog, dir, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, frame, frameset, h1, h2, h3, h4, h5, h6, header, hr, i, iframe, img, input, ins, kbd, keygen, label, legend, li, main, map, mark, menu, menuitem, meter, nav, noframes, object, ol, optgroup, option, output, p, param, pre, progress,
q, rp, rt, ruby, s, samp, section, select, small, source, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, track, tt, u, ul, var, video, wbr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-family: "Microsoft Yahei", "HelveticaNeue", "Helvetica";
    color: #333;
    font-size: 12px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

a, input, button {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

input, button, textarea, select {
    -webkit-appearance: none; /*在苹果浏览器中去掉默认样式*/
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-family: "Microsoft Yahei", "HelveticaNeue", "Helvetica";
    background: none;
    color: #444;
    outline: 0;
    list-style: none;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/*手机web的css初始化*/

/*首页*/
.home_page_logo {
    width: 50%;
    margin: 0 auto;
}

.home_page_logo img {
    width: 100%;
    display: block;
}

.home_page_img {
    width: 70%;

}

.home_page_img img {
    width: 100%;
    display: block;
}

.home_page_txt {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 5%;
}

.hp_erweima {
    width: 160px;
    height: 160px;
    border: 1px solid #e5e5e5;
    margin: 5% auto;
}

.hp_erweima img {
    width: 150px;
    height: 150px;
    margin: 5px;
}

.hp_erweima_txt {
    text-align: center;
    font-size: 14px;
    color: #333;

}

.case_box {
    width: 92%;
    margin: 0 auto;

}

.case_title {
    font-size: 16px;
    color: #333;
    padding-top: 2%;
    text-align: center;

}

.case_img img {
    width: 100%;
    display: block;
}

.case_box p {
    margin: 3% 0;
    font-size: 14px;
    color: #333;
}

.case_box li {
    margin-bottom: 3%;
}

.line {
    width: 100%;
    margin-top: 3%;
    height: 1px;
    background: #f5f5f5;
}

.public_text {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 3% 0;
}

.lianxi_box {
    width: 90%;
    margin: 3% auto 0;
    background: #f8f9fb;
    padding: 4% 2%;
}

.lianxi_text {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 2% 0;
}

.lianxi_content {
    font-size: 14px;
    color: #333;
}

.lianxi_content li {
    margin: 4px 0;
}

.case_btn {
    width: 30%;
    height: 30px;
    text-align: center;
    border-radius: 2px;

    line-height: 30px;
    font-size: 14px;
    margin: 3% auto;
    color: #fff;
    background: -webkit-linear-gradient(left, #fc6f16, #ff4f1e);
}

/*首页结束*/

.bd-info {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;

}

.bd-info-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 103px;
}

.bd-info-item div {
    height: 0.95rem;
    width: 0.95rem;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.1rem;
    border-radius: 50%;
    color: white;
    font-size: 0.3rem;
}

.bd-info-item1 div {
    background: linear-gradient(#2ddfce, #1fcdc4);
}

.bd-info-item2 div {
    background: linear-gradient(#2bbeff, #1cafff);
}

.bd-info-item3 div {
    background: linear-gradient(#fece64, #ffac29);
}

.bd-info-item4 div {
    background: linear-gradient(#f77d94, #fb98a8);
}

.bd-info-item5 div {
    background: linear-gradient(#f4754d, #f88950);
}

.bd-info-item6 div {
    background: linear-gradient(#757ae2, #979cfc);
}

.bd-info-item p {
    font-size: 0.34rem;
    color: #666;
}

.bd-introduce-box {
    padding: 0.2rem 0.2rem;
    background-color: red;
    display: flex;
    justify-content: safe left;
    align-items: center;
    margin-bottom: 0.2rem;
    border-radius: 0.04rem;

}

.bd-introduce-box .imgBox {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    /*background-color: blue;*/
}

.bd-introduce-box .title h3 {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.06rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd-introduce-box .title p {
    color: #666;
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd-introduce-box1 {
    background-color: #eef7fe;
}

.bd-introduce-box2 {
    background-color: #f6fff0;
}

.bd-introduce-box3 {
    background-color: #fff4f4;
}

.bd-introduce-box4 {
    background-color: #effdfe;
}

.bd-introduce-box5 {
    background-color: #f4f7ff;
}

.bd-introduce-box6 {
    background-color: #fff9ef;
}

.Artifact {
    font-size: 0.34rem;
    position: relative;
    text-align: center;
    line-height: 1.1rem;
}

.Artifact::before {
    content: '';
    width: 0.9rem;
    height: 0.02rem;
    background-color: #ababab;
    position: absolute;
    top: 0.6rem;
    left: 0.24rem;
}

.Artifact::after {
    content: '';
    width: 0.9rem;
    height: 0.02rem;
    background-color: #ababab;
    position: absolute;
    top: 0.6rem;
    right: 0.24rem;
}

.Artifact span {
    color: #ff8566;
}

.Artifact label {
    color: #666;
}

.chuangjian_btn1 {
    width: 100%;
}

.fx_link_btn2 {
    text-align: center;
    width: 97%;
    height: 50px;
    line-height: 50px;
    background: -webkit-linear-gradient(left, #2e53c6, #2e53c6);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 5px 5px 15px 5px;
    border-radius: 30px;
    box-shadow: 1px 1px 20px rgb(51 51 51 / 30%);
}
.banner-img-box1{
    width: 94%;
    margin: 0.2rem auto;
}
.banner-img-box1 img{
    width: 100%;
    height: auto;
}
.sty_qy_ul-box .sty_qy_ul li {
    width: 31%;
    margin-bottom: 23px;
}

.block-big-title{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.block-small-title{
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    color: gray;
}
.top-logo-bg{
    height: 4rem;
    width: 100%;
    background-image: linear-gradient(#dbe2f5, #fff);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.top-logo-bg img{
    width: 4.5rem;
    height: auto;
}
.block-small-title2{
    margin-top: 0.2rem;
}
.tl-block{
    position: relative;

}
.tips-txt{
    position: absolute;
    top: -0.3rem;
    right: -0.9rem;
    font-size: 0.24rem;
    color: #fff;
    background-color: #f63b42;
    font-weight: bold;
    padding: 0.05rem 0.14rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;

}
.ipt-block{
    width: 94%;
    height: 0.8rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
    border: 2px solid #00c35d;
    border-radius: 0.08rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.ipt-block-title{
    width: 70%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.ipt-block-btn{
    width: 30%;
    height: 0.69rem;
    background-color: #00c35d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    /*font-weight: bold;*/
    color: white;
    border: 2px solid #05d468;
    border-radius: 0.08rem;
    letter-spacing: 1px;
    position: relative;
    left: 1px;

}