/* common */
.bg-F5F8FB {
    background-color: #f5f8fb;
}
.font-26 {
    font-size: 26px;
}
.font-30 {
    font-size: 30px;
}
.color-FFFFFF {
    color: white;
}
.color-7A859E {
    color: #7A859E;
}
.color-2F354D {
    color: #2F354D;
}
.color-8C8C8C {
    color: #8C8C8C;
}
.color-B1B6C3 {
    color: #B1B6C3;
}
.color-0035EC {
    color: #0035EC;
}
.btn-self-none {
    color: #2F354D !important;
    border: 1px solid transparent;
}
.btn-self-none:hover {
    color: #0035EC !important;
}
.btn-self-outline {
    color: #2F354D !important;
    border: 1px solid #7A859E;
}
.btn-self-outline:hover {
    border-color: #2F354D;
}
.btn-self-outline-white {
    color: #FFF !important;
    border: 1px solid #7A859E;
}
.btn-self-outline-white:hover {
    border-color: #FFF;
}
.btn-self-primary {
    background: #0035EC;
    color: white !important;
}
.btn-self-primary:hover {
    background: #4d72f2;
}
.btn-self-primary:active {
    background: #002dbd;
}
.btn-self-secondry {
    background: #E6E9F6;
    color: #0035EC !important;
}
.btn-self-secondry:hover {
    background: #4d72f2;
    color: white !important;
}
.btn-self-secondry:active {
    background: #4d72f2;
    color: white !important;
}
.mt-20 {
    margin-top: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-160 {
    margin-bottom: 160px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}

/* section */
section {
    display: block;
    width: 100%;
}

/* header */
.homepage-header {
    background: white;
}
.homepage-header .header-content {
    height: 64px;
}
.homepage-header .logo {
    height: 32px;
}
.homepage-header .login {
    margin-right: 16px;
}
.homepage-header .dropdown {
    margin-left: 40px;
}
.homepage-header .products-toggle {
    display: block;
    position: relative;
    color: #2F354D;
    line-height: 32px;
    cursor: pointer;
}
.homepage-header .products-toggle:hover {
    color: #0035EC;
    text-decoration: none;
}
.homepage-header .dropdown-menu {
    position: fixed;
    left: 50%;
    top: 48px;
    transform: translateX(-50%);
    width: 970px;
    padding: 20px;
    border: none;
    box-shadow: 0px 10px 30px 0px rgba(12, 43, 66, 0.1);
    margin-top: -1px;
}
.homepage-header .products-line {
    width: 90%;
    margin-left: 5%;
    border-bottom: 1px solid #DEE2EC;
}
.homepage-header .products > div {
    padding: 0px 15px;
    margin-bottom: 10px;
}
.homepage-header .products-item {
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}
.homepage-header .products-item:hover {
    background: #f4f4f4;
}
.header-bars-content .products-logo,
.homepage-header .products-logo {
    width: 45px;
    height: 45px;
}
.header-bars-content .products-item > div,
.homepage-header .products-item > div {
    padding-left: 10px;
}
.homepage-header .more-product:hover {
    text-decoration: none;
    color: #0035EC;
}
.homepage-header .header-bars {
    font-size: 2em;
}
.header-bars-content {
    display: none;
    padding: 0px 15px;
}
.header-bars-content .products-item {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #DEE2EC;
}
.header-bars-content .products-item:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(180deg);
    background: url(../../images/homepage-listen-gray.png) 0 0 / 100% 100%;
}
.header-bars-content a {
    text-decoration: none;
} 
.header-bars-content .btn {
    line-height: 24px;
}
.header-bars-content .login {
    
    margin: 20px 0px;
}
@media (max-width: 991px) {
    .homepage-header .dropdown-menu {
        width: 720px;
    }
}

/* banner */
.homepage-banner {
    position: relative;
    height: 756px;
    padding-top: 100px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(246,247,252,1) 0%, rgba(255,255,255,1) 100%);
}
.homepage-banner .banner-content {
    max-width: 788px;
    margin: 0 auto;
}
.homepage-banner .btn {
    padding: 8px 26px;
}
.homepage-banner .homepage-banner-bg {
    position: absolute;
    width: 1600px;
    height: auto;
    bottom: 0;
    left: 50%;
    margin-left: -800px;
}
@media (max-width: 991px) {
    .homepage-banner {
        height: 500px;
        text-align: center;
    }
}

/* feature */
.homepage-feature .feature-item {
    padding: 16px 24px;
    border-radius: 8px;
    cursor: pointer;
}
.homepage-feature .feature-icon img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 24px;
}
.homepage-feature .feature-title {
    line-height: 40px;
}
.homepage-feature .feature-icon img.light,
.homepage-feature .feature-desc p.desc {
    display: none;
}
.homepage-feature .feature-pic {
    height: 500px;
    padding-left: 40px;
}
.homepage-feature .feature-pic img {
    max-width: 100%;
    display: none;
}
.homepage-feature .feature-pic img.active {
    display: block;
}
.homepage-feature .feature-item.active {
    background: #F6F7F9;
}
.homepage-feature .feature-item.active .feature-icon img {
    display: none;
}
.homepage-feature .feature-item.active .feature-icon img.light,
.homepage-feature .feature-item.active .feature-desc p.desc {
    display: block;
}
@media (max-width: 991px) {
    .homepage-feature .feature-item {
        background: #F6F7F9;
        margin-top: 40px;
    }
    .homepage-feature .feature-item:first-child {
        margin-top: 0px;
    }
    .homepage-feature .feature-icon img {
        display: none;
    }
    .homepage-feature .feature-icon img.light,
    .homepage-feature .feature-desc p.desc {
        display: block;
    }
}

/* special */
.homepage-special .special-title img {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    margin-right: 24px;
}
.homepage-special .special-title p {
    line-height: 40px;
}
.homepage-special .special-desc p {
    position: relative;
    padding-left: 36px;
}
.homepage-special .special-desc p:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 14px;
    background: url(../images/homepage-special-right.png) 0 0 / 100% 100%;
    left: 4px;
    top: 4px;
}
.homepage-special .special-pic {
    height: 400px;
}
.homepage-special .special-pic img {
    max-width: 100%;
}
@media (max-width: 991px) {
    .homepage-special .special-title {
        display: flex;
    }
    .homepage-special .mb-160 {
        margin-bottom: 100px;
    }
}

/* share */
.homepage-share .share-title {
    height: 200px;
    border-radius: 8px 8px 0 0;
    padding: 30px;
}
.homepage-share .share-content:nth-child(1) .share-title {
    background: url(../images/homepage-share1.png) top right / 100% 100%;
}
.homepage-share .share-content:nth-child(2) .share-title {
    background: url(../images/homepage-share2.png) top right / 100% 100%;
}
.homepage-share .share-content:nth-child(3) .share-title {
    background: url(../images/homepage-share3.png) top right / 100% 100%;
}
.homepage-share .share-title .btn{
    padding: 2px 10px;
}
.homepage-share .share-desc {
    padding: 30px 0px 30px 30px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 10px 20px 0px rgba(122, 133, 158, 0.1);
}
.homepage-share .share-desc p {
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 991px) {
    .homepage-share .share-content {
        margin-top: 40px;
    }
    .homepage-share .share-content:first-child {
        margin-top: 0;
    }
}

/* listen */
.homepage-listen .listen-carousel {
    position: relative;
    padding: 0 140px;
}
.homepage-listen .listen-carousel span {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 34px;
    top: 50%;
    margin-top: -32px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 20px 40px 0px rgba(122, 133, 158, 0.1);
}
.homepage-listen .listen-carousel .listen-next {
    left: auto;
    right: 34px;
}
.homepage-listen .listen-carousel span:after {
    display: block;
    content: "";
    position: absolute;
    width: 12px;
    height: 20px;
    left: 26px;
    top: 50%;
    margin-top: -10px;
    background: url(../images/homepage-listen-gray.png) 0 0 / 100% 100%;
}
.homepage-listen .listen-carousel .listen-next:after {
    transform: rotate(180deg)
}
.homepage-listen .listen-carousel span:hover {
    background: #0035EC;
}
.homepage-listen .listen-carousel span:hover:after {
    transform: rotate(180deg);
    background: url(../images/homepage-listen-white.png) 0 0 / 100% 100%;
}
.homepage-listen .listen-carousel .listen-next:hover:after {
    transform: rotate(0deg)
}
.homepage-listen .listen-carousel > div {
    display: none;
}
.homepage-listen .listen-carousel > div.active {
    display: block;
}
.homepage-listen .listen-content {
    position: relative;
    height: 258px;
    padding: 60px 40px 0px;
    background: white;
    box-shadow: 0px 10px 20px 0px rgba(122, 133, 158, 0.1);
    border-radius: 8px;
}
.homepage-listen .listen-avatar {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: -32px;
    left: 40px;
    border-radius: 50%;
}
.homepage-listen .listen-top {
    box-sizing: content-box;
    height: 122px;
    line-height: 22px;
    overflow: hidden;
    border-bottom: 1px solid #DEE2EC;
}
.homepage-listen .listen-bottom {
    height: 75px;
}
.homepage-listen .listen-bottom .star,
.homepage-listen .listen-bottom .halfstar {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background: url(../images/homepage-star.png) 0 0 / 100% 100%;    
}
.homepage-listen .listen-bottom .halfstar {
    background: url(../images/homepage-halfstar.png) 0 0 / 100% 100%;    
}
@media (max-width: 1199px) {
    .homepage-listen .listen-carousel {
        padding: 0px;
    }
    .homepage-listen .listen-carousel > div {
        display: block;
        margin-top: 80px;
    }
    .homepage-listen .listen-carousel > div:first-child {
        margin-top: 40px; 
    }
    .homepage-listen .listen-carousel span {
        display: none;
    }
}

/* email */
.homepage-email .email-input {
    max-width: 500px;
    margin: 0px auto 20px;
    box-shadow: 0px 10px 30px 0px rgba(63, 70, 62, 0.1);
}
.homepage-email .email-input input {
    height: 46px;
    padding: 16px;
    border: 0px;
}
.homepage-email .email-input input::placeholder {
    color: #C2C2C2;
}
.homepage-email .email-input .btn {
    width: 62px;
    height: 46px;
}
.homepage-email .email-input img {
    width: 22px;
    height: 22px;
}

/* footer */
footer {
    width: 100%;
    padding: 60px 0px 10px 0px; 
    color: #B6B7BB;
    background-color: #0F121C;
}
footer a {
    color: inherit;
}
footer a:hover {
    color: #FFF;
}
footer .footer-logo {
    overflow: hidden;
    background-image: url(/static/image/logo-inverse.png);
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 50px;
}
footer .footer-logo.icon {
    width: 50px;
    margin: 0 40px; 
}
footer .footer-logo.text {
    width: 130px;
    background-position: -50px;
}
footer h3 {
    font-size: 1rem;
    font-weight: normal;
    color: #FFF;
}
footer h2 {
    font-size: 1.43rem;
    color: #FFF;
}
footer ul {
    padding: 0px;
}
footer ul li {
    list-style: none;
    padding-bottom: 16px;
}
footer .contact li {
    display: inline-block;
    border-color: #B6B7BB;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}
footer .contact li:hover {
    background-color: #3790FF;
    color: #FFF;
}
.container .about .f-frontjs {
    width: 50px;
    height: 50px;
    background: url(../images/logo-frontjs-default.png) no-repeat;
    display: inline-block;
    border-radius:50%;
    background-size:cover;
    margin-left:10px;
 }
.container .about .f-frontjs:hover {
    width: 50px;
    height: 50px;
    border-radius:50%;
    background: url(../images/logo-frontjs-hover.png) no-repeat;
    background-size:cover;
}
.container .about .wxwb {
    margin-top: 26px;
    width: 176px;
}
.container .about .f-pgyer {
    width: 176px;
    height: 59px;
    background: url(../images/logo-pgyer.png) no-repeat;
    background-size: cover;
    display: block;
}
.container .about .f-tracup {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/logo-tracup-default.png) no-repeat;
    background-size: cover;
    display: inline-block;
}
.container .about .f-tracup:hover {
    width: 50px;
    height: 50px;
    background: url(../images/logo-tracup-hover.png) no-repeat;
    background-size: cover;
}
.small-pgyer-logo{
    background: url(../images/pgyer-logo-footer-small.png) no-repeat;
    width:18px;
    height:24px;
    display: inline-block;
    background-size:cover;
    background-position: center;
    margin-right:5px;
}
.copyinfo {
    display:flex;
    justify-content: center;
}

/* login */
.login-body {
    background-color: #F5F6F7;
}
.login-wrap {
    background-color: #FFF;
    margin-top: 100px;
    margin-bottom: 50px;
    border-radius: 8px;
    box-shadow: 0 0 30px 5px #e7e7e7;
}
.login-wrap-inner {
    margin: 0 auto;
    padding: 60px 0;
}
.login-wrap .form-group .error {
    color: red !important;
}
.login-wrap .form-group {
    text-align: left !important;
}
@media (max-width: 576px) {
    .login-wrap-inner {
        padding: 60px 20px;
    }
}

.login-top {
    margin-bottom: 50px;
}
.login-logo {
    margin-bottom: 15px;
}
.login-logo img {
    width: 170px;
}
.login-wrap input {
    border-color: #DEE2EC;
}
.login-wrap input::-webkit-input-placeholder {
   color: #B1B6C3 !important;
   font-size: 15px !important;
}
.login-wrap input:-moz-placeholder {
   color: #B1B6C3 !important;
   font-size: 15px !important;
}
.login-wrap input::-moz-placeholder {
   color: #B1B6C3 !important;
   font-size: 15px !important;
}
.login-wrap input:-ms-placeholder {
   color: #B1B6C3 !important;
   font-size: 15px !important;
}
.login-wrap .forget-sign {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEE2EC;
    margin-bottom: 30px;
}
.login-bottom {
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #DEE2EC;
    font-size: 1.1rem;
}
.login-wrap .third-login {
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
}
.login-wrap .third-login:after,
.login-wrap .third-login:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 56px;
    border-top: 1px solid #DEE2EC;
}
.login-wrap .third-login:after {
    left: auto;
    right: 0;
}
.login-wrap .input-group .btn {
    padding: 8px 12px;
}
.login-wrap #captchaImage {
    height: 45px;
    width: 100%;
    cursor: pointer;
}
.login-wrap .country-menu {
    max-height: 200px;
    overflow: auto;
    width: 338px;
    padding: 5px 0;
    margin-left: -2px;
}

.login-wrap .country-menu li {
    padding: 0 5px;
}
#tel-error {
    width: 100%;
}
.country-menu .country-item {
    cursor: pointer;
}
.country-menu > li:hover {
    background-color: #eee;
}

/* service */
.service-common-section-2 {
    height: 50px;
    line-height: 50px;
}
.service-common-section-2 .nav-underline {
    height: 3px;
    width: 24px;
    left: 50%;
    margin-left: -12px;
    bottom: 1px;
    background: #0035EC;
}
.service-common-section-2 a:link {
    text-decoration:none;
}
.about-section-1, .about-section-2, .about-section-3 {
    padding-top: 70px;
}
.about-section-3 {
    padding-bottom: 70px;
}
.about-img-wrap {
    padding: 20px 50px 0 110px;
}
@media (max-width: 768px) {
    .about-img-wrap {
        padding: 0 20px;
    }
}
.contact-section-1 {
    margin: 70px 0;
}
.contact-section-1 .xian-div {
    background-color: #FFF;
    padding: 50px 30px;
    height: 180px;
}
.service-section {
    margin: 70px 0;
}
.email-logo {
    background: url(../image/mail.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 23px;
    height: 18px;
    background-position: center;
}
.message-logo {
    background: url(../image/message.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 23px;
    height: 20px;
    background-position: bottom;
}
.feature_report {
    height: 168px;
    width: 199px;
    display: block;
    margin: 0 auto 10px;
}