

/*@media screen and (min-width: 300px) and (max-width: 820px) {*/
/*    .ewm {*/
/*        top: -5.5rem !important;*/
/*    }*/

/*    .ewm img {*/
/*        height: 4rem !important;*/
/*    }*/

/*    .footerbox {*/
/*        height: auto !important;*/
/*    }*/

/*    .footer-t-r .li {*/
/*        padding-bottom: 5px !important;*/
/*    }*/

/*    .footer-b {*/
/*        padding: 0 0.5rem !important;*/
/*    }*/

/*    .footer-ewm {*/
/*        width: 2rem !important;*/
/*        height: 2rem !important;*/
/*        margin-right: 5px;*/
/*    }*/

/*    .footer-main-b {*/
/*        position: relative;*/
/*        z-index: 5;*/
/*    }*/

/*    .footer-b div {*/
/*        height: auto !important;*/
/*        font-size: 12px !important;*/
/*        padding-top: 10px;*/
/*        padding-bottom: 10px;*/
/*    }*/

/*    .footer-main-t {*/
/*        position: relative;*/
/*        z-index: 5;*/
/*    }*/

/*    .footer-ewm svg {*/
/*        width: 1.5rem !important;*/
/*        height: auto !important;*/
/*    }*/

/*    .footer-t {*/
/*        padding: 70px 3rem 0 3.25rem !important;*/
/*    }*/

/*    .footer-t-r {*/
/*        margin-top: 20px;*/
/*    }*/

/*    .li-t {*/
/*        font-size: 20px !important;*/
/*    }*/

/*    .li-b .li {*/
/*        font-size: 14px !important;*/
/*        width: 120px !important;*/
/*    }*/

/*    .footer-t-r .ul {*/
/*        width: auto !important;*/
/*        padding-right: 0 !important;*/
/*    }*/

/*    .li-b {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*    }*/

/*    .footer-t-r {*/
/*        flex-direction: column;*/
/*    }*/

/*    .footer-t {*/
/*        flex-direction: column;*/
/*    }*/

/*    .footer-t-l {*/
/*        height: auto !important;*/
/*        width: auto !important;*/
/*    }*/

/*    .footer-background {*/
/*        width: 100%;*/
/*        height: 100% !important;*/
/*    }*/

/*    .footer-background img {*/
/*        width: 100% !important;*/
/*        height: 100% !important;*/
/*    }*/

/*    .footer-main-b-top p {*/
/*        font-size: 14px !important;*/
/*    }*/

/*    .footer-main-b-top p span {*/
/*        font-size: 16px !important;*/
/*    }*/

/*    .footer-main-b-buttom p {*/
/*        font-size: 14px !important;*/
/*    }*/

/*    .footer-main-b-buttom p span {*/
/*        font-size: 16px !important;*/
/*    }*/
/*}*/

.icp:hover {
    cursor: pointer;
}

.footer-ewm {
    position: relative;
}

.footer-ewm:hover .ewm {
    display: flex;
}

.ewm {
    position: absolute;
    top: -1.5rem;
    display: none;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ewm img {
    height: 1.25rem;
}

.footer-main-t {
    position: relative;
    z-index: 400;
}

.footer-b div {
    font-family: 'Alibaba PuHuiTi-Regular';
}

.footer-main-b-top {
    font-family: 'Alibaba PuHuiTi-Medium';
}

.footer-main-b-buttom {
    font-family: 'Alibaba PuHuiTi-Medium';
}

.li-b .li {
    font-family: 'Alibaba PuHuiTi-Regular';
}

.li-t {
    font-family: 'Alibaba PuHuiTi-Medium';
}

.li:hover {
    cursor: pointer;
}

.footerbox {

    width: 100%;
    background: url(../img/footer.png);
    background-color: #000;
    background-size: cover !important;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-t {
    padding: 2.375rem 3rem 0.6rem 3.25rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer-t-l {

    width: calc(100% - 11rem);
    position: relative;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.footer-background img {
    height: 100%;
    width: 100%;
}


.footer-main-t {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0.5rem 0 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);

    height: 1rem;
    box-sizing: border-box;
}

.footer-logo {
    display: flex;
}

.footer-ewm {
    height: 0.5rem;
    width: 0.5rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-ewm svg {
    width: 0.3rem;
    height: 0.25rem;
}

.footer-main-b {
    padding: 0.5rem;
    font-size: 0.2rem;
}

.footer-main-b p {
    color: gray;
    margin: 16px 0 !important;
}

.footer-main-b p span {
    color: #fff;
}

.footer-t-r {
    display: flex;
}

.footer-t-r .ul {
    padding-right: 0.6rem;
    width: 1.5rem;
}

.footer-t-r .ul:last-child {
    padding-right: 0rem !important;
}

.footer-t-r .li {
    padding-bottom: 0.6rem;
    font-size: 0.25rem;
    color: rgba(255, 255, 255, 0.4);
}

.footer-t-r .li-t {
    padding-bottom: 0.8125rem;
    color: #ffffff;
    font-size: 0.3rem;
}

.footer-b {
    padding: 0 3.25rem;
}

.footer-b-box {
    height: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid gray;
    color: #fff;
}

.footer-b-box div {
    padding-left: 1rem;
    font-size: 12px;
}









.pagation{
    margin-top: 0.3rem;
}
.pagination button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination .right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination span[data-v-2a716742],
.pagination button {
    margin: 0 0.066667rem;
    background-color: #fff;
    outline: none;
    border-radius: 0.026667rem;
    padding: 0 0.053333rem;
    vertical-align: top;
    display: inline-block;
    font-size: 0.225rem;
    min-width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    border-radius: 0.066667rem 0.066667rem 0.066667rem 0.066667rem;
    opacity: 1;
    border: 0.013333rem solid #D9E3EF;
}
.pagination button>img{
    vertical-align: middle;
}
.pagination span {
    cursor: none !important;
    background-color: unset !important;
}

.pagination .active {
    background-color: #144297;
    color: #fff;
    cursor: unset;
}

.pagination {
    text-align: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
    justify-content: center;
}









.el-select {
    display: block;
    position: relative;
    font-size: .186667rem;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 0.053333rem;
    border: 0.013333rem solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 0.533333rem;
    line-height: 0.533333rem;
    outline: 0;
    padding: 0 0.2rem;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    font-size: .186667rem;
}

.el-select i{
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/pagation_icon.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
    transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.el-select ul {
    display: none;
    border: .013333rem solid #e4e7ed;
    border-radius: .053333rem;
    background-color: #fff;
    box-shadow: 0 .026667rem .16rem 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: .08rem 0;
    position: absolute;
    top: 130%;
    min-width: 127.188px;
}
.el-select ul.act{
    display: block;
}
.el-select ul::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " ";
    border-width: .08rem;
    top: -5px;
    margin-left: 30px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.el-select ul li {
    font-size: .186667rem;
    padding: 0 .266667rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: .453333rem;
    line-height: .453333rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.el-select ul li:hover{
    background-color: #f5f7fa;
}
.el-select ul li.selected {
    color: #409eff;
    font-weight: 700;
    background-color: #f5f7fa;
}











/* 分页 */
@media (max-width: 1042px) {
    .pagination button {
        height: 26px;
        width: 26px;
        margin: 2px;
        font-size: 15px;
    }
}

@media (max-width: 1042px) {
    .ewm {
        top: -3.5rem !important;
        display: none;
    }

    .ewm img {
        height: 3rem !important;
        box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, 0.2);
    }

    .footerbox {
        height: auto !important;
    }

    .footer-t-r .li {
        padding-bottom: 5px !important;
    }

    .footer-b {
        padding: 0.3rem 0.5rem;
    }

    .footer-ewm {
        width: 1rem !important;
        height: 1rem !important;
        margin-right: 5px;
    }

    .footer-main-b {
        position: relative;
        z-index: 5;
    }

    .footer-main-t {
        height: 1.4rem !important;
    }

    .footer-ewm svg {
        width: 0.7rem !important;
        height: auto !important;
        right: auto;
        top: auto;
    }
    .footer-ewm .ewm svg{
        position: relative;
        bottom: 10px;
    }
    .footer-t {
        padding: 70px 3rem 0 3.25rem !important;
    }

    .footer-t-r {
        margin-top: 20px;
    }

    .li-t {
        font-size: 16px !important;
    }

    .li-b .li {
        font-size: 13px !important;
        width: 25% !important;
    }

    .footer-t-r .ul {
        width: auto !important;
        padding-right: 0 !important;
        padding-bottom: 0.2rem;
    }

    .li-b {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-t-r {
        flex-direction: column;
    }

    .footer-t {
        padding: 0.4rem !important;
        flex-direction: column;
    }
    .footer-b div{
        flex-wrap: wrap;
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 0.1rem 0;
        height: auto !important;
        font-size: 12px !important;
    }
    .footer-t-l {
        height: auto !important;
        width: auto !important;
    }

    .footer-background {
        width: 100%;
        height: 100% !important;
    }

    .footer-background img {
        width: 100% !important;
        height: 100% !important;
    }

    .footer-main-b-top p {
        font-size: 14px !important;
    }

    .footer-main-b-top p span {
        font-size: 16px !important;
    }

    .footer-main-b-buttom p {
        font-size: 13px !important;
    }

    .footer-main-b-buttom p span {
        font-size: 14px !important;
    }
    .footer-b div a{
        text-align: center;
    }
}







