@charset "utf-8";.tousu{width:90%;margin:0 auto;margin-top:60px;padding:10px 10px 10px 10px;box-sizing:border-box;background-color:#fff;border-radius:10px;border:1px solid #eee;box-shadow:0 0 4px #ccc}.tousu .tousu-tit{padding:5px 10px;display:flex;justify-content:start;align-items:center;border-bottom:1px solid #eee;color:#0086f6}.tousu .tousu-tit h1{height:25px;line-height:25px;font-size:16px;font-weight:600;display:flex;justify-content:start;align-items:center}.tousu .tousu-tit i{font-weight:600;font-size:20px;margin-right:5px}.tousu-body{background:#fff;padding:10px}.tousu-body .item{margin-bottom:10px}.tousu-body .item .tit{display:inline-block;margin-bottom:5px;text-align:left;color:#69798c;font-size:14px;font-weight:600}.tousu-body .item .tit i{font-weight:600;margin-right:2px;font-size:14px}.tousu-body .item .inp{width:100%}.tousu-body .item input{width:100%;padding:8px 10px;border-radius:10px;border:2px solid #e1e9f5;line-height:28px;font-size:14px;font-weight:500;color:#152030}.tousu-body .item input:hover{border-color:#5dabf5}.tousu-body .item input:focus{outline:0;border-color:#5dabf5;box-shadow:0 2px 5px #bcdbf5,0 3px 6px #7bb9f4}.tousu-body .item textarea{width:100%;padding:8px 10px;border-radius:10px;border:2px solid #e1e9f5;line-height:28px;font-size:14px;font-weight:500;color:#152030}.tousu-body .item textarea:hover{border-color:#5dabf5}.tousu-body .item textarea:focus{outline:0;border-color:#5dabf5;box-shadow:0 2px 5px #bcdbf5,0 3px 6px #7bb9f4}.tousu-body .item .code{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.tousu-body .item .code img{width:130px;height:48px;margin-left:10px;border:0}.tousu-body .item .code input{flex:1}.tousu-body .sub{width:100%;height:45px;line-height:45px;border-radius:30px;color:#fff;font-size:16px;text-align:center;background:#0086f6;margin:20px auto 10px auto;user-select:none;letter-spacing:1px;border:2px solid #fff;font-weight:600;background:linear-gradient(135deg,#40a0ef 0,#0086f6 100%);background:-webkit-linear-gradient(135deg,#40a0ef 0,#0086f6 100%);text-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 4px 12px #98cbf4,0 2px 4px #0086f6;transition:all .3s ease}.tousu-body .sub:hover{background:linear-gradient(135deg,#98cbf4 0,#0086f6 100%);box-shadow:0 6px 16px #8ec6f4,0 3px 6px #0086f6;transform:translateY(-1px)}.tousu-body .sub:active{background:linear-gradient(135deg,#98cbf4 0,#0086f6 100%);box-shadow:0 2px 8px #98cbf4;transform:translateY(1px)}.tousu-body .sub::after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,0.3);border-radius:50%;transform:translate(-50%,-50%);opacity:0;transition:width .6s ease-out,height .6s ease-out,opacity .6s ease-out}.tousu-body .sub:active::after{width:200px;height:200px;opacity:1;transition:0s}.alert{width:90%;margin:10px auto 50px auto;padding:10px 10px 10px 10px;box-sizing:border-box;background-color:#fff;border-radius:10px;border:1px solid #eee;box-shadow:0 0 4px #ccc}.alert .alert-tit{display:flex;justify-content:start;align-items:center;font-size:16px;color:#152030;padding:5px 10px;color:#f30}.alert .alert-tit i{font-weight:600;margin-right:2px;font-size:18px}.alert .alert-body{padding:10px;font-size:14px;color:#152030;font-weight:400;line-height:26px}