@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*修正手持设备字体变化*/
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
}

body,
td,
th {
    font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
    color: #434343;
    line-height: 23px;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
}

input,
textarea,
select {
    *font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

dl,
dd,
dt {
    line-height: 23px;
    margin: 0px;
    padding: 0px;
}

/*定义滚动条轨道*/
::-webkit-scrollbar-track{
    background-color: #e2e2e2;
}
/*定义滚动条高宽及背景*/
::-webkit-scrollbar{
    width: 3px;
    background-color: #e2e2e2;
}
/*定义滚动条*/
::-webkit-scrollbar-thumb{
    background-color: #219dfd;
}

/*公共部分样式*/
.text-center{ text-align: center; }
.hide{ display: none; }
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
    overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
.lt,
.left {
    float: left;
}
.rt,
.right {
    float: right;
}
.clear,
.clr {
    clear: both;
}
.por {
    position: relative;
}
.poa {
    position: absolute;
}

/*头部信息样式*/
.address_map{
    cursor: pointer;
    background: url('../images/aorrow_down.png') 96% center no-repeat;
}
.header-demo .logo img{
	width: 20px;
    height: 26px;
    margin-right: 10px;
}
.header-demo .logo{
	width: 219px;
    height: 63px;
    color: #ffffff; 
    font-size: 17px;
    letter-spacing:4px;
    text-align: center;
}
.header-demo .login-info{
    float: right;
    height: 63px;
    line-height: 63px;
    color: #f2f2f2;
    padding-right: 50px;
}
.header-demo .login-info .user-info{
    float: left;
    padding-right: 66px;
}
.header-demo .login-info .login-out{
    float: right;
    cursor: pointer;
}
.header-demo .login-info .login-out i{
    padding-right: 15px;
}

/*公共弹窗样式*/
.maskbox {
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999999;
}
.maskbox .Bomb {
	position: absolute;
	border: 1px solid #EEEEEE;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.maskbox .layui-layer-content {
	padding: 20px 40px 0 0;
}

/*禁止鼠标点击*/
.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/*加载中*/
.loading {
    width: 200px;
    height: 188px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -94px;
}
.loading img {
    width: 200px;
}

/*按钮颜色*/
.red-button {
    background: #fd6769;
}
.purple-button {
    background: #f48bb3;
}
.yellow-button {
    background: #ffd531;
    color: #434343;
}
.yellow-button:hover {
    color: #434343;
}
.blue-button {
    background: #1e9eff;
    color: #ffffff !important;
}
.green-button {
    background: #22cccb;
}
.disabled-button {
    background: #999;
}
.green-kuang-button {
    border: 1px #22cccb solid;
    background: #fff;
    color: #22cccb;
}
.red-kuang-button {
    border: 1px #fd6769 solid;
    background: #fff;
    color: #fd6769;
}
.green-kuang-button:hover {
    color: #22cccb;
}
.grass-green-button {
    background: #5cb85c;
}
.red-kuang-button:hover {
    color: #fd6769;
}
.gray-kuang-button {
    border: 1px #eeeeee solid;
    background: #fff;
    color: #a19e9e;
}
.gray-kuang-button:hover {
    color: #a19e9e;
}

/*字体颜色*/
.bitian{
    color: #eb4f38;
}
.tishi{
    color: #b5b6b7;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
}
.beizhu{
    color: #b5b6b7;
}
.money{
    color: #e55b28;
}
.gengduo{
    color: #c5e0ff;
}

/*右下侧消息提示*/
.noticebox{
    max-width: 420px;
    position: fixed;
    bottom: 20px;
    right:20px;
    border:1px #dddddd solid;
    border-radius: 8px;
    z-index: 99999999;
    padding:.8%;
    background: #ffffff;
}
.noticebox .notice-close{
    position: absolute;
    right: 10px;
    top:10px;
    font-size: 18px;
    cursor: pointer;
}
.noticebox .notice-close:hover{
    -webkit-animation-name: layui-rotate;
    animation-name: layui-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.noticebox .notice-logo{
    width: 24%;
    height:100%;
    float: left;
}
.noticebox .notice-logo img{
    width: 100%;
}
.noticebox .notice-msg{
    width: 74%;
    height:auto;
    float: right;
}
.noticebox .notice-msg p{
    padding-bottom: 2px;
}
.noticebox .notice-msg p:last-child{
    padding-bottom: 0;
}
.noticebox .notice-msg .layui-btn{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding:0;
    float: right;
}

/*商品数量加减*/
.cart-box{
    width: 168px;
    height: 38px;
}
.cart-box .cart-count{
    width: 60px;
    float: left;
    text-align: center;
    padding-right: 10px;
    margin-right: 15px;
}
.iconfont.cart-add,.iconfont.cart-reduce{
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    cursor:pointer;
    background: #e4e5e5;
    border-radius: 2px;
    display: block;
    text-align: center;
    color: #ffffff;
    float: left;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.cart-reduce{
    margin-right: 16px;
}
.cart-add{
    float: right;
}
.cart-add:hover,.cart-reduce:hover{
    background:#1e9fff;
}

/*图片上传公共样式*/
.upload-file{
    width: 117px;
    height: 117px;
    float: left;
    margin-right: 18px;
    border:1px #eaeaea solid;
    border-radius: 2px;
    background-color: #f8f8f8;
    display: block;
    position: relative;
    margin-top: 12px;
}
.upload-file .upload-word{
    width: 117px;
    height: 117px;
    color: #bbbbbc;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    font-size: 12px;
    line-height: 16px;
}
.upload-file .upload-word i{
    color: #e5e5e5;
    font-size: 24px;
    margin-bottom: 10px;
}
.upload-file .upload-loading{
    width: 117px;
    height: 97px;
    display: none;
    text-align: center;
    padding-top: 20px;
}
.upload-file .upload-img{
    width: 117px;
    height: 117px;
    position: absolute;
    display: none;
    z-index: 1;
    left: 0;
    top: 0;
}
.upload-file .upload-close{
    position: absolute;
    top:-20px;
    right:-10px;
    font-size: 24px;
    cursor: pointer;
    color: #eb5344;
    display: none;
    z-index: 2;
}

/*视频上传公共样式*/
.upload-video{
    height: 117px;
    float: left;
    display: block;
    text-align: center;
    margin-top: 12px;
    position: relative;
    display: none;
}
.upload-video .upload-word{
    width: 117px;
    height: 117px;
    color: #bbbbbc;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    font-size: 12px;
    line-height: 16px;
    border:1px #eaeaea solid;
    border-radius: 2px;
    background-color: #f8f8f8;
    margin:0 auto 10px;
}
.upload-video .upload-word i{
    color: #e5e5e5;
    font-size: 24px;
    margin-bottom: 10px;
}
.upload-video .upload-loading{
    width: 117px;
    height: 97px;
    display: none;
    text-align: center;
    padding-top: 20px;
    border:1px #eaeaea solid;
    border-radius: 2px;
    background-color: #f8f8f8;
    line-height: 40px;
}
.upload-video .upload-img{
    width: 203px;
    height: 117px;
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
.upload-video .upload-img .upload-mask{
    width: 203px;
    height: 117px;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0, 0, 0, 1);
    line-height: 117px;
    color: #ffffff;
}
.upload-video .upload-img .upload-mask i{
    font-size: 28px;
}
.upload-video .upload-img .upload-time{
    width: 92%;
    height: 28px;
    position: absolute;
    bottom:0;
    left:0;
    line-height: 28px;
    text-align: right;
    padding:0 4%;
    color: #ffffff;
}
.upload-video .uploadvideo-close{
    position: absolute;
    top:-10px;
    right:-10px;
    font-size: 24px;
    cursor: pointer;
    color: #eb5344;
    z-index: 2;
}

/*内页公共样式*/
.layui-form-radioed{
   color: #1e9fff;
}
.public-box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.public-box .public-header {
    width: 96%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px #f6f6f6 solid;
    padding:0 2%;
}
.public-box .public-body {
    width: 100%;
    padding:23px 0;
    height: 94.4%;
    height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px); 
    height: -o-calc(100% - 90px);
    height: -ms-calc(100% - 90px);
    height: calc(100% - 90px); 
    overflow: hidden;
    overflow-y:auto;
}
.public-box .public_body .public_table th,
.public-box .public_body .public_table td {
    text-align: center;
}
.public-box .public_body .public_pages {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

/*公共日期选择框*/
.public-date-box{
    height: 38px;
    position: relative;
}
.public-date-box i{
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top:0;
    text-align: center;
    line-height: 38px;
    border-left:1px #e6e6e6 solid;
}

/*公共搜索框*/
.public-search-box{
    width: 410px;
    height: 36px;
    border:1px #d2d2d2 solid;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.public-search-box input{
    width: 360px;
    height: 38px;
    float: left;
    border:none;
    outline: none;
    padding-left: 20px;
}
.public-search-box i{
    width: 48px;
    height: 38px;
    position: absolute;
    right: 0;
    top:0;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #0f97ff;
    cursor: pointer;
}
.public-search-box:hover, .public-search-box:focus{
    border: 1px #0f97ff solid;
}

.layui-layer-imgbar, .layui-layer-imguide{
    display: block !important;
}
.layui-layer-imgnext, .layui-layer-imgprev{
    position: fixed !important;
}
.layui-layer-imgprev{
    left: 300px !important;
}
.layui-layer-imgnext{
    right: 300px !important;
}
/*地址选择*/
._citys { width: 450px; display: inline-block; border: 2px solid #eee; padding: 5px; position: relative;background: #fff; }
._citys span { color: #56b4f8; height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #56b4f8; cursor: pointer; }
._citys0 { width: 100%; height: 34px; display: inline-block; border-bottom: 2px solid #56b4f8; padding: 0; margin: 0; }
._citys0 li { display: inline-block; line-height: 34px; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
.citySel { background-color: #56b4f8; color: #fff !important; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0; }
._citys1 a { width: 83px; height: 35px; display: inline-block; background-color: #f5f5f5; color: #666; margin-left: 6px; margin-top: 3px; line-height: 35px; text-align: center; cursor: pointer; font-size: 13px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #56b4f8; }
.AreaS { background-color: #56b4f8 !important; color: #fff !important; }