﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color:#000;
    line-height: 30px;
    text-align: center;
}
strong { font-weight: 500; }
a, a:hover, a:focus {
	color: #de615e;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all 

.3s;
}
h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}
h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
img { max-width: 100%; }
::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border:0;
	-webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
}
.pass-form{
	width:450px;
	height:550px;
	margin-top:100px;}
.form-bot {
	width:500px;
	padding: 25px 25px 30px 25px;
	background: #fff;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
	margin:0 auto;
    margin-left:-50px;
/*	border:1px solid #222222;*/
}
.textf{
	margin-top:5px;
	text-align:right;}
.font{
	font-size:16px;
	color:#234065;
	font-weight:500;}
form .form-bot .input-error {
	/*border-color:#5bd3dd;*//*第一种*/
    border-color:#77b3d4;/*第二种*/
}
.fl{
	margin-top:10px;}
.sty{
	background-color:#222222;
	color:#fff;}
.RedStar-right1{
	text-align:center;
	padding-top:5px;}
.RedStar-right1 button:hover {
    background-color:#ffffff;
	border:1px solid #77b3d4;
    color: #77b3d4;
    }
.pfont{
	font-size:10px; 
	color:#F40D11;
	font-weight:500;
	}
.set button:hover{
	background-color:inherit;
	border:1px solid #77b3d4;
    color: #77b3d4;
}
.btnret{
	width:200px;
	text-align:center;
	margin-top:20px;}
@media (max-width: 996px) { 
span{display:none;}
}
	
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder,input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder,input[type="password"]:-ms-input-

placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder，input[type="password"]::-

webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

@media (max-width: 992px) {
    .pass-form {
        width: 450px;
        height:550px;
        margin-left: 10px;
    }
    .set {
        margin-left:120px;
    }
}

