@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

a {
    color: initial;
}

.f40 {
    font-size: 40px;
}

.f24 {
    font-size: 24px;
}

.weight-bold {
    font-weight: bold;
}

.header {
    height: 100vh;
}

.header .nav {
    float: right;
}

.header .nav li {
    padding: 10px 20px;
}

.header .nav li a {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
}

.header .navbar-inverse .navbar-nav>.active>a {
    color: #fff;
    border-bottom: 3px solid #f5f5f5;
    padding-bottom: 15px;
}

.header .nav li a:hover {
    color: #fff;
}

.header .navbar {
    height: 90px;
    /* position: absolute; */
    width: 100%;
    background: none;
    border-bottom: 0;
    padding-top: 26px;
}

.header .nav-scroll {
    padding-top: 10px;
    border-bottom: 1px solid rgba(55, 61, 89, 0.1);
}

.header .nav-in,
.header .nav-scroll {
    background: rgba(255, 255, 255, .95);
}

.header .nav-scroll li a {
    color: rgba(55, 61, 89, .5);
}

.header .nav-scroll li a:hover {
    color: rgb(55, 61, 89);
}

.header .navbar-inverse.nav-scroll .navbar-nav>.active>a {
    color: #373d59;
    border-bottom: 3px solid #373d59;
    padding-bottom: 15px;
}

.header .navbar-brand {
    background: url('../images/logo2@2x.png') no-repeat center;
    background-size: 100%;
    width: 139px;
    height: 70px;
    display: block;
}

.header .nav-scroll .navbar-brand,
.nav-in .navbar-brand {
    background: url('../images/logo@2x.png') no-repeat center;
    background-size: 100%;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background: none;
}

.navbar-inverse.nav-scroll .navbar-toggle .icon-bar,
.nav-in .navbar-toggle .icon-bar {
    background: #373d59
}

.banner {
    height: 100vh;
    background: url(../images/banner1@2x.jpg) no-repeat;
    background-size: cover;
}

.banner .container {
    position: relative;
    height: 100%;
}

.banner .container .info {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 200px;
    left: 0;
    right: 0;
    letter-spacing: 8px;
}

.banner .container .info .background {
    background: #fff;
    color: #373D59;
    padding: 0px 10px 0 20px;
    font-size: 38px;
}

.banner .container .info .messgae {
    letter-spacing: 12px;
    font-weight: 300;
}

.banner .container .info .btns {
    display: flex;
    margin: 30px 0;
}

.btns .download-btn {
    width: 130px;
    height: 48px;
    background: url(../images/button3@2x.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

.download-btn.ios {
    background: url(../images/button4@2x.png) no-repeat;
    background-size: 100%;
}

.navbar,
.header .nav li a,
.header .navbar-brand {
    transition: all .3s ease-in-out;
}

.in_box1_cont {
    padding: 7% 0;
    z-index: -999;
    position: relative;
}

.in_box1 h2 {
    text-align: center;
    padding-top: 7%;
    font-weight: normal;
    color: #373D59;
}

.in_box1_cont span {
    padding: 0 26px;
    margin-top: 70px;
}

.in_box1_cont span p {
    font-size: 16px;
    line-height: 40px;
    text-indent: 32px;
    margin-bottom: 3%;
}

.in_box1_cont span a {
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #3bb9ff;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #e46576;
    text-decoration: none;
    margin-top: 20%;
}

.in_box1_cont div {
    float: right;
    display: block;
}

.in_box1_cont div img {
    margin-right: -5%;
}

.in_box2 {
    padding-top: 4%;
    background: rgba(55, 61, 89, .02);
}

.in_box2_cont {
    padding: 10% 0 5%;
}

.in_box2_cont ul {
    margin-left: -3.3%;
}

.in_box2_cont .col-sm-4 {
    padding: 0 3.3%;
    margin: 7px 0px;
}

.in_box2_cont li i {
    display: block;
    float: left;
    padding: 0.5% 2%;
    background: #373d59;
    font-size: 32px;
    font-style: normal;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-weight: normal;
}

.in_box2_cont li span {
    display: block;
    float: right;
    width: 80%;
}

.in_box2_cont li span h3 {
    font-size: 18px;
    font-weight: normal;
    color: #373d59;
    padding: 3% 0;
}

.in_box2_cont li span p {
    line-height: 24px;
    color: rgba(55, 61, 89, 0.5);
}

.in_box2 .title {
    text-align: center;
    width: 38%;
    margin: auto;
}

.title h2 {
    font-size: 42px;
    font-weight: bold;
    color: #373D59;
    width: 84%;
    margin: 20px auto 0;
    text-align: center;
}

.in_box2_title span {
    color: rgba(55, 61, 89, .5);
    padding-top: 2%;
    display: block;
}

.in_box3 .title h2 {
    padding: 7% 0;
}

.in_box3 h3 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 5%
}

.in_box3 li {
    font-size: 18px;
    line-height: 3em;
    list-style: inside disc;
}

.footer {
    background: #373D59;
    padding: 4% 0 0 0;
    margin-top: 5%;
}
.icp_box{
    background: #212435;
    padding: 1.2vh 0;
    text-align:center
}
.icp_box a{
    color:#9e9e9e;
    cursor:pointer;
    line-height: 1.6;
}
.icp_box a:hover{
    color:#fff;
}
.footer i,
.footer span {
    display: block;
}

.foot_logo span {
    color: #fff;
    margin: 5% 0 0;
    display: block;
}

.foot_logo span strong {
    color: #ed863c;
    font-size: 24px;
    font-weight: normal;
}

.foot-nav {
    padding-top: 20px;
}

.foot_cont {
    padding-bottom: 4%;
}

.foot-nav a {
    color: #fff;
    font-size: 14px;
}

.foot-nav a:hover {
    color: #fff;
    text-decoration: none;
}

.foot_erweima span,
.foot_erweima i {
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.foot_erweima a {
    display: block;
    margin-left: 15px;
}

.foot_erweima {}

.product_box2 h2 {
    padding: 6%;
}

.pro_box3_cont ul {
    margin-top: 5%;
}

.pro_box3_cont .col-sm-4 {
    padding: 3%;
}

.pro_box3_cont li {
    border-radius: 10px;
}

.pro_box3_cont li i,
.pro_box3_cont li h3,
.pro_box3_cont li span {
    display: block;
    text-align: center;
}

.pro_box3_cont li i {
    background: url(../images/icon1.png) no-repeat center;
    width: 80px;
    height: 80px;
    background-size: 100%;
    margin: 20px auto;
}

.pro_box3_cont li i.icon2 {
    background: url(../images/icon1-02.png) no-repeat center;
    background-size: 100%;
}

.pro_box3_cont li i.icon3 {
    background: url(../images/icon1-03.png) no-repeat center;
    background-size: 100%;
}

.pro_box3_cont li h3 {
    font-size: 28px;
    font-weight: bold;
    padding: 2%;
}

.pro_box3_cont li span {
    line-height: 2em;
    color: rgba(55, 61, 89, .5);
    padding: 3% 0;
    font-size: 15px;
    font-weight: normal;
}

.pro_box2_cont img {
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
}

.product_box5 {
    padding: 5%;
    background: #edf4ff;
}

.product_box5 h2 {
    text-align: center;
    font-size: 30px;
    color: #373D59;
    font-weight: normal;
}

.product_box5 h2 span {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 2em;
}

.scroll {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #373d59;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.1);
    padding: 13px;
}

.foot_logo img {
    width: 70%;
}

.foot_erweima ul {
    margin-bottom: 0;
}

@media (max-width: 415px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .navbar-nav {
        float: none;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background: rgba(255, 255, 255, .95);
        color: #373d59;
    }
    .header .navbar-inverse .navbar-nav>.active>a,
    .header .navbar-inverse.nav-scroll .navbar-nav>.active>a {
        border-bottom: none;
        color: rgb(55, 61, 89);
    }
    .header .nav li a {
        font-size: 14px;
        color: rgba(55, 61, 89, .5);
    }
    .header .nav li {
        padding: 5px;
        border-bottom: 1px solid #f1f1f1;
    }
    .header .navbar-brand {
        width: 100px;
        margin: 0 20px;
        height: 60px;
    }
    .header .navbar {
        height: 60px;
        padding: 0;
    }
    .navbar-nav .active {
        color: #000;
        font-weight: bold;
    }
    .banner .container .info {
        text-align: center;
    }
    .banner .container .info .f40 {
        font-size: 37px;
    }
    .banner .container .info .background {
        font-size: 34px;
        padding: 4px 0px 4px 10px;
    }
    .banner .container .info .f24 {
        font-size: 15px;
        letter-spacing: 16px;
    }
    .banner .container .info .btns {
        justify-content: center;
        /* width: 50%; */
    }
    .btns .download-btn {
        width: 117px;
        height: 44px;
    }
    .in_box1 h2 {
        font-size: 24px;
        /* display: none; */
    }
    .in_box1_cont span {
        margin-top: 10px;
        display: block;
    }
    .in_box1_cont span p {
        font-size: 14px;
        line-height: 2;
    }
    .in_box1_cont div {
        width: 73%;
        margin: 0 auto;
        float: none;
    }
    .in_box1_cont div img {
        margin-left: 12px;
    }
    .in_box2_title {
        border: none;
        width: 100%;
    }
    .box2-pic,
    .in_box2_title span {
        display: none;
    }
    .in_box2_cont li i {
        font-size: 18px;
        padding: 0 2%;
        line-height: 2em;
        margin-top: 9px;
    }
    .in_box2_cont li span {
        width: 85%;
    }
    .in_box2_cont li span h3 {
        padding: 2% 0;
        font-size: 16px;
    }
    .in_box2_cont li span p {
        font-size: 13px;
        line-height: 20px;
    }
    .in_box3 h2,
    .in_box2_title h2,
    .product_box1 h2,
    .product_box3 h2,
    .product_box2 h2,
    .product_box5 h2 {
        font-size: 21px;
        padding: 10% 0;
    }
    .product_box5 h2 span {
        font-size: 12px;
    }
    .in_box3 h3 {
        font-size: 16px;
        text-align: center;
    }
    .in_box3 .box3_contmain {
        margin: 0 auto;
        float: none;
    }
    .in_box3 .in_box3_cont div {
        float: none;
        margin: 10px auto;
    }
    .in_box3 li {
        font-size: 13px;
        text-align: center;
        list-style: none;
        background: rgb(254, 254, 255);
        box-shadow: 0px 3px 4px rgba(115, 115, 115, 0.15);
        margin: 10px 0;
        border-radius: 5px;
        border: 1px solid rgba(55, 61, 89, 0.16);
        color: #373d59;
    }
    .product_box2 h2 {
        padding: 5%;
        left: 17%;
    }
    .pro_box3_cont li {
        border-radius: 10px;
        width: 95%;
        height: 90px;
        margin: auto;
        margin-bottom: 0%;
        display: flex;
        align-items: center;
    }
    .pro_box3_cont li h3,
    .pro_box3_cont li span {
        display: block;
        text-align: left;
    }
    .pro_box3_cont li h3 {
        font-size: 16px;
        margin-top: 5px;
    }
    .pro_box3_cont li i {
        /* float: left; */
        width: 15%;
        padding-top: 1%;
        margin: 0 20px;
        flex: 0 0 auto;
        /* height: 38px; */
    }
    .pro_box3_cont li i img {
        width: 80%;
        display: block;
        margin: 0;
    }
    .pro_box3_cont li span {
        padding: 0;
        line-height: 1.5em
    }
    .foot-nav {
        display: none;
    }
    .foot_logo {
        font-size: 12px;
        /* margin-top: 8px; */
    }
    .pro_box3_cont .col-sm-4 {
        padding: 1% 0;
    }
    .scroll {
        width: 54px;
        height: 54px;
        font-size: 12px;
    }
    .foot_erweima a img {
        width: 100%;
    }
    .foot_logo img {
        width: 62%;
        /* margin-top: 5px; */
    }
    .pro_box3_cont ul {
        margin-top: 10%;
    }
    nav {
        height: 80px;
    }
}