@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span, object, iframe,header,footer{margin:0; padding:0; border:0;}
body{font-family:"Microsoft YaHei";  background:#fff; font-size:13px; line-height:24px;}
li{ list-style:none;}
.w{ width:1000px;  margin:0 auto;}
.fl{ float:left}
.fr{ float:right}
a{text-decoration:none;cursor: pointer;color:#3fbfc8;}
a:hover{text-decoration:none;cursor: pointer;color:#37a2a9;}
.no {
	display:none;
}
.clear{
	clear:both;
}
.mobile-show {
	display:none;
	}
/*----------header-----------*/
.header {
	width:100%; 
	line-height:80px;
	background:#fdfdfd;
	border-bottom:1px solid #ccc;
}
.header {
	height: 60px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.3);
	background: #212832;
   color:#fff;
  	font-size:15px;
	line-height: 60px;
   color:#ccc;
   z-index:99;
   top:0;
   left:0;
}

.header .w {
   width:1240px;
  	margin:0 auto;
}
.header .logo{
	display: block;
   float:left;
   padding:0;
   margin-right:60px;
}
.header .headerNav{
	display: block;
   float:left;
   padding:0;
   margin:0;
}
.header .headerNav div{
	display: block;
   padding:0;
   margin:0;
}
.header .headerNav div a{
	display: block;
   float:left;
   letter-spacing:2px;
   color:#ccc;
   padding:0 10px;
   margin:0 5px;
   text-decoration:none;
}
.header .headerNav div a.activa{
	display: block;
   float:left;
   color:#44c0c9;
   padding-top:2px;
	line-height: 56px;
   border-bottom:2px solid #44c0c9;
   margin:0 10px;
}
.header .login{
	display: block;
   float:right;
   padding:0 25px;
   margin:0;
   letter-spacing:2px;
   background-color:#44c0c9;
   color:#fff;
}
.header .login a{
   color:#fff;
}
.header .console{
	display: block;
   float:right;
   padding:0;
   margin:0;
   color:#eee;
  	font-size:13px;
  	text-decoration:none;
}
/*----------main-----------*/
.main {
	min-height: 500px;
	}

.schedule {
	width:900px;
	margin:0 auto;
	}
.schedule li { 
	display:block;
	float:left;
	width:300px;
	text-align:center;
	border-bottom:2px solid #ccc;
	line-height:50px;
	}
.schedule li i{
	background:url(../image/ico-circle2.png) no-repeat;
	padding:3px 8px 3px 8px;
	font-size:14px;
	color:#fff;
	font-style:normal;
	}
.schedule li span {
	font-size:15px;
	font-weight:600;
	padding:0 10px;
	color:#999;
	}
.schedule .select {
	border-bottom:2px solid #3fbfc8;
}
.schedule .select i {
	background:url(../image/24-24.png) no-repeat;
	}
.schedule .select span {
	color:#333;
	}
	
	
.table {
	padding-top:50px;
	width:900px;
	margin:0 auto;
	}
.table span {
	float:left;
	display:inherit;
	width:500px;
	padding:1px;
	line-height:26px;
	}
.table .td {
  	position: relative;
	float:left;
	width:500px;
	padding:1px 0;
	line-height:26px;
  	margin-bottom:0;
	}
.table .td .prompt{
  	 display:none;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 260px;
    border: 1px solid #eee;
    background: #fff;
    z-index: 99;
	}
.table .td .prompt ul {
	display:block; 
	}
.table .td .prompt ul li {
	display:block; 
  	padding:0 4px;
  	line-height:40px;
   cursor: pointer;
	}
.table .td .prompt ul .select {
	background:#3fbfc8;
  	color:#fff;
	}
.table .td .prompt ul li i{
	font-style: normal;
	}
.table .tableList {
  	margin-bottom:20px;
	}
.table .title {
	float:left;
	width:330px;
  	padding:1px;
	padding-right:20px;
	text-align:right;
	line-height:38px;
	} 
.table select {
	display:block;
	width:100px;
	height:24px;
	padding:2px 3px;
	margin-bottom:0;
	}
.table label {
    display: inline-block;
    width: auto;
    line-height: 28px;
}
.table label input[name="mode"]{
	display:block; 
	float:left;
   margin-top:14px;
	}
.table label i{
	display:block; 
	float:left;
	font-style:normal;
	padding-left:10px;
	}
.table  .text {
   display:block;
   float:left;
   border:none;
   height:38px;
   padding:0 5px;
   width:250px;
   font-size:14px;
	background-color:#fff;
  	border:1px solid #eee;
   outline:none;
	}
.table .codeText{
   width: 140px;
   margin-right: 10px;
}
.table .btn {
	display:block;
   margin:0 auto;
   border-radius:3px;
   width:300px;
   line-height:40px;
   text-align:center;
   font-size:16px;
   background-color:#3fbfc8;
   color:#fff;	
	}
.table .btn:hover {
   background-color:#37a2a9;
	}
.table .getVFCodeBtn{
	display:block;
   float:left;
   margin:0 auto;
   border-radius:3px;
   width:100px;
  	font-size:14px;
   line-height:40px;
   text-align:center;
   background-color:#3fbfc8;
   color:#fff;
      cursor: pointer;
}
.table .getVFCodeBtn:hover {
   background-color:#37a2a9;
	}
.table-box .from {
	text-align: center;
	}
.table-box .from .btn{
   display:inline-block;
	}
/*----------footer-----------*/	
.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #ccc;
    background: #212832;
    color:#eee;
}		


  .footer .company{
    position:relative;
    text-align:center;
    padding:15px 20px;
    font-size:12px;
    line-height:18px;
    color:#999;
  }
  .footer .copyright{
    width:944px;
    margin:0 auto;
    text-align:center;
    font-size:12px;
    height:70px;
    color:#999;
  }
  .footer .copyright a{
    color:#fff;
  }
.footer .RQ-code{
	width:90px;
   margin-top:5px;
   border:0px solid #fff;
}

.planTitle{
  width:330px;padding:0 20px 10px 0;text-align:right; font-weight:600;
}


@media screen and (min-width: 480px) and (max-width: 1281px) {
  .w {
    width:1024px;
    margin:0 auto;
  }
  .header .w {
    width:1024px;
    margin:0 auto;
  }
  .footer .w {
    width:1024px;
    margin:0 auto;
  }
  .login_back{
    background-size: auto 205px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
/*.header .logo img {
    display: block;
    float: left;
    height: 30px;
    margin: 10px 0;
}
.schedule li i{
	display:none;
	}
.table .title {
	display:none;
	} 
.w { 
	width:100%;
	margin:0 auto; 
	}*/
}
@media only screen and (max-width: 479px) {
  .mobile-hide {
    display:none;
  }
  .mobile-show {
    display:block;
  }
  .table .tableList{
    margin-bottom:0;
    padding:5px 20px;
    border-bottom: 1px solid #ededed;
  }
  .header {
    width:90%;
    padding:0 5%;
    line-height: 50px;
    border-bottom: 1px solid #eee;
  }
  .header .logo img {
    height: 30px;
  }
  .header .logo span {
    font-size: 15px;
    margin-left: 10px;
  }
  .header .console{
    display:none; 
  }
  .schedule {
    width:100%;
  }
  .schedule ul{
    display:block; 
    display: -webkit-flex;     
    display: flex;
    -webkit-align-items: center;
    /* for uc */
    display: -webkit-box;  
    -webkit-box-align: center;
  }
  .schedule li {
    display:block;        
    -webkit-flex: 4;          
    flex: 4;         
    /* for uc */
    -webkit-box-flex:4;      
    -moz-box-flex: 4;         
    -ms-flex: 4; 
    text-align:center;
    float: none;
    width: 33%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
  }
  .schedule .select {
    border-bottom: 1px solid #3fbfc8;
  }
  .schedule .select span {
    color: #3fbfc8;
  }
  .schedule li i{
    padding:0px 6px;
    background-size:19px;
    background-position:1px 0px;
  }
  .schedule .select i{
    padding:0px 6px;
    background-size:19px;
    background-position:1px 0px;
  }
  .schedule li span {
    font-weight:500;
    font-size:14px;
  }
  .main {
    padding-top:0px;
    min-height:auto;
  }
  .table {
    width:100%;
    padding-top:0;
  }
  .mobileFlexBox{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	display: -webkit-box;
  }
  .mobileFlex1 {
    display: block;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    width: 0%;
  }
  .table .title {
    display:none;
  } 
  .table .text {
    display: block;
    float:none;
    border: 0;
    box-shadow: none;
    outline: none;
    background:#fff;
    border: 1px solid #fff;
    width: 96%;
  }
  .table .text:focus {
    box-shadow: none;
    outline: none;
  }
  .table span {
    width:100%;
  } 
  .table .td {
    width:100%;
    position: relative;
  }
  .table div {
    margin-bottom: 0px;
  }
  .table .mobile-show {
    position:absolute;
    right:10%;
    top:5px;
  }
  .table .btn {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top:20px;
  }
  .footer {
    background: #212832;
  }
  .footer .copyright{
    width:80%;
    height:auto;
  }
  .footer .company{
    padding: 10px 20px;
  }
  .footer p {
    width:80%;
    padding:10px 10%;
  }
  .w { 
    width:100%;
    margin:0 auto; 
  }
.header .w {
   width:100%;
  	margin:0 auto;
}
  
  .table .mobile-show {
    position:absolute;
    right:10%;
    top:5px;
  }
  .table .getVFCodeBtn{
    float: none;
    margin: 0;
  }
  .planTitle{
    padding:5px 0 5px 20px;
    text-align:left; 
    font-weight:600;
  }
}
#getVfCode:disabled{
  background-color: #AFAFAF;
}
#getPhoneCode:disabled{
  background-color: #AFAFAF;
}
.table  .text:focus{
  border: 1px solid #3fbfc8;
}
	
	
	
