﻿input, select, textarea {
    font-family: Tahoma, Helvetica, "microsoft yahei", "Hiragino Sans GB", Simsun, \5b8b\4f53, sans-serif;
    -webkit-font-smoothing: antialiased;
}

input[type="text"], input[type="password"], input[type="number"], input[type="date"], input[type="time"], textarea, select {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    color: #666666
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus, textarea:focus, select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

textarea {
    font-family: Tahoma, Geneva, sans-serif, "Microsoft Yahei";
    margin: 10px 0px 10px 0px;
    color: #333
}
.main {
    margin: 0 auto;
    width: 7.5rem;
    padding-bottom: .3rem;
    color: #262626;
    box-shadow: 0 2px 5px rgba(0,0,0,0.04);
    box-sizing: border-box;
}

.main .phoneMain {
    margin: 0 auto;
    text-align: center;
}

.phoneMain-bottom{
  margin-top: .9rem;
  font-size: .2rem;
  line-height: .3rem;
  text-align: center;
  color: #666666;
}
.clearfix {
    clear: both;
}
.error {
  color: #FF5441;
}
.success {
  color: #29C287;
}

@media only screen and (max-width: 750px) {
    .main {
        width: 100%;
        min-height: 100vh;
        box-shadow: none;
    }
}
