﻿/*-微信微享官网平台2.0所有样式-*/
/*--公共样式--*/
body
{
    font-family: "Microsoft YaHei" , "微软雅黑" , "SimHei" , "MSYH" , "黑体" ,Helvetica;
    -webkit-text-size-adjust: none;
    font-size: 14px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #f8f8f8;
}
a
{
    text-decoration: none; /* 取消a标签下划线 */
    cursor: pointer;
}
a:link
{
    color: White;
}
/* 未访问的链接 */
a:visited
{
    color: White;
}
/* 已访问的链接 */
a:hover
{
    color: #02c1f5;
}
/* 鼠标移动到链接上 */
a:active
{
    color: #02c1f5;
}
/* 选定的链接 */

/*-黑色a标签-*/
a.black:link
{
    color: #000;
}
a.black:visited
{
    color: #000;
}
a.black:hover
{
    color: #02c1f5;
}
a.black:active
{
    color: #02c1f5;
}

.clearfix
{
    clear: both;
}

input.placeholder
{
    color: #9a9a9a;
}
/*-水印显示颜色-*/
/*-站点导航容器-*/.divSiteNav
{
    height: 50px;
    line-height: 50px;
    width: 980px;
    margin: 0 auto;
}
.divTopBorder
{
    margin: 0 auto;
    background-image: url(../../Images/Welcome/TopLine.png);
    width: 980px;
    height: 2px;
}
/*-div分割线-*/
/*-div容器,和div分割线结合使用-*/
.divContainer
{
    margin: 0 auto;
    background-color: White;
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    width: 980px;
    moz-box-shadow: 0px 0px 5px #cbcbcb;
    -webkit-box-shadow: 0px 0px 5px #cbcbcb;
    box-shadow: 0px 0px 5px #cbcbcb;
    border-bottom: 1px solid #C0C0C0;
}
/*--公共样式结束--*/
/*---------------模板---------------------------*/
/*-一直显示的头部-*/
.relative-header
{
    position: relative;
    width: 100%;
    top: 0px; /* position fixed for IE6 */
    left: 0px; /* min-width: 1440px;*/
    height: 101px;
    display: block;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: White;
}
/*-绝对定位头部-*/
.fixed-header
{
    width: 100%;
    min-width: 1440px;
    position: fixed; /* 头部固定必须指定 */
    top: 0px; /* position fixed for IE6 */
    left: 0px;
    height: 52px;
    display: none;
    overflow: visible;
    _position: absolute;
    _top: expression(documentElement.scrollTop + "px");
    z-index: 10;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.login
{
    height: 49px;
    color: #000;
    vertical-align: text-bottom;
}
.login .button
{
    margin-left: 970px;
    font-size: 14px;
    height: 49px;
    width: 162px;
    line-height: 65px;
    background-image: url("../../Images/Welcome/LoginBg.png");
}

/*-header-*/
.header .menuNav
{
    height: 52px;
    background-image: url("../../Images/Welcome/MenuBg.png");
}
.header .menuNav .logo
{
    margin-left: 200px;
    margin-right: 150px;
    width: 150px;
    font-size: 30px;
}
.header .menuNav .Tel
{
    background-image: url("../../Images/Welcome/Tel.png");
    width: 150px;
}
/* 取消列表样式，内外补间为零 */
.header .menuNav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* 横排：控制导航高度 使用float 指定每个li的宽度和高度 */
.header .menuNav li
{
    float: left;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px; /* 文字垂直居中 指定行高为li高度 自动垂居中 */
}
/* 鼠标放上效果 */
.header .menuNav li.liNav:hover
{
    color: #1EC7F1;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#44444444',endColorstr='#44444444');
    _filter: alpha(opacity=10);
    background: rgba(0,0,0,.1);
}
/* 将a标签区块化就可以指定高度 */
.header .menuNav li.liNav a:hover
{
    color: #1EC7F1;
}

/* 将a标签区块化就可以指定高度 */
.header .menuNav a
{
    display: block;
    height: 100%;
    width: 120px;
    text-decoration: none; /* 取消a标签下划线 */
    text-align: center; /* 文字水平居中显示 */
    color: #fff;
}



/*-foot-*/
.foot
{
    bottom: 0px;
    left: 0px;
    width: 100%; /* min-width: 1440px;*/
    color: White;
    text-align: center;
    background-image: url("../../Images/Welcome/bottom_bg.png");
    font-weight: bold;
}
.main
{
    position: relative;
    top: -100px;
}
/*---------------模板结束-------------------*/
/*------------------------------------注册-------------------------------------------------*/
/*-注册面板table-*/
.mainTable
{
    font-size: 14px;
    width: 780px;
    margin: 0 auto;
    padding-top: 30px;
}
.mainTable tr
{
    height: 60px;
}
.mainTable tr:first-child
{
    height: 60px;
}
.mainTable Span
{
    color: #666666;
}
.mainTable .span_orage
{
    color: #f5aa00;
}

input.required
{
    background: url(/Images/input_bg.png) no-repeat scroll 0% 0% transparent;
    background-position: 100% 0px;
    border-color: #9eabb3 #d5dbdf #d5dbdf #9eabb3;
}

.mainTable .btn
{
    font-weight: bold;
    color: White;
    font-size: 18px;
    height: 40px;
    width: 330px;
    background: rgb(102,205,50);
    border: 0px solid white;
    cursor: pointer;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

.btn:hover
{
    background: #339900;
}
/*------------------------------------注册结束-------------------------------------------------*/
/*------------------------------------登陆-------------------------------------------------*/
/*-登陆面板-*/
.divLogin
{
    width: 297px;
    height: 413px;
    background-image: url(../../Images/Welcome/LoginImageBg.png);
    position: absolute;
    top: 50px;
    z-index: 20;
    left: 790px;
    display: none;
}

/*-登陆面板table-*/
.tableLogin
{
    text-align: left;
}
.tableLogin tr:first-child
{
    height: 90px;
}
/*-登陆面板输入框-*/
.tableLogin td.text
{
    border: none;
    width: 215px;
    height: 30px;
}
.tableLogin td.text input
{
    float: left;
    border: none;
    background: none;
    margin-left: 60px;
    margin-top: 14px;
    padding-top: 0px;
    height: 38px;
    width: 200px;
    vertical-align: middle;
    line-height: 38px;
}

.mainTable .countInfo
{
    width: 360px;
}

.mainTable .msg
{
    margin-left: 65px;
}

.mainTable .msg span
{
    margin-left: 15px;
    float: left;
    color: red;
}

.mainTable .Inp /*-文本框*/
{
    width: 352px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #C7C7C7;
}

.tableLogin .btnLogin
{
    cursor: pointer;
    margin-left: 20px;
    height: 45px;
    width: 119px;
    float: left;
    background: url(../../Images/Welcome/dl0.png) no-repeat 0 center;
}
.tableLogin .btnLoginMoues
{
    cursor: pointer;
    margin-left: 20px;
    height: 45px;
    width: 119px;
    float: left;
    background: url(../../Images/Welcome/dl1.png) no-repeat 0 center;
}
.tableLogin .btnReset
{
    cursor: pointer;
    height: 45px;
    margin-left: 145px;
    width: 119px;
    float: none;
    background: url(../../Images/Welcome/qc0.png) no-repeat 0 center;
}
.tableLogin .btnResetMoues
{
    cursor: pointer;
    height: 45px;
    margin-left: 145px;
    width: 119px;
    float: none;
    background: url(../../Images/Welcome/qc1.png) no-repeat 0 center;
}
/*------------------------------------登陆结束-------------------------------------------------*/