﻿body
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333333;
    width: 100%;
    background-color: #fff;
}
*
{
    word-break: break-all;
}

.txt-break
{
    word-break: break-all;
}

body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, img, li, ol, p, ul
{
    margin: 0;
    padding: 0;
    border: 0;
}
a
{
    color: #666;
    text-decoration: none;
}
a:hover
{
    color: #95521D;
    text-decoration: underline;
}
a.normal-link
{
    color: Blue;
    text-decoration: underline;
}

a.normal-link:hover
{
    color: blue;
    text-decoration: underline;
}

a.icon-link
{    
     text-decoration:none;
}

a.icon-link:hover
{
    color: red;
     text-decoration:none;
}

ul
{
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
.container
{
    position: relative;
    margin: 0 auto;
    width: 1024px;
    background-color:#fff;
    /*width:1200px;*/
}
.spline5
{
    margin: 0;
    padding: 0;
    height: 5px;
}
.spline10
{
    margin: 0;
    padding: 0;
    height: 10px;
}
.spline20
{
    margin: 0;
    padding: 0;
    height: 20px;
}

.spdash10
{
    margin: 5px 0 0 0;
    padding: 0;
    height: 5px;
    /*border-top-style: dashed;*/
    border-top-style:dashed;
    border-top-width: 1px;
    border-top-color: #666;
}

.spsolid10
{
    margin: 5px 0 0 0;
    padding: 0;
    height: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #666;
}

.tip
{
    background-position: 10px 5px;
    border: 1px solid #E2AF01;
    background-color: #FFFEE6;
    color: #8F5700;
    padding: 5px 5px 5px 30px;
    background-image: url(../images/tipinfo.gif);
    background-repeat: no-repeat;
    line-height: 18px;
}
.save-succ
{
    background-image: url(../images/succ.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 32px;
    padding: 5px 40px;
    line-height: 32px;
}
.font-price
{
    color: #c40000;
    font-family: "微软雅黑";
}

.page-header
{
    margin: 0 auto;
    height: 60px;
    background: #ffffff; /*background-image: url('../images/head-bg.png');*/
    background-repeat: repeat-x;
}

.page-header .logo
{
    padding: 14px 0 0 0px;
}

.page-header .logout
{
    position: absolute;
    right: 0;
    top: 10px;
    color: #3d3d3d;
}

.page-header .logout a
{
    text-decoration: underline;
}


.page-header .sysname
{
    position: absolute;
    left: 120px;
    top: 28px;
    font-size: 18px;
    color: #5F5E5C;
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 微软雅黑;
}

.page-header .account
{
    position: absolute;
    top: 26px;
    right: 15px;
    font-size: 20px;
}

.page-header .account .icount
{
    position: absolute;
    top: -5px;
    left: 15px;
    border-radius: 7px 7px 7px 0;
    background-color: red;
    text-align: center;
    display: inline-block;
    color: #fff;
    min-width: 16px;
    font-style: normal;
    font-size: 12px;
}

.page-nav
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 40px; /*background-image: url('../images/nav_bg.png');*/
    background-color: #056F3E; /*#EB5E21;*/
    background-repeat: repeat-x;
    z-index: 999;
    min-width: 1024px;
}
#nav
{
    margin: 0;
    padding: 0;
}
#nav > li
{
    z-index: 2;
    position: relative;
    float: left;
    line-height: 40px;
    list-style-type: none;
    display: block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding: 0;
}
#nav > li:hover
{
    line-height: 40px;
    background-color: #FF9900;
    background-repeat: no-repeat;
}
#nav li a
{
    display: block;
    line-height: 40px;
    text-decoration: none;
    color: #FFF;
    padding: 0 20px;
}
#nav ul
{
    position: absolute;
    display: none;
    color: #fff;
    padding: 0;
    margin: 0;
    list-style-image: none;
    top: 40px;
    left: 0;
    background-color: #E4E4E4;
    width: 180px;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
}
#nav ul li
{
    color: #000;
    line-height: 30px;
    text-align: left;
    width: 180px;
    list-style-type: none;
}
#nav ul li a
{
    display: block;
    line-height: 30px;
    padding: 0 18px;
    color: #000;
}
#nav ul li a:hover
{
    display: block;
    color: #fff;
    padding: 0 18px;
    background-color: #FF9900;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
}
.selected
{
    background-color: #FF9900;  /* #00A136; */
    background-repeat: no-repeat;
    background-position:center bottom;
    background-image: url('../images/arrow.png');
}

.page-body
{
    margin: 0 auto;
    background-repeat: repeat-x;
}
.page-footer
{
    padding: 20px 0;
}
.page-footer .copyright
{
    text-align: center;
    line-height: 24px;
}
.clearfix::after
{
    clear: both;
    content: " ";
    height: 0;
    display: block;
}
.icon_shopcat
{
    display: inline-block;
    background-image: url(../Images/shopcat.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
}
.icon_img
{
    background-position: 0 3px;
    background-image: url(../Images/chat.png);
    background-repeat: no-repeat;
}
.icon_face
{
    background-position: 0 -28px;
    background-image: url(../Images/chat.png);
    background-repeat: no-repeat;
}
.txt-center
{
    text-align: center;
}
.txt-left
{
    text-align: left;
}
.txt-right
{
    text-align: right;
}

.alertmsg
{
    padding: 10px;
    color: red;
}
.font-red
{
    color: Red;
}
.font-blue
{
    color: #337ab7;
}
.font-green
{
    color: #5cb85c;
}
.clear
{
    clear: both;
    height: 0;
}
.clear10
{
    clear: both;
    height: 10px;
}
.clear20
{
    clear: both;
    height: 20px;
}

.path
{
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}
.path span
{
    display: inline;
    color: #999;
}
.path span a
{
    color: #333;
}
.path span a:hover
{
    text-decoration: underline;
}
.path span i
{
    float: left;
    display: block;
    height: 20px;
    width: 20px;
}
.path .divider
{
    padding: 0 5px;
    color: #999;
    font-family: Tahoma, "Microsoft Yahei" ,Simsun;
}
.path span .icon-home
{
    background-image: url(../images/icon-home.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.crud-btnlist
{
    text-align: right;
    padding: 10px 0 10px 0;
    position: relative;
}

.info-wrap
{
    border: 1px solid #ddd;
}
.info-wrap .caption
{
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.info-wrap .body
{
    padding: 20px;
}


a.link-disabled
{
    color: #A7A7A7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
a.link-disabled:hover
{
    color: #A7A7A7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.icon-success
{
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    width: 32px;
    height: 32px;
    background-image: url(../images/success.jpg);
    background-repeat: no-repeat;
}
.icon-error
{
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    width: 32px;
    height: 32px;
    background-image: url(../images/error.jpg);
    background-repeat: no-repeat;
}



.alert-success
{
    background-image: url('../images/info/success.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 32px;
    padding: 5px 40px;
    line-height: 32px;
}

.alert-error
{
    background-image: url('../images/info/error.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 32px;
    padding: 5px 40px;
    line-height: 32px;
}

.alert-confirm
{
    background-image: url('../images/info/confirm.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 32px;
    padding: 5px 40px;
    line-height: 32px;
}

.alert-warning
{
    background-image: url('../images/info/warning.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 32px;
    padding: 5px 40px;
    line-height: 32px;
}

.alert-info
{
    background-image: url('../images/info/info.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 32px;
    padding: 5px 40px;
    line-height: 32px;
}

.tip-loading
{
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 32px;
    padding: 5px 40px;
    line-height: 32px;
}

.usestate0
{
    color: Red;
}

.usestate1
{
    color: Green;
}


.flag1
{
    color: #fff;
    display: inline-block;
    background-color: Green;
    font-weight: bold;
    padding: 2px 4px;
}

.flag2
{
    color: #fff;
    display: inline-block;
    background-color: Red;
    font-weight: bold;
    padding: 2px 4px;
}


.focus-red
{
    color: #fff;
    display: inline-block;
    background-color: Red;
    font-weight: bold;
    padding: 2px;
    line-height: normal;
}

.focus-blue
{
    color: #fff;
    display: inline-block;
    background-color: Blue;
    font-weight: bold;
    padding: 2px;
    line-height: normal;
}

.focus-green
{
    color: #fff;
    display: inline-block;
    background-color: Green;
    font-weight: bold;
    padding: 2px;
    line-height: normal;
}


@font-face
{
    font-family: 'iconfont';
    src: url('iconfont/iconfont.eot'); /* IE9*/
    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont/iconfont.woff') format('woff'), /* chrome、firefox */ url('iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont
{
    font-family: "iconfont";
    font-style: normal;
}


.searchwrap
{
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 10px 30px;
}

.searchwrap h3
{
    display: block;
    line-height: 24px;
}

.searchwrap h3 a
{
    float: right;
    font-size: 12px;
    font-weight: normal;
}


.txtImg
{
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    background-color:transparent;
}
