body {
    background-color: #fff;
    color: black;
    font: 12px/1.5 arial,verdana;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
    margin: 0;
    padding: 0;
    text-shadow: none;
}
label input {
    text-shadow: none;
    vertical-align: middle;
}
*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:hover{
}
a{
    transition: all .5s;
    -moz-transition: all .5s;  /* Firefox 4 */
    -webkit-transition: all .5s;   /* Safari 和 Chrome */
}
a:link, a:visited {
    text-decoration: none;
    text-shadow: none;
}
a:hover, a:active,a:focus{
    text-decoration: none;
    text-shadow: none;
    transition: all .5s;
    -moz-transition: all .5s;  /* Firefox 4 */
    -webkit-transition: all .5s;   /* Safari 和 Chrome */
}
html, body {
    background: none repeat scroll 0 0 #f8f8f8;
}
body {
    color: black;
    font: 12px/1.5 arial,verdana;
    text-align: center;
}
img {
    border: 0 none;
}
table {
    border-collapse: collapse;
}
ul li {
    list-style: none outside none;
}
a.hidefocus {
    outline: medium none;
}
button.hidefocus::-moz-focus-inner {
    border: medium none;
}

*{

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input, textarea, select {
    outline: medium none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.42857;
    padding: 8px;
    text-align: left;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-bottom: 1px solid #dddddd;
}
.color_fff{
    color: #ffffff;
}
.top10{
    margin-top: 10px;
}
.top20{
    margin-top: 20px;
}
.top30 {
    margin-top: 30px;
}
.top40 {
    margin-top: 30px;
}
.top50{
    margin-top: 50px;
}
.top60{
    margin-top: 60px;
}
.top70{
    margin-top: 70px;
}
.top80 {
    margin-top: 80px;
}
/*css3*/
.index .header{
    padding: 70px 0;
    font-size: 18px;
}
.index .header img{
    margin-top: 10px;
    width: 160px;
}
.index .conter{
    padding: 0 30px;
}
.index .conter .list{
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
.index .conter .list label{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #000;
    margin-bottom: 8px;
}
.index .conter .list input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    font-size: 15px;
    background: none;
    border-radius: 0;
}
.index .conter .list input:focus{
    border-bottom-color:#21a3f3;
}
.index .conter .list:last-child{
    margin-top: 20px;
}
.index .conter .list button,button.btn{
    background: #21a3f3;
    border: none;
    border-radius: 25px;
    height: 50px;
    line-height: 25px;
    box-shadow: 0 10px 15px rgba(33,163,243,.4);
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
}
.index .conter .list button:hover,button.btn:hover{
    color: #fff;
}
.index .conter .list a{
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    color: #666666;
    font-size: 12px;
}
.index .conter .list a span{
    color: #21a3f3;
}
/**/
.container{
    padding: 0 30px;
}
.card-header{
    background: none;
    padding: 40px 0;
    margin-bottom: 30px;
}
.card-header img{
    width: 105px;
}
.card-header h3{
    margin-top: 20px;
    font-size: 18px;
}
.scopes .list{
    width: 100%;
    text-align:left;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    background: url(../images/icon_01.png) no-repeat ;
    background-size: 11px;
    background-position: left 3px; 
    color: #7e7c7e;
    font-size: 12px;
    margin-top: 5px;
}
.buttons{
    margin-top: 40px;
}
.buttons .Cancel{
    font-size: 15px;
    color: #666666;
    background: none;
    border: none;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
/*phone*/
@media (max-width: 767px) {
	
}




















