﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    /*background-color: #f7f9fa;*/
    background-color: #fff;
    overflow-x: hidden;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

::-moz-focus-inner {
    border: 0px;
}

a, input, button {
    outline: none;
}

a {
    text-decoration: none;
}

hr {
    border: 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #fff;
}

li {
    list-style-type: none;
}

label {
    font-size: 12px;
}

@font-face {
    font-family: 'ali';
    src: url('../Images/film/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ali2';
    src: url('../Images/film/AlibabaPuHuiTi-3-115-Black.ttf') format('truetype');
}

.zf-container {
    height: 100%;
    width: 100%;
    margin: 0;
    min-width: 1160px;
    padding-top: 68px;
    box-sizing: border-box;
    background-color: rgb(235, 234, 240);
}

.zf-container-blank {
    height: 68px;
}

.page-title {
    padding: 5px 0;
}

.page-title a {
    font-size: 30px;
    color: #5e5e5e;
}

.page-area {
    border: 1px solid #e6e6e6;
    margin: 20px 0;
    padding: 15px;
    background-color: #fff;
}

select {
    min-width: 120px;
    max-width: 360px;
    height: 24px;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    outline: none;
}

    select:focus {
        border: 1px solid #337de5;
    }

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.slide-area {
    margin-top: 30px;
    text-align: center;
}

.slide-area > ul {
    width: 100%;
    text-align: center;
    margin: 0;
}

.slide-area > ul > li {
    float: none;
    width: 220px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #d3d6d8;
    /*background-color: #007aff;*/
}

.slide-show {
    border: 0;
    width: 200px;
    height: 150px;
    line-height: 150px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.product-img-show {
    border: 1px solid #66c6ff;
    width: 49%;
    margin: 0;
    padding: 0;
}

.table-img-show-50 {
    border: 1px solid #66c6ff;
    width: 50px;
    margin: 0;
    padding: 0;
}

.table-img-show {
    border: 1px solid #66c6ff;
    height: 100px;
    width: 100px;
    margin: 0;
    padding: 0;
}

.table-img-show-400 {
    border: 1px solid #66c6ff;
    width: 400px;
    margin: 0;
    padding: 0;
}

.hskp-area {
    margin-top: 4px;
    text-align: center;
}

.hskp-area > ul {
    width: 100%;
    text-align: center;
    margin: 0;
}

.hskp-area > ul > li {
    float: none;
    display: inline-block;
    text-align: center;
    /*border: 1px solid #d3d6d8;*/
    /*background-color: #007aff;*/
}

.input-file {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-position: 3px 2px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 1px solid #b8d0d6;
    font-size: 12px;
    border-radius: 3px;
    background-color: transparent;
}

    .input-file:hover {
        border: 1px solid #999;
        background-color: #fff;
    }

    .input-file input {
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 100px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

.form-box {
    width: 100%;
}

.form-box-title, .form-box-title label {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 900px;
    margin: 0 auto;
}

.form-box-item {
    width: 800px;
    color: #676a6c;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.form-box-item-title {
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding: 0 0 3px 0;
}

.form-box-item-value {
    text-align: left;
    width: 100%;
    padding: 3px 0 0 0;
}

.form-box-item-value img {
    max-width: 100%;
}

.input-normal {
    width: 98%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid rgb(217, 217, 217);
}

.input-small {
    width: 200px;
}

.input-thin {
    width: 200px;
    height: 22px;
    line-height: 22px;
}

.input-num {
    width: 60px;
}

.input-num2 {
    width: 40px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid rgb(217, 217, 217);
}

.textarea-normal {
    width: 98%;
    height: 120px;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgb(217, 217, 217);
    outline: none;
}

.textarea-auto {
    min-height: 120px;
    height: auto;
}

.textarea-large {
    height: 240px;
}

.input-normal:focus {
    border-color: #5d95f2;
    border-color: rgba(93, 149, 242, .75);
}

.input-num2:focus {
    border-color: #5d95f2;
    border-color: rgba(93, 149, 242, .75);
}

.textarea-normal:focus {
    border-color: #5d95f2;
    border-color: rgba(93, 149, 242, .75);
}

.text-bg {
    color: #fff;
    padding: 3px 5px;
    margin: 1px 0;
    display: inline-block;
}

.text-nobg {
    padding: 3px 0;
    margin: 1px 0;
    display: inline-block;
}

.text-bg-green {
    background-color: #60c560;
}

.text-bg-red {
    background-color: #d9534f;
}

.text-bg-yellow {
    background-color: #fad733;
}

.text-bg-blue {
    background-color: #00a0e9;
}

.text-bg-gray {
    background-color: #999999;
}

.publish-area {
    width: 1000px;
    margin: 0 auto;
}

.openingtime-area {
    width: 1000px;
    margin: 0 auto;
}

.comment-area {
    width: 1000px;
    margin: 0 auto;
}

.comment-area-item {
    padding: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.comment-title {
    color: #4398ed;
}

.comment-text {
    margin-top: 10px;
}

.order-area {
    width: 1002px;
    margin: 0 auto;
}

.order-area-left {
    float: left;
    width: 300px;
}

.order-area-right {
    float: right;
    width: 350px;
}

.order-area-left-title {
    float: left;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    width: 260px;
    padding: 5px 20px;
    background-color: #f3f3f3;
}

.order-area-left-item {
    float: left;
    color: #666;
    width: 260px;
    padding: 5px 20px;
}

.order-area-left-item-title {
    float: left;
    text-align: right;
    width: 60px;
    display: inline-block;
}

.order-area-left-item-text {
    float: left;
    text-align: left;
    width: 200px;
    display: inline-block;
    word-wrap: break-word;
}

.order-area-right-title {
    float: left;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    width: 310px;
    padding: 5px 20px;
    background-color: #f3f3f3;
}

.order-area-right-item {
    float: left;
    color: #666;
    width: 310px;
    padding: 5px 20px;
}

.order-area-right-item-title {
    float: left;
    text-align: left;
    width: 110px;
    display: inline-block;
}

.order-area-right-item-text {
    float: left;
    text-align: left;
    width: 200px;
    display: inline-block;
    word-wrap: break-word;
}

.order-area-right-item-text-left {
    float: left;
    padding-left: 5px;
    height: 100%;
}

.order-area-right-item-text-right {
    float: right;
    padding-left: 5px;
    height: 100%;
}

.detail-img-show {
    border: 1px solid #66c6ff;
    max-width: 49%;
    margin: 0;
    padding: 0;
}

.goods-img-show2 {
    border: 1px solid #66c6ff;
    width: 240px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.goods-img-show {
    border: 1px solid #66c6ff;
    width: 360px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.text-red {
    color: red;
}

.close-img {
    float: right;
    margin-right: 10px;
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.popover {
    z-index: 4000;
    position: fixed;
    top: 100px;
    left: 50%;
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    display: none;
    box-shadow: 0 5px 10px #000000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 600px;
    margin-left: -300px;
}

.mask {
    z-index: 3999;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.popover-header {
    float: left;
    width: 100%;
    display: inline;
    padding: 5px 0;
    line-height: 40px;
    color: rgb(77, 77, 77);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.popover-footer {
    float: left;
    width: 100%;
    display: inline;
    padding: 5px 0;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid rgb(229, 229, 229);
}

.form-container {
    float: left;
    width: 100%;
    display: inline;
    font-size: 12px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    padding: 10px 0;
}

.form-container-half {
    float: left;
    width: 50%;
}

.form-container-one-third {
    float: left;
    width: 33.3%;
}

.form-divide {
    float: left;
    width: 100%;
    height: 10px;
    border-top: 1px solid rgb(229, 229, 229);
    border-bottom: 1px solid rgb(229, 229, 229);
    background-color: #eaf1f6;
}

.form-item {
    float: left;
    width: 100%;
    line-height: 25px;
    display: inline;
    padding: 5px 0;
    color: rgb(99, 99, 99);
}

.form-header {
    line-height: 40px;
    color: rgb(77, 77, 77);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 10px;
}

.form-footer {
    line-height: 45px;
    text-align: center;
    border-top: 1px solid rgb(229, 229, 229);
    margin-top: 10px;
}

.form-footer-inner {
    float: right;
    margin: 0 1%;
}

.form-title {
    float: left;
    text-align: right;
}

.form-title-10 {
    width: 10%;
}

.form-title-15 {
    width: 15%;
}

.form-title-20 {
    width: 20%;
}

.form-title-30 {
    width: 30%;
}

.form-title-40 {
    width: 40%;
}

.form-title-50 {
    width: 50%;
}

.form-title-60 {
    width: 60%;
}

.form-title-70 {
    width: 70%;
}

.form-title-80 {
    width: 80%;
}

.form-title-90 {
    width: 90%;
}

.form-title-100 {
    width: 100%;
}

.form-value {
    float: left;
}

.form-value-10 {
    width: 10%;
}

.form-value-20 {
    width: 20%;
}

.form-value-30 {
    width: 30%;
}

.form-value-40 {
    width: 40%;
}

.form-value-50 {
    width: 50%;
}

.form-value-60 {
    width: 60%;
}

.form-value-70 {
    width: 70%;
}

.form-value-80 {
    width: 80%;
}

.form-value-85 {
    width: 85%;
}

.form-value-90 {
    width: 90%;
}

.form-value-100 {
    width: 100%;
}

.form-timebox {
    float: left;
    overflow-y: auto;
}

.normal-input {
    width: 200px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid rgb(217, 217, 217);
}

.normal-input:focus {
    border: 1px solid #337de5;
}

.input-50 {
    width: 50px;
}

.input-100 {
    width: 100px;
}

.input-150 {
    width: 150px;
}

.input-200 {
    width: 200px;
}

.input-250 {
    width: 250px;
}

.input-300 {
    width: 300px;
}

.input-400 {
    width: 400px;
}

.input-700 {
    width: 700px;
}
