﻿ .main-wrap
    {
        width:90%; margin:0 auto; margin-top:20px;
    }
        .layui-input
    {
        height:50px;
         line-height:50px;
         font-size:16px;
    }
    .layui-btn
    {
        width:100%;
        height:50px;
        font-size:16px;
    }
    .float-right
    {
        float:right;
    }
    .txt-align-mid
    {
        text-align:center;
    }
     .txt-align-mid img
     {
          width:40px;
          height:40px;
     }
     .reset-wrap
     {
         width:100%; height:400px; background-color:#F1F1F1; float:left; display:inline
     }
     .reset-title
     {
         width:100%; float:left; display:inline; height:100px; line-height:100px; text-align:center; border-bottom:solid 3px #CFCFCF; font-size:45px; font-family:微软雅黑; margin-bottom:40px;
     }
     .reset-main-box
     {
         width:800px; margin:0 auto; margin-top:40px;
     }
     .font-15
     {
         font-weight:bold; font-size:15px; padding-bottom:5px;
     }
.btnPink {
    background-color: #db2777;
    color: white;
    font-weight: bold;
    font-size: 16px;

    border-radius: 100px;
}