#index-header {
    position: relative;
    background: url(../img/header.jpg) repeat;
    background-size: cover;
    overflow: hidden;
}

#index-header>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 157, 46, 0.5);
    display: flex;
    align-items: center;
    flex-direction: column;
}

#index-header .search {
    position: absolute;
    width:unset;
    height:unset;
    background:rgba(255,255,255,0.3);
    border:1px solid rgba(42,46,64,1);
    border-radius:80px;
    left: 180px;
    top: 18px;
    display: flex;
    align-items: center;flex-direction: unset;
    padding: 5px 8px;
    cursor: pointer;
}
#index-header .search span{
    margin: 0 4px;
    font-size:8px;
    font-family:Corbel;
    font-weight:bold;
    color:rgba(42,46,64,1);
}

#index-header>div>div {
    width: 450px;
    height: 450px;
    border: 2px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

#index-header>div>div>div {
    width: 350px;
    height: 350px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#index-header>div>div>div>img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    box-shadow: 0 20px 40px rgba(255, 157, 46, 0.6);
}

#index-header>div>p {
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    margin-top: 16px;
}

h1 {
    font-size: 42px;
    font-weight: bold;
    height: auto !important;
    text-align: center;
    position: relative;
    background: url(../images/h2_03.png) no-repeat center 100%;
    padding-top: 80px;
    padding-bottom: 50px;
}

.content-body {
    width: 80%;
    max-width: 1280px;
    margin-left: 10%;
    margin: 60px auto 0;
}

.content-body>p {
    font-size: 30px;
    line-height: 40px;
    /* cursor: pointer; */
}

.content-body>p>a {
    font-size: 30px;
    color: #0d8ddb;
}

#app-imgshow {
    width: 70%;
    max-width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 80px;
    position: relative;
}

#app-imgshow>div:first-child img:first-child {
    position: relative;
    z-index: 9;
    width: 44%;
}

#app-imgshow>div:first-child img:last-child {
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    top: 10px;
    left: -16px;
    z-index: 8;
    width: 35%;
}

#app-download-large-sreen {
    display: flex;
    flex-direction: column;
    width: 29%;
    max-width: 200px;
    min-width: 140px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    margin-left: 20px;
}

#app-download-large-sreen>div img {
    width: 100%;
}

#app-download-large-sreen>a img {
    width:100%;
}

.vi-bg {
    width: 95%;
}

.vi-bg .smallTitle {
    margin-bottom: 4px;
    font-size: 15px;
}

.vi-bg .title {
    font-size: 18px;
    word-break: break-all;
    text-align: center
}


.vi-bg .msgBox P {
    font-size: 13px;
    color: #333;
    line-height: 20px;
}

.vi-bg .msgBox .contents {
    font-size: 13px;
    color: #333;
    line-height: 20px;
}

@media screen and (max-width:750px) {
    .content-body>p {
        font-size: 16px;
        line-height: 28px;
    }

    .content-body>p>a {
        font-size: 16px;

    }

    #app-imgshow {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    #app-imgshow>div:first-child {
        width: 80%;
    }

    #app-download-large-sreen>a {
        font-size: 24px;
    }

    #index-header {

        height: 300px !important;
        overflow: hidden;
    }


    #index-header>div>div {
        width: 225px;
        height: 250px;
        margin-top: 15px
    }

    #index-header>div>div>div {
        width: 180px;
        height: 180px;

    }

    #index-header>div>div>div>img {
        width: 150px;
        height: 150px;

    }

    #index-header>div>p {
        font-size: 26px;
        font-weight: 400;
        margin-top: 6px;
    }
}
