|
- @charset "utf-8";
- /* CSS Document */
-
-
- body {
- font-family: "Microsoft YaHei", "微软雅黑" !important;
- }
-
- /*****sec1*******/
- .index_sec1 .index_box {
- padding: 0 50px 50px;
- border: 1px solid #E5E5E7;
- width: 90%;
- margin: 30px auto;
- }
-
- .inSecTitle {
- font-size: 32px;
- text-align: center;
- margin: 50px 0 6px;
- }
-
- .inSecTime {
- font-size: 16px;
- text-align: center;
- }
-
- .shenInput {
- margin-top: 45px;
- font-size: 15px;
- line-height: 42px;
- }
-
- .shenInput3 {
- display: none;
- }
-
- .shenInput:before, .shenInput:after {
- display: table;
- content: " ";
- }
-
- .shenInput:after {
- clear: both;
- }
-
- .signTxt {
- padding-right: 30px;
- padding: 0 30px 0 10px;
- line-height: 40px;
- font-size: 15px;
- position: relative;
- }
-
- .shenInputBox {
- padding-right: 130px;
- position: relative;
- }
-
- .shenInputBox1 {
- width: 80%;
- margin-left: 20%;
- }
-
- .inputRadioRow {
- overflow: hidden;
- }
-
- .inputRadioCol4 {
- width: 33.333333%;
- float: left;
- }
-
- .inputRadio {
- border-radius: 50%;
- }
-
- .inputRadio.active:after {
- content: '';
- width: 12px;
- height: 12px;
- /*background: #C5181A;*/
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- margin: auto;
- border-radius: 50%;
- }
-
- .inputRadio, .inputCheck {
- font-style: normal;
- display: inline-block;
- vertical-align: middle;
- width: 22px;
- height: 22px;
- /*border: 1px solid #CBCBCB;*/
- margin: 0 10px 0 40px;
- /*position: relative;*/
- cursor: pointer;
- }
-
- .inputRadio input, .inputCheck input {
- /*position: absolute;*/
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- /*opacity: .5;*/
- margin: 0;
- display: block;
- }
-
- .shenInputBox > span, .inputRadioCol4 span, .inputRadioCol3 span, .inputRadioCol2 span {
- display: inline-block;
- vertical-align: middle;
- }
-
- .shenInput > span {
- display: block;
- float: left;
- width: 20%;
- text-align: right;
- padding-right: 30px;
- padding: 8px 30px 8px 10px;
- line-height: 24px;
- }
-
- .shenInputBox .inputTxt {
- width: 100%;
- display: block;
- height: 42px;
- line-height: 40px;
- border: 1px solid #CBCBCB;
- padding: 0 10px;
- font-size: 15px;
- }
-
- .shenBtnBox .signTxt {
- margin-top: 30px;
- margin-left: 30px;
- }
-
- .shenBtn {
- width: 30%;
- background: #039cfd;
- text-align: center;
- line-height: 60px;
- margin: 50px auto 20px;
- font-size: 22px;
- color: #fff;
- border-radius: 2px;
- cursor: pointer;
- border-radius: 8px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
-
- .signTextareaBox {
- margin-top: 20px;
- position: relative;
- }
-
- .inputRadioRow {
- overflow: hidden;
- }
-
- .inputRadioCol2 {
- width: 20%;
- float: left;
- }
-
- .inputCheck img {
- width: 100%;
- display: none;
- }
-
- .signTextarea {
- margin-top: 45px;
- font-size: 15px;
- line-height: 42px;
- }
- /*****sec1*******/
- @media(max-width: 1080px) {
- .index_sec1 .index_box {
- width: 84%;
- }
-
- .inputRadioCol4 {
- width: 100%;
- }
- }
|