section{
  width: 600px; height: 700px;
  margin : 0 auto;
  margin-top: 170px;
}
.status_form{
  height: auto;
  background-color: #ededed;
  margin-bottom: 40px;
}
.status_header{
  height: 60px;
  margin: 0 auto;
  padding-top: 15px;
  border-radius: 1rem;
  text-align: center;
  font-size: 30px;
  color: white;
  font-weight: bold;
  background-color:  #ccb92e;
}
.status{
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 20px;
}
label{
  font-size: 20px; padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
input{
  width: 100%;
  padding: 10px;
  border: none;
  background: white;
  font-size: 20px;
}
.dept{
  width: 100%;
  padding: 8px;
  border: none;
  background: white;
  font-size: 15px;
}
.captcha{
  width: 80%; height: 80px;
  margin: 0 auto;
  margin-top: 40px;
}
.security_char{
  width: 52%; height: 80px;
  float: left;
}
.security_char img{
  width: 100%; height: 80px;
}
.refresh{
  float: right;
  width:46%; height: 35px;
  margin-bottom: 5px;
  margin-left: 2%;
}
.refresh img{
  width:35px; height: 35px;
}
.code_input{
  float: right;
  width:46%; height: 40px;
  border-left: 2%;
}
.code_input input{
  border: 1px solid #ddd;

}
.btn{
  width: 45%;
  margin: 0 auto; margin-top: 30px;
}
button{
width: 100%;
background-color: #796E65;
color: white;
font-weight: bold;
padding: 16px 20px;
border: none;
cursor: pointer;
opacity: 0.9;
font-size: 20px;
}
.notice{
  width: 100%;
  text-align: center;
  color: red;
  font-size: 15px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
.unpaid label{
  font-weight: bold;
  font-size: 17px;
}
.bill_china,.bill_usa,.bill_third,.processing{
  font-size: 15px;
  font-weight: 600;
  color: #7E6F67;
  line-height: 20px;
  margin-top: 20px;
}
.bill_china b,.bill_usa b,.bill_third b{
  color: red;
}
.shipped{
  padding-top: 20px;
}
.unpaid u{
  font-weight: bold;
  font-size: 15px;
}
.contact_msg{
  width: 53%;
  padding: 20px 0;
  margin: 0 auto;
}
.email_us{
  display: inline;
  font-weight: bold;
  text-align:center;
}
