/**
 * index
 *
 * @author fukui
 */
/**
 * reset
 *
 * @author fukui
 */
*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}
html,
body {
    height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}
body,
img,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-indent: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
dfn,
em,
th,
var,
i,
em {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a,
label,
button,
input,
select,
textarea {
    background: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font: 12px "Microsoft YaHei";
    font-family: inherit;
}
input,
select,
button {
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    margin: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
textarea {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: auto;
    resize: none;
}
img {
    border: none;
    vertical-align: middle;
}
span,
i,
img {
    display: inline-block;
}
table {
    border-collapse: collapse;
}
/**
 * index
 *
 * @author fukui
 */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-chat {
    background-image: url(../assets/sprite.48b46668.png);
    background-position: -202px -19px;
    width: 32px;
    height: 31px;
}
.icon-download-underline {
    background-image: url(../assets/sprite.48b46668.png);
    background-position: -234px -19px;
    width: 31px;
    height: 29px;
}
.icon-download {
    background-image: url(../assets/sprite.48b46668.png);
    background-position: -265px -19px;
    width: 15px;
    height: 20px;
}
.icon-func-1 {
    background-image: url(../assets/sprite.48b46668.png);
    background-position: 0px 0px;
    width: 101px;
    height: 101px;
}
.icon-func-2 {
    background-image: url(../assets/sprite.48b46668.png);
    background-position: -101px 0px;
    width: 101px;
    height: 101px;
}
.icon-func-3 {
    background-image: url(../assets/sprite.48b46668.png);
    background-position: 0px -101px;
    width: 101px;
    height: 101px;
}
.icon-func-4 {
    background-image: url(../assets/sprite.48b46668.png);
    background-position: -101px -101px;
    width: 101px;
    height: 101px;
}
.icon-logo-name {
    background-image: url(../assets/sprite.48b46668.png);
    background-position: -202px 0px;
    width: 146px;
    height: 19px;
}
.icon-logo {
    background-image: url(../assets/sprite.48b46668.png);
    background-position: -202px -50px;
    width: 31px;
    height: 32px;
}
.icon {
    display: inline-block;
}
/**
 * index
 *
 * @author fukui
 */
/**
 * button
 *
 * @author fukui
 */
.base-button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    background: none;
}
.base-button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.base-button:disabled * {
    cursor: not-allowed;
}
.base-button * {
    cursor: pointer;
}
/**
 * index
 *
 * @author fukui
 */
/**
 * util-mixin
 *
 * @author fukui
 */
/**
 * comonpents-mixin
 *
 * @author fukui
 */
span,
i,
img {
    vertical-align: middle;
}
html,
body {
    width: 100%;
    min-width: 1130px;
    height: 100%;
}
.page-header {
    width: 100%;
    height: 672px;
    position: relative;
}
.page-header-nav {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    box-shadow: 0px 5px 40px 0px rgba(12, 132, 201, 0.2);
}
.page-header-nav__container {
    padding: 0 20px;
    width: 100%;
    min-width: 980px;
    max-width: 1230px;
    height: 70px;
    margin: 0 auto;
}
.page-header-nav__container:before,
.page-header-nav__container:after {
    display: table;
    content: "";
}
.page-header-nav__container:after {
    clear: both;
}
.page-header-nav__left {
    float: left;
    height: 32px;
    margin-top: 19px;
    vertical-align: middle;
    font-size: 18px;
    letter-spacing: 1px;
    color: #0043a0;
    display: inline-block;
}
.page-header-nav__left span {
    display: none;
}
.page-header-nav__right {
    float: right;
    height: 40px;
    line-height: 1;
    margin-top: 13px;
    display: inline-block;
}
.page-header-nav__right .link-button {
    margin-right: 32px;
}
.page-header-nav__right .link-button:hover {
    opacity: 0.7;
}
.page-header-nav__right .link-button:active {
    opacity: 0.8;
}
.page-header-nav__right .base-button--download {
    width: 140px;
    height: 40px;
    border-radius: 2px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    border-color: #0d6cf1;
    background-color: #0d6cf1;
}
.page-header-nav__right .base-button--download img {
    width: 16px;
    height: 20px;
}
.page-header-nav__right .base-button--download span {
    margin-left: 7px;
}
.page-header-nav__right .base-button--download:hover {
    background-color: #4a91f5;
    border-color: #4a91f5;
}
.page-header-nav__right .base-button--download:active {
    background-color: #0a56c1;
    border-color: #0a56c1;
}
.page-header-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 1920px 672px;
    text-align: center;
    z-index: 1;
}
.page-header-banner__body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff url("../assets/banner-bg.835d6cfa.png") no-repeat bottom center;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
}
.page-header-banner__title {
    margin-top: 144px;
    position: relative;
    font-size: 54px;
    letter-spacing: 3px;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(24, 68, 147, 0.8);
}
.page-header-banner__desc {
    position: relative;
    margin: 0 auto;
    margin-top: 28px;
    width: 550px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #e7f2ff;
    text-shadow: 0px 2px 4px rgba(24, 68, 147, 0.8);
}
.page-header-banner__short-link {
    position: relative;
    margin-top: 30px;
    font-size: 18px;
    display: inline-block;
    line-height: 14px;
    *line-height: 22px;
    letter-spacing: 1px;
    color: #e7f2ff;
    text-shadow: 0px 2px 4px rgba(24, 68, 147, 0.8);
}
.page-header-banner__short-link span {
    display: inline-block;
    padding: 0 24px;
    border-right: 1px solid #e7f2ff;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.page-header-banner__short-link span.is-first {
    border-left: 1px solid #e7f2ff;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.page-header-banner__download {
    position: relative;
    margin: 0 auto;
    margin-top: 39px;
}
.page-header-banner__download .base-button--success {
    width: 280px;
    height: 80px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    border: solid 3px rgba(0, 0, 0, 0.14);
    border-color: #23e33f;
    background-color: #23e33f;
    font-size: 28px;
    color: #ffffff;
}
.page-header-banner__download .base-button--success:hover {
    background-color: #5aea6f;
    border-color: #5aea6f;
}
.page-header-banner__download .base-button--success:active {
    background-color: #1cb632;
    border-color: #1cb632;
}
.page-header-banner__download .base-button--success img {
    margin-right: 14px;
    width: 31px;
    height: 29px;
}
.page-header-banner__function-list {
    position: relative;
    width: 820px;
    margin: 0 auto;
    margin-top: 60px;
    left: 60px;
}
.page-header-banner__function-list:before,
.page-header-banner__function-list:after {
    display: table;
    content: "";
}
.page-header-banner__function-list:after {
    clear: both;
}
.page-header-banner__function-list .function {
    float: left;
    margin-right: 98px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.page-header-banner__function-list .function:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.page-header-banner__function-list .function.is-last {
    margin-right: 0;
}
.page-header-banner__function-list .function__icon {
    width: 101px;
    height: 101px;
}
.page-header-banner__function-list .function__icon img {
    width: inherit;
    height: inherit;
}
.page-header-banner__function-list .function__name {
    margin-top: 13px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0px 2px 4px rgba(24, 68, 147, 0.8);
}
.page-body {
    width: 1130px;
    margin: 0 auto;
    padding-top: 54px;
}
.common-section__head {
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    color: #333333;
}
.common-section__head:after {
    before: '';
    content: '';
    display: block;
    width: 50px;
    height: 7px;
    background-color: #485eff;
    margin: 0 auto;
    margin-top: 21px;
}
.slogan {
    margin-top: auto;
    margin-bottom: auto;
    width: 1130px;
    height: 101px;
    background-color: #d0e4ff;
}
.slogan img {
    width: 100%;
    height: 100%;
}
.issues {
    margin-top: 48px;
    padding-left: 56px;
}
.issues:before,
.issues:after {
    display: table;
    content: "";
}
.issues:after {
    clear: both;
}
.issues__left {
    float: left;
}
.issues__right {
    float: right;
}
.issues-item {
    margin-top: 52px;
}
.issues-item:before,
.issues-item:after {
    display: table;
    content: "";
}
.issues-item:after {
    clear: both;
}
.issues-item__order {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 13px;
}
.issues-item__order-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #b7b7b7;
    border-radius: 4px;
    line-height: 28px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.issues-item__order:after {
    before: '';
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 28px;
    height: 29px;
    background-color: #e8e8e8;
    border-radius: 4px;
}
.issues-item__order.is-first .issues-item__order-box {
    background-color: #ff4d10;
}
.issues-item__order.is-first:after {
    background-color: #ffdcd0;
}
.issues-item__order.is-second .issues-item__order-box {
    background-color: #ff8b00;
}
.issues-item__order.is-second:after {
    background-color: #ffdcd0;
}
.issues-item__order.is-third .issues-item__order-box {
    background-color: #ffc11a;
}
.issues-item__order.is-third:after {
    background-color: #ffdcd0;
}
.issues-item__content {
    margin-left: 13px;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #959595;
}
.issues-item__content:hover {
    opacity: 0.7;
}
.issues-item__content:active {
    opacity: 0.8;
}
.plans {
    padding-top: 87px;
    padding-bottom: 10px;
}
.plans-item {
    margin-bottom: 90px;
    height: 411px;
}
.plans-item:before,
.plans-item:after {
    display: table;
    content: "";
}
.plans-item:after {
    clear: both;
}
.plans-item__left {
    float: left;
}
.plans-item__right {
    float: right;
}
.plans-item__title {
    margin-top: 154px;
    font-size: 34px;
    line-height: 42px;
    color: #444343;
}
.plans-item__title-order {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
    color: #485eff;
    margin-right: 2px;
}
.plans-item__desc {
    margin-top: 36px;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #959595;
}
.plans-item__cover {
    margin-top: 10px;
}
.page-footer {
    position: relative;
    overflow: hidden;
    height: 140px;
    background: #3b3b3b;
    color: #6c6c6c;
    text-align: center;
    font-size: 16px;
}
.page-footer__first {
    margin-top: 45px;
}
.page-footer__second {
    margin-top: 5px;
}
.page-header-nav__left h1{
    display: contents;
}