﻿
.boyiba{width:22.34%;position:fixed;top:11%;right:5%;z-index:100;}
.modal-dialogbg {
    display: none;
    background: rgba(0,0,0,0.6);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 98;
}

.modal-dialog {
    display: none;
    position: fixed;
    top: 150px;
    left: 50%;
    width: 280px;
    margin-left: -140px;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.modal-content {
    background: #f8f9fa;
}

.modal-body {
    border: 2px solid #fff;
    border-bottom: 1px solid #d8dadd;
    padding: 20px;
    text-align: center;
}

.modal-footer {
    box-sizing: border-box;
    border: 2px solid #fff;
}

#sure {
    width: 106px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    display: block;
    background: #f82a15;
    margin: 5px auto;
    color: #fff;
    font-weight: bold;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    z-index: 99;
    background: #fff;
}

.headerContainer {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
}

.back {
    width: 30px;
    padding:10px 5px;
}

.headertitle {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    line-height:45px;
    text-align: center;
}

.home {
    width: 30px;
    padding:10px 5px;
}

    .back img, .home img {
        width: 20px;
    }

.mainContainer {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}
