Rastreio

<!-- INICIO CODIGO RASTREIO DE PEDIDOS -->
<style><!--
input[type=text] {
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: .375rem;
  border: 1px solid;
}

input[type=button] {
  color: white;
  background-color: black;
  border-color: #335eea;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: .375rem;
  border: 1px solid transparent;
}
--></style>
<p style="font-weight: bold; text-align: center;">Rastreie seu pedido aqui!</p>
<p style="font-weight: bold; text-align: center;">Insira abaixo seu número de rastreio enviado via e-mail ou Whatsapp.</p>
<div style="text-align: center;">
<input type="text" id="YQNum" maxlength="50" placeholder="LO235569205CN"> <input type="button" value="Buscar" onclick="doTrack()"> <br> <br>
<div id="YQContainer"></div>
<script type="text/javascript" src="//www.17track.net/externalcall.js"></script> <script type="text/javascript">// <![CDATA[
function doTrack() {
var num = document.getElementById("YQNum").value;
if(num===""){
alert("Digite o seu código de rastreio.");
Retorna;
}
YQV5.trackSingle({
YQ_ContainerId:"YQContainer",
YQ_Height:800,
YQ_Fc:"0",
YQ_Lang:"pt-br",
YQ_Num:num
});
}
// ]]></script> <!-- FIM CODIGO RASTREIO DE PEDIDOS -->
</div>
<br>
<section class="sec_suporte">
<p><strong>O código de rastreio não funciona?<strong> <br> </strong></strong></p>
<p>Tente novamente com os links abaixo:</p>
<a class="a_rastreio" href="https://global.cainiao.com/">Cainiao Envio Nacional</a> <br> <a class="a_rastreio" href="https://www.correios.com.br/">Correios</a></section>
<style><!--
.a_rastreio {
font-size:15px;
color:black;
font-weight:700;
color:#023482;
 text-decoration: underline;
}
.sec_suporte {
text-align:center;
border-radius:10px;
border-color:black;
border-width:1px;
padding:20px;
box-shadow: 0px 1px 10px black;
align:center;
text-align:center;
}
--></style>