| /*head部分*/ | 
| .am-header-default{ | 
|     background-color:#3bb4f2; | 
| } | 
| /*head结束*/ | 
| /*导航栏*/ | 
| .nav{ | 
|     margin-top:0px; | 
| } | 
| .vip{ | 
|     background-color: #fff; | 
| } | 
| .vip1{ | 
|     background-color: #D4ECF9; | 
| } | 
| /*导航栏结束*/ | 
| /*会员注册等级信息*/ | 
| .down{ | 
|     background: url(../../images/dingImg/down.png)  ; | 
|     background-position: 60% 60%; | 
|     background-size: 100%; | 
|     display: block; | 
|     position: relative; | 
|     bottom:15px; | 
|     height:10px; | 
|     width: 15px; | 
|     float:right; | 
|     transition: 0.2s linear; | 
| } | 
| .am-list{ | 
|  margin: 0px; | 
| } | 
| .am-panel{ | 
|     margin-left:15px; | 
| } | 
| .am-table{ | 
|     margin: 0px; | 
| } | 
| /*会员注册结束*/ | 
| /*form表单部分*/ | 
| .main{ | 
|     margin:20px 20px 15% 2px; | 
|      | 
| } | 
| .main2{ | 
|     display:none; | 
| } | 
|   | 
|   | 
| .am-input-group-primary .am-input-group-label{ | 
|     background-color:#fff; | 
|     color:#00A0C3; | 
|     border:none; | 
|     font-weight: bold; | 
| } | 
| .am-form select{ | 
|   | 
|     border:1px solid #00A0C3; | 
| } | 
| .am-form textarea{ | 
|     border:1px solid #00A0C3; | 
| } | 
| .inputBtn{ | 
|     margin-left:20px; | 
|     margin-right:5px; | 
| } | 
| .vipMsg{ | 
|     display:none; | 
| } | 
| /*foot部分*/ | 
| .am-navbar-default a{ | 
|     color:#707070; | 
| } | 
| .am-navbar-default .am-navbar-nav { | 
|     background: #fff; | 
|     border-top:1px solid #aaa; | 
| } | 
| .customer{ | 
|     color:#00A0C3; | 
| } | 
|   | 
|   | 
| /*foot部分结束 |