.page_main{background:#F6F7F8;}
.login_form{width:100%;max-width:800px;padding:85px 140px;}
.login_form .form_item{margin-bottom:20px;}
.login_form .form_item label{margin-bottom:5px;}
.login_form .form_item input{height:50px;padding:0px 15px;}
.login_form .form_brief {margin:18px 0px 40px 0px;}
.login_form .form_item .form_btn a{height:50px;line-height:50px;}
.login_form .form_absolute{position:absolute;bottom:0px;right:10px;height:50px;}
.login_form .form_relative{position:relative;}
.login_form input[name="password"]{padding-right:40px;}
.login_form input[name="confirm_password"]{padding-right:40px;}
.form_line::before{height:1px;width:calc(50% - 40px);margin-right:10px;background:#E1E1E1;display:inline-block;vertical-align:middle;}
.form_line::after{height:1px;width:calc(50% - 40px);margin-left:10px;background:#E1E1E1;display:inline-block;vertical-align:middle;}
.form_btns ul li:nth-child(1){padding-right:20px;}
.form_btns ul li:nth-child(1) a{border:1px solid #E1E1E1;}
.form_btns ul li:nth-child(1) a:hover{background:#12337E;color:#fff;cursor:pointer;}
.form_btns ul li:nth-child(2) a:hover{color:#fff;background:#BD1C04;cursor:pointer;border:1px solid #E1E1E1;}
.form_btns ul li:nth-child(2){padding-left:20px;}
.form_btns ul li a{height:50px;line-height: 50px;cursor:pointer;}
.login_form .svg_eye{cursor:pointer;}
.login_form .form_tip:not(:empty){padding:5px 0px;}
.track_order_form{display:none;}
.track_result{display:none;}
.trm_1{padding:6px 0px;margin-bottom:10px;}
.trm_2{padding:6px 0px;margin-bottom:30px;}
.tr_table{border-width:1px;border-color:#E6E7E8;}
.track_result{padding:20px 16px;border-radius:6px;margin:60px 0px;}
.tr_oi p a{color:#12337E;text-decoration: underline;cursor: pointer;}
.tr_oi p a span{color:#12337E;}
.tr_oi p a{border-bottom:1px solid #12337E;}
.tr_oi p a span:first-child{margin-right:10px;}
.tr_table thead th{padding:10px 16px;}
.tr_table thead tr{padding:10px 0px;}
.tr_table tbody td{padding:10px 16px;}
.tr_table tbody tr{border:1px solid #E6E7E8;}
.tr_table .tr_on{width:200px;}
.tr_table .tr_os{width:200px;}
.tr_table .tr_oi{width:calc(100% - 400px);}
.mobile_span{display:none;width:100%;font-family:PoppinsMedium;}
.trackother{padding:10px 30px;border-radius:6px;display:inline-block;margin-top:30px;}
@media screen and (max-width: 1280px){
  .login_form .form_tle {
      margin-bottom: 38px!important;
  }
}


@media screen and (max-width: 992px){
  .login_form .form_tle {
      margin-bottom: 35px!important;
  }

  .tr_table thead{display:none;}
  .tr_table tbody{width:100%;}
  .tr_table tbody tr{display:flex;flex-wrap:wrap;width:100%!important;padding:0px 10px!important;}
  .tr_table tbody tr td{width:100%!important;}
  .mobile_span{display:block;}

}


@media screen and (max-width: 768px){
  .login_form .form_tle {
      margin-bottom: 30px!important;
  }
}



@media screen and (max-width: 540px){
  .login_form .form_tle {
      margin-bottom: 25px!important;
  }
}


@media screen and (max-width: 414px){
  .login_form .form_tle {
      margin-bottom: 18px!important;
  }
  .trackother{width:100%;padding:12px 0px;text-align:center;}
}
