* {
    margin: 0;
    padding: 0;
    /*font-family: "PingFangSC-Thin","PingFang SC Thin","PingFang SC";*/
    box-sizing: border-box;
    font-family: "Microsoft YaHei UI";
}
a{
    text-decoration: none;
}

.form-control {
    display: block;
    padding: .06rem .12rem;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body{
    width: 100%;
    font-size: .14rem;
}
.flexLeft{
    display: flex;
    align-items: center;
}
.flexCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexBetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexAround{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.flexColumn{
    display: flex;
    flex-direction: column;
}
.flexColumnCenter{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flexEnd{
    display: flex;
    align-items: flex-end;
}






/**************************************************************************/
.footer-title{
    padding-top: .4rem;
    padding-bottom: .3rem;
    width: 100%;
}

.footer-title > div:nth-child(1){
    text-align: center;
    margin-bottom: 20px;
}
.footer-title > div:nth-child(1) a{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    padding: 0 .20rem;
    text-decoration: none;
}
.footer-title > div:nth-child(1) em{
    box-sizing: border-box;
    color: rgb(236, 236, 236);
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .14rem;
    font-style: italic;
    height: .20rem;
    line-height: .20rem;
    text-align: center;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


.footer-tips{
    text-align: center;
}
.footer-tips span{
    font-size: .12rem;
    color:#333333;
}
.footer-tips a{
    font-size: .12rem;
    color:#333333;
}
.footer-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-img img{
    width: 1.1rem;
    margin-right: .3rem;
}







.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask img{
    width: .5rem;

}
.tips {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.15rem 0.25rem;
    border-radius: 0.03rem;
}
@media (max-width: 1200px)
{
    body{
        width: 1200px;
        overflow-x: auto;
    }

}

.page {
    font-weight: 900;
    text-align: center;
    color: #888;
    margin: 20px auto 0;
    background: #f2f2f2;
}

.pagelist {
    font-size: 0;
    background: #fff;
    height: 50px;
    line-height: 50px;
}

.pagelist span {
    font-size: 14px;
}

.pagelist .jump {
    border: 1px solid #ccc;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

.pagelist .bgprimary {
    cursor: default;
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

.jumpinp input {
    width: 55px;
    height: 26px;
    font-size: 13px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.ellipsis {
    padding: 0px 8px;
}

.jumppoint {
    margin-left: 30px;
}

.pagelist .gobtn {}

.bgprimary {
    cursor: default;
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}
