
@charset "utf-8";
/* CSS Document */
/*
* Description: 备考微信活动页-移动
* Update:      3/06/2016
* Author:      yixiaofang 
*/
html {font-size: 10px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img,article,aside,details,figcaption,figure,footer,header,hgroup,menu,.con_01,section {margin: 0;padding: 0;}
body {padding-bottom:70px;color: #333;background-color: #fff;line-height: 20px;font-family: Arial, "微软雅黑";min-width: 320px;max-width:750px;margin:0 auto;width:100%;overflow-x:hidden;}
fieldset {border: 0;display: block;}
ol,ul,dl {list-style: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
em,s,i {font-style: normal;}
input,button,select,textarea {border: 0;outline: none;}
textarea {resize: none;}
a {text-decoration: none;display: inline-block;}
a:hover {text-decoration: none;}
.video embed,.video object,.video iframe {width: 100%;height: auto;}
a,button,input {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {-webkit-appearance: none;}
.clear {clear: both; display: block; height: 0; visibility: hidden; font: 0/0 arial}
.clearfix:after {content:"."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0}
.clearfix {*zoom: 1}
article, aside, footer, header, hgroup, main, .con_01, section { display: block;}

@media only screen and (min-width: 481px){
    html {
        font-size: 94%!important;
    }
}
@media only screen and (min-width: 561px){
    html {
        font-size: 109%!important;
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 125%!important;
    }
}
/*-----------------------------------------分隔线-------------------------------------------------*/
.width750
{
  margin:0 auto;
  width:750px;
}
.img{
  width:100%;
  display:block;
}
.logo
{
  height:40px;
}
.logo img 
{
  height: 30px;
  margin: 5px 0px 5px 5px;
}
.logo p 
{
  float: right;
  line-height: 40px;
  color: #262626;
  font-size: 17px;
  font-weight: bold;
  margin-right: 5px;
}
.logo p span 
{
  color:#ee771c;
  margin-left:5px;
}
div.formBg
{
  background:url('../images/formBg.jpg') center center no-repeat;
  height:416px;
}

div.formBg h3,div.formBg p 
{
  text-align:center;
}
div.formBg h3
{
  color:#ee771c;
  padding-top:30px;
  font-weight:bold;
  font-size:18px;
}
div.formBg p
{
  margin-top:10px;
  font-size:17px;
}

div.formBg input 
{
  display: block;
  width: 300px;
  margin: 25px auto;
  border: 2px solid #5e5e5e;
  border-radius: 4px;
  height: 36px;
  padding-left:10px;
}
a.getCode,a.moreClass
 {
  display: block;
  width: 314px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #ff9b00;
  border-radius: 5px;
  font-size:16px;
 }
 div.online
 {
  padding:50px 0px;
  background-color:#f6f6f6;
 }
 
 div.online img 
 {
    cursor:pointer;
 }

a.moreClass
{
  margin-top:25px;
}

/*fnav*/
.fnav{   width: 100%;
  background: rgba(0,0,0,0.7);
  height: 70px;
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;}
.fnav a{
  background-color: #ff3d01;
  width: 44%;
  line-height: 45px;
  box-shadow: 0px 3px 0px #ca3000;
  margin-top: 12px;
  margin-left: 4%;
  float: left;
}
.fnav a.onlineBtn
{
  background-color: #28ab00;
  box-shadow: 0px 3px 0px #28ab00;
}
 .fnav a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.fnav a span img 
{
  display:block;
}
.btn, .btn_a a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
}