.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-order {
    margin-top: 30px
}

.integral-order_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
    font-weight: normal
}

.integral-order_address li {
    float: left;
    margin-right: 28px;
    width: 284px;
    /*height: 143px;*/
    border: 1px solid #EEE;
    padding: 0 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #333
}

.integral-order_address li:hover {
    border: 2px solid #ff4c4b
}

.integral-order_address li h5 {
    line-height: 42px;
    border-bottom: 1px solid #eee
}

.integral-order_address li p {
    margin-top: 10px;
    line-height: 22px
}

.integral-order_address li .bottom {
    color: #1474bd;
    margin-top: 10px
}

.integral-order_address li .bottom span {
    cursor: pointer;
    margin-right: 15px
}

.integral-order_address .active {
    border: 2px solid #ff4c4b;
    position: relative
}

.integral-order_address .active:hover {
    border: 2px solid #ff4c4b
}

.integral-order_address .active i {
    display: block;
    position: absolute;
    background: url("../images/pair.png");
    width: 24px;
    height: 22px;
    right: 0;
    bottom: 0
}

.integral-order_address button {
    margin-top: 20px;
    width: 87px;
    height: 30px;
    border: 1px solid #c4c6cf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer
}

.integral-order_gift {
    margin-top: 45px
}

.integral-order_gift li {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #eee
}

.integral-order_gift li table {
    width: 100%
}

.integral-order_gift li .bottom {
    padding: 18px 22px;
    background-color: #fff5f3
}

.integral-order_gift li .bottom span {
    margin-top: 15px;
    display: block;
    width: 85px;
    font-size: 12px;
    color: #333
}

.integral-order_gift li .bottom textarea {
    width: 1070px;
    background-color: #fff;
    height: 65px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    resize: none
}

.integral-order_gift li td {
    min-width: 150px
}

.integral-order_gift li thead {
    border-bottom: 1px solid #eee;
    background-color: #fcfcfc
}

.integral-order_gift li thead tr {
    height: 40px;
    line-height: 40px
}

.integral-order_gift li thead tr td {
    text-align: center
}

.integral-order_gift li thead tr th {
    font-weight: normal;
    padding: 0 20px 0 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.integral-order_gift li th {
    text-align: left
}

.integral-order_gift li tbody tr th {
    padding: 20px
}

.integral-order_gift li tbody tr th img {
    width: 94px;
    height: 94px;
    border: 1px solid #eee
}

.integral-order_gift li tbody tr th p.l {
    margin-left: 18px;
    font-weight: normal;
    width: 315px;
    line-height: 22px;
    font-size: 12px;
    color: #333
}

.integral-order_gift li tbody tr td {
    text-align: center
}

.integral-order_gift li tbody tr td > p.num {
    display: inline-block;
    width: 101px;
    height: 28px;
    border: 1px solid #e5e5e5
}

.integral-order_gift li tbody tr td > p.num i {
    display: block;
    text-align: center;
    line-height: 28px;
    width: 30px;
    height: 100%;
    font-size: 16px;
    cursor: pointer;
    background-color: #fafafa
}

.integral-order_gift li tbody tr td > p.num input {
    font-size: 14px;
    width: 41px;
    height: 100%;
    border: 0;
    line-height: 28px;
    text-align: center
}

.integral-order_gift li tbody tr td > p.num input:disabled {
    background-color: #fff
}

.integral-order_gift li tbody tr td span {
    color: #ff4c4b;
    font-size: 12px
}

.integral-order_gift li tbody tr td b {
    color: #ff4c4b;
    font-size: 12px;
    font-weight: bold
}

.integral-order_gift .submit {
    margin-top: 34px;
    color: #fff;
    font-size: 16px;
    background: #ff4c4b;
    width: 202px;
    height: 46px;
    cursor: pointer
}

.integral-order_num {
    margin-top: 30px;
    line-height: 80px;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #eee
}

.integral-order_num span {
    color: #ff4c4b
}

.integral-order_num b {
    color: #ff4c4b;
    font-size: 18px;
    font-weight: bold
}

.integral-order_popup {
    display: none;
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%); !* IE 9 *!*/
    /*-moz-transform: translate(-50%, -50%); !* Firefox *!*/
    /*-webkit-transform: translate(-50%, -50%); !* Safari 和 Chrome *!*/
    /*-o-transform: translate(-50%, -50%); !* Opera *!*/
    /*width: 590px;*/
    /*height: 500px;*/
    /*border: 4px solid #a0a0a0;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.integral-order_popup .title {
    height: 34px;
    background-color: #f3f3f3;
    padding-left: 16px;
    line-height: 34px;
    font-size: 14px;
    color: #333
}

.integral-order_popup .content {
    padding: 50px
}

.integral-order_popup .content .item {
    margin-bottom: 12px
}

.integral-order_popup .content .item span {
    display: block;
    width: 90px;
    height: 32px;
    color: #666;
    font-size: 12px;
    line-height: 32px
}

.integral-order_popup .content .item span i {
    color: #ff4c4b;
    vertical-align: -2px;
    margin-right: 6px;
    display: inline-block
}

.integral-order_popup .content .item p.l {
    width: 345px
}

.integral-order_popup .content .item input {
    width: 100%;
    border: 1px solid #eee;
    height: 32px;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.integral-order_popup .content .item select {
    border: 1px solid #eee;
    height: 32px
}

.integral-order_popup .content .item textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 12px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.integral-order_popup .content .item button {
    margin-top: 25px;
    width: 88px;
    height: 32px;
    background-color: #0091ff;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

/*# sourceMappingURL=order.css.map */
.integral-order_popup .title span {
    margin: 9px 16px 0 0;
    width: 13px;
    height: 13px;
    display: block;
    background: url('../images/wrong.png') center no-repeat;
    cursor: pointer;
}

.integral-header .logo img {
    width: 100%;
    height: 100%;
}

.integral-footer .top dl dd a {
    color: #6c7076;
}

.order-popup_account {
    display: none;
    width: 500px;
    height: 360px;
    background-color: #fff;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.order-popup_account h2 {
    font-size: 14px;
    color: #333;
    padding: 25px 0 15px;
    font-weight: normal;
    position: relative;
}

.order-popup_account h2 span {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/wrong.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: -12px;
    top: 25px;
}

.order-popup_account li {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.order-popup_account li:hover {
    border: 1px solid #0f9fff;

}

.order-popup_account li h4 {
    font-weight: normal;
    color: #666;
    font-size: 14px;
}

.order-popup_account li.active {
    border: 1px solid #0f9fff;
    position: relative;
}

.order-popup_account li.active:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../images/dui.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 32px;
    height: 27px;
    bottom: 0;
    right: 0;
}

.order-popup_account li.active h4, .order-popup_account li.active p, .order-popup_account li:hover h4, .order-popup_account li:hover p {
    color: #0f9fff;
}

.order-popup_account li p {
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.order-popup_account .btn {
    margin-top: 30px;
    text-align: center;
}

.order-popup_account button {
    width: 150px;
    height: 40px;
    border: 1px solid #0f9fff;
    color: #0f9fff;
    font-size: 14px;
    background-color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
}

.order-popup_account button.noselect {
    background-color: #cccccc;
    border: 1px solid #cccccc;
    color: #fff;
}

.order-popup_account button.noselect:hover {
    background-color: #cdc8c8;
}

.order-popup_account button:hover {
    background-color: #0f9fff;
    color: #fff;
}

.order_xnpopup {
    display: none;
    padding: 20px 30px;
}

.order_xnpopup .item {
    margin-bottom: 20px;
}

.order_xnpopup .left {
    height: 32px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

.order_xnpopup .right {
    width: 290px;
}

.order_xnpopup input {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.order_xnpopup textarea {
    display: block;
    width: 100%;
    height: 80px;
    padding: 12px;
    font-size: 14px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #eee !important;
}

.order_xnpopup button {
    width: 88px;
    height: 32px;
    background-color: #0091ff;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.order_xnpopup button:hover {
    opacity: .9;
}