12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .basic_nav{margin-bottom: 50px; overflow: auto;}
- .basic_nav li{width: 200px; height: 35px; line-height: 35px; text-align: center; margin-right: 66px;color: #647fc8; background: #f0f7ff; border-radius: 20px; float: left;}
- .basic_nav li:last-child{margin-right: 0;}
- .basic_nav li.active{background: #58a3ff;color: #fff; }
- .red{color: red;}
- .basic_info{margin-bottom: 60px;}
- .basic_content input{height: 38px;}
- .form-group{margin-bottom: 36px;}
- .posi{position: relative;}
- .posi span{position: absolute; bottom: -25px; color: red;}
- .posi span img{margin-right: 10px;}
- label{font-size: 16px; font-weight: inherit;}
- .nextBtn{width: 153px; height: 43px;font-size: 18px; color: #58a3ff; border-color: #58a3ff;}
- .nextBtn:hover{color: #fff;border-color: #fff; background-color: #58a3ff;}
- .finance_content input{height: 38px;}
- .finance_title{text-align: center; margin-bottom: 10px;}
- .ipr_nav{overflow: auto;}
- .ipr_nav li{width:140px; font-size: 24px;height: 50px; padding-bottom: 15px; font-family: "宋体"; text-align: center; float: left;border-bottom: 1px solid #ececec;}
- .ipr_nav li:last-child{width: 580px;}
- .ipr_nav li:hover,.ipr_nav li.active{border-bottom: 2px solid #58a3ff; }
- .ipr_nav li:hover a,.ipr_nav li.active a{color: #58a3ff;}
- .ipr_nav li:last-child:hover{border-bottom: 2px solid #ececec;}
- .ipr_title{text-align: center; margin-bottom: 10px!important;margin-top: 40px; color: red;}
- .ipr_content .form-group{overflow: auto; margin-bottom: 20px;}
- .ipr_content label{padding-right: 0; text-align: right;}
- .sum{height: 26px; border-bottom: 1px solid #d8d8d8; display: inherit;}
- #tab3 .checkbox{margin: 60px 0 30px 20px;}
- #tab3 .checkbox-inline{margin: 0 0 60px 28px;}
- #tab3 button{margin-left: 28px;}
- .rd_content .checkbox-inline input[type="radio"]{margin: 30px 0 50px 0;}
- .rd_content .checkbox-inline{font-size: 14px;}
- .rd_content .radio{padding: 0 0 20px 20px;}
- .rd_content .radio:last-child{padding-bottom: 0;}
- .rd_content .radio label{font-size: 14px;}
- .rd_content .radio input[type="radio"]{margin-bottom: 20px;}
- .rd_content .radioGroup{margin: 28px 0 50px 0;}
- .rd_content .nextBtn{color: #fff;border-color: #fff; background-color: #58a3ff;}
- footer{height: 122px; background: #3c3d43; text-align: center; line-height: 122px;}
|