@charset "UTF-8";

/**
 * style.css
 * @authors leiting (444961169@qq.com)
 * @Last Modified time: 2017-02-21 10:19:25
 * @version 0.0.1
 * @desc    19196.com 改版
 * @update-log:
 *
 */
.password{background-color: rgb(255, 255, 255); box-shadow: 0px 3px 25px 0px rgba(7, 0, 2, 0.05); width: 1012px; min-height: 420px; margin: 20px auto; padding: 100px 0px 0; position: relative;}
.password hr{height: 0px; border: 2px solid rgb(207, 207, 207); width: 700px; position: absolute; top: 125px; left: 160px;}
.password ul{text-align: center; position: relative; z-index: 9;}
.password li{display: inline-block; width: 230px; line-height: 40px; color: rgb(207, 207, 207);}
.password li a{border-radius: 50%; background-color: rgb(207, 207, 207); width: 54px; height: 54px; line-height: 54px; color: #fff; font-size: 30px; font-weight: bold; text-align: center; display: inline-block;}
.password li.on{color: #f99933}
.password li.on a{background: #f99933}
.pas-table{margin: 30px auto; font-size: 14px; color: #333333; text-align: left;}
.pas-table th{text-align: right; vertical-align: top; padding-top: 17px;}
.pas-table td{padding: 10px;}
.pas-table td .error{color: #ff0000; font-size: 12px; margin-top: 5px;}
.pas-table input[type="text"],
.pas-table input[type="password"]{border-width: 1px; border-color: rgb(210, 210, 210); border-style: solid; background-color: rgb(255, 255, 255); height: 36px; line-height: 36px; padding: 0 10px;}
.pas-table input[type="button"]{background-color: rgb(249, 153, 51); width: 133px; height: 38px; text-align: center; line-height: 38px; color: #fff; border: 0px;}
.pas-table .input1{width: 299px;}
.pas-table .input2{width: 155px;}
.pas-table a{background-color: rgb(249, 153, 51); width: 321px; height: 41px; line-height: 41px; text-align: center; color: #fff; font-size: 16px; display: inline-block;}
