﻿/**
 * Common.css 1.0
 * 通用样式
 * 版权所有 企三藏
 * Released on: 2017/03/10
 * author: sanborn
 * e-mail: san_born@qq.com
 */
section,header, a, span, abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: "Microsoft Yahei",Arial,"黑体",sans-serif,Tahoma;
	list-style: none;
	text-decoration: none !important;
    vertical-align: baseline;
    outline: none;
    /*font-size: 1.4rem;*/
}

#j-slideunlock{
    margin:10px 0;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
}
#j-slideunlock #slider{
    margin:0 !important;
    width:100% !important;
}
#j-slideunlock #label{
    text-align:center;
}
.dark INPUT[type="text"]{
    color:#666 !important;
    border:0 none;
    box-shadow:none;
    text-shadow:none;
}
.dark INPUT[type="text"]:focus {
    box-shadow:none;
    text-shadow:none;
}
#signUp{
    z-index:100001;
}
#signUp div{
    text-align:left;
    color:#90999C;
}
/*网上核名-底部浮动S*/
.j-websubmit{
    width: 100%;
    height: 219px;
    position: fixed;
    display: none;
    bottom:0;
    overflow:hidden;
    z-index:100000;
}
.j-websubmit .j-wrap{
    width: 100%;
    height:140px;
    position: absolute;
    left: 0;
    bottom:0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    filter:Alpha(opacity=80) \9;
    background:#333 \9;
}
.j-websubmit .j-query{
    margin:0 auto;
    height: 120px;
    width: 1100px;
    display: table;
    position: absolute;
    left:50%;
    margin-left:-550px;
    z-index: 20000;
}
.j-query img{
    float:left;
    display: inline-block;
    margin-right:60px;
}
.j-query h1{
    height:90px;
    line-height: 90px;
    font-size: 48px;
    font-weight: 700;
    color:#fff;
    font-weight: 700;
    margin-top:70px;
}
.j-query h1 em{
    color:#fff;
    font-size:18px;
    font-style: normal;
    margin-left:20px;
}
.j-query label{
    color:#fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.j-query input[type="text"]{
    height:30px;
    line-height: 30px;
    padding: 0 10px;
    width: 290px;
    border:1px solid #fff;
    margin:0 20px;
    color:#666;
    border-radius: 3px;
    font-size: 12px;
}
.j-query .j-submit{
    padding:5px 10px;
    background: #00C0EF;
    border:1px solid #00C0EF;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    margin-top:-1px;
    color:#000;
}
.j-query .j-close-btn{
    display: table;
    border-radius: 50px;
    width:30px;
    text-align: center;
    height:30px;
    line-height: 30px;
    color: #fff;
    background-color: #333;
    position: absolute;
    right:0;
    top:90px;
}
.j-query .j-close-btn:hover{
    background-color: #fff;
    color:#000;
}
.j-float-note{
    display:none;
    width:130px;
    position: fixed;
    left:0;
    bottom:15px;
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;
    background-color:#3d86ff;
    overflow:hidden;
}
.j-float-note a{
    text-align:left;
    padding:20px 0;
    display:block;
    color:#fff;

}
.j-float-note a p{
    display:inline-block;
    font-size:32px;
    margin-left:25px;
    color: #fff;
}
.j-float-note a em{
    display:inline-block;
    background-color:#fff;
    color:#000;
    padding:3px 5px;
    margin:0;
    border-radius:5px;
    margin-left:25px;
    font-style: normal;
}
.Telescopic{
    position: fixed;
    width: 105px;
    right: 30px;
    bottom: 160px;
}
.rq{
    width: 105px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: "微软雅黑";
    background: #3d86ff;
    color: #fcff00;
    font-size: 18px;
    font-weight: bold;
}
.wx{
    width: 105px;
    height: 147px;
    background: url(../images/wx.png) no-repeat;
	background-size: 100%;
}
.return_top{
    width: 105px;
    height: 36px;
    background: url(../images/top.png) no-repeat;
    cursor: pointer;
}
