* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    color: #505050;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #505050;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

i {
    font-style: normal;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

textarea {
    outline: none;
}

button,
input {
    overflow: visible;
    outline: none;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tlc {
    text-align: center;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.mw1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.pd80 {
    padding-top: 80px;
}

.positonR {
    position: relative;
}

.footerbc {
    background: #595757;
}

.footerab {
    position: absolute !important;
}

.bgf9 {
    background: #f9f9f9
}

.mgb30 {
    margin-bottom: 30px !important
}

.mgb100 {
    margin-bottom: 100px !important
}

/* 头部  */
header {
    width: 100%;
    height: 80px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.header_nav {
    max-width: 1200px;
    margin: 0 auto;
    height: 80px;
    position: relative;
}

.header_nav img {
    width: 100%;
}

.header_nav_l {
    float: left;
    height: 100%;
    line-height: 80px;
    margin-left: 15px;
}

.header_nav_c {
    width: 760px;
    height: 100%;
    margin-left: 170px;
}

.header_nav_c li {
    float: left;
    width: 20%;
    height: 100%;
    line-height: 80px;
    text-align: center;
}

.header_nav_c a {
    color: #505050;
    transition: all 0.3s linear;
}

.header_nav_c a:hover {
    color: #b5000c;
}

.header_nav_r {
    margin-right: 15px;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.header_nav_r i {
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.header_nav_r i:hover {
    color: #b5000c;
}

.header_nav .active a {
    color: #b5000c;
}

.header_nav_c .line {
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    display: block;
    height: 2px;
    background: #b5000c;
    transition: all 0.3s linear;
}

.login_model {
    position: absolute;
    top: 130px;
    right: -35px;
    width: 88px;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    display: none
}

.login_model strong {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    /*透明 透明  黄*/
    position: absolute;
    top: -10px;
    left: 43%;
    margin-left: -5px;
}

.login_model li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.login_model li:hover {
    color: #b5000c
}

footer {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    height: 75px;
    line-height: 75px;
}

.footer_con span {
    float: right;
    font-size: 14px;
    color: #fff;
    margin-left: 40px;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 11px;
    background: #fff;
    margin: 0 5px;
    /* opacity: 0.8; */
    /* border: 1px solid #fff; */
    cursor: pointer;
}

.swiper-active-switch {
    background: #b5000c;
}

.swiper-wrapper {
    position: relative;
    height: auto !important;
}

.swiper-slide {
    height: auto !important;
}

.swiper-slide img {
    width: 100%;
    display: block;
}

/* 首页 */
.index_container .notice {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
}

.notice .notice_text {
    display: inline-block;
    width: 75%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #505050;
}

.notice img {
    margin: 0 12px 10px 12px;
}

.page {
    padding: 90px 0;
}

/* .page .page_title {} */
.page_title {
    text-align: center;
}

.page .page_title h3 {
    font-size: 30px;
    font-weight: normal;
}

.page .page_title i {
    display: block;
    width: 56px;
    height: 1px;
    margin: 12px auto;
    background: #b5000c;
}

.page .page_title span {
    font-size: 15px;
    color: #959595;
}

.two_con {
    margin-top: 80px;
}

.two_con li {
    float: left;
    width: 400px;
    height: 175px;
    text-align: center;
    margin-bottom: 35px;
    padding-top: 30px;
    transition: all 0.3s linear;
}

/* .two_con li:hover {
    background: #b5000c
} */
.bg1 {
    background: url(../img/index_bg01.png);
}

.bg2 {
    background: url(../img/index_bg02.png);
}

.bg3 {
    background: url(../img/index_bg03.png);
}

.bg4 {
    background: url(../img/index_bg04.png);
}

.bg5 {
    background: url(../img/index_bg05.png);
}

.bg6 {
    background: url(../img/index_bg06.png);
}

.two_con a {
    display: block;
    font-size: 22px;
    /* padding: 20px 0; */
}

.two_con li img {
    display: block;
    margin: 0 auto;
}

.two_con li span {
    display: block;
    margin-top: 30px;
}

.three {
    background: #f9f9f9;
}

.three .page_title {
    margin-bottom: 50px;
}

.three .page_r {
    width: 385px;
}

.three .page_r li {
    width: 100%;
    height: 132px;
    border-top: 1px solid #dedede;
}

.three .page_r li:last-child {
    border-bottom: 1px solid #dedede;
}

.three .page_r li a {
    display: block;
    padding-top: 25px;
}

.three .page_r h3 {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 35px;
}

.three .page_r span {
    float: right;
    display: block;
    font-size: 16px;
    color: #959595;
}

.three .page_l {
    width: 790px;
}

.three .page_l img {
    display: block;
    width: 100%;
}

.three .page_l a {
    display: block;
    background: #dedede;
    margin-bottom: 30px;
}

.three .page_l a:last-child {
    margin-bottom: 0;
    background: #fff;
}

.three .item_l {
    width: 380px;
}

.three .item_r {
    width: 410px;
    height: 380px;
    padding: 40px 30px;
}

.three .item_r h3 {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 35px;
}

.three .item_r span {
    display: block;
    font-size: 16px;
    color: #959595;
    margin-bottom: 50px;
}

.three .item_r p {
    font-size: 16px;
    line-height: 30px;
    color: #959595;
}

.three .more {
    width: 140px;
    height: 45px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    border-radius: 100px;
    border: 2px solid #959595;
    margin-top: 50px;
    cursor: pointer;
}

/* 登录页 */
.login_main {
    height: 100vh;
    background: url(../img/login_bc.jpg);
    background-position: center;
    position: relative;
}

.login {
    max-width: 1000px;
    margin: 0 auto;
    height: 520px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;

    /* background: #000 */
}

.login_l {
    width: 60%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 5px 0px #8e9296;
    background: rgba(255, 255, 255, 0.2);
    padding: 40px 30px;
}

.login_r {
    width: 42%;
    background: #fff;
    height: 100%;
    padding: 50px 40px;
    border-radius:20px;
}

.login_r_con .login_tab {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #505050;
    font-weight: normal;
    margin-bottom: 20px;
}

.login_tab span {
    padding: 15px 0;
    cursor: pointer;
}

.login_tab span.active {
    border-bottom: 2px solid #b5000c;
}

.ma {
    padding-top: 20%;
}

.ma img {
    width: 100%;
    display: block;
}

.login_input input {
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-left: 25px;
}

.login_input {
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    position: relative;
}

.login_input i {
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 25%;
    font-weight: bold;
}

.login_checkbox {
    font-size: 14px;
}

.login_checkbox label {
    cursor: pointer;
}

.login_checkbox input {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #bebebe;
    vertical-align: middle;
    margin-right: 3px;
}

.login_checkbox input:checked {
    background: url(../img/seleect-box.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.login_r_con button {
    display: inline;
    width: 99%;
    background: #b5000c;
    border: 0;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
    margin-top: 20px;
    cursor: pointer;
}

/* 关于我们 */
.about_container .pagination {
    bottom: 30px;
}

.about_1_con {
    height: 375px;
    margin-top: 90px;
    /* border-top: 1px solid transparent */
}

.about_1 .page_l {
    width: 560px;
    height: 100%;
}

.about_1 .page_r {
    width: 600px;
    height: 100%;
    padding: 28px 0;
    position: relative;
}

.about_1 .page_r h3 {
    font-size: 36px;
    margin: 35px 0 45px 0;
}

.about_1 .page_r p {
    font-size: 17px;
    color: #959595;
    letter-spacing: 1px;
    line-height: 26px;
    height: 190px;
    overflow: hidden;
}

.lt {
    position: absolute;
    left: 0;
    top: 0;
}

.br {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about_2 {
    background: #f9f9f9;
}

.about_wrapper2 {
    margin-top: 70px;
}

.about_wrapper2 .swiper-slide {
    width: 20vw;
    /* margin-right: 0.5vw; */
    padding: 0 0.5vw;
    position: relative;
    /* box-sizing: border-box; */
}

.about_wrapper2 .swiper-slide:last-child {
    margin: 0;
}

.about_wrapper2 img {
    display: block;
    width: 100%;
}

.about_wrapper2 .info_small {
    padding: 30px;
    background: #fff;
    /* height: 290px; */
}

.about_wrapper2 h3 {
    display: inline-block;
    font-size: 24px;
    margin-right: 20px;
}

.about_wrapper2 span {
    display: inline-block;
    font-size: 14px;
    color: #505050;
    margin-right: 16px;
}

.about_wrapper2 .line {
    width: 75px;
    height: 2px;
    background: #b5000c;
    margin: 20px 0;
}

.about_wrapper2 .more {
    width: 137px;
    height: 40px;
    margin-top: 90px;
}

.info_small .info_name span {
    margin: 0;
}

.about_wrapper2 button {
    background: #b5000c;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.info_big {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 100%;
    z-index: 3;
    background: #dedede;
    width: 100%;
    height: 100%;
}

.info_big .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
    cursor: pointer;
}

.about_wrapper2 .info_big {
    padding: 30px;
    background: #fff;
    /* height: 290px; */
}

.about_wrapper2 .info_big button {
    background: #b5000c;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.about_wrapper2 .post {
    height: 150px;
    overflow-y: auto;
}

.info_small .post {
    height: auto;
}

.about_wrapper2 .post>div {
    margin-bottom: 5px;
}

.info_big .brief_tt {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
}

.brief p {
    font-size: 16px;
    color: #505050;
    line-height: 25px;
    margin-bottom: 15px;
}

.about_2 .process {
    background: #c8c8c8;
    width: 350px;
    height: 3px;
    margin: 20px auto;
}

.about_2 .process_bar {
    height: 3px;
    width: 0%;
    background: #b5000c;
    transition: all 0.3s linear;
}

.about_3 .page_l {
    width: 47%;
}

.about_3 .page_r {
    width: 47%;
}

.about_3_con {
    padding-top: 120px;
}

.about_3_con .tips {
    font-size: 36px;
    line-height: 50px;
    color: #000;
    margin-bottom: 85px;
    text-align: justify;
}

.about_3_con .page_l p {
    margin-bottom: 22px;
}

.about_3_con .page_l img {
    vertical-align: bottom;
    margin-right: 10px;
}

.about_3_con .page_r li {
    overflow: hidden;
    height: 40px;
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
}

.about_3_con .page_r li:last-child {
    overflow: inherit;
}

.about_3_con .page_r label {
    float: left;
    /* display: inline-block; */
    width: 15%;
    height: 100%;
    line-height: 40px;
    text-align: center;
}

.about_3_con .page_r span {
    display: inline-block;
    height: 100%;
    line-height: 40px;
}

.about_3_con .page_r input {
    float: left;
    width: 85%;
    height: 40px;
    border: 1px solid #dedede;
    background: #f2f2f2;
    transition: all 0.3s linear;
    padding-left: 5px;
}

.about_3_con .page_r textarea {
    float: left;
    width: 85%;
    height: 120px;
    border: 1px solid #dedede;
    background: #f2f2f2;
    transition: all 0.3s linear;
    padding-left: 5px;
    outline: none;
}

.about_3_con .page_r button {
    width: 115px;
    height: 40px;
    border: 0;
    margin: 40px 0;
    margin-left: 40px;
    cursor: pointer;
}

button.submit {
    color: #fff;
    background: #b5000c;
}

button.reset {
    background: #fff;
    border: 1px solid #c8c8c8 !important;
}

/* 个人中心 */
.user_bg {
    width: 100%;
    height: 300px;
    padding-top: 100px;
}

.user_header {
    width: 80px;
    text-align: center;
}

.user_header img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
}

.user_header span {
    display: block;
    margin-top: 10px;
    color: #fff;
}

.user_con {
    margin-top: 30px;
    min-height: 700px;
}

.user_con .list_left {
    width: 265px;
    height: 450px;
    background: #f9f9f9;
}

.list_left li {
    padding: 0 18px;
    width: 100%;
    height: 55px;
    cursor: pointer;
}

.list_left li.active {
    color: #b5000c;
    background: #fff;
    border-left: 2px solid #b5000c;
}

.list_left li.active div {
    border: 0;
}

.list_left i {
    font-size: 18px;
}

.list_left div {
    line-height: 55px;
    height: 55px;
    border-bottom: 2px solid #f0f0f0;
}

.list_left div span {
    margin-left: 12px;
}

.list_left .xiaoxi {
    margin-right: 5px;
    color: #b5000c;
}

.user_con .info_right {
    width: 900px;
}

.user_con h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.user_con .info_con {
    width: 100%;
    padding: 25px 0;
    border: 2px solid #eeeeee;
    padding-left: 50px;
}

.info_con .info_text {
    border-left: 1px solid #eeeeee;
    height: 80px;
    position: relative;
    width: 635px;
    margin-left: 45px;
}

.info_con .info_text p {
    display: block;
    width: 100%;
}

.info_con .info_text span {
    color: #000;
    display: inline-block;
    min-width: 250px;
}

.info_text .p1 {
    position: absolute;
    left: 45px;
    top: 10px;
}

.info_text .p2 {
    position: absolute;
    left: 45px;
    bottom: 10px;
}

.info_text i {
    color: #a3a3a3;
}


.msg_lists{ overflow: hidden; border-bottom: 1px solid #eee;}
.msg_lists dt{ background-color: #f9f9f9; border-top: 1px solid #eeeeee; height: 46px; line-height: 46px; font-size: 18px; padding-left: 12px;}
.msg_lists dt img{ margin-right: 6px;}
.fl_left{ float: left;}
.fl_right{ float: right;}
.msg_lists dd{ border-top: 1px solid #eee;}
.msg_list{ display: table; display: flex; justify-content: space-between; overflow: hidden; align-items: center; padding: 15px 20px 10px 15px;}
.msg_info { display: table; display: flex; overflow: hidden; clear: both; justify-content: flex-start; align-items: center; width: 764px; cursor: pointer;}
.delate_btn{ padding: 0 10px; margin-left: 60px}
.msg_title{ font-size: 16px; line-height: 18px; float: left; width: 455px; overflow: hidden;}
.msg_title>span{ display: block; color: #959595; margin-top: 15px; background: url("../img/time_icon.png") no-repeat left center; padding-left: 20px;}
.msg_detail{ background: #f9f9f9; border-top: 1px solid #eee; padding: 15px 30px 15px 15px; color: #959595; font-size: 16px; line-height: 20px; display: none;}
.arrow_icon{ flex: 1; text-align: right; padding-right: 10px;}
.arrow_icon img{ transition: all .5s;}
.msg_status{ display: inline-block; display: table-cell; vertical-align: middle; height: 24px; line-height: 24px; padding: 0 5px; border-radius: 12px; color: #b5000c; font-size: 14px; border: 1px solid #b5000c;}
.msg_status.readed{ border-color: #c8c8c8; color: #c8c8c8;}
.msg_info.show .arrow_icon img{ transform: rotate(90deg);}
.msg_pages{ margin-top: 45px; overflow: hidden;}
.msg_operation a{ padding: 0 10px; border: 1px solid #959595; color: #000; border-radius: 12px; line-height: 24px; font-size: 14px; margin-right: 10px;}
.msg_page a{ width: 30px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #dedede; float: left; margin-left: 5px; color: #505050; transition: all .5s;}
.msg_page a img{ vertical-align: text-top;}
.msg_page a:hover,.msg_page a.now{ background-color: #b5000c; border-color: #b5000c; color: #fff;}
.msgPageList{ width: 175px; overflow: hidden;}
.msg_pageBox{ margin: 0 auto; overflow: hidden; position: relative;}








/* 餐饮配套 */
.banner_bg {
    width: 100%;
    height: 300px;
    padding-top: 100px;
}

.rest_search {
    width: 625px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.rest_search span {
    width: 55px;
    height: 53px;
    background: #b5000c;
    color: #fff;
    line-height: 53px;
    text-align: center;
}

.rest_search i {
    font-size: 28px
}

.rest_search input {
    width: 570px;
    height: 53px;
    border: 0;
    background: #fff;
    padding-left: 15px
}

.crumb {
    padding: 20px 0 30px 0;
    color: #505050;
    font-size: 16px;
}

.search_opt {
    background: #fff;
    margin-bottom: 30px;
}

.search_opt>div {
    overflow: hidden;
    padding: 16px 25px;
}

.search_opt h3 {
    color: #000;
    float: left;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: bolder
}

.search_opt li {
    color: #505050;
    padding: 6px 16px;
    float: left;
    font-size: 16px;
    cursor: pointer;
}

.search_opt li.active {
    background: #b5000c;
    color: #fff;
}

.search_item li {
    width: 595px;
    height: 185px;
    background: #fff;
    float: left;
    margin-bottom: 7px;
    transition: all 0.2s linear;
    border: 1px solid transparent;
    padding: 40px 35px;
}

.search_item li:nth-child(2n) {
    float: right;
}

.search_item li.active {
    border: 1px solid #b5000c;
    transform: translateY(-5px)
}

.search_item li:hover {
    border: 1px solid #b5000c;
    transform: translateY(-5px)
}

.search_item li>div {
    position: relative;
    height: 100%;
}

.search_item .item_l {
    width: 25%;
    float: left;
}

.search_item .item_l img {
    height: 100%;
    display: block;
    margin: 0 auto
}

.search_item .item_r {
    width: 75%;
    float: right;
    padding-left: 20px;
    padding-top: 10px;
}

.search_item h3 {
    font-size: 20px;
    color: #505050;
    margin-bottom: 16px;
}

.search_item p {
    margin-bottom: 13px;
    color: #959595
}

.item_r>i {
    position: absolute;
    right: 0;
    top: 33%;
    font-size: 33px;
}

.page {
    position: relative
}

.page li {
    width: 33px;
    height: 32px;
    float: left;
    background: #dedede;
    text-align: center;
    line-height: 32px;
    margin-right: 12px;
}

.page li:first-child,
.page li:last-child {
    background: #fff;
    border: 1px solid #dedede
}

.page li:last-child {
    margin: 0
}

.page li.active {
    background: #b5000c;
    color: #fff;
}

.page li.active a {
    color: #fff
}

.gotoOrder {
    width: 230px;
    height: 33px;
    background: #b5000c;
    color: #fff;
    text-align: center;
    line-height: 33px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

/* 我的水站 */
.water_container .info_con {
    padding-left: 20px;
    padding-right: 20px
}

.info_tt2 {
    margin-bottom: 13px;
    display: block
}

.myWater_con .user_info {
    padding: 10px 0;
    margin-left: 20px;
    padding-right: 40px;
    border-right: 1px solid #eeeeee
}

.myWater_con span {
    color: #505050;
    font-size: 20px;
    display: block;
    margin-bottom: 7px
}

.myWater_con .user_address {
    width: 560px;
    padding-left: 50px;
}

.user_address li {
    position: relative;
    padding: 11px 0;
    overflow: hidden;
    padding-left: 50px;
    border: 1px solid transparent;
    transition: all 0.2s linear;
    background: #fff
}

.user_address li.active {
    border: 1px solid #b5000c;
    background: #fefafa
}

.user_address li img {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    display: none;
    left: 25px;
}

.user_address li.active img {
    display: block
}

.user_address li span {
    float: right;
    width: 400px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px
}

.user_address input[type='radio'] {
    float: left;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 83px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}

.user_address input[type='radio']:checked {
    background: url(../img/radio_check.png) center;

}

.water_page1 {
    margin-bottom: 30px;
}

.water_list {
    width: 100%;
    border: 2px solid #eeeeee;
}

.water_list .list_con {
    margin: 0 auto;
    padding: 0 30px;
}

.water_list .list_con li {
    position: relative;
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee
}

.water_list .list_con li:last-child {
    border-bottom: 0
}

.list_con .list_des {
    width: 450px;
    height: 100%;
    margin-top: 20px;
    margin-left: 50px;
    border-right: 1px solid #eee
}

.list_con p {
    line-height: 25px
}

.list_con .num_box {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-right: 50px;
}

.list_con .num_box span {
    display: inline-block;
    margin: 0 5px
}

.list_con .num_box i {
    font-size: 22px;
    cursor: pointer;
}

.info_remark textarea {
    padding: 15px;
    width: 100%;
    height: 150px;
    border: 1px solid #b5000c
}

.info_right .confirm {
    /* height: 70px; */
    background: #fafafa;
    border: 1px solid #e9e9e9;
    padding: 10px 25px;
}

.confirm .confirm_info {
    width: 600px;
    margin-top: 6px;
    margin-left: 23px
}

.confirm .confirm_info p {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px
}
.confirm button{
    width: 103px;
    height: 35px;
    background: #b5000c;
    border: 0;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
}
/* 订单详情 */
.info_tt1{
    border: 2px solid #eeeeee;
    display: block;
    padding: 5px 15px;
    border-bottom: 0
}
