/*
* @Author: Administrator
* @Date:   2017-11-10 17:17:40
* @Last Modified by:   Administrator
* @Last Modified time: 2018-09-25 17:46:56
*/

/* 
 	改了bootstrap中的源代码:(去掉了)
 	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{padding:8px;}
    .show{display: block!important;}     


 */

.return{float:left;display: block;width: 100px;height: 40px;font-size: 14px;background: #093d9f;color: #fff;line-height: 40px;margin-top: 20px;border-radius: 6px;}
input,select{margin-top:15px;margin-bottom: 15px;}
blockquote{background-color:#093d9f; height:35px; line-height:35px;}

blockquote strong{ font-size:16px; padding-left:10px; color:#fff;}
.control-label{padding-top:6px;font-size:14px; font-weight:bold;}
a:hover,a:link{text-decoration: none;}
/* 尝试过程1： */  
.table{border: none !important;}
.table tr td {border: none !important;}  
.table tr td {border: 0 !important;}  

button{background-color: #093d9f;color: #fff;}
.btn{vertical-align: baseline;}
.btn-lg{padding: 10px 30px;}

.input-sm{padding:5px 0;}
input{border:1px solid #ccc;}
textarea.form-control{width:80%;}
.pd0{padding-left:0;}
@media screen and (max-width:750px)  {
	.page-header img{width: 60%}
	.return{float: left;
    display: block;
    width: 20%;
    height: 3.533333rem;
    /* font-size: 0.313333rem; */
    background: #093d9f;
    color: #fff;
    line-height: 3.533333rem;
    /* margin-top: 2.266667rem; */
    border-radius: 0.33rem;}
	.input-sm{width:50%;}
	.col-md-4{padding-left:0px;padding-right: 0px}
	textarea.form-control{width:80%;margin:0 auto;}
	.pd0{padding-left:15px;}
	.units{display: none;}
}
/* .show{display:inline;} */