@charset "utf-8";
body {
    font: normal 12px/1.5em "microsoft yahei", "微软雅黑", Arial, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color:#0000FF;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/*苹果手机默认样式清除 开始*/
a, img, button, input, textarea, div {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {
    -webkit-appearance: none;
}

.button {
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
}

/*苹果手机默认样式清除 结束*/

/*图片居中start*/
.cn_centerimg {
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *font-size: 104px;
    *font-family: Arial;
}

.img {
    vertical-align: middle;
}

/*图片居中end*/

/*背景图平铺-start*/
.bg {
    width: 100%;
    background: url(../img/shop/top-bg.png);
    background-repeat: repeat-x;
    background-color: rgba(0, 0, 0, 0);
}

/*背景图平铺-end*/

/*靠左靠右边距-start*/
.mgleft10 {
    margin-left: 10px;
}

/*靠左靠右边距-end*/

/*上传按钮样式*/
.upload {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.upload input {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
}

a:hover {
    cursor: pointer;
}

.w-h100 {
    width: 100px;
    line-height: 27px;
    height: 27px;
    background: #D0D0D0;
    color: #000000;
}

.w-h200 {
    width: 100px;
    line-height: 100px;
    height: 100px;
    background: #D0D0D0;
    color: #000000;
}

.w-h80 {
    width: 80px;
    height: 80px;
    background: url(../img/shop/head-face.png) no-repeat center center;
}

/*遮罩层*/
#fullbg {
    background-color: gray;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 1000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

/*测试边框*/
.border-red {
    border: 1px solid red;
}

/*按钮的样式开始*/
.defBtn{display: block;color:#fff;line-height: 30px;  height: 30px;width:80px;border-radius:4px; text-align: center;}
.greenBtn{ background: #68c56d;border: 1px solid #68c56d;}

/*按钮的样式结束*/
/*公共样式*/
a {
    text-decoration: none;
}

a:ative {
    text-decoration: none;
}

.wrapper {
    text-align: center;
    width: 100%;
    z-index: 1;
}

.font20 {
    font-size: 20px;
}

.font16 {
    font-size: 16px;
}

/*边框颜色***********************************************************************/

/*中灰*/
.bodera8 {
    border: 1px solid #a8a8a8;
}

/*颜色**************************************************************************/
/*桔黄*/
.fontcorl {
    color: #ff8500;
}

.fontWith {
    color: #FFFFFF;
}

/*注释颜色，浅灰*/
.fontqh {
    color: #D0D0D0;
}

/*按钮样式*/
/*桔黄*/
.btn-Ysubmit {
    border: 1px solid #ff8500;
    background-color: #ff8500;
    color: #FFFFFF;
    text-align: center;
}

/*草绿*/
.btn-Gsubmit {
    border: 1px solid #77cb7b;
    background-color: #77cb7b;
    text-align: center;
    color: #FFFFFF;
}

/*颜色字体*/
/*草绿色字体*/
.font16color {
    color: #77cb7b;
    font-size: 16px;
}

.font20 {
    color: #FFFFFF;
    font-size: 20px;
}

.font18 {
    color: #FFFFFF;
    font-size: 16px;
}

.font18a8 {
    color: #a8a8a8;
    font-size: 16px;
}

.font14 {
    color: #FFFFFF;
    font-size: 14px;
}

.font14col {
    color: #333333;
    font-size: 14px;
}

.font14ff {
    color: #ff8500;
    font-size: 14px;
}

.font12 {
    color: #03808d;
    font-size: 12px;
}

.font13ff {
    color: #ff8500;
    font-size: 13px;
}

/*注释颜色，浅灰*/
.font12ca {
    color: #D0D0D0;
    font-size: 12px;
}

.font1233 {
    color: #333333;
    font-size: 12px;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.inlineBlock {
    display: inline-block;
}

.block {
    display: block;
}

.len100 {
    width: 100px;
}

/*位置显示*/
.txtTop {
    vertical-align: top;
}

.txtMiddle {
    vertical-align: middle;
}

.ptop15 {
    padding-top: 15px;
}

.pleft5 {
    padding-left: 5px;
}

.mleft170 {
    margin-left: 170px;
}

.mleft150 {
    margin-left: 130px;
}

.mbottom50 {
    margin-bottom: 50px;
}

.mbottom12 {
    margin-bottom: 12px;
}

.mTop0 {
    margin-top: 0px;
}

.txtright {
    text-align: right;
}

/**水平居中**/
.center{margin: 0 auto;}

.float-lf{
	float: left;
}

.float-rt{
	float: right;
}

/**验证提示信息*/
.msgclass{background: transparent;color:#ff8500;margin: 10px 0 ;}