         /* 公共 */
         
         input {
             -webkit-appearance: none;
         }
         
         .step0Img {
             background: url("/staticmobile/image/users/00baoming.png") no-repeat 0 center;
             background-size: contain;
         }
         
         .title {
             padding: 1.2rem 0.6rem 0.3rem 0.6rem;
             margin-top: -0.3rem;
         }
         
         .title_img {
             display: inline-block;
             width: 10rem;
             height: 1.25rem;
         }
         
         button:focus,
         button:active:focus,
         button.active:focus,
         button.focus,
         button:active.focus,
         button.active.focus {
             outline: none;
             box-shadow: none;
         }
         
         ul li {
             list-style: none;
         }
         
         ul {
             margin: 0;
             padding: 0;
         }
         
         .s_button {
            text-align: center;
            border-radius: 3px;
            position: absolute;
            bottom: 3rem;
            left: 50%;
            transform: translate(-50%,0);
            width: 100%;
         }
         
         .s_button2 {
            /* color: #fff;
            font-size: 1.2rem;
            background-color: #3D8BFF;
            width: 8rem;
            height: 3rem;
            display: block;
            text-align: center;
            position: relative;
            border: 0;
            cursor: pointer;
            margin: 6vw 0; */
         }
         
         .s_button button {
             /* display: inline-block;
             width: 6.5rem;
             height: 2.1rem;
             background: #fff;
             cursor: pointer;
             font-size: 1.2rem;
             border-radius: 3px; */
         }
         
        .s_text1 {
            font-size: 1.2rem;
        }
         
        .s_text2 {
            font-size: 1rem;
            margin-top: 0.2rem;
        }
         
        .s_title {
            position: relative;
            color:#42618F;
            top: 0.55rem;
            padding-left: 5rem;
        }
         
         .s_title span {
             display: block;
         }
         
         .s_lable {
             width: 5rem;
             display: inline-block;
             color: #8BA3C7;
             font-size: 1.1rem;
             text-align: justify;
             position: relative;
             top: 1.1rem;
         }
         
         .s_lable::after {
             display: inline-block;
             width: 5rem;
             content: '';
             height: 0rem;
         }
         
         .s_input1 {
             margin: 0.5rem 0 0.5rem 1rem;
             height: 2.5rem;
             /* width: calc(81% - 1rem); */
             padding: 0;
             box-sizing: border-box;
             outline: none;
             border: 0.1rem solid #DCE2EE;
             color: #666;
             padding-left: 1rem;
             padding-right: 1rem;
             font-size: 1rem;
             border-radius: 3px;
             flex-grow: 1;
             flex-shrink: 1;
         }
         
         .s_input2 {
             height: 2.35rem;
             margin: 0.5rem 0 0.5rem 1rem;
             /* width: calc(53% - 3.7rem); */
             outline: none;
             border: 0.1rem solid #DCE2EE;
             padding: 0;
             color: #666;
             padding-left: 1rem;
             padding-right: 1rem;
             font-size: 1rem;
             border-radius: 3px;
             width: 3rem;
             flex-grow: 1;
             flex-shrink: 1;
         }
         
         .s_input1:focus {
             border: 0.1rem solid #A1C8FF;
         }
         
         .s_input2:focus {
             border: 0.1rem solid #A1C8FF;
         }
         
         .s_button3 {
             height: 2.4rem;
             border: 0;
             color: #1d6ab8;
            background: rgba(162,200,255,0.3);
             width: 8rem;
             padding: 0rem;
             font-size: 1rem;
             cursor: pointer;
             border-radius: 3px;
             margin-top: 0.55rem;
         }
         
         .s_tips2 {
             font-size: 0.9rem;
             color: #E60000;
             /* margin-top: 0.5rem; */
             position: absolute;
             left: calc(50vw - 2.3rem);
         }
         
         .s_tips1 {
             font-size: 0.9rem;
             color: #818A99;
             margin-left: 6rem;
             text-align: justify;
         }
         
         .s_hide {
             visibility: hidden;
         }
         
         .setflex {
             display: flex;
         }

         .mainContent {
             position: relative;
         }

         .s_contain {
            background: #fff;
            position: absolute;
            top: 4.6rem;
            padding: 1.1rem;
            padding-left: 5rem;
            padding-bottom: 7rem;
            width: calc(100% - 6.1rem);
         }

         .mainContent .s_lable {
             color: #666;
         }

         .mainContent .s_input1 {
             height: 3rem;
             line-height: 3rem;
         }