.wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 45px 0 0 0;
    display: flex;
    display:-webkit-flex;
    flex-direction:column;
    min-height:100vh;
}
.content{flex: 1;}
.wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.header {
    background: #008fdd;
    height: 45px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.header img {
    height: 34px;
    float: left;
    margin: 6px 0 0 6px
}

.header .userDiv {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 10px;
    top: 12px;
    background: url('../images/icon.png') no-repeat;
    background-size: 250px;
    background-position: 0 0
}

.header .userDiv:hover, .header .userDiv.hover {
    background-position: -29px 0
}

.indexBanner {
    width: 100%;
    height: 83px;
    overflow: hidden
}

.indexBanner img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_middle {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #d7d7d7;
    zoom: 1;
    background: #fff;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.middle:after {
    content: "";
    display: block;
    clear: both;
}

.home_list {
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    zoom: 1;

}

.home_list:after {
    content: "";
    display: block;
    clear: both;
}

.home_list li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.home_list li:last-child {
    border: none;
}

.home_img {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;

}

/*.home_img:after {*/
    /*content: '';*/
    /*width: 35px;*/
    /*height: 35px;*/
    /*background: url("../images/icon.png") no-repeat;*/
    /*background-size: 240px;*/
    /*position: absolute;*/
    /*display: block;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin-left: -18px;*/
    /*margin-top: -18px*/
/*}*/
.home_img:after {
    content: '';
    width: 35px;
    height: 35px;
    background: url("../images/indexNavIco.png") no-repeat;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px
}

.home_img.icon1:after {
    background-position: 0 0;
}

.home_img.icon2:after {
    background-position: -35px 0;
}

.home_img.icon3:after {
    background-position: -70px 0;
}

.home_title {
    line-height: 25px;
    text-align: center;
    font-weight: normal;
}

.indexBox {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.indexBox .title {
    width: 100%;
    height:40px;
    position: relative;
    overflow: hidden;
    line-height:40px
}

.indexBox .title h2 {
    float: left;
    color: #555;
    font-size: 14px;
    height:40px;
    line-height: 40px;
}

.indexBox .title h2:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #008fdd;
    vertical-align: top;
    margin: 10px 5px 0 0;
}

.indexBox .title .moreInk {
    position: absolute;
    right: 0px;
    top: 0px;
    height:40px;
    color: #008fdd;
    overflow: hidden;
    font-size:14px;
    line-height: 40px;
}

.indexBox .title .moreInk:after{
    content: '';
    width:5px;
    vertical-align: top;
    display: inline-block;
    height: 5px;
    border-top: 1px solid #008fdd;
    border-right: 1px solid #008fdd;
    transform: rotate(45deg);
    margin:16px 2px 0 3px
}


.indexBox .imgDiv {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.indexBox .imgDiv img {
    width: 100%;
    height:100%;
    display: block;
}

.indexBox .imgDivUp {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, .6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, .6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

.indexBox .imgDivUp h3 {
    text-align: center;
    font-size: 16px;
    width: 100%;
    color: #fff;
}

.indexBox .imgDivUp p {
    width: 100%;
    text-align: center;
    margin-top:15px;
    color: #fff;
}

.indexBox .imgDivUp .inTxt{
    width:100%;
    text-align: center;
    height:90px;
    position:absolute;
    margin-top:-45px;
    top:50%;
}


.indexBox .imgDivUp p span {
    margin: 0 5px;
}

.cd-nav {
    position: fixed;
    z-index: 1002;
    top: 0;
    height: 100%;
    background: #32a4e3 url("../images/userBg.jpg") no-repeat;
    -webkit-background-size:;
    background-size: 100%;
    width: 70%;
    right: -70%;
    /*visibility: hidden;*/

}

.cd-half-block {
    width: 100%;
    overflow: hidden;
}

.cd-half-block .userName {
    margin: 30px 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #878787;
}

.cd-half-block .userName em {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    background: url("../images/icon.png") no-repeat;
    background-size: 250px;
    background-position: -65px -130px;
    margin-right: 8px;
}

.cd-half-block .userName span {
    line-height: 30px;
    color: #888;
}

.cd-half-block .userName i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background: url("../images/icon.png") no-repeat;
    background-position: -46px -168px;
    margin-left:5px
}

.userShow {
    padding: 0 8%
}

.userShow dl {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    line-height: 30px;
    overflow: hidden;
}

.userShow dl dt {
    float: left;
    margin-right: 10px;
    color: #fff;
}

.userShow dl dt span {
    color: #ffc045;
}

.userShow dl dt a {
    text-decoration: underline;
    color: #fff;
}

/*.userShow dl dt:last-child {*/
    /*float: right*/
/*}*/

.userShow ul {

}

.userShow ul li {
    overflow: hidden;
    height: 25px;
    margin-top:19px;
}

.userShow ul li a {
    color: #fff;
    overflow: hidden;
    line-height: 25px;
    display: block;
}

/*.userShow ul li a:before {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 26px;*/
    /*height: 25px;*/
    /*background: url("../images/icon.png") no-repeat;*/
    /*background-size: 260px;*/
    /*vertical-align: top;*/
    /*margin-right: 7px;*/
/*}*/
.userShow ul li a:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 25px;
    background: url("../images/indexMerber.png") no-repeat;
    vertical-align: top;
    margin-right: 7px;
}

.userShow ul li a.policy:before {
    background-position: 0 0;
}

.userShow ul li a.collect:before {
    background-position: -26px 0;
}

.cd-nav .bottomP {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 10px;
}

.cd-nav .bottomP a {
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
}

.arrowRight {
    position: relative;
}

.arrowRight:after {
    content: '';
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(132deg);
    width: 6px;
    height: 6px;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -3px;
}

footer {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #008fdd;
}

footer p {
    color: #fff;
}

.mainBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    display: none;
}





