header {
    background: #FFF;
    border-bottom: 1px solid #EEE;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1180px;
    height: 80px;
    margin: 0 auto;
}

footer {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #000000;
    font-size: 20px;
    color: #CCC;
}

footer *{
    color: #CCC;
}

.center {
    width: 1180px;
    margin: 0 auto;
}

header nav {
    margin-left: auto;
}

header nav a {
    font-size: 20px;
    color: #000;
    margin-left: 40px;
    display: inline-block;
    height: 78px;
    line-height: 78px;
    border-bottom: 2px solid #FFF;
}

header nav a:hover {
    text-decoration: none;
    opacity: 0.7;
    border-bottom: 2px solid #64CAF0;
}

.page-banner {
    max-width: 1920px;
    margin: 0 auto;
    height: 244px;
    background-image: url(banner.png);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner .search {
    width: 568px;
    height: 49px;
    background: url(banner-search.png) no-repeat center top;
    position: relative;
}
.page-banner .search input {
    width: 500px;
    height: 49px;
    margin-left: 30px;
    border: 0;
    outline: none;
    font-size: 20px;
    background-color: transparent;
    color: #fff;
}
.page-banner .search button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 96px;
    height: 49px;
    font-size: 20px;
    color: #fff;
    background: url(banner-search-btn.png) no-repeat;
}

.location {
    font-size: 20px;
}

.location a {
    font-size: 20px;
    color: #000;
}

.help-lists a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    height: 76px;
    padding: 0 40px;
    border-bottom: 1px solid #DFDFDF;
    color: #000;
}

.help-lists a:hover {
    text-decoration: none;
    background-color: #EDF8FE;
}

.help-lists a label * {
    vertical-align: middle;
}

.detail {
    font-size: 20px;
    background: #FFF;
    box-sizing: border-box;
}

.detail > h1 {
    font-size: 26px;
}

.detail > .time {
    color: #5C5C5C;
    margin-top: 24px;
}

.detail > section {
    width: 1180px;
    margin-top: 60px;
    word-wrap: break-word;
    word-break: normal;
}

.detail > section img {
    max-width: 100%;
}

.download-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.download-lists > a {
    padding: 15px;
    width: 309px;
    height: 78px;
    background: #EFEFEF;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
}

.download-lists a div {
    flex-grow: 1;
    margin-right: 15px;
    font-size: 20px;
}

.download-lists a div p {
    height: 39px;
    line-height: 39px;
}

.download-lists a div p:first-child {
    border-bottom: 1px solid #CCC;
}

.package .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package .tabs a {
    flex: 1;
    height: 82px;
    line-height: 82px;
    text-align: center;
    font-size: 20px;
    background: #FFF;
    text-decoration: none;
}

.package .tabs a.active {
    background: #64CAF0;
    color: #FFF;
}

.package-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #FFF;
    padding: 40px 40px 0 40px;
}

.package-item {
    width: 524px;
    background: #FFFFFF;
    border: 2px solid #B5B5B5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.package-item .package-item-body {
    height: 252px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 0;
}

.package-item .package-item-link {
    display: block;
    width: 520px;
    height: 58px;
    line-height: 58px;
    background: #EAF9FF;
    border-radius: 0px 0px 10px 10px;
    color: #00A0EA;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

.card {
    background: #FFF;
    padding: 30px;
    box-shadow: 0 0 10px #EEE;
    font-size: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

.card:hover {
    text-decoration: none;
}

.member-package {
    width: 530px;
    height: 140px;
    box-sizing: border-box;
    background: url('member-package.png');
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member-package .member-package-btn {
    width: 117px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #004676;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}

.member-package .member-package-btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product .item {
    display: block;
    width: 280px;
    margin-bottom: 20px;
}

.product .item img {
    display: block;
    width: 100%;
}

.product .item section {
    background: #EEEEEE;
    padding: 15px;
    font-size: 14px;
}

.product-detail {
    max-width: 1920px;
    margin: 0 auto;
}

.product-detail img {
    display: block;
    width: 100%;
}

.login-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}

.login-wrap .login-left {
    flex-grow: 1;
    background-image: url(bg.jpg);
    background-size: 100% 100%;
    height: 100vh;
}

.login-wrap .login-right {
    width: 630px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.form-input-group {
    margin-top: 30px;
    position: relative;
}

.form-input-group h5 {
    color: #555;
    font-size: 18px;
    font-weight: normal;
}

.form-input-group .form-field {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #DEDEDE;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    font-size: 18px;
    padding: 0;
}

.verify-submit {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 143px;
    height: 34px;
    background: #64CAF0;
    border: 0;
}

.login-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #64CAF0;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    display: block;
    text-align: center;
}

.login-btn:hover {
    text-decoration: none;
    opacity: 0.7;
}