@charset "utf-8";
/* CSS Document */
/*
* @description: 网站首页样式
* @author: ishang_pan
* @update: ishang_pan (2017-11-27 17:53)
*/

/*首页 on*/
.m-title{height: 58px; line-height: 58px; border-bottom: 2px solid #d60a03;}
.u-title{display: inline-block; padding: 0 48px 0 20px; background: url(../images/home/title_bg.png) #d60a03 right top no-repeat; font-size: 24px; color: #fff;}
.u-login{padding-right: 10px; font-size: 24px;}
.u-login a{color: #d60a03; margin-left: 20px;}
.m-body{margin-top: 10px;}
.m-body table{border: 1px solid #ddd; border-collapse: collapse;}
.m-body table td,.m-body table th{border: 1px solid #ddd;}
.m-body table thead tr{font-size: 18px;}
.m-body table tbody tr td label input{margin: 0 8px 0 14px;}
.u-unite{padding-left: 29px; color: #d60a03;}
.u-input{width: 597px; height: 34px; padding: 0 4px; border: 1px solid #ddd;}
.m-submit{margin: 28px 0 10px; height: 38px; line-height: 38px; text-align: center;}
.m-submit label{color: #d60a03;}
.m-submit label input{width: 122px; height: 32px; background: #f1f1f1; padding: 0 4px; border: none;}
.m-submit img{width: 75px; height: 32px; vertical-align: middle; margin: 0 10px 0 5px;}
.u-submit{width: 118px; height: 38px; line-height: 38px; border: none; background: #d60a03; color: #fff; cursor: pointer;}
/*首页 end*/

/*登陆 on*/
.lg-main{width: 1000px; height: 613px; background: #fff; margin: 142px auto 0; text-align: center; box-shadow: 3px 3px 17px #888888}
.lg-main h1{height: 100px; line-height: 100px; background: #ba0a0a; color: #fff; font-size: 45px; margin-bottom: 24px;}
.lg-main ul{width: 480px; margin: 0 auto;}
.lg-main ul li{width: 100%; height: 114px; line-height: 114px; float: left;}
.lg-main ul li label{font-size: 24px; float: left;}
.lg-main ul li input.u-longinput{width: 360px; height: 45px; padding: 0 4px; border: none; background: #f0f0f0; margin-top: 36px;}
.lg-main ul li input.u-shortinput{width: 240px; height: 45px; padding: 0 4px; border: none; background: #f0f0f0; margin: 36px 0 0 17px;}
.lg-main ul li img{width: 94px; height: 45px; float: left; margin: 36px 0 0 10px;}
.lg-main ul li input.u-lgsublit{width: 460px; height: 70px; background: #c31212; color: #fff; border-radius: 36px; border: none; outline: none; cursor: pointer; font-size: 30px; text-align: center;}
.u-wg{text-align: center; height: 171px; line-height: 171px; margin-bottom: 54px;}
/*登陆 end*/

.no-input{ border:1px solid #e72707;}