body {
    background-color: #ffffff;
}

.header {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    background-color: #ffffff;
    color: #333333;
    height: 120px;
}

.header .logo {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-left: 40px;
}

.header .logo img {
    height: 47px;
}

.header .nav {
    display: flex;
    justify-content: space-between;
}

.header .nav .menus {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.header .nav .menus ul {
    height: 120px;
    display: flex;
    justify-content: space-between;
}

.header .nav .menus ul li {
    line-height: 120px;
    margin-right: 120px;
    font-size: 24px;
    font-weight: 500;
}

.header .nav .menus ul li a {
    display: inline-block;
}

.header .nav .menus ul li.active {
    border-bottom: 2px solid #3388FF;
}

.header .nav .menus ul li.active a {
    color: #3388FF;
}

.header .nav .contact {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.header .nav .contact .el-button {
    border-radius: unset;
}

.header .nav .contact .el-button span a,
.header .nav .contact .el-button span {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.header .nav .contact .el-button i {
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
}

.footer {
    background-color: #f8f8f8;
    position: relative;
    margin-top: 50px;
}

.footer .container {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    padding: 30px 0;
}

.footer .container .left {
    width: 250px;
    text-align: center;
}

.footer .container .left .logo {
    width: 160px;
    display: inline-block;
}

.footer .container .left .logo img {
    width: 100%;
}

.footer .container .left p {
    margin-top: 20px;
    font-size: 18px;
}

.footer .container .center {
    width: 780px;
    border: solid #cccccc 1px;
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 30px 50px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.footer .container .center a {
    font-weight: normal;
}

.footer .container .center .footer-nav ul {
    display: flex;
    margin-bottom: 20px;
    justify-items: center;
    align-items: center;
}

.footer .container .center .footer-nav ul li {
    margin-right: 10px;
}

.footer .container .center .footer-nav ul li:last-child {
    margin-right: unset;
}

.footer .container .center .qq ul {
    display: flex;
    margin-bottom: 20px;
    justify-items: center;
    align-items: center;
}

.footer .container .center .qq ul li {
    margin-right: 10px;
}

.footer .container .center .qq ul li:last-child {
    margin-right: unset;
}

.footer .container .center .partner ul {
    display: flex;
    margin-bottom: 20px;
    justify-items: center;
    align-items: center;
}

.footer .container .center .partner ul li {
    margin-right: 10px;
}

.footer .container .center .partner ul li:last-child {
    margin-right: unset;
}

.footer .container .right {
    width: 250px;
    position: relative;
    padding-left: 30px;
}

.footer .container .right p {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}

.footer .container .right .icon-wrapper {

}

.footer .container .right .icon-wrapper .icon {

}

.footer .container .right .icon-wrapper .icon img {
    cursor: pointer;
}

.footer .container .right .icon-wrapper .icon .footer-wechat-active {
    display: none;
}

.footer .container .right .icon-wrapper .icon .code {
    display: none;
    position: absolute;
    right: 100px;
    bottom: 150px;
    width: 200px;
    background-color: #ffffff;
}

.footer .container .right .icon-wrapper .icon .code img {
    width: 100%;
    margin-bottom: 5px;
}

.footer .container .right .icon-wrapper .icon .code p {
    font-size: 12px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.package.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package.content .package-lists {
    width: calc(100% - 284px);
}

.package.content .package-lists table {
    width: 100%;
    height: 260px;
    border: 1px solid #E5E6EB;
    font-size: 16px;
}

.package.content .package-lists table tr th,
.package.content .package-lists table tr td{
    border: 1px solid #E5E6EB;
}

.package.content .package-lists table tr td:first-child,
.package.content .package-lists table tr th:first-child{
    padding-left: 20px;
}

.package.content .package-ar {
    text-align: center;
    width: 244px;
    background-color: #ffffff;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.06);
}

.package.content .package-ar .ar-title{
    line-height: 60px;
    height: 60px;
    background-color: #3F9EFF;
    color: #ffffff;
    font-size: 20px;
}
.package.content .package-ar .ar-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.package.content .package-ar .ar-content img{
    height: 122px;
}
