@keyframes up-down {
    0%,
    100%,
    60% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    35% {
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    85% {
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
}
.amc-sub * {
    transition: 200ms linear;
}
.amc-sub .animate-item {
    transition-delay: 300ms;
    transition-duration: 600ms;
    transition-timing-function: ease-in-out;
}
.amc-sub .animate-appro-left {
    opacity: 0;
    transform: translateX(-100px) scale(0.7);
}
.amc-sub .animate-appro-left.animate-active {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.amc-sub .animate-appro-right {
    opacity: 0;
    transform: translateX(100px) scale(0.7);
}
.amc-sub .animate-appro-right.animate-active {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.amc-sub .animate-show {
    opacity: 0;
    transform: translateY(100px) scale(0.7);
}
.amc-sub .animate-show.animate-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.head {
    position: relative;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 4px;
}
.amc-sub {
    overflow: hidden;
}
.amc-sub img {
    max-width: 100%;
}
.amc-sub .flex-container {
    display: flex;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
    .amc-sub .flex-container {
        padding: 0 16px;
    }
}
.amc-sub .flex-item {
    display: inline-flex;
}
.amc-sub .main-title {
    color: #333333;
    font-size: 36px;
    line-height: 1.46;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .amc-sub .main-title {
        font-size: 24px;
        line-height: 1.56;
    }
}
.amc-sub h2 {
    color: #333333;
    font-size: 36px;
    line-height: 1.46;
}
@media screen and (max-width: 768px) {
    .amc-sub h3 {
        font-size: 24px;
        line-height: 1.56;
    }
}
.amc-sub .p1 {
    font-size: 20px;
    line-height: 1.56;
}
@media screen and (max-width: 768px) {
    .amc-sub .p1 {
        font-size: 20px;
        line-height: 1.66;
    }
}
.amc-sub .p2 {
    font-size: 22px;
    line-height: 1.66;
}
@media screen and (max-width: 768px) {
    .amc-sub .p2 {
        font-size: 18px;
        line-height: 1.7;
    }
}
.amc-sub .p3 {
    font-size: 16px;
    line-height: 1.76;
}
@media screen and (max-width: 768px) {
    .amc-sub .p3 {
        font-size: 14px;
        line-height: 1.78;
    }
}
.amc-sub .buttons-area {
    display: flex;
    align-items: center;
}
.amc-sub .buttons-area .download {
    padding: 10px 40px;
    font-size: 16px;
    border: 1px solid #1e96ec;
    border-radius: 32px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.amc-sub .buttons-area .download .iconfont {
    font-size: 20px;
}
.amc-sub .buttons-area .download:last-of-type {
    margin-right: 0;
}
.amc-sub .buttons-area .download em,
.amc-sub .buttons-area .download i {
    font-size: inherit;
    position: relative;
}
.amc-sub .buttons-area .win-download {
    color: #1e96ec;
    background-color: #fff;
}
.amc-sub .buttons-area .win-download:hover {
    background-color: #1e96ec;
    color: #fff;
}
.amc-sub .buttons-area .mac-download {
    color: #fff;
    background-color: #1e96ec;
}
.amc-sub .buttons-area .mac-download:hover {
    background-color: #fff;
    color: #1e96ec;
}
@media screen and (max-width: 768px) {
    .amc-sub .buttons-area .download {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 500px) {
    .amc-sub .buttons-area {
        flex-direction: column;
    }
    .amc-sub .buttons-area .download {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .amc-sub .buttons-area .download:last-of-type {
        margin-bottom: 0;
    }
}
.amc-sub .more-to-explore {
    padding: 100px 0;
    text-align: center;
}
.amc-sub .more-to-explore h3 {
    color: #23272C;
    margin-bottom: 30px;
}
.amc-sub .more-to-explore .flex-container {
    justify-content: space-between;
}
.amc-sub .more-to-explore .flex-item {
    flex: 0 0 360px;
    margin-top: 20px;
}
.amc-sub .more-to-explore a.item__content:hover .p2 {
    color: #1e96ec;
}
.amc-sub .more-to-explore .item__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 30px 30px 20px;
}
.amc-sub .more-to-explore .item__content:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 1px 1px 4px 1px;
}
.amc-sub .more-to-explore .item__content img {
    width: 27px;
}
.amc-sub .more-to-explore .item__content .text {
    position: relative;
    text-align: left;
}
.amc-sub .more-to-explore .item__content .text .p2 {
    color: #23272C;
    line-height: 1.3;
}
.amc-sub .more-to-explore .item__content .text .p3 {
    color: #666;
    padding-right: 40px;
    margin-top: 10px;
}
@media screen and (max-width: 1024px) {
    .amc-sub .more-to-explore .flex-item {
        flex: 0 0 30%;
    }
}
@media screen and (max-width: 768px) {
    .amc-sub .more-to-explore {
        padding: 50px 0;
    }
    .amc-sub .more-to-explore .flex-item {
        flex: 0 0 50%;
    }
}
@media screen and (max-width: 500px) {
    .amc-sub .more-to-explore .flex-item {
        flex: 0 0 100%;
        margin-top: 0;
    }
}
.amc-sub .reviews {
    padding: 100px 0;
}
.amc-sub .reviews h2,
.amc-sub .reviews h3 { /*zuo*/
    text-align: center;
    margin-bottom: 70px;
}
.amc-sub .reviews #slider {
    position: relative;
}
.amc-sub .reviews #slider .flex-direction-nav a {
    width: 43px;
    height: 32px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.5;
}
.amc-sub .reviews #slider .flex-direction-nav a:hover {
    opacity: 1;
}
.amc-sub .reviews #slider .flex-direction-nav .flex-prev {
    left: 0;
}
.amc-sub .reviews #slider .flex-direction-nav .flex-next {
    transform: translateY(-50%) scale(-1);
    right: 0;
}
.amc-sub .reviews #slider .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background-color: #c6cfd0;
    box-shadow: none;
}
.amc-sub .reviews #slider .flex-control-paging li a.flex-active {
    background-color: #ceaa1e;
}
.amc-sub .reviews #slider .flex-control-nav {
    position: static;
    margin-top: 50px;
}
.amc-sub .reviews .li_cont {
    max-width: 768px;
    margin: auto;
    display: flex;
}
.amc-sub .reviews .li_cont .viewer-link {
    display: inline-flex;
    flex: 0 0 122px;
    height: 122px;
    margin-right: 40px;
}
.amc-sub .reviews .li_cont .cont .p2 {
    color: #2e5069;
    margin-bottom: 20px;
}
.amc-sub .reviews .li_cont .cont .p3 {
    color: #2e5069;
    margin-bottom: 20px;
}
.amc-sub .reviews .li_cont .cont .author {
    border-top: 1px solid #ceaa1e;
    display: inline-block;
    padding-top: 20px;
    color: #2e5069;
}
@media screen and (max-width: 768px) {
    .amc-sub .reviews {
        padding: 50px 0;
    }
    .amc-sub .reviews h3 {
        margin-bottom: 40px;
    }
    .amc-sub .reviews #slider .flex-direction-nav a {
        top: 80px;
        transform: translateY(0);
    }
    .amc-sub .reviews #slider .flex-direction-nav .flex-next {
        transform: translateY(0) scale(-1);
    }
    .amc-sub .reviews .li_cont {
        flex-direction: column;
        text-align: center;
    }
    .amc-sub .reviews .li_cont .viewer-link {
        flex: auto;
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
    }
}
.amc-sub .product {
    padding: 50px 0 100px;
    background-size: cover;
}
.amc-sub .product .product-title {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.amc-sub .product .product-desc {
  font-size: 16px;
  margin: 42px 0;
  line-height: 1.5;
  text-align: center;
}
.amc-sub .product.flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.amc-sub .product .flex-container {
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
    flex: 0 0 517px;
    max-width: 100%;
    padding: 40px 32px 30px;
}
.amc-sub .product .flex-container.amc-product {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(185, 135, 248, 0.09) 0%, rgba(196, 141, 248, 0) 100%);
}
.amc-sub .product .flex-container.ac-product {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(27, 178, 193, 0.12) 0%, rgba(30, 174, 192, 0) 100%);
}
.amc-sub .product img {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}
.amc-sub .product .title {
    color: #080F30;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
}
.amc-sub .product .p3 {
    color: #53576F;
    font-size: 18px;
}
.amc-sub .product .buttons-area {
    margin-top: 40px;
}
.amc-sub .product .buttons-area .download {
    background: linear-gradient(93deg, #4596E5 -9.17%, #4539CC 105.48%);
    color: #fff;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 20px;
    border: unset;
}
.amc-sub .product .buttons-area .download:hover {
    transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .amc-sub .product .flex-wrapper {
    gap: 30px;
  }
  .amc-sub .product .flex-container {
    flex: 0 0 100%;
    padding: 30px 20px;
  }
  .amc-sub .product {
    padding: 60px 0;
    background-position: 0 0;
  }
  .amc-sub .product .product-title {
    font-size: 24px;
  }
  .amc-sub .product .product-desc {
    margin: 20px 0;
  }
  .amc-sub .product img {
    margin-bottom: 20px;
  }
  .amc-sub .product .title {
    font-size: 24px;
  }
  .amc-sub .product .buttons-area {
    margin-top: 20px;
  }
}
.drm .banner {
    background: #fff;
    padding: 120px 0;
    position: relative;
}
.drm .banner .flex-container {
    justify-content: space-between;
}
.drm .banner .flex-item {
    flex: 0 0 48%;
}
.drm .banner .p3 {
    margin-bottom: 30px;
    color: #666666;
}
@media screen and (max-width: 768px) {
    .drm .banner {
        padding: 50px 0 100px;
    }
}
@media screen and (max-width: 500px) {
    .drm .banner .flex-item {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .drm .banner .flex-item:last-of-type {
        margin-bottom: 0;
    }
    .drm .banner .item__content {
        text-align: center;
    }
}
.drm .features {
    background-color: #e5f1fa;
    padding-top: 100px;
}
.drm .features h3 {
    max-width: 900px;
    color: #2e5069;
    margin: auto;
    text-align: center;
    margin-bottom: 16px;
}
.drm .features .little-title {
    max-width: 900px;
    color: #2e5069;
    margin: auto;
    text-align: center;
}
.drm .features p {
    color: #2e5069;
}
.drm .features.feature-1 .flex-container {
    margin-top: 50px;
    justify-content: space-between;
}
.drm .features.feature-1 .flex-item {
    flex: 0 0 46%;
}
.drm .features.feature-1 .text-item {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}
.drm .features.feature-1 .text-item:last-of-type {
    margin-bottom: 0;
}
.drm .features.feature-1 .text-item img {
    position: absolute;
    height: 28px;
    left: 0;
    top: 8px;
}
@media screen and (max-width: 500px) {
    .drm .features.feature-1 .flex-container {
        margin-top: 30px;
    }
    .drm .features.feature-1 .flex-item {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .drm .features.feature-1 .flex-item:last-of-type {
        margin-bottom: 0;
    }
}
.drm .features.feature-2 {
    text-align: center;
}
.drm .features.feature-2 .little-title {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .drm .features.feature-2 .container {
        width: 100%;
        padding: 0 16px;
    }
}
.drm .features.feature-3 {
    padding-bottom: 100px;
}
.drm .features.feature-3 .flex-container {
    justify-content: space-between;
    margin-top: 60px;
}
.drm .features.feature-3 .flex-item {
    flex: 0 0 48%;
}
.drm .features.feature-3 .text-item {
    margin-bottom: 50px;
}
.drm .features.feature-3 .text-item:last-of-type {
    margin-bottom: 0;
}
.drm .features.feature-3 .text-item .title {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}
.drm .features.feature-3 .text-item .title img {
    width: 28px;
    position: absolute;
    top: 5px;
    left: 0;
}
@media screen and (max-width: 768px) {
    .drm .features.feature-3 {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 500px) {
    .drm .features.feature-3 .flex-item {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .drm .features.feature-3 .flex-item:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .drm .features {
        padding-top: 50px;
    }
    .drm .features h3,
    .drm .features .little-title {
        padding: 0 10px;
    }
}
.iac .banner {
    padding: 100px 0;
    position: relative;
}
.iac .banner .p3 {
    margin-bottom: 30px;
    color: #666;
}
.iac .banner .flex-container {
    justify-content: space-between;
}
.iac .banner .flex-item {
    flex: 0 0 48%;
}
.iac .banner .icon-list {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.iac .banner .icon-list .item {
    display: inline-flex;
    height: 22px;
    margin-right: 30px;
}
.iac .banner .icon-list .item:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .iac .banner {
        padding: 50px 0;
    }
}
@media screen and (max-width: 500px) {
    .iac .banner .flex-item {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .iac .banner .flex-item:last-of-type {
        margin-bottom: 0;
    }
    .iac .banner .item__content {
        text-align: center;
    }
}
.iac .features {
    padding: 80px 0;
    background-color: #e5f1fa;
}
.iac .features h2 { /*zuo*/
    max-width: 900px;
    color: #23272C;
    margin: auto;
    text-align: center;
    margin-bottom: 16px;
}
.iac .features .little-title {
    max-width: 900px;
    color: #23272C;
    margin: auto;
    text-align: center;
    margin-bottom: 80px;
}
.iac .features .flex-container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.iac .features .flex-container:last-of-type {
    margin-bottom: 0;
}
.iac .features .flex-item {
    flex: 0 0 45%;
}
.iac .features .item__content .p1 {
    margin-bottom: 16px;
    color: #23272C;
    font-size: 24px;
    font-weight: 500;
}
.iac .features .item__content .p3 {
    color: #444;
    margin-top: 20px;
}
.iac .features .item__content .link {
    display: flex;
    margin-top: 20px;
    font-size: 18px;
    color: #1e96ec;
}
.iac .features .item__content .link:hover {
    transform: translateX(8px);
}
.iac .features .item__content .link a {
    display: inline-flex;
    margin-left: 8px;
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .iac .features .flex-container {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
    .iac .features {
        padding: 50px 0;
    }
}
@media screen and (max-width: 500px) {
    .iac .features h3,
    .iac .features .little-title {
        padding: 0 10px;
    }
    .iac .features .little-title {
        margin-bottom: 60px;
    }
    .iac .features .flex-container {
        margin-bottom: 60px;
    }
    .iac .features .flex-container:last-of-type {
        margin-bottom: 0;
    }
    .iac .features .flex-item {
        flex: 0 0 100%;
        order: 2;
    }
    .iac .features .flex-item.item-pic {
        display: none;
    }
    .iac .features .item__content {
        text-align: center;
    }
    .iac .features .item__content .link {
        justify-content: center;
    }
    .iac .features .item__content .link a {
        width: 80%;
        margin-left: 0;
    }
}
.iac .more-to-explore .item__content .text .p2,
.iac .more-to-explore .item__content .text .p3 {
    color: #23272C;
}
.iac .more-to-explore .item__content:hover {
    background: #fff;
}
.iac .reviews h2 { /*zuo*/
    color: #23272C;
}
.iac .reviews #slider .flex-control-paging li a.flex-active {
    background-color: #23272C;
}
.iac .reviews .li_cont .cont .author {
    border-top-color: #23272C;
}
.ac .banner {
    background-color: #e5f1fa;
    padding: 100px 0;
}
.ac .banner .main-title {
    color: #23272C;
}
.ac .banner .p3 {
    margin-bottom: 30px;
    color: #23272C;
}
.ac .banner .flex-container {
    justify-content: space-between;
    align-items: center;
}
.ac .banner .flex-item {
    flex: 0 0 46%;
}
@media screen and (max-width: 768px) {
    .ac .banner {
        padding: 50px 0;
    }
}
@media screen and (max-width: 500px) {
    .ac .banner .flex-item {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .ac .banner .flex-item:last-of-type {
        margin-bottom: 0;
    }
    .ac .banner .item__content {
        text-align: center;
    }
}
.ac .features h3 {
    max-width: 1000px;
    color: #23272C;
    margin: auto;
    text-align: center;
    margin-bottom: 16px;
}
.ac .features .little-title {
    max-width: 900px;
    color: #23272C;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .ac .features h3,
    .ac .features .little-title {
        padding: 0 10px;
    }
    .ac .features .little-title {
        margin-bottom: 60px;
    }
}
.ac .features.feature-1 {
    padding-top: 100px;
    margin-bottom: 100px;
}
.ac .features.feature-1 .flex-container {
    justify-content: space-between;
    align-items: center;
}
.ac .features.feature-1 .flex-item {
    flex: 0 0 330px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    box-shadow: rgba(46, 80, 105, 0.18) 0 0 0px;
    transition: 200ms;
}
.ac .features.feature-1 .flex-item:hover {
    box-shadow: rgba(46, 80, 105, 0.18) 1px 1px 10px;
}
.ac .features.feature-1 .flex-item:hover a {
    text-decoration: underline;
}
.ac .features.feature-1 img {
    height: 30px;
    margin-right: 20px;
}
.ac .features.feature-1 a {
    font-size: 20px;
    color: #2e5069;
}
@media screen and (max-width: 1024px) {
    .ac .features.feature-1 .flex-item {
        flex: 0 0 32%;
    }
    .ac .features.feature-1 a {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .ac .features.feature-1 {
        padding-top: 50px;
    }
    .ac .features.feature-1 .flex-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .ac .features.feature-1 .flex-item:last-of-type {
        margin-bottom: 0;
    }
}
.ac .features.feature-2 .flex-container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.ac .features.feature-2 .flex-item {
    flex: 0 0 46%;
}
.ac .features.feature-2 .item__content .p1 {
    margin-bottom: 16px;
    color: #2e5069;
}
.ac .features.feature-2 .item__content .p3 {
    color: #2e5069;
}
.ac .features.feature-2 .item__content .link {
    display: flex;
    margin-top: 20px;
    font-size: 18px;
    color: #1e96ec;
}
.ac .features.feature-2 .item__content .link:hover {
    transform: translateX(8px);
}
.ac .features.feature-2 .item__content .link a {
    display: inline-flex;
    margin-left: 8px;
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}
@media screen and (max-width: 500px) {
    .ac .features.feature-2 .flex-container {
        margin-bottom: 60px;
    }
    .ac .features.feature-2 .flex-item {
        flex: 0 0 100%;
        order: 2;
    }
    .ac .features.feature-2 .flex-item.item-pic {
        order: 1;
        margin-bottom: 30px;
    }
    .ac .features.feature-2 .item__content {
        text-align: center;
    }
    .ac .features.feature-2 .item__content .link {
        justify-content: center;
    }
    .ac .features.feature-2 .item__content .link a {
        width: 80%;
    }
}
.ac .more-to-explore {
    background-color: #fffbec;
}
.ac .more-to-explore .item__content:hover {
    background-color: #fefaed;
}
.ac .reviews {
    background-color: inherit;
}
.ac .reviews h3 {
    color: #2e5069;
}
.ac .reviews #slider .flex-control-paging li a.flex-active {
    background-color: #2e5069;
}
.ac .product {
    background-image: none;
    background-color: #eff8fe;
}
.pNav.new {
    display: none;
    background-color: #fff;
    height: 60px;
    box-shadow: #4d6c82 6px 0 12px;
}
.pNav.new.roll {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    box-shadow: rgba(77, 108, 130, 0.2) 1px 4px 6px 1px;
}
.pNav.new .container {
    display: flex;
    justify-content: space-between;
}
.pNav.new .p_icon {
    display: inline-flex;
    align-items: center;
}
.pNav.new .p_icon span {
    color: #333;
    font-size: 16px;
    display: flex;
    height: 60px;
    align-items: center;
    line-height: 1.4;
    padding-left: 14px;
    font-weight: 700;
}
.pNav.new .navRight {
    display: inline-flex;
    align-items: center;
}
.pNav.new .navRight .navCont {
    height: 60px;
    display: flex;
}
.pNav.new .navRight .navCont .col-md-1-5 {
    color: #666;
    padding: 0 20px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    height: 60px;
    line-height: 1.24;
}
.pNav.new .navRight .navCont .col-md-1-5:hover,
.pNav.new .navRight .navCont .col-md-1-5.active {
    color: #1e96ec;
}
.pNav.new .navRight .navCont .dropdown-toggle {
    cursor: pointer;
    position: relative;
}
.pNav.new .navRight .navCont .dropdown-toggle:hover span:after,
.pNav.new .navRight .navCont .dropdown-toggle.active span:after {
    border-top-color: #1e96ec;
}
.pNav.new .navRight .navCont .dropdown-toggle span:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fd255a;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%) translateX(-8px);
}
.pNav.new .navRight .navCont .dropdown-toggle span:after {
    content: '';
    display: inline-block;
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    border-bottom: 5px solid transparent;
    top: 3px;
    right: -5px;
}
.pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu {
    display: none;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    padding: 20px 40px 20px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 1px 2px 12px 1px;
    z-index: 1000;
}
.pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item svg {
    display: inline-flex;
    height: 14px;
    margin-right: 10px;
}
.pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item svg .var {
    fill: none;
    stroke: #4d6c82;
}
.pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item svg .var1 {
    fill: #4d6c82;
}
.pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item:last-of-type {
    margin-bottom: 0;
}
.pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item:hover {
    color: #55b4c4;
}
.pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item:hover svg .var {
    stroke: #55b4c4;
}
.pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item:hover svg .var1 {
    fill: #55b4c4;
}
.pNav.new .navRight p {
    display: none;
}
.pNav.new .navRight .navBtn {
    display: inline-flex;
    height: 60px;
    align-items: center;
}
.pNav.new .navRight .navBtn a {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-right: 20px;
    color: #4d6c82;
}
.pNav.new .navRight .navBtn a em {
    font-size: 22px;
    color: inherit;
}
.pNav.new .navRight .navBtn a:hover {
    color: #1e96ec;
}
.pNav.new .navRight .navHome {
    padding-left: 30px;
    width: 144px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    border-left: 1px solid #e0e0e0;
}
.pNav.new .navRight .navHome a {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .pNav.new {
        height: 40px;
    }
    .pNav.new .container {
        width: 95%;
        height: 40px;
        margin: auto;
    }
    .pNav.new .container:before,
    .pNav.new .container:after {
        display: none;
    }
    .pNav.new .p_icon img {
        width: 23px;
        height: 23px;
    }
    .pNav.new .p_icon span {
        display: none;
    }
    .pNav.new .navRight .navHome {
        display: none;
    }
    .pNav.new .navRight .navCont {
        height: 40px;
    }
    .pNav.new .navRight .navCont .col-md-1-5 {
        height: 40px;
        width: auto;
    }
    .pNav.new .navRight .navBtn {
        height: 40px;
    }
    .pNav.new .navRight .navBtn a {
        margin: 0 15px;
    }
}
@media screen and (max-width: 768px) {
    .pNav.new .navRight .navCont .col-md-1-5 {
        line-height: 40px;
    }
    .pNav.new .navRight .navCont .dropdown-toggle {
        height: auto;
    }
    .pNav.new .navRight .navCont .dropdown-toggle span {
        display: none;
    }
    .pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu {
        display: block;
        box-shadow: none;
        position: static;
        transform: none;
        padding: 0;
    }
    .pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu:before,
    .pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu:after {
        display: none;
    }
    .pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item {
        height: 40px;
        padding: 0;
        margin: 0;
    }
    .pNav.new .navRight .navCont .dropdown-toggle .dropdown__menu .dropdown__item svg {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .pNav.new .navRight {
        position: relative;
    }
    .pNav.new .navRight p {
        position: relative;
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        color: #4d6c82;
        margin-right: 10px;
    }
    .pNav.new .navRight p:after {
        content: '';
        display: inline-block;
        position: relative;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #4d6c82;
        border-bottom: 5px solid transparent;
        top: 3px;
        right: -5px;
    }
    .pNav.new .navRight .navCont {
        display: none;
        position: absolute;
        width: 120px;
        background-color: #fff;
        z-index: 10000;
        height: auto;
        top: 40px;
        left: -20px;
    }
    .pNav.new .navRight .navCont .col-md-1-5 {
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: left;
        padding: 0 20px;
    }
    .pNav.new .navRight .navBtn a {
        margin: 0 0 0 15px;
    }
}
