.l {
    float: left
}

.r {
    float: right
}

.cl {
    clear: both
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    *zoom: 1
}

.z {
    _zoom: 1
}

.cleargap {
    font-size: 0;
    -webkit-text-size-adjust: none
}

.container {
    width: 1200px;
    margin: 0 auto
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, div, dl, dd {
    margin: 0;
    word-wrap: break-word;
    word-break: normal
}

button {
    font-family: Microsoft YaHei
}

h4, h5, h6 {
    font-size: 1em
}

ul, ol {
    padding: 0;
    list-style-type: none
}

a img, img {
    border: 0
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

ul, ol, li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, button {
    border: none;
    padding: 0
}

td, th {
    padding: 0
}

select, input, button {
    outline: none
}

textarea, input[type='text'] {
    font-family: inherit;
    -webkit-appearance: none
}

em, i, b {
    font-style: normal;
    font-weight: normal
}

.integral-title {
    height: 32px;
    line-height: 33px;
    border-bottom: 1px solid #f5f5f5;
    color: #999;
    font-size: 12px
}

.integral-title .left span {
    color: #0091ff
}

.integral-title li {
    float: left;
    margin-left: 24px
}

.integral-title li a {
    color: #a5a5a5
}

.integral-title li:hover a {
    color: #0091ff
}

.integral-header {
    margin-top: 20px
}

.integral-header .logo {
    width: 331px;
    height: 49px;
    margin-right: 30px
}

.integral-header input {
    border: 2px solid #0091ff;
    width: 100%;
    padding-left: 40px;
    height: 45px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.integral-header .search {
    position: relative;
    width: 580px
}

.integral-header .search:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/search.png");
    position: absolute;
    left: 10px;
    top: 14px
}

.integral-header .search span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 80px;
    height: 45px;
    background-color: #0091ff;
    color: #fff;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    font-size: 14px
}

.integral-header .procedure {
    width: 570px;
    margin-top: 20px;
    border-top: 1px solid #eee;
    position: relative
}

.integral-header .procedure li {
    position: absolute;
    top: -20px;
    text-align: center
}

.integral-header .procedure li em {
    display: inline-block;
    background: #fff;
    padding: 0 12px
}

.integral-header .procedure li span {
    display: inline-block;
    height: 36px;
    width: 36px;
    padding: 0 11px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.integral-header .procedure li p {
    margin-top: 15px;
    color: #333;
    font-size: 14px
}

.integral-header .procedure .item2 {
    left: 170px
}

.integral-header .procedure .item3 {
    right: 165px
}

.integral-header .procedure .item4 {
    right: 0
}

.integral-header .procedure .on span {
    background-color: #0091ff;
    border: 1px solid #0091ff;
    color: #fff
}

.integral-header .procedure .on p {
    color: #0091ff
}

.integral-tabs {
    margin-top: 20px;
    position: relative
}

.integral-tabs > ul > li {
    float: left;
    width: 150px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    line-height: 45px
}

.integral-tabs > ul > li:first-child {
    width: 200px;
    margin-right: 50px
}

.integral-tabs > ul > li:hover a {
    color: #0091ff
}

.integral-tabs > ul > li:last-child {
    margin-right: 0
}

.integral-tabs .active {
    font-weight: bold;
    background-color: #0091ff
}

.integral-tabs .active a {
    color: #fff
}

.integral-tabs .active:hover a {
    color: #fff
}

.integral-tabs_type {
    position: absolute;
    width: 200px;
    height: 360px;
    left: 0;
    top: 45px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 37px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99
}

.integral-tabs_type li {
    margin-bottom: 35px
}

.integral-tabs_type li h4 {
    color: #fff;
    line-height: 19px;
    text-align: left;
    padding-left: 30px;
    position: relative
}

.integral-tabs_type li h4 a {
    color: #fff
}

.integral-tabs_type li h4 i {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 20px;
    height: 22px
}

.integral-tabs_type li h4 .icon1 {
    background: url("../images/tabs-icon1.png") center no-repeat
}

.integral-tabs_type li h4 .icon2 {
    background: url("../images/tabs-icon2.png") center no-repeat
}

.integral-tabs_type li h4 .icon3 {
    background: url("../images/tabs-icon3.png") center no-repeat
}

.integral-tabs_type li h4 .icon4 {
    background: url("../images/tabs-icon4.png") center no-repeat
}

.integral-tabs_type li h4 em {
    position: absolute;
    display: block;
    right: 0;
    top: 3.5px;
    width: 7px;
    height: 12px;
    background: url("../images/right-arrow.png") no-repeat
}

.integral-tabs_type li .bottom {
    margin-top: 8px;
    padding-left: 30px
}

.integral-tabs_type li .bottom a {
    color: rgba(255, 255, 255, 0.502);
    font-size: 12px;
    margin-right: 10px
}

.integral-footer {
    background-color: #091830;
    padding: 45px 0;
    color: #6c7076;
    font-size: 12px
}

.integral-footer .top {
    padding-bottom: 40px
}

.integral-footer .top dl {
    float: left;
    margin-right: 40px
}

.integral-footer .top dl dt {
    color: #fcfcfc;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px
}

.integral-footer .top dl dd {
    margin-bottom: 5px
}

.integral-footer .top .right > .l {
    color: #fcfcfc;
    font-size: 12px
}

.integral-footer .top .right > .l .tel {
    font-weight: bold
}

.integral-footer .top .right > .l .tel p {
    margin-top: 5px;
    font-size: 28px
}

.integral-footer .top .right > .l .timer {
    font-size: 12px;
    font-weight: normal;
    color: #6c7076
}

.integral-footer .top .right > .r {
    margin-left: 10px;
    width: 80px;
    height: 80px;
    padding: 8px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.integral-footer .top .right > .r img {
    width: 100%;
    height: 100%
}

.integral-footer .bottom {
    border-top: 1px solid #6c7076;
    padding: 40px 0 0;
    text-align: center
}

.integral-footer .bottom a {
    color: #6c7076
}

.integral-footer .bottom a:hover {
    color: #fcfcfc
}

.integral-sidebar {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 999;
    width: 70px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: -1px 0px 10px 0px #e6e6e6
}

.integral-sidebar .item {
    width: 66px;
    text-align: center;
    font-size: 12px;
    color: #333;
    padding: 12px 0;
    cursor: pointer
}

.integral-sidebar .item a {
    display: block
}

.integral-sidebar .item > p {
    margin-top: 5px
}

.integral-sidebar .item .img {
    display: none;
    width: 134px;
    height: 143px;
    background: url("../images/wecatBg.png")
}

.integral-sidebar .integral-return {
    display: none;
    cursor: pointer
}

.integral-sidebar .service {
    position: relative
}

.integral-sidebar .service .img {
    position: absolute;
    left: -140px;
    top: 10px;
    text-align: left
}

.integral-sidebar .service .img img {
    margin: 10px 0 0 12px;
    width: 102px;
    height: 102px
}

.integral-sidebar .service .img p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 24px
}

.integral-sidebar .service:hover .img {
    display: block
}

.integral-top {
    line-height: 55px;
    font-size: 12px;
    color: #999;
    position: relative;
    padding-left: 19px
}

.integral-top a {
    color: #999
}

.integral-top a:hover {
    color: #333
}

.integral-top span {
    position: absolute;
    display: block;
    width: 13px;
    height: 16px;
    left: 0;
    top: 18px;
    background: url("../images/adress.png")
}

.integral-pages {
    text-align: center;
    margin: 10px 0 0
}

.integral-pages ul {
    display: inline-block;
    margin-bottom: 30px
}

.integral-pages a {
    float: left;
    line-height: 34px;
    height: 34px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    min-width: 38px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.integral-pages a:last-child {
    margin-right: 0
}

.integral-pages a:hover {
    border: 1px solid #0091ff;
    color: #0091ff
}

.integral-pages .current {
    background-color: #0091ff;
    border: 1px solid #0091ff;
    color: #fff
}

.integral-pages .current:hover {
    color: #fff
}

.integral-pages .on {
    color: #999
}

.integral-pages input {
    width: 38px;
    height: 34px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin: 0 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.integral-pages:hover {
    border: 0
}

.integral-wares_border {
    border-bottom: 2px solid #0091ff
}

.integral-footer {
    margin-top: 90px
}

.integral-userOrder {
    margin-top: 20px
}

.integral-userOrder_sidebar {
    width: 238px;
    border: 1px solid #eee;
    border-bottom: 0
}

.integral-userOrder_sidebar .title {
    text-align: center;
    line-height: 52px;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    background-color: #f4f4f4;
    height: 52px;
    border-bottom: 1px solid #eee
}

.integral-userOrder_sidebar > ul > li {
    border-bottom: 1px solid #eee
}

.integral-userOrder_sidebar > ul > li a {
    padding: 22px 22px 22px 38px;
    display: block;
    font-size: 14px;
    color: #333
}

.integral-userOrder_sidebar > ul > li a:hover {
    color: #0091ff
}

.integral-userOrder_sidebar > ul > li a i {
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url("../images/user/icon1.png") center no-repeat;
    margin-right: 5px;
    vertical-align: -2px
}

.integral-userOrder_sidebar > ul > li a em {
    display: inline-block;
    background-color: #ff4c4b;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    margin-left: 6px
}

.integral-userOrder_sidebar > ul > li .active {
    color: #0091ff
}

.integral-userOrder_sidebar > ul > li .active i {
    background: url("../images/user/icon1_select.png") center no-repeat
}

.integral-userOrder_sidebar > ul > li .child {
    padding-left: 38px
}

.integral-userOrder_sidebar > ul > li .child a {
    padding: 0 0 22px 38px
}

.integral-userOrder_sidebar > ul > li .child .active {
    color: #0091ff
}

.integral-userOrder_sidebar > ul .icon2 a i {
    background: url("../images/user/icon2.png") center no-repeat
}

.integral-userOrder_sidebar > ul .icon2 .active {
    color: #0091ff
}

.integral-userOrder_sidebar > ul .icon2 .active i {
    background: url("../images/user/icon2_select.png") center no-repeat
}

.integral-userOrder_sidebar > ul .icon3 a i {
    background: url("../images/user/icon3.png") center no-repeat
}

.integral-userOrder_sidebar > ul .icon3 .active {
    color: #0091ff
}

.integral-userOrder_sidebar > ul .icon3 .active i {
    background: url("../images/user/icon3_select.png") center no-repeat
}

.integral-userOrder_sidebar > ul .icon4 a i {
    background: url("../images/user/icon4.png") center no-repeat
}

.integral-userOrder_sidebar > ul .icon4 .active {
    color: #0091ff
}

.integral-userOrder_sidebar > ul .icon4 .active i {
    background: url("../images/user/icon4_select.png") center no-repeat
}

.integral-userOrder_right {
    width: 944px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0 25px 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.integral-userOrder_right .title {
    height: 55px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
    line-height: 55px
}

.integral-userOrder_right .title span {
    display: inline-block;
    padding: 0 10px;
    line-height: 53px;
    border-bottom: 2px solid #0091ff
}

.integral-userOrder_right .tabs {
    margin: 20px 0 17px
}

.integral-userOrder_right .tabs li {
    margin-right: 38px;
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0 24px;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.integral-userOrder_right .tabs li a {
    display: block
}

.integral-userOrder_right .tabs li:hover {
    color: #0091ff
}

.integral-userOrder_right .tabs li:hover a {
    color: #0091ff
}

.integral-userOrder_right .tabs .active {
    color: #fff;
    background-color: #0091ff
}

.integral-userOrder_right .tabs .active a {
    color: #fff
}

.integral-userOrder_right .tabs .active:hover {
    color: #fff
}

.integral-userOrder_right .tabs .active:hover a {
    color: #fff
}

.integral-userInfo_tables .top {
    background-color: #f4f4f4;
    font-weight: bold
}

.integral-userInfo_tables .top .first {
    padding-left: 58px
}

.integral-userInfo_tables .item {
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #333
}

.integral-userInfo_tables .item ul {
    line-height: 46px;
    height: 46px
}

.integral-userInfo_tables .item li {
    float: left;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px
}

.integral-userInfo_tables .item li input {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    outline: none;
    font-weight: normal;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    margin: 0 20px
}

.integral-userInfo_tables .item li input[type='checkbox']:checked {
    background: url(../images/check.png) no-repeat center center #fff;
    background-size: 100% 100%
}

.integral-userInfo_tables .item .first {
    width: 590px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.integral-userInfo_tables .item .first em {
    cursor: pointer
}

.integral-userInfo_tables .item .timer {
    width: 200px
}

.integral-userInfo_tables .item .last {
    width: 88px
}

.integral-userInfo_tables .item .last span {
    color: #ff4c4b;
    cursor: pointer
}

.integral-userInfo_tables .active {
    color: #ccc
}

.integral-pages {
    padding-top: 45px
}

.inner-content {
    display: none;
    background-color: #fff5f3;
    padding: 20px;
    font-size: 12px;
    color: #333;
    line-height: 30px
}

.show {
    display: block
}

.integral-userInfo_operate {
    margin-top: 10px
}

.integral-userInfo_operate .l {
    font-size: 12px;
    color: #333
}

.integral-userInfo_operate input {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    outline: none;
    font-weight: normal;
    border: 1px solid #e5e5e5;
    vertical-align: -3px;
    margin: 0 10px 0 20px
}

.integral-userInfo_operate input[type='checkbox']:checked {
    background: url(../images/check.png) no-repeat center center #fff;
    background-size: 100% 100%
}

.integral-userInfo_operate .check {
    margin-top: 6px;
    cursor: pointer
}

.integral-userInfo_operate .operate {
    margin-left: 20px
}

.integral-userInfo_operate .operate select {
    padding-left: 20px;
    width: 90px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #eee;
    margin-right: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer
}

.integral-userInfo_operate .operate button {
    width: 90px;
    height: 28px;
    background-color: #0091ff;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

/*# sourceMappingURL=userInfo.css.map */
.integral-header .logo img {
    width: 100%;
    height: 100%;
}

.integral-footer .top dl dd a {
    color: #6c7076;
}