﻿body,html{
            margin:0;
            padding:0;
            font-family:"微软雅黑";
        }
        .forget-content{
            width:1200px;
            height:auto;
            min-height:650px;
            margin:0 auto;
        }
        .forget-top{
            width:1180px;
            height:auto;
            padding:0 10px;
            overflow:auto;
            line-height:50px;
            color:#fc6c6c;
        }
        .top-left{
            width:100px;
            height:50px;
            float:left;
            border-bottom: 1px solid #fc6c6c;
        }
        .top-left img{
            vertical-align:-4px;
        }
         .top-right{
            width:1080px;
            height:50px;
            float:left;
            border-bottom: 1px solid #c7c7c7;
        }
         .forget-mid{
             width:1200px;
             height:auto;
             min-height:500px;
             overflow:auto;
             margin-top:40px;
         }
         .mid-left{
             width:598px;
             float:left;
             text-align:center;
             border-right:2px solid #c7c7c7;
         }
         .mid-left img{
             vertical-align:middle;
         }
         .mid-right{
             width:600px;
             padding-top:50px;
             float:left;
             font-size:18px;
             color:#000;
             text-align:center;
         }
         .right-text{
             height:30px;
             font-size:18px;
         }
          .mid-right table{
             margin-left:100px;
         }
          .mid-right table tr td{
             text-align:right;
             line-height:60px;
         }
          .right-button{
              width:100px;
              height:34px;
              font-size:18px;
              color:#fff;
              background-color:#e9292a;
              border:0;
              margin-left:10px;
              border-radius:5px;
          }
          .right-button1{
              width:100px;
              height:34px;
              font-size:18px;
              color:#fff;
              background-color:#c7c7c7;
              border:0;
              margin-left:10px;
              border-radius:5px;
          }
          .forget-button{
              text-align:center;
              margin-top:20px;
          }
          .forget-button input{
              width:100px;
              height:34px;
              font-size:18px;
              color:#fff;
              background-color:#e9292a;
              border:0;
              border-radius:5px;
          }
          .forget-tip{
              color:#e9292a;
              font-size:18px;
              line-height:300px;
          }