 /*  短信验证码样式
        .yzmbox {
            background-color: #fcfcfc;
        }
         */
 .zctie {
     border-bottom: 1px solid #d3d3d3;
     padding-left: 27px;
     height: 38px;
     line-height: 38px;
     margin-top: 10px;
 }

 .zctie h3 {
     color: #e22323;
     font-size: 18px;
     margin-top: 8px;
     line-height: 38px;
 }

 .zctietop {
     text-align: center;
 }

 .tianxsf {
     margin: 40px 0px 10px 0;
 }

 .zctext {
     height: 34px;
     line-height: 34px;
     margin: 10px 0;
     text-align: center;
     position: relative;
 }

 .tianxsf label {
     font-weight: normal;
     width: 150px;
     text-align: right;
     display: inline-block;
 }

 .tianxsf label i.red {
     color: red;
     margin-right: 3px;
     font-style: normal;
 }

 .zctext input {
     border: 1px solid #b6b6b6;
     height: 34px;
     width: 300px;
     line-height: 34px;
     padding: 0 10px;
     border-radius: 3px;
 }

 .zctis {
     position: absolute;
     top: 0;
     left: 840px;
     margin-left: 25px;
     color: red;
 }

 .xieyi {
     text-align: center;
 }

 .zcbtn {
     text-align: center;
     margin: 30px 0 40px 0;
 }

 .zcbtn input {
     width: 200px;
     height: 36px;
     color: #fff;
     background-color: #0d84cf;
     cursor: pointer;
     border-radius: 3px;
 }

 .zcwac {
     text-align: center;
     font-size: 24px;
     margin-top: 60px;
     color: #e22323;
 }