/*-------------index.html-------------*/
.page_pc{
    display: none!important;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #333;
    background-color: #cce9ed;
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #000;
}
.nav_list{
    width: 100%;
    line-height: 50px;
}
.nav_item{
    float: left;
    width: 14.28%;
    text-align: center;
}
.nav_item a{
    color: #fff;
}
.history{
    position: relative;
}
.modal_history{
    display: none;
    position: absolute;
    top: 47px;
    left: calc((100% - 80px) / 2);
    width: 80px;
    line-height: 42px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #f0f3f8;
    box-shadow: -5px 5px 10px -4px #ddd, 5px 5px 10px -4px #ddd;
}
.modal_history a{
    display: inline-block;
    width: 100%;
    color: #333;
}
.modal_history:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #f0f3f8 solid;
}

/*center*/
.center{
    width: 100%;
    min-height: calc(100vh - 228px);
    padding-bottom: 50px;
    /*margin-top: 50px;*/
}

/*footer*/
.footer{
    width: 90%;
    color: #fff;
    padding: 15px 5% 80px 5% !important;
    font-size: 12px;
    line-height: 20px;
    background: url(../images/footer_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #000;
}
.footer a{
    color: #fff;
}
.footer_index{
    font-size: 13px;
    line-height: 28px;
    padding-bottom: 50px;
    background: url(../images/imagesM/footer_bg_41.png) no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
    background-color: #286378;
}
.footer_index .f_contact{
    margin-top: 20px;
}
.f_wxcode{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.f_wxcode p{
    margin-top: 6px;
}

/*tab*/
.footer_tab{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 6px 0;
    background-color: #fff;
    border-top: 1px #dcdddd solid;
}
.tab_item{
    float: left;
    width: 33.3333%;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
}
.tab_item a{
    color: #333;
}
.tab_item img{
    width: 22px;
}

/*piaochuang*/
.piaochuang{
    position: fixed;
    right: 10px;
    bottom: 30vh;
    z-index: 100;
    width: 75px;
    text-align: center;
}
.pc_bm,.pc_xb,.pc_qq{
    width: 75px;
    height: 36px;
    color: #fff;
    padding-top: 56px;
    margin-bottom: 3px;
    font-size: 14px;
    letter-spacing: 0;
    background: url(../images/pc_01.png) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 20px rgba(14, 46, 150, 0.3);
    border-radius: 10px;
}
.pc_xb{
    background-image: url("../images/pc_02.png");
}
.pc_qq{
    margin-bottom: 0;
    background-image: url("../images/pc_03.png");
}
.slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideLeft {
    0% {
        transform: translateX(150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

.slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideRight {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    100% {
        transform: translateX(150%);
        opacity: 1;
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(150%);
        opacity: 1;
    }
}

/*login*/
.login_center{
    background: url("../images/imagesM/login_bg.png") no-repeat;
    background-size: 100% auto;
}
.login_btn{
    width: 100%;
    margin: 0 auto;
    padding-top: 15vh;
    text-align: center;
}
.login_btn p:nth-child(1){
    font-size: 18px;
    color: #d44229;
}
.login_btn p:nth-child(2){
    font-size: 14px;
}
.login_btn img{
    width: 130px;
    margin-top: 25px;
}
.privacy{
    width: 100%;
    margin: 15px 0;
    color: #666;
    font-size: 13px;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy a{
    color: #666;
    text-decoration: underline;
}

.piaochuang {
    position: fixed;
    bottom: 30%;
    right: 10px;
    z-index: 10;
    width: 102px;
    height: 180px;
    text-align: center;
    background: url(../images/piaochuang.png) no-repeat;
    background-size: 100% auto;
}
.piaochuang a {
    display: inline-block;
    width: 102px;
    height: 46px;
    text-align: center;
    color: #fff;
    margin-top: 24px;
}
.piaochuang img {
    width: 55px;
    height: 55px;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 3px;
}