﻿@charset "UTF-8";

/*css 初始化 */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

body {
    font-family: microsoft yahei, simsun;
    font-size: 14px;
    color: #333;
    background: #eee;
    min-width: 1400px;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
    box-sizing: border-box;
}


/*去掉input等聚焦时的蓝色边框*/

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px!important;
    margin: 0;
}

textarea {
    resize: none;
}


/*防止拖动*/

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
}


/**/

::placeholder {
    color: #c1c1c1;
}

.t_top {
    height: 38px;
    line-height: 38px;
    background: #f2f2f2;
    padding: 0 20px;
}

.t_top span.color_gray6 {
    padding: 0 15px;
}

.t_menu {
    height: 52px;
    padding: 12px 20px;
    background-color: #959a66;
    box-shadow: 0px 6px 8px -4px rgba(23, 4, 8, 0.1);
    position: relative;
    z-index: 2;
    color: #fff;
}

.t_menu ul {
    padding-left: 60px;
    display: block;
    float: left;
}

.t_menu li {
    float: left;
    display: block;
    position: relative;
    padding: 15px 20px 0 20px;
    height: 49px;
}

.t_menu li a {
    color: #fff;
    font-size: 16px;
}

.t_menu li a i {
    color: #ababab;
    margin-right: 5px;
    font-size: 20px;
}

.t_menu li.hover a,
.t_menu li a:hover {
    color: #fff;
}

.t_menu li.hover span {
    display: block;
    width: 52px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: 0;
}

.t_left {
    width: 206px;
    background-color: #fff;
    border: solid 1px #e3e3e3;
    position: absolute;
    top: 114px;
    left: 0;
}

.t_left_title {
    line-height: 50px;
    padding-left: 45px;
    background: #f5f5f5;
}

.t_left ul {
    display: block;
    padding-bottom: 10px;
}

.t_left li {
    line-height: 45px;
    padding-left: 45px;
    position: relative;
}

.t_left li a {
    color: #333;
}

.t_two_tle {
    background: #f9f9f9;
    height: 40px;
    color: #333;
    line-height: 40px;
    padding-left: 45px;
}

.t_two_tle a {
    color: #333;
}

.t_left li.t_on a,
.t_left li a:hover,
.t_left .t_on a {
    color: #959a66;
}

.t_left li.t_on a span {
    width: 54px;
    height: 2px;
    background-color: #959a66;
    display: block;
    left: 45px;
    bottom: 6px;
    position: absolute;
}

.t_right {
    padding-left: 225px;
    padding-right: 15px;
}

.t_map {
    line-height: 50px;
    color: #666;
}

.t_map a {
    color: #666;
}

.t_map a:hover {
    color: #959a66;
}

.t_right_con {
    background-color: #fff;
    border: solid 1px #e3e3e3;
    overflow: hidden;
}

.managerForm {
    padding: 20px 0;
    margin-left: 50px;
}

.managerFormTable td {
    text-align: left;
    height: 40px;
    padding: 10px 3px;
}

.managerFormTable .radio {
    margin-right: 20px;
}

.article {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}

.item {
    width: 96px;
    height: 96px;
    float: left;
    position: relative;
    margin: 3px 8px 3px 0px;
    border: 1px solid #e7e7e7;
}

.addImg {
    width: 96px;
    height: 96px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.preview,
.preBlock {
    position: absolute;
    display: block;
    width: 96px;
    height: 96px;
    left: 0;
    top: 0;
    padding: 0px;
}

.delete {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    display: none;
}

.preBlock img {
    display: block;
    width: 96px;
    height: 96px;
}

.upload_input {
    display: block;
    width: 0;
    height: 0;
    -webkit-opacity: 0.0;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0.0;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 0.0;
    /* IE9 + etc...modern browsers */
    opacity: .0;
    /* IE 4-9 */
    filter: alpha(opacity=0);
    /*This works in IE 8 & 9 too*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /*IE4-IE9*/
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.padding30 {
    padding: 20px;
}

.searchOprateM {
    padding: 16px 0px 0 20px;
    overflow: hidden;
    text-align: center;
}

.searchOprateM a {
    float: left;
    margin-right: 12px;
    height: 30px;
    line-height: 29px;
    min-width: 68px;
}

.searchOprateM a.fr {
    float: right;
}

.searchOprateM span.t_chekbox {
    margin: 5px 10px;
}

.MlistTable th {
    font-weight: bold;
    background: #f2f2f2;
    height: 44px;
    color: #333;
}

.MlistTable td {
    text-align: center;
    min-height: auto;
    padding: 8px 5px;
    color: #333;
}

.MlistTable tbody tr:nth-child(even) td {
    background: #f9f9f9;
}

.MlistTable tbody tr:nth-child(even):hover td,
.MlistTable tbody tr:hover td {
    background: #f8faff
}

.MlistTable input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-radius: 0px;
    border: 1px solid #d2d2d2
}

.MlistTable .checkBox .check-on {
    float: none;
}

.MlistTable a.blue,
.orderlist a.blue {
    color: #959a66;
}

.orderlist {
    border: 1px solid #efefef;
    margin-top: 15px;
}

.orderlist td {
    text-align: center;
    line-height: 24px;
    padding: 8px 5px;
    color: #333;
}

.bordertop td.bordertop {
    border-top: 1px solid #efefef;
}

.orderlist td.bodleft {
    border-left: 1px solid #efefef;
}

.orderlist .idorder td {
    background: #f9f9f9;
    height: 38px;
    text-align: left;
    line-height: 38px;
    padding: 0 15px;
}

.orderlist .idorder td span {
    padding-right: 50px;
}

.orderlist .idorder td span.fr {
    padding-right: 0px;
}

.orderlist .bg_white td {
    background: #fff;
    border-top: 1px solid #efefef;
}

.idorder label.checkBox {
    margin-top: 8px;
}

.idorder label.checkBox span {
    padding-right: 10px;
}

.t_order_img {
    width: 90px;
    height: 90px;
    padding: 3px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin: 0 auto;
}

.t_order_img img {
    width: 90px;
    height: 90px;
}


/* 分页 */

.pageMBox {
    margin: auto;
    overflow: hidden;
    text-align: right;
    margin: 20px 0;
}

.pageMBox ul {
    display: inline-block;
}

.pageMBox ul li {
    display: inline-block;
    margin: 0 2px;
    float: left;
}

.pageMBox ul li a {
    display: inline-block;
    padding: 0 8px;
    height: 28px;
    line-height: 26px;
    min-width: 18px;
    border: 1px solid #dddddd;
    color: #666;
    text-align: center;
    background: #fff;
}

.pageMBox ul li.cur a {
    color: #959a66;
    border-color: #959a66;
}

.pageMBox ul li a:hover {
    border-color: #959a66;
    color: #959a66;
}

.pageDomain>span {
    line-height: 28px;
}

.pageDomain input {
    width: 40px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #dddddd;
    margin: 0 5px;
    text-align: Center;
}

.pageDomain button {
    width: 50px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #959a66;
    background: #959a66;
    position: relative;
    color: #fff;
    margin-left: 5px;
}

.search {
    padding: 16px 20px 16px 20px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #e3e3e3;
    margin-bottom: 15px;
}

.search ul {
    display: block;
    overflow: hidden;
}

.search ul li {
    padding-top: 10px;
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}

.search select {
    height: 32px;
}

.search select,
.search input {
    width: 200px;
    box-sizing: border-box;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #959a66;
    background-color: #959a66;
    font-size: 16px;
    text-align: center;
}

.layui-layer-btn,
.textcenter {
    text-align: center;
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: -87px -39px;
}

.layui-layer-title {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.layui-layer-title font {
    font-size: 12px;
    padding-left: 10px;
}

.t_addifom {
    padding: 15px;
    display: none;
}

.t_addifom .managerFormTable td {
    height: 32px;
    padding: 5px 3px;
}

.t_addifom .managerFormTable td.color_gray6 {
    text-align: right;
}

.postion {
    position: relative;
}

.abostion {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.thongth {
    text-decoration: line-through;
}

.bgred {
    background: #959a66;
    border-color: #959a66;
}

.t_thhw a {
    display: block;
    height: 60px;
    padding: 15px;
    color: #333;
    border: solid 1px #e7e7e7;
    line-height: 30px;
    margin: 8px 0;
}

.t_thhw a span {
    display: block;
    float: left;
}

.t_thhw a i {
    color: #cdcdcd;
    float: left;
    margin: 10px 20px 0 10px;
    font-size: 40px;
}

.t_thhw a:hover {
    border-color: #959a66;
}

.t_thhw a:hover i {
    color: #959a66;
}

.orderddtle {
    overflow: hidden;
}

.t_bghui {
    background-color: #fafafa;
    padding: 10px 50px;
    margin-top: 20px;
}

.t_bghui .managerFormTable td {
    height: 35px;
    padding: 0;
}

.height20 td {
    height: 35px;
    padding: 5px 0;
    line-height: 24px;
}

.height20 td .t_order_img {
    margin-left: 10px;
}

.t_orderinfo {
    margin-top: 15px;
    overflow: hidden;
    line-height: 25px;
}

.t_orderinfo p {
    margin: 5px 0 10px 0;
}

.t_imgtu {
    display: block;
    width: 114px;
    height: 114px;
    padding: 3px;
    border: 1px solid #eeeeee;
}

.t_imgtu img {
    width: 114px;
    height: 114px;
}

.textleft tbody td {
    text-align: left;
    padding-left: 40px;
}

.textleft tbody td {
    position: relative;
    height: 40px;
}

.textleft tbody td span {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 9px;
    left: 24px;
    top: 40%;
    background: #c0c0c0;
    z-index: 2;
}

.textleft tbody td i {
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #c0c0c0;
    left: 27px;
    top: 76%;
    z-index: 1;
}

.textleft tbody tr:last-child td {
    color: #959a66;
}

.textleft tbody tr:last-child td span {
    background: #959a66;
}

.color_hui {
    color: #ababab;
}

.bghui {
    background: #fcfcfc;
    margin-top: 50px;
    width: 1100px;
}

.t_bgblack {
    background: #ddd;
    color: #333;
    border-color: #ddd;
}

.t_bgblack:hover {
    background: #ddd;
    border-color: #ddd;
}

.t_zhanghuimg {
    margin-left: 66px;
    margin-top: 120px;
}

.t_zhanghudiv {
    width: 300px;
    padding-left: 30px;
    border-right: 1px solid #eee;
    height: 260px;
    padding-top: 73px;
}

.t_imgpx ul {
    display: block;
    overflow: hidden;
    margin: 15px 0;
}

.t_imgpx li {
    float: left;
    margin-right: 8px;
}

.t_pjxi_img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    overflow: hidden;
    margin: 10px auto;
}

.t_hejikuc {
    background: #ffeded;
    border: 1px solid #959a66;
    float: right;
    margin: 0px 0 20px;
    line-height: 34px;
    padding: 15px 20px 15px 50px;
    text-align: right;
    min-width: 480px;
}

.t_ico_tb {
    display: inline-block;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-left: 5px;
}

.t_kc_title {
    text-align: center;
    overflow: hidden;
}

.t_kc_title span {
    border-bottom: 2px solid #666;
    line-height: 50px;
    display: inline-block;
}

.t_kc_info {
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

.t_kc_info table td {
    height: 25px;
    padding: 5px 10px;
}

.t_border {
    border: 1px solid #f2f2f2;
}

.t_border tbody tr:nth-child(even) td,
.t_border tbody tr td {
    background: #fff;
    border-top: 1px solid #f2f2f2;
}

.marat {
    display: block;
    width: 90px;
    margin: 50px auto 0px;
    overflow: hidden;
}

.t_input_borbtm {
    width: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.padding0 {
    padding: 0px 0 10px;
}

.linethrough {
    text-decoration: line-through;
}

.orderlist .t_th th {
    font-weight: bold;
    background: #f2f2f2;
    height: 44px;
    color: #333;
}

.mgrintop {
    margin-top: 0;
}

.starScore {
    position: relative;
    width: 100%;
    margin: 15px auto 10px;
    height: 28px;
    line-height: 28px;
}

.starScore ul,
.starScore span {
    float: left;
    display: inline;
}

.starScore ul {
    margin: 0 10px;
}

.starScore li {
    float: left;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/star.png) no-repeat;
}

.starScore strong {
    color: #f60;
    padding-left: 10px;
}

.starScore li.on {
    background-position: -1px -30px;
}

.starScore p {
    position: absolute;
    top: 20px;
    width: 159px;
    height: 60px;
    display: none;
    background: url(images/icon.gif) no-repeat;
    padding: 7px 10px 0;
}

.starScore p em {
    color: #f60;
    display: block;
    font-style: normal;
}

.productUnit {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.productUnitParam {
    display: inline-block;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    padding: 13px 22px;
    background: #f5f5f5;
    width: 89%;
    position: relative;
}

.productUnitParam .iconfont {
    font-size: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 22px;
}

.productUnitParam div>span {
    padding-right: 50px;
    float: left;
}

.t_htcont {
    border: 1px solid #f4f4f4;
    width: 60%;
    margin: 20px auto;
    padding: 2%;
    line-height: 28px;
    overflow: hidden;
}

.t_htcont h1 {
    text-align: center;
    margin-bottom: 35px;
}

.t_htcont h3 {
    margin: 10px 0;
}

.l_gsan {
    border: 1px solid #cfcfcf;
    background: #edebec;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 5px;
}

.t_bzht {
    background: #f4f4f4;
    height: 30px;
    text-align: center;
    border: 1px solid #f4f4f4;
    width: 60%;
    padding: 2%;
    line-height: 30px;
    overflow: hidden;
    margin: 20px auto 0;
    font-size: 14px;
}

.t_bg_coffe {
    display: block;
    text-align: center;
    float: left;
    margin: 0 10px 0 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #f6edec;
}

.t_bg_coffe i {
    font-size: 28px;
}

.t_line30 td {
    line-height: 30px;
}

.orderlist td.algnleft {
    text-align: left;
}

.t_address li {
    padding: 5px 0;
}

@media screen and (max-width:1360px) {
    body {
        min-width: 1360px;
    }
    .t_menu ul {
        padding-left: 20px;
    }
    .t_menu li {
        padding: 15px 10px 0 10px;
    }
    .search input.w160 {
        width: 160px;
    }
}

@media screen and (max-width:1200px) {
    body {
        min-width: 1200px;
    }
    .t_menu .plr20 {
        padding: 0 10px;
    }
    .t_menu ul {
        padding-left: 10px;
    }
    .t_menu li {
        padding: 15px 5px 0 5px;
    }
}