#header{
    height: 470px;
    background: #7EADBD url("../img/wallet/bg-top.png") no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

nav{
    transition: all .2s ease-in-out;
    background-color: transparent;
}
.nav a{
    color: #FFFFFF;
}
#header nav ul li a.btn:hover{
    background-color: #c12e2a;
}
#fold{
    position: relative;
}
.navbar-scroll-wallet{
    background-color: #fff;
    border-bottom: 1px solid #e7eaec;
    transition: all .2s ease-in-out;
}
#header .logo{
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
#header .logo img{
    height: 50px;
}
#header .logo span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 8px;
    border-left: 2px solid rgba(140,140,140,.8);
    font-size: 18px;
    color: rgba(255,255,255,.8);
    padding: 0 8px;
}
#header .navbar-scroll-wallet .logo span{
    color: rgba(0,0,0,.8);
}
#header ul.nav a.btn-login{
    background-image: linear-gradient(to bottom, #fbfbfb 0, #dedede 100%);
    background-repeat: repeat-x;
    border-color: #bdbdbd;
    color: #D82D42;
    font-weight: bold;
}
#header ul.nav a.btn-login:hover{
    background-image: linear-gradient(to bottom, #fff 0, #fbfbfb 100%);
}
#header .nav a.btn{
    color: #FFFFFF;
    margin: 22px 10px 22px 22px;
    padding: 7px 30px;
}
#header ul.nav a.mar-right-left-0{
    margin-right: 0;
    margin-left: 0;
}

#header>div.container{
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
}
dt{
    font-size: 36px;
    color: #FFF;
    font-weight: normal;
}
dd{
    font-size: 17px;
    color: #ffffff;
}
.red{
    color: #CF433F;
}
dd>p{
    width: 24px;
    height: 16px;
    border-bottom: 2px solid #FFF;
}
dd:last-child{
    margin-top: 36px;
}
#header dd .btn_register{
    padding: 8px 30px;
    background-color: transparent;
    color: white;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}
#header dd .btn_register:hover,
#header dd .btn_register:focus{
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    border: 1px solid #c12e2a;
    color: #FFFFFF;
}

#func h2+p{
    font-size: 15px;
}
.con-hover{
    padding: 15px;
    transition: box-shadow .2s;
}
.con-hover:hover{
    box-shadow: 0 3px 16px -2px rgba(0,0,0,.6);
    transition: box-shadow .2s;
}
.img-wrap{
    height: 69px;
    margin-bottom: 28px;
}
h3{
    font-size: 18px;
}
.mar-bottom{
    margin-bottom: 60px;
}
.mar-top{
    margin-top: 40px;
}
#middle{
    height: 398px;
    background: #7EADBD url("../img/wallet/bg-middle.png") no-repeat;
    background-size: cover;
    margin-bottom: 54px;
}
#middle p{
    font-size: 16px;
    font-weight: 500;
}
.flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.privilege1, .privilege2{
    height: 331px;
    background-size: cover;
    padding: 30px 40px;
    color: #ffffff;
    margin-bottom: 54px;
}
.privilege1{
    background: #7EADBD url("../img/wallet/bg-privilege1.png") no-repeat;
}
.privilege2{
    background: #7EADBD url("../img/wallet/bg-privilege2.png") no-repeat;
    position: relative;
}

.big{
    font-size: 26px;
}
.btn{
    padding: 6px 24px;
}
.col-xs-12 span{
    font-size: 16px;
}
.flex-box-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.left-red{
    display: inline-block;
    width: 10px;
    height: 24px;
    margin-right: 4px !important;
    border-left: 2px solid rgb(218,64,60);
}
.privilege1 span{
    margin-right: 12px;
}
.mar-bottom-32{
    margin-bottom: 32px;
}
.mar-bottom-48{
    margin-bottom: 48px;
}
.mar-top-253{
    position: absolute;
    top: 253px;
    left: 0;
    right: 0;
    margin: 0;
}
.mar-top-253 .col-xs-12{
    padding: 12px 15px;
    background-color: rgba(0,0,0,0.5);
    filter: alpha(opacity=50);
}

@media (max-width: 767px) {
    /*导航开始*/
    .navbar-toggle{
        margin: 14px 20px 0 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-scroll-wallet .navbar-toggle .icon-bar{
        background-color: #676a6c;
    }
    #header div.logo{
        top: 50%;
        margin-top: -20px;
        left: 15px;
        height: 40px;
        line-height: 40px;
    }
    #header .logo span{
        height: 40px;
        line-height: 40px;
    }
    #header .logo > img{
        height: 40px;
    }
    #fold{
        position: absolute;
        top: 50px;
        width: 100%;
        margin: 0 -15px;
        background: #FFFFFF;
        text-align: center;
    }
    .navbar-nav{
        margin: 0;
    }
    #header ul.nav a.btn {
        margin: 10px;
    }
    div.collapse.in .nav a{
        color: #676A6C;
    }
    /*导航结束*/
    dt, h2{
        font-size: 26px;
    }
    h3{
        text-align: center;
    }
    .img-wrap{
        text-align: center;
    }
    .big{
        font-size: 18px;
    }
    .privilege1 .left-red{
        height: 16px;
        margin-right: 4px;
    }
    .col-xs-12 span{
        font-size: 14px;
    }
    .mar-top-253{
        font-size: 10px;
    }
    .container{
        width: auto;
    }
    .table-responsive{
        margin-bottom: 0;
    }
    .table-responsive>.table-bordered>tfoot>tr>td:first-child{
        border-top: 1px solid #ddd;
    }
}
@media (min-width: 1200px) {
    .container{
        width: 1170px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container{
        width: 970px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container{
        width: 750px;
    }
}
.modal-content{
    border-radius: 0;
}
.privilege1 .modal{
    color: #333;
}
.table{
    margin-bottom: 0;
}
.table-bordered{
    border: none;
}
.modal .table thead{
    background-color: #CF433F;
    color: #fff;
}
.modal .table p{
    margin: 10px 0;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr:last-child>td,
.table-bordered>tfoot>tr>td{
    font-weight: normal;
    padding-top: 14px;
    padding-bottom: 14px;
}
.table-bordered>thead>tr>th,
.table-bordered>tfoot>tr>td{
    border: none;
}
.table-bordered>tbody>tr>td:first-child{
    border-left: none;
}
.table-bordered>tbody>tr>td:last-child{
    border-right: none;
}
.table>tbody>tr>td{
    vertical-align: middle;
}

#footer{
    padding: 50px 0;
    background: url(../img/word_map.png) center center no-repeat;
    background-color: #F3F3F4;
}
.icon-police {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 6px;
    background: url(../img/icon-police.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}
#footer a.btn{
    color: #fff;
}
a,a:link{
    color: #222222;
}

