a{
  color: #333;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none ;
}
input[type=checkbox],
input[type=radio],
label,
ul,
dl {
  list-style: none;
  padding: 0;
  margin: 0;
}
body,
html {
  font-family: "微软雅黑";
  font-size: 14px;
}
input {
  background:#fff;
}
textarea {
  background:#fff;
}
select {
  background:#fff;
}
.p-w12 {
  width: 1200px;
  margin: 0 auto;
}
/*文字*/
.p-t-red {
  color: #bb0407;
}
.p-t-black {
  color: #000;
}
.p-t-gray {
  color: #808080;
  color: rgba(0, 0, 0, 0.6);
}
.p-t-white {
  color: #fefefe;
}
.p-t-deepgray {
  color: #333;
}
.p-t-h-blue {
  color: #0c67fe;
}
/*背景*/
.p-bg-red {
  background-color: #bb0407;
}
.p-bg-black {
  background-color: #000;
}
.p-bg-gray {
  background-color: rgba(0, 0, 0, 0.6);
}
.p-bg-white {
  background-color: #fefefe;
}
.p-bg-deepgray {
  background-color: #333;
}
.p-bg-h-gray {
  background-color: #fafafa;
}
/*
宽
*/
.p-w118 {
  width: 1180px;
  margin: 0 auto;
}
.p-w10 {
  width: 10%;
}
.p-w15 {
  width: 15%;
}
.p-w20 {
  width: 20%;
}
.p-w25 {
  width: 25%;
}
.p-w30 {
  width: 30%;
}
.p-w35 {
  width: 35%;
}
.p-w40 {
  width: 40%;
}
.p-w45 {
  width: 45%;
}
.p-w50 {
  width: 50%;
}
.p-w55 {
  width: 55%;
}
.p-w60 {
  width: 60%;
}
.p-w65 {
  width: 65%;
}
.p-w70 {
  width: 70%;
}
.p-w75 {
  width: 75%;
}
.p-w80 {
  width: 80%;
}
.p-w85 {
  width: 85%;
}
.p-w90 {
  width: 90%;
}
.p-w95 {
  width: 95%;
}
.p-w100 {
  width: 100%;
}
/*
字
*/
.p-f-zero {
  font-size: 0;
}
.p-f-sm {
  font-size: 12px;
}
.p-f {
  font-size: 16px;
}
.p-f-c {
  font-size: 18px;
}
.p-f-l {
  font-size: 20px;
}
.p-f-lg {
  font-size: 22px;
}
/*
  外左右边距
*/
.p-m-lr-ssm {
  margin: 0 5px;
}
.p-m-lr-sm {
  margin: 0 10px;
}
.p-m-lr-m {
  margin: 0 15px;
}
.p-m-lr-c {
  margin: 0 20px;
}
.p-m-lr-l {
  margin: 0 25px;
}
.p-m-lr-lg {
  margin: 0 30px;
}
/*
  外上下边距
*/
.p-m-tb-ssm {
  margin: 5px 0 ;
}
.p-m-tb-sm {
  margin: 10px 0 ;
}
.p-m-tb-m {
  margin: 15px 0;
}
.p-m-tb-c {
  margin: 20px 0 ;
}
.p-m-tb-l {
  margin: 25px 0;
}
.p-m-tb-lg {
  margin: 30px 0;
}
/*
  上外边距
*/
.p-m-t-ssm {
  margin-top: 5px;
}
.p-m-t-sm {
  margin-top: 10px;
}
.p-m-t-m {
  margin-top: 15px;
}
.p-m-t-c {
  margin-top: 20px;
}
.p-m-t-l {
  margin-top: 25px;
}
.p-m-t-lg {
  margin-top: 30px;
}
/*
  下外边距
*/
.p-m-b-ssm {
  margin-bottom: 5px;
}
.p-m-b-sm {
  margin-bottom: 10px;
}
.p-m-b-m {
  margin-bottom: 15px;
}
.p-m-b-c {
  margin-bottom: 20px;
}
.p-m-b-l {
  margin-bottom: 25px;
}
.p-m-b-lg {
  margin-bottom: 30px;
}
/*
 左外边距
*/
.p-m-l-ssm {
  margin-left: 5px;
}
.p-m-l-sm {
  margin-left: 10px;
}
.p-m-l-m {
  margin-left: 15px;
}
.p-m-l-c {
  margin-left: 20px;
}
.p-m-l-l {
  margin-left: 25px;
}
.p-m-l-lg {
  margin-left: 30px;
}
/*
  右外边距
*/
.p-m-r-ssm {
  margin-right: 5px;
}
.p-m-r-sm {
  margin-right: 10px;
}
.p-m-r-m {
  margin-right: 15px;
}
.p-m-r-c {
  margin-right: 20px;
}
.p-m-r-l {
  margin-right: 25px;
}
.p-m-r-lg {
  margin-right: 30px;
}
/*
  上内边距
*/
.p-p-t-ssm {
  padding-top: 5px;
}
.p-p-t-sm {
  padding-top: 10px;
}
.p-p-t-m {
  padding-top: 15px;
}
.p-p-t-c {
  padding-top: 20px;
}
.p-p-t-l {
  padding-top: 25px;
}
.p-p-t-lg {
  padding-top: 30px;
}
/*
  下内边距
*/
.p-p-b-ssm {
  padding-bottom: 5px;
}
.p-p-b-sm {
  padding-bottom: 10px;
}
.p-p-b-m {
  padding-bottom: 15px;
}
.p-p-b-c {
  padding-bottom: 20px;
}
.p-p-b-l {
  padding-bottom: 25px;
}
.p-p-b-lg {
  padding-bottom: 30px;
}
/*
 左内边距
*/
.p-p-l-ssm {
  padding-left: 5px;
}
.p-p-l-sm {
  padding-left: 10px;
}
.p-p-l-m {
  padding-left: 15px;
}
.p-p-l-c {
  padding-left: 20px;
}
.p-p-l-l {
  padding-left: 25px;
}
.p-p-l-lg {
  padding-left: 30px;
}
/*
  右内边距
*/
.p-p-r-ssm {
  padding-right: 5px;
}
.p-p-r-sm {
  padding-right: 10px;
}
.p-p-r-m {
  padding-right: 15px;
}
.p-p-r-c {
  padding-right: 20px;
}
.p-p-r-l {
  padding-right: 25px;
}
.p-p-r-lg {
  padding-right: 30px;
}
/*
  内左右边距
*/
.p-p-lr-ssm {
  padding: 0 5px;
}
.p-p-lr-sm {
  padding: 0 10px;
}
.p-p-lr-m {
  padding: 0 15px;
}
.p-p-lr-c {
  padding: 0 20px;
}
.p-p-lr-l {
  padding: 0 25px;
}
.p-p-lr-lg {
  padding: 0 30px;
}
/*
  内上下边距
*/
.p-p-tb-ssm {
  padding: 5px 0 ;
}
.p-p-tb-sm {
  padding: 10px 0 ;
}
.p-p-tb-m {
  padding: 15px 0;
}
.p-p-tb-c {
  padding: 35px 0 ;
}
.p-p-tb-l {
  padding: 25px 0;
}
.p-p-tb-lg {
  padding: 30px 0;
}
/*shen...*/
.p-fall {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-fall-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*按钮*/
.p-btn-red.btn {
  color: #fff;
  background-color: #0000ff;
}
.p-btn-red.btn.focus,
.p-btn-red.btn:focus,
.p-btn-red.btn:hover,
.p-btn-red.btn:active.focus,
.p-btn-red.btn:active:focus,
.p-btn-red.btn:focus {
  outline: none;
  color: #fff;
  border-color: #ff4351;
  box-shadow: none;
  outline-offset: 0;
}
.p-btn-white.btn {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.p-btn-white.btn.focus,
.p-btn-white.btn:focus,
.p-btn-white.btn:hover,
.p-btn-white.btn:active.focus,
.p-btn-white.btn:active:focus,
.p-btn-white.btn:focus {
  outline: none;
  color: #fff;
  border-color: #fff;
  background: transparent;
  box-shadow: none;
  outline-offset: 0;
}
/*输入框*/
.p-form {
  width: 100%;
  height: 34px;
  border: 1px solid #e9e7e8;
  font-size: 12px;
  background: transparent;
  padding: 6px 12px;
  outline: none;
  border-radius: 5px;
  color: #fff;
}
.p-form::-webkit-input-placeholder {
  color: #fff;
}
.p-input {
  position: relative;
}
.p-input input {
  height: 34px;
  border: 1px solid #e9e7e8;
  border-radius: 5px;
  width: 100%;
  padding-left: 38px;
  background: transparent;
  color: #fff;
  outline: none;
  font-size: 12px;
}
.p-input input::-webkit-input-placeholder {
  color: #fff;
}
.p-input input:focus {
  outline: none;
  border-color: #fff;
}
.p-input span {
  width: 38px;
  display: block;
  position: absolute;
  line-height: 34px;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
}
.p-input span i {
  font-size: 16px;
}
/*边*/
.p-border-right {
  border-right: 1px solid #dfdfdf;
}
/*中间*/
.p-center {
  display: inline-block;
  vertical-align: middle;
}
.p-center dt img{
  width: 100px;
  height: 100px;
}
.p-block {
  display: block;
}
.p-inline-block {
  display: inline-block;
}
.p-inline {
  display: inline;
}
/*
  t头部
*/
.p-head {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.p-head a {
  font-size: 12px;
  color: #fff;
}
.p-head-nav .p-head-nav-left {
  cursor: pointer;
  position: relative;
  width: 280px;
  height: 60px;
  border: 2px solid #bb0407;
  color: #333;
  border-radius: 3px;
  box-shadow: 0 0 4px #9d9d9d;
}
.p-head-nav .p-head-nav-left .line-h {
  line-height: 56px;
}
.p-head-nav .p-head-nav-left i.line-h {
  font-size: 28px;
  color: #bb0407;
}
.p-head-nav .p-head-nav-left:hover .p-head-nav-left-main,
.p-head-nav .p-head-nav-left.on .p-head-nav-left-main {
  display: block;
}
.p-head-nav .p-head-nav-left-main {
  width: 280px;
  display: none;
  z-index: 99;
  left: -2px;
  top: 56px;
  background: #f8f9fc;
  position: absolute;
  border: 2px solid #bb0407;
}
.p-head-nav .p-head-nav-left-main dl {
  position: relative;
  padding: 30px 25px 20px ;
}
.p-head-nav .p-head-nav-left-main dl a {
  color: #666;
  font-size: 14px;
}
.p-head-nav .p-head-nav-left-main dl a:hover,
.p-head-nav .p-head-nav-left-main dl a .on {
  text-decoration: underline;
}
.p-head-nav .p-head-nav-left-main dl:hover,
.p-head-nav .p-head-nav-left-main dl.on {
  background: #bb0407;
}
.p-head-nav .p-head-nav-left-main dl:hover dt,
.p-head-nav .p-head-nav-left-main dl.on dt,
.p-head-nav .p-head-nav-left-main dl:hover a,
.p-head-nav .p-head-nav-left-main dl.on a {
  color: #fff;
}
.p-head-nav .p-head-nav-left-main dl:hover .p-head-nav-left-main-child,
.p-head-nav .p-head-nav-left-main dl.on .p-head-nav-left-main-child {
  display: block;
}
.p-head-nav .p-head-nav-left-main .p-head-nav-left-main-child {
  position: absolute;
  width: 390px;
  background: #faf9fe;
  padding: 20px 45px 40px 25px;
  top: 0;
  left: 279px;
  display: none;
  box-shadow: 0 -2px 5px #f0f0f0;
}
.p-head-nav .p-head-nav-left-main .p-head-nav-left-main-child .child-top {
  padding-bottom: 5px;
}
.p-head-nav .p-head-nav-left-main .p-head-nav-left-main-child .child-top i {
  font-size: 12px;
}
.p-head-nav .p-head-nav-left-main .p-head-nav-left-main-child .child-bot-left {
  width: 70px;
  font-size: 14px;
}
.p-head-nav .p-head-nav-left-main .p-head-nav-left-main-child .child-bot-right {
  width: 250px;
}
.p-head-nav .p-head-nav-left-main .p-head-nav-left-main-child .child-bot-right a {
  color: rgba(0, 0, 0, 0.6);
  border-left: 1px solid #dfdfdf;
}
.p-head-nav .p-head-nav-left-main .p-head-nav-left-main-child .child-bot-right a:hover,
.p-head-nav .p-head-nav-left-main .p-head-nav-left-main-child .child-bot-right a.on {
  color: #bb0407;
  text-decoration: none;
}
.p-head-nav .p-head-nav-right {
  width: 620px;
  height: 60px;
  line-height: 60px;
}
.p-head-nav .p-head-nav-right a {
  color: #000;
  font-size: 16px;
  padding: 0 15px;
}
.p-head-nav .p-head-nav-right a:hover,
.p-head-nav .p-head-nav-right a.on {
  color: #bb0407;
}
.p-head-nav .p-head-search {
  width: 300px;
}
.p-head-nav .p-head-search select,
.p-head-nav .p-head-search option {
  outline: none;
  border: 0;
  font-size: 14px;
}
.p-head-nav .p-head-search .p-input-serch input {
  width: 148px;
  height: 40px;
  outline: none;
  border: 1px solid #0000ff;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 12px;
  padding-left: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.p-head-nav .p-head-search .p-input-serch input:focus {
  width: 180px;
}
.p-head-nav .p-head-search .p-input-serch .p-input-serch-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #0000ff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.p-head-nav .p-head-search .p-input-serch .p-input-serch-btn i {
  font-size: 18px;
}
/*底*/
.p-foot .p-foot-mr {
  margin-right: 110px;
}
.p-foot .p-foot-top {
  padding: 65px 0 60px;
  background: #efefef;
}
.p-foot .p-foot-top-logo {
  width: 390px;
}
.p-foot .p-foot-top-student {
  width: 165px;
}
.p-foot .p-foot-top-nav {
  width: 645px;
}
.p-foot .p-foot-img {
  width: 55px;
  height: 38px;
}
.p-foot .p-foot-img img {
  display: block;
}
.p-foot .p-foot-bot {
  color: #fff;
  padding: 35px 0 45px;
}
.p-foot .p-foot-bot a {
  color: #fff;
}
.p-fixed-guang {
  position: fixed;
  top: 100px;
  display: none;
  z-index: 999;
}
.p-fixed-guang.p-fixed-guang-left {
  left: 50%;
  margin-left: -780px;
}
.p-fixed-guang.p-fixed-guang-right {
  right: 50%;
  margin-right: -780px;
}
/*头*/
.manager-head {
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
.manager-head .manager-head-right a {
  color: #3b3b3b;
  display: block;
  font-size: 20px;
  background: url("../images/manager/shu.png") center right no-repeat;
}
.manager-head .manager-head-right a.last {
  background: none;
}
.manager-head .manager-head-right a:hover,
.manager-head .manager-head-right a.on {
  color: #bb0407;
}
/*底*/
.manager-foot {
  height: 420px;
  background: url("../images/manager/f-b.png") repeat-x;
  padding-top: 50px;
}
.manager-foot .manager-foot-top {
  padding-bottom: 60px;
}
.manager-foot .manager-foot-left {
  width: 62.5%;
}
.manager-foot .manager-foot-left ul {
  background: url("../images/manager/f-shu.png") right 20px no-repeat;
  padding: 0 70px 0 80px;
}
.manager-foot .manager-foot-left ul li {
  color: #fff;
}
.manager-foot .manager-foot-left ul li a {
  font-size: 24px;
  color: #fff;
}
.manager-foot .manager-foot-left ul li.big {
  font-size: 30px;
}
.manager-foot .manager-foot-left ul.first {
  padding-left: 0;
}
.manager-foot .manager-foot-right {
  width: 37.5%;
}
.n-blue {
  background: #f39800;
}
/*新头*/
.n-head .search {
  width: 470px;
  border-radius: 3px;
  background: #f39800;
  height: 32px;
  position: relative;
  padding: 2px 40px 2px 60px;
}
.n-head .search input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  padding-left: 5px;
}
.n-head .search .s-left {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 56px;
  height: 28px;
  outline: none;
}
.n-head .search .s-right {
  position: absolute;
  right: 0;
  top: 2px;
  width: 40px;
  height: 28px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}
.n-nav {
  background: #fff;
}
.n-nav-border{
  border-bottom: 2px solid #3250fa;
}
.n-nav .n-left-nav {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #fff;
  display: block;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
  margin-top: -10px;
}
.n-nav .n-left-nav:hover .n-left-bottom,
.n-nav .n-left-nav .n-left-bottom.on {
  display: block;
}
.n-nav .n-left-bottom {
  width: 100%;
  left: 0;
  display: none;
  z-index: 99;
  position: absolute;
  top: 58px;
  padding: 25px 0;
  height: 500px;
  background: #4d4549;
  /* background: rgba(77,69,73,.8); */
}
.n-nav .n-left-bottom dl {
  padding: 0 20px;
}
.n-nav .n-left-bottom dl .n-left-bottom-right {
  position: absolute;
  background: #fff;
  left: 100%;
  padding:0 24px 0 24px;
  font-size: 14px;
  top: 2px;
  display: none;
  width: 960px;
  color: #333;
  color: rgba(0, 0, 0, 0.8);
  line-height: 15px;
  z-index: 999;
  box-shadow: 0px 0px 2px 2px rgba(235, 235, 235, 0.5);
  height: 500px;
  overflow-y: scroll;
}
.n-nav .n-left-bottom dl .n-left-bottom-left-90 {
  width: 135px;
  flex-shrink: 0;
}
.n-left-flex {
  display: flex;
  margin-top: 24px;
  border-bottom: solid 1px #eaebeb;
  padding-bottom: 20px;
}
.n-left-bottom-right .n-left-flex:last-child {
  border: none;
}
.n-nav .n-left-bottom dl .n-left-bottom-right-160 {
  width: 100%;
}
.n-nav .n-left-bottom dl .n-left-bottom-right-160 a {
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  color: #333;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-right: 30px;
  font-size: 14px;
  margin-bottom: 0;
  min-width: 220px;
}
.n-nav .n-left-bottom dl .n-left-bottom-right-160 a:hover,
.n-nav .n-left-bottom dl .n-left-bottom-right-160 a.on {
  /* border-bottom-color: #3855fa; */
  color: #f39800;
}
.n-nav .n-left-bottom dl:hover,
.n-nav .n-left-bottom dl.on {
  background: rgba(250, 250, 250, 1);
}
.n-nav .n-left-bottom dl:hover>div:first-of-type,
.n-nav .n-left-bottom dl.on>div:first-of-type{
  border-bottom: 0!important;
}
.n-nav .n-left-bottom dl:hover .n-left-bottom-right,
.n-nav .n-left-bottom dl.on .n-left-bottom-right {
  display: block;
}
.n-nav .n-left-bottom dl:hover dt,
.n-nav .n-left-bottom dl.on dt {
  color: #f39800;
}
.n-nav .n-left-bottom dl:hover dd a,
.n-nav .n-left-bottom dl.on dd a {
  color: #f39800;
}
.n-left-nav dd a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-nav .n-left-bottom dt {
  font-size: 16px;
  padding: 5px 0;
  border-top: 1px solid rgba(250, 250, 250, 0.5);
  border-bottom: 0;
}
.n-nav .n-left-bottom dd a {
  font-size: 13px;
  color: #fff;
  color: rgba(250, 250, 250, 0.8);
}
.n-nav .n-right-nav {
  text-align: right;
  padding-left: 30px;
}
.n-nav .n-right-nav a {
  display: inline-block;
  vertical-align: middle;
  /* min-width: 100px; */
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 48px;
  margin-right:20px;
}
.n-nav .n-right-nav .on{
  color: #f39800;
}
.n-nav .n-right-nav a.t-blue {
  min-width: 70px;
  color: #0000ff;
  margin: 0;
}
/*底*/
.n-foot {
  background: #434343;
  padding: 45px 0 60px;
}
.n-foot .n-foot-left a {
  margin-left: 12px;
  color: #fff;
}
.n-foot .n-foot-left a:first-child {
  margin-left: 0;
}
.n-foot .n-foot-left a.p-f-sm {
  font-size: 12px;
}
.n-foot .n-foot-white span {
  color: rgba(250, 250, 250, 0.6);
}
/* 当前位置模块样式 */
.nowPosition {
  background-color: #fafafa;
  height: 64px;
  line-height: 64px;

}

.nowPosition>div {
  width: 1200px;
  margin: 0 auto;
}

.nowPosition text {
  color: #f39800;
}
/* 分页模块样式 */
.pageModule{
  padding: 30px 0;
  text-align: center;
  color: #808080;
}
.pageModule ul{
  display: inline-block;
  margin-right: 20px;
}
.pageModule ul li{
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cacbcb;
  margin-right: 5px;
  cursor: pointer;
}
.pageModule input{
  width: 64px;
  margin: 0 5px;
  text-align: center;
}
.pageModule .active{
  background: #f39800;
  color: #fff;
  border: 0;
}
.pager li:first-of-type span, .pager li:last-of-type span{
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
  border: 1px solid #ddd;
  border-radius: 0;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span{
  background: #f39800;
  color: #fff;
  border: 0;
}

/* 评价模块样式 */
.evaluateBtn{
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin: 20px auto;
  border-radius: 100px;
  border: 2px solid #eaebeb;
  font-size: 16px;
  color: #808080;
  cursor: pointer;
}
.evaluateInput{
  text-align: center;
  padding-top: 20px;
}
.evaluateInput textarea{
  height: 100px!important;
  width: 100%!important;
  background: #fafafa;
  border: 1px solid #eaebeb;
  border-radius: 2px;
  padding: 5px;
  text-align: left;
}
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #999;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #999;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #999;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:    #999;
}

.submitBtn{
  height: 34px;
  width: 88px;
  background: #f39800;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 0;
}

textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #999;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #999;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #999;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:    #999;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:    #999;
}