.page {
    width: 100%;
    position: relative;
}


/*page1*/

.page1 {
    height: 100%;
}

.nav_mobile {
    display: none;
    top: 0px;
}

.nav_mobile .ic {
    width: 20px;
    height: 20px;
    margin: 0;
}

.nav_pop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}

.nav_pop .ic {
    position: relative;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    margin-right: 0;
}

.nav_pop .label_menu {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 150px;
}

.nav_pop .label_menu .padding {
    padding: 0 10px;
}

.nav_pop .label_menu .label {
    width: 73.33%;
    margin: 10px auto;
    background-color: unset;
    border-bottom: 1px solid white;
}

navigation {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    color: white;
    font-weight: 400;
}

navigation .padding {
    padding: 0 50px;
}

navigation .padding div {
    display: inline-block;
}

navigation .ic {
    width: 44px;
    height: 44px;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
}

navigation .ic img {
    position: absolute;
    top: 0;
    left: 0;
}

navigation .tag {
    margin-left: 50px;
}

.banner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
}

.banner .ic {
    width: 60px;
    height: 60px;
    margin: 0 auto 30px auto;
    display: none;
}

.banner img {
    height: 100%;
}

.banner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/slice/bg/bg_banner_01_book@3x.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .content {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.banner .content .h1 {
    font-size: 1.21em;
}

.banner .content .h2 {
    font-size: 3.57em;
    font-weight: 400;
    margin: 20px 0;
}


/*page2*/

.classify {
    position: relative;
    width: 100%;
    background-color: white;
    text-align: center;
    vertical-align: top;
}

.classify .padding {
    padding: 50px 0;
}

.classify .class_one {
    position: relative;
    width: 20.8%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.classify .class_one .ic {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.classify .class_one .theme {
    font-size: 1.21em;
    font-weight: 400;
    margin: 20px 0;
    width: 100%;
}

.classify .class_one .txt {
    width: 100%;
    color: #7f7f7f;
}

.classify .class_center {
    margin: 0 6.94%;
}


/*page3 page3_desktop*/

.information {
    position: relative;
    width: 100%;
    height: 800px;
    display: block;
}

.information .padding {
    padding: 100px 9.03% 0 9.03%;
}

.information .content {
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
}

.information .bg {
    width: 36%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 6.78%;
}

.information .info {
    width: 56%;
    position: relative;
    vertical-align: top;
    padding-top: 50px;
    display: inline-block;
    /*display: none;*/
}

.page3_mobile .information .info {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.page3_mobile .information .info_app .theme {
    padding-top: 0;
}

.page3_mobile .information .info_about {
    padding: 30px 0;
}

.page3_mobile .information .info_app .download {
    margin-bottom: 0;
}

.information .info .theme {
    position: relative;
}

.information .info .theme .content {
    color: #830012;
    font-size: 1.5em;
    font-weight: 400;
}

.information .info .theme .line {
    width: 85px;
    height: 3px;
    position: relative;
    background-color: #3ac569;
    margin-top: 10px;
}

.information .info .txt {
    position: relative;
    color: #7f7f7f;
}

.information .info .txt .h1 {
    margin: 30px 0;
}

.information .info .txt .h2 {
    text-align: justify;
    /*font-size: 1.21em;*/
}

.information .info .download {
    position: relative;
    margin: 30px 0 50px 0;
}

.information .info .download .fn {
    position: relative;
    display: inline-block;
    /* width: 125px; */
    height: 44px;
    text-align: center;
    line-height: 44px;
    vertical-align: middle;
    background-color: #333333;
    border-radius: 6px;
    padding: 0 15px;
    margin-right: 30px;
}

.information .info .download .fn .ic {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

.information .info .download .fn .content {
    position: relative;
    display: inline-block;
    text-align: left;
    width: auto;
    color: white;
    top: 7px;
}

.information .info .download .fn .content .h1 {
    font-size: 0.57em;
    line-height: 10px;
}

.information .info .download .fn .content .h2 {
    font-weight: 400;
    line-height: 20px;
}

.page3_mobile {
    display: none;
}


/*page4*/

.comment {
    position: relative;
    width: 100%;
    background-color: #830012;
    text-align: center;
    color: white;
}

.comment .padding {
    padding: 50px 15px;
}

.comment .ic {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.comment .content {
    margin-top: 50px;
    text-align: center;
}

.comment .name {
    margin-top: 30px;
}


/*page5*/

.page5 {
    background-color: white;
}

.page5 .theme {
    position: relative;
    text-align: center;
    padding: 50px 0;
}

.page5 .theme .content {
    font-size: 1.5em;
    color: #830012;
    font-weight: 400;
    position: relative;
    text-align: center;
}

.page5 .theme .line {
    width: 100px;
    height: 3px;
    position: relative;
    background-color: #3ac569;
    margin: 10px auto 0 auto;
}

.stamp {
    position: relative;
    width: 100%;
    text-align: center;
}


/*.stamp .label {
    margin-bottom: 4px;
}*/

.stamp .list_one {
    width: 10%;
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
}

.stamp .list_one .bg {
    position: relative;
    width: 100%;
    height: 100%;
}

.stamp .list_one .bg img {
    width: 100%;
    height: 100%;
}

.stamp .list_one .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
}

.stamp .list_one .txt {
    position: relative;
    text-align: center;
    color: white;
    font-weight: 400;
}

.page5 .tip {
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
}

.page5 .tip .content {
    position: relative;
    text-align: center;
    color: #7f7f7f;
}


/*footer*/

footer {
    width: 100%;
    position: relative;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 0.79em;
    color: #7f7f7f;
    background-color: #f4f4f4;
}

footer .padding div {
    display: inline-block;
}

footer .ic {
    width: 14px;
    display: inline-block;
    margin-right: 4px;
}

footer .content {
    display: inline-block;
}

footer .copy {
    color: #7f7f7f;
    display: inline-block;
}

footer .phone {
    display: inline-block;
    padding: 0 30px;
}


/*fixed top css*/

.fixed_top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    text-align: center;
    display: none;
}

.fixed_top .ic {
    width: 14px;
    display: inline-block;
}

.fixed_top .txt {
    color: #7f7f7f;
    font-size: 0.79em;
}
