.pls-footer {
    min-width: 320px;
    background: #f5f7fa
}

.pls-footer-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1180px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(73,87,112,.2);
    -webkit-font-smoothing: antialiased
}

.pls-footer-service .pls-footer-inner {
    font-size: 0;
    text-align: center;
    padding: 24px 36px
}

.pls-footer-service-list {
    box-sizing: border-box;
    display: table;
    width: 100%
}

.pls-footer-service-list>li {
    display: table-cell;
    width: 25.5%;
    vertical-align: top;
    text-align: left;
    white-space: nowrap
}

.pls-footer-service-list>li:last-child {
    width: 13.5%
}

.pls-footer-service-item {
    display: block;
    font-size: 16px;
    color: #000
}

.pls-footer-service-item:hover {
    text-decoration: none;
    color: #0052d9
}

.pls-footer-service-item .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: -6px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    -webkit-animation: plsFooterLeave .3s steps(16) forwards;
    animation: plsFooterLeave .3s steps(16) forwards
}

@-webkit-keyframes plsFooterEnter {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 -960px
    }
}

@keyframes plsFooterEnter {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 -960px
    }
}

@-webkit-keyframes plsFooterLeave {
    0% {
        background-position: 0 -960px
    }

    100% {
        background-position: 0 0
    }
}

@keyframes plsFooterLeave {
    0% {
        background-position: 0 -960px
    }

    100% {
        background-position: 0 0
    }
}

.pls-footer-service-item:hover .icon {
    /*-webkit-animation: plsFooterEnter .3s steps(16) forwards;*/
    /*animation: plsFooterEnter .3s steps(16) forwards*/
}

.pls-footer-service-item .icon-1 {
    background-image: url(/web/images/icon-5day.png)
}

.pls-footer-service-item .icon-2 {
    background-image: url(/web/images/icon-free.png)
}

.pls-footer-service-item .icon-3 {
    background-image: url(/web/images/icon-service.png)
}

.pls-footer-service-item .icon-4 {
    background-image: url(/web/images/icon-time.png)
}

.pls-footer-website .pls-footer-inner {
    position: relative;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px
}

.pls-footer-website-columns {
    margin-left: 0;
    flex: 1;
    width: 1px;
    padding: 0
}

.pls-footer-website-title {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #000
}

.pls-footer-website-title a,.pls-footer-website-title a:hover {
    display: block;
    color: inherit;
    cursor: default;
    text-decoration: none
}

.pls-footer-website-list a {
    display: block;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.5;
    color: #495770
}

.pls-footer-website-list a:hover {
    text-decoration: none
}

.pls-footer-copyright {
    position: absolute;
    right: 0;
    top: 30px;
    width: 190px
}

.pls-footer-share-links {
    margin-bottom: 24px;
    font-size: 0
}

.pls-footer-share-links>li {
    display: inline-block;
    vertical-align: middle;
    width: 20%
}

.pls-footer-website-contact {
    width: 346px
}

.pls-footer-website-contact-title {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 22px
}

.pls-footer-website-contact-text {
    font-size: 12px;
    color: #495770;
    line-height: 24px;
    margin-top: 16px
}

.pls-footer-website-contact-view {
    margin-top: 16px
}

.pls-footer-website-contact-view-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 74px;
    padding: 2px;
    height: 74px;
    background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;
    border-radius: 4px
}

.pls-footer-website-contact-view-box img {
    width: 100%;
    height: 100%
}

.pls-footer-website-contact-view-box:first-child {
    margin-right: 20px
}

.pls-footer-website-hotline {
    margin-top: 20px
}

.pls-footer-website-hotline-title {
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    display: inline;
    margin-right: 8px;
    color: #495770
}

.pls-footer-website-hotline-phone {
    display: inline
}

.pls-footer-website-hotline-phone span {
    font-size: 16px;
    color: #495770;
    line-height: 24px;
    font-weight: 500
}

.pls-footer-website-hotline-phone i {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px
}

.pls-footer-website-btn {
    margin-top: 12px;
    display: block;
    width: 100%;
    max-width: 194px;
    height: 34px;
    line-height: 34px;
    background: #0052d9;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;
    color: #fff;
    text-align: center
}

.pls-footer-website-btn:hover {
    background-color: #2670e8;
    transition: all .3s ease-in-out
}

.pls-footer-blogroll .pls-footer-inner {
    position: relative;
    min-height: 35px;
    border-bottom: none;
    padding-top: 40px;
    padding-bottom: 66px
}

.pls-footer-blogroll-main {
    margin-right: 190px
}

.pls-footer-blogroll-links {
    font-size: 0
}

.pls-footer-blogroll-links .icon-tc {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 16px;
    background-image: url();
    margin-right: 25px
}

.pls-footer-blogroll-links .slide {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 12px;
    line-height: 22px;
    color: #495770;
    white-space: nowrap
}

.pls-footer-blogroll-links.copyright .slide:first-child {
    white-space: normal
}

.pls-footer-blogroll-links.copyright .slide:first-child span {
    white-space: nowrap
}

.pls-footer-blogroll-text {
    font-size: 12px;
    color: #495770;
    line-height: 18px;
    margin-top: 20px
}

.pls-footer-blogroll-links-separate {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none
}

.pls-footer-blogroll-extra {
    position: absolute;
    right: 0;
    top: 40px;
    width: 190px
}

.pls-footer-lang-switch {
    display: none;
    text-align: center;
    margin-top: 15px
}

.pls-footer-lang-switch a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    color: #ccc;
    min-width: 70px;
    text-align: left
}

.pls-footer-lang-switch a:first-child {
    text-align: right
}

.pls-footer-lang-switch a:active {
    color: #0052d9
}

.pls-footer-lang-switch .split {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    width: 1px;
    height: 15px;
    background-color: #666
}

.pls-footer-select {
    position: relative
}

.pls-footer-select-trigger {
    box-sizing: border-box;
    display: block;
    padding: 0 30px 0 12px;
    height: 36px;
    border: 2px solid #fff;
    background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 32px;
    color: #495770;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1)
}

.pls-footer-select-trigger:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #ccc transparent;
    transition: transform .2s ease,-webkit-transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease
}

.pls-footer-website-title .icon-earth,.pls-footer-select-trigger .icon-earth {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-image: url()
}

.pls-footer-website-group.actived .pls-footer-website-title .icon-earth {
    background-image: url()
}

.pls-footer-select .pls-footer-dropdown {
    display: none
}

.pls-footer-select:hover .pls-footer-dropdown,.pls-footer-select.hover .pls-footer-dropdown {
    display: block
}

.pls-footer-select:hover .pls-footer-select-trigger:after,.pls-footer-select.hover .pls-footer-select-trigger:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pls-footer-dropdown {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 999;
    padding-bottom: 4px;
    width: 100%
}

.pls-footer-dropdown-menu {
    position: relative;
    background-color: #f5f7fa;
    padding: 7px 2px
}

.pls-footer-dropdown-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: #e8e8e8;
    border: 2px solid #d2d6de;
    box-shadow: inset 8px 8px 6px 0 rgba(55,99,170,.11);
    box-sizing: border-box
}

.pls-footer-dropdown-menu a {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #495770
}

.pls-footer-dropdown-menu a:hover {
    color: #0052d9;
    text-decoration: none
}

.pls-footer-dropdown-menu .actived a,.pls-footer-dropdown-menu .actived a:hover {
    color: #0052d9;
    cursor: default
}

.pls-footer-website-international-list {
    display: none
}

.pls-footer-website-hotline-phon-m,.pls-footer-website-rss,.pls-footer-website-copyright,.pls-footer-dialog-phone {
    display: none
}

.pls-footer-short .pls-footer-website-group {
    display: none
}

.pls-footer-bubble {
    position: absolute;
    z-index: 300;
    width: 200px;
    text-align: center
}

.pls-footer-bubble-wrap {
    position: relative
}

.pls-footer-bubble-wrap .pls-footer-bubble {
    visibility: hidden;
    transition: all .3s ease-in-out
}

.pls-footer-bubble-wrap .pls-footer-bubble--bottom {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0
}

.pls-footer-bubble-wrap:hover .pls-footer-bubble--bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.pls-footer-bubble__inner {
    position: static !important;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding: 4px;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 1px 1.73px 3px 0 rgba(0,0,0,.1)
}

.pls-footer-bubble__inner:after,.pls-footer-bubble__inner:before {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    border: 6px solid transparent;
    content: ""
}

.pls-footer-bubble--top .pls-footer-bubble__inner {
    bottom: 100%;
    left: 50%
}

.pls-footer-bubble--top .pls-footer-bubble__inner:before {
    right: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: -6px;
    border-bottom-color: #ddd
}

.pls-footer-bubble--top .pls-footer-bubble__inner:after {
    right: inherit;
    bottom: inherit;
    left: inherit;
    margin-bottom: -1px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.pls-footer-bubble--top.pls-footer-bubble--start .pls-footer-bubble__inner {
    left: 15px
}

.pls-footer-bubble--top.pls-footer-bubble--end .pls-footer-bubble__inner {
    right: 15px;
    left: auto
}

.pls-footer-bubble--top.pls-footer-bubble--end .pls-footer-bubble__inner:after,.pls-footer-bubble--top.pls-footer-bubble--end .pls-footer-bubble__inner:before,.pls-footer-bubble--top.pls-footer-bubble--start .pls-footer-bubble__inner:after,.pls-footer-bubble--top.pls-footer-bubble--start .pls-footer-bubble__inner:before {
    margin-left: 0
}

.pls-footer-bubble--bottom {
    left: 50%;
    bottom: 100%;
    margin-left: -100px;
    margin-bottom: 6px
}

.pls-footer-bubble--bottom .pls-footer-bubble__inner {
    top: 100%;
    left: 50%
}

.pls-footer-bubble--bottom .pls-footer-bubble__inner:before {
    top: inherit;
    right: inherit;
    left: inherit;
    margin-left: -6px;
    border-top-color: #ddd
}

.pls-footer-bubble--bottom .pls-footer-bubble__inner:after {
    top: inherit;
    right: inherit;
    left: inherit;
    margin-top: -1px;
    margin-left: -6px;
    border-top-color: #fff
}

.pls-footer-bubble--bottom.pls-footer-bubble--start .pls-footer-bubble__inner {
    left: 15px
}

.pls-footer-bubble--bottom.pls-footer-bubble--end .pls-footer-bubble__inner {
    right: 15px;
    left: auto
}

.pls-footer-bubble--bottom.pls-footer-bubble--end .pls-footer-bubble__inner:after,.pls-footer-bubble--bottom.pls-footer-bubble--end .pls-footer-bubble__inner:before,.pls-footer-bubble--bottom.pls-footer-bubble--start .pls-footer-bubble__inner:after,.pls-footer-bubble--bottom.pls-footer-bubble--start .pls-footer-bubble__inner:before {
    margin-left: 0
}

.pls-footer-bubble--left .pls-footer-bubble__inner {
    top: 50%;
    right: 100%
}

.pls-footer-bubble--left .pls-footer-bubble__inner:before {
    top: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: -6px;
    border-right-color: #ddd
}

.pls-footer-bubble--left .pls-footer-bubble__inner:after {
    top: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: -6px;
    margin-right: -1px;
    border-right-color: #fff
}

.pls-footer-bubble--left.pls-footer-bubble--start .pls-footer-bubble__inner {
    top: 15px
}

.pls-footer-bubble--left.pls-footer-bubble--end .pls-footer-bubble__inner {
    top: auto;
    bottom: 15px
}

.pls-footer-bubble--left.pls-footer-bubble--end .pls-footer-bubble__inner:after,.pls-footer-bubble--left.pls-footer-bubble--end .pls-footer-bubble__inner:before,.pls-footer-bubble--left.pls-footer-bubble--start .pls-footer-bubble__inner:after,.pls-footer-bubble--left.pls-footer-bubble--start .pls-footer-bubble__inner:before {
    margin-top: 0
}

.pls-footer-bubble--right .pls-footer-bubble__inner {
    top: 50%;
    left: 100%
}

.pls-footer-bubble--right .pls-footer-bubble__inner:before {
    top: inherit;
    bottom: inherit;
    left: inherit;
    margin-top: -6px;
    border-left-color: #ddd
}

.pls-footer-bubble--right .pls-footer-bubble__inner:after {
    top: inherit;
    bottom: inherit;
    left: inherit;
    margin-top: -6px;
    margin-left: -1px;
    border-left-color: #fff
}

.pls-footer-bubble--right.pls-footer-bubble--start .pls-footer-bubble__inner {
    top: 15px
}

.pls-footer-bubble--right.pls-footer-bubble--end .pls-footer-bubble__inner {
    top: auto;
    bottom: 15px
}

.pls-footer-bubble--right.pls-footer-bubble--end .pls-footer-bubble__inner:after,.pls-footer-bubble--right.pls-footer-bubble--end .pls-footer-bubble__inner:before,.pls-footer-bubble--right.pls-footer-bubble--start .pls-footer-bubble__inner:after,.pls-footer-bubble--right.pls-footer-bubble--start .pls-footer-bubble__inner:before {
    margin-top: 0
}

@media screen and (min-width: 1440px) {
    .tpm-view-l .pls-footer-inner {
        max-width:1420px
    }
}

@media screen and (max-width: 1200px) {
    .pls-footer-inner {
        margin-left:10px;
        margin-right: 10px
    }
}

@media screen and (min-width: 1024px) {
    .pls-footer-website-list a:hover {
        color:#0052d9
    }

    .pls-footer-blogroll-links a.slide:hover {
        color: #0052d9;
        text-decoration: none
    }
}

@media screen and (max-width: 1023px) {
    .pls-footer-website-list a:active {
        color:#0052d9
    }

    .pls-footer-short .mobile-part {
        margin-bottom: 0
    }

    .pls-footer-blogroll-links a.slide:active {
        color: #0052d9
    }

    .pls-footer-blogroll-links a.slide-ct {
        margin-right: 15px
    }

    .pls-footer-service {
        display: none
    }

    .pls-footer-blogroll-main {
        margin-right: 0;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }

    .pls-footer-blogroll-extra {
        display: none
    }

    .pls-footer-lang-switch {
        display: block
    }

    .pls-footer-website-contact {
        width: 240px
    }

    .pls-footer-website-hotline-title {
        display: block;
        margin-bottom: 4px
    }
}

@media screen and (min-width: 768px) {
    .pls-footer {
        padding-left:10px;
        padding-right: 10px
    }

    .pls-footer-website-columns {
        margin-left: -10px;
        display: flex;
        align-items: flex-start
    }

    .pls-footer-website-columns>li {
        flex: 1;
        width: 1px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }

    .pls-footer-website-columns>.pls-footer-website-international-list {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .pls-footer-inner {
        margin-left:0;
        margin-right: 0;
        padding: 0
    }

    .pls-footer-website .pls-footer-inner {
        display: block;
        border-bottom: none;
        padding-bottom: 0;
        min-height: 0;
        padding-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .pls-footer-website-columns {
        width: auto;
        margin-right: 0
    }

    .pls-footer-website-title {
        position: relative;
        margin-bottom: 0
    }

    .pls-footer-website-title a {
        position: relative;
        padding: 0 15px;
        height: 54px;
        font-size: 16px;
        line-height: 54px;
        background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff
    }

    .pls-footer-website-columns>li:first-child .pls-footer-website-title a {
        box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1)
    }

    .pls-footer-website-title a:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -8px;
        box-sizing: border-box;
        width: 10px;
        height: 10px;
        border-right: 2px solid #999;
        border-bottom: 2px solid #999;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear
    }

    .pls-footer-website-list {
        position: relative;
        display: none;
        padding-top: 24px;
        padding-bottom: 24px
    }

    .pls-footer-website-list a {
        padding: 0 35px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .pls-footer-website-list li:last-child a {
        margin-bottom: 0
    }

    .pls-footer-website-group.actived .pls-footer-website-title a:after {
        margin-top: -2px;
        -webkit-transform: rotate3d(0, 0, 1, -135deg);
        transform: rotate3d(0, 0, 1, -135deg)
    }

    .pls-footer-website-group.actived .pls-footer-website-list {
        display: block
    }

    .pls-footer-website-group.actived .pls-footer-website-title a {
        color: #0052d9
    }

    .pls-footer-website-group.actived .pls-footer-website-title a:after {
        border-right: 2px solid #0052d9;
        border-bottom: 2px solid #0052d9
    }

    .pls-footer-copyright {
        position: static;
        margin-top: 20px;
        padding: 0 15px 1px;
        width: auto;
        text-align: center
    }

    .pls-footer-share-links {
        margin-bottom: 14px
    }

    .pls-footer-share-links>li {
        width: auto
    }

    .pls-footer-share-links a {
        padding: 10px
    }

    .pls-footer-website .mobile-part,.pls-footer-website .mobile-part .c-btn {
        margin-bottom: 20px
    }

    .pls-footer-select:hover .pls-footer-dropdown,.pls-footer-select.hover .pls-footer-dropdown {
        display: none
    }

    .pls-footer-select:hover .pls-footer-select-trigger:after,.pls-footer-select.hover .pls-footer-select-trigger:after {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .pls-footer-select.show .pls-footer-dropdown {
        display: block
    }

    .pls-footer-select.show .pls-footer-select-trigger:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .pls-footer-copyright-text {
        margin-bottom: 14px
    }

    .pls-footer-copyright-text span {
        display: inline
    }

    .pls-footer-copyright .c-btn {
        height: 40px;
        line-height: 40px
    }

    .pls-footer-copyright .c-btn-weak {
        margin-bottom: 15px;
        border: 1px solid rgba(255,255,255,.3);
        background: transparent;
        color: #ccc
    }

    .pls-footer-blogroll {
        display: none
    }

    .pls-footer-lang-switch {
        margin-top: 0;
        padding: 24px 0
    }

    .pls-footer-short .pls-footer-blogroll-links .icon-tc,.pls-footer-short .pls-footer-blogroll-links .slide,.pls-footer-short .pls-footer-blogroll-text {
        display: none
    }

    .pls-footer-short .pls-footer-website-group,.pls-footer-short .pls-footer-blogroll {
        display: block
    }

    .pls-footer-short .pls-footer-blogroll-links .slide-ct {
        display: block;
        line-height: 26px;
        white-space: normal
    }

    .pls-footer-short .pls-footer-blogroll-text {
        margin-top: 0;
        line-height: 26px
    }

    .pls-footer-short .pls-footer-blogroll-text>span {
        display: block
    }

    .pls-footer-short .pls-footer-blogroll-text .pc-part {
        display: none
    }

    .pls-footer-short .pls-footer-blogroll .pls-footer-inner {
        padding: 16px 16px 32px
    }

    .pls-footer-short .pls-footer-website-title a {
        box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1)
    }
}

@media screen and (max-width: 400px) {
    .pls-footer-copyright-text span {
        display:block
    }
}

@media screen and (max-width: 767px) {
    .pls-footer-website-contact {
        position:static;
        width: calc(100% - 32px);
        padding-left: 16px;
        padding-right: 16px
    }

    .pls-footer-website-contact-title,.pls-footer-website-contact-text,.pls-footer-website-contact-view {
        display: none
    }

    .pls-footer-website-hotline-title,.pls-footer-website-hotline-phone {
        display: none
    }

    .pls-footer-website-hotline-phon-m {
        display: block;
        text-align: center;
        height: 44px;
        line-height: 44px;
        color: #fff;
        background: #0052d9;
        font-size: 16px;
        box-shadow: 2px 4px 10px 0 rgba(27,51,95,.2)
    }

    .pls-footer-website-btn {
        max-width: none;
        line-height: 40px;
        width: auto;
        height: 40px;
        font-size: 16px;
        color: #000;
        background-color: inherit;
        background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 rgba(255,255,255,.43),inset 0 4px 20px 0 rgba(255,255,255,.5)
    }

    .pls-footer-website-copyright {
        display: block;
        text-align: center;
        margin-top: 24px;
        padding-bottom: 32px
    }

    .pls-footer-website-copyright p {
        line-height: 20px;
        font-size: 12px;
        color: #495770
    }

    .pls-footer-website-rss {
        display: block;
        text-align: center;
        margin-top: 32px;
        display: none
    }

    .pls-footer-website-rss-title {
        font-size: 12px;
        color: rgba(73,87,112,.6);
        letter-spacing: 0;
        line-height: 20px
    }

    .pls-footer-website-rss-search {
        width: 100%;
        display: table;
        margin-top: 8px
    }

    .pls-footer-website-rss-mod {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        line-height: 44px;
        height: 44px;
        text-align: center
    }

    .pls-footer-website-rss-mod:first-child {
        background: #f3f5f8;
        border: 2px solid #fff;
        box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.2),inset -8px -8px 20px 0 #fff;
        text-align: left;
        padding-left: 16px
    }

    .pls-footer-website-rss-meeting,.pls-footer-website-rss-vx {
        display: inline-block;
        vertical-align: middle
    }

    .pls-footer-website-rss-meeting {
        width: 84px;
        height: 20px;
        background-image: url()
    }

    .pls-footer-website-rss-vx {
        width: 120px;
        height: 20px;
        background-image: url();
        background-size: cover
    }

    .pls-footer-website-international-list {
        display: block
    }

    .pls-footer-mask {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(20,23,29,.66);
        z-index: 99
    }

    .pls-footer-dialog-phone {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: calc(100% - 32px);
        z-index: 150;
        padding-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px
    }

    .pls-footer-dialog-phone-item {
        text-align: center;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
        border: 2px solid #fff;
        box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),inset 0 4px 20px 0 rgba(255,255,255,.5)
    }

    .pls-footer-dialog-phone-btn {
        margin-top: 12px;
        display: block;
        text-align: center;
        width: 100%;
        height: 44px;
        line-height: 44px;
        color: #fff;
        background: #0052d9;
        box-shadow: 2px 4px 10px 0 rgba(27,51,95,.2)
    }
}

.pls-footer-hidden {
    display: none !important
}

@media(max-width: 1200px) {
    .pls-footer-hidden-l {
        display:none !important
    }

    .pls-footer-visible-l {
        display: block !important
    }

    .pls-footer-visible-l-inline {
        display: inline !important
    }

    .pls-footer-visible-l-inline-block {
        display: inline-block !important
    }
}

@media(max-width: 1000px) {
    .pls-footer-hidden-m {
        display:none !important
    }

    .pls-footer-visible-m {
        display: block !important
    }

    .pls-footer-visible-m-inline {
        display: inline !important
    }

    .pls-footer-visible-m-inline-block {
        display: inline-block !important
    }
}

@media(max-width: 768px) {
    .pls-footer-hidden-s {
        display:none !important
    }

    .pls-footer-visible-s {
        display: block !important
    }

    .pls-footer-visible-s-inline {
        display: inline !important
    }

    .pls-footer-visible-s-inline-block {
        display: inline-block !important
    }
}

@media(max-width: 600px) {
    .pls-footer-hidden-xs {
        display:none !important
    }

    .pls-footer-visible-xs {
        display: block !important
    }

    .pls-footer-visible-xs-inline {
        display: inline !important
    }

    .pls-footer-visible-xs-inline-block {
        display: inline-block !important
    }
}
