﻿   * {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .input-group input {
        width:169px !important;height:28px !important;
    }

        .footer {
        position:fixed;
        bottom:0px;
    }

.reg-xd {
  width:500px;
  /*background:url(http://sodsoft.vicp.net:9090/MYWeb/images/%E6%B3%A8%E5%86%8C1_03.png) no-repeat;*/
  background-size:20%;
 background-position-x:390px;
 background-position-y:250px;
   background-color:#fff;
  height:280px;
  margin-left:auto;
  margin-right:auto;
  margin-top:100px;
  border-radius:4px;
  z-index:100;
  position:relative;

}


.reg-xd h1{
    font-size:24px;
    display:inline-block;
    padding:6px 0px 6px 60px;
    color:#1B1B1B;
    margin-bottom:20px;
}

.reg-item {
      padding:16px 0px 16px 60px;
      color:#1B1B1B;
      padding-left:110px;
      background:url(../Images/regico1.png) no-repeat;
      background-position-x:56px;
      background-position-y:center;
      margin-bottom:0px;
 
      border-radius:4px;
}

.reg-item-two {
     padding:16px 0px 16px 60px;
     color:#1B1B1B;
      padding-left:110px;
      background:url(../Images/regico2.png) no-repeat;
      background-position-x:56px;
      background-position-y:center;
     margin-bottom:0px;
 
     border-radius:4px;
}
/*.reg-item:hover{
    background-color:rgba(0,0,0,.03);
}*/
.reg-item h2{
     font-size:15px;
     margin: 3px 0px; 
}
.reg-item p{
     font-size:12px;
     margin:0px;padding:0px;
}

.reg-step {
  width:430px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;

}
.reg-step a{
    display:block;
    height:36px;
    line-height:36px;
    text-align:center;
    width:180px;
    border:solid 1px #0094ff;
    background-color:#0094ff;
    border-radius:4px;
    float:left;
    color:#fff;
    cursor:pointer;
    box-shadow:0 1px 2px rgba(0, 0, 0, .3);
}
.reg-step a:hover{
    border:solid 1px #096eb7;
    background-color:#096eb7;
    color:#fff;
    box-shadow:0 1px 2px rgba(0, 0, 0, .4888);
}
.reg-step  .reg-step-reg {
    float:right;
}
.reg-map {
    text-align:center;
    margin-top:80px;
}

.reg-item-l {
    float:left;
}

.reg-item-r {
    float:right;
    width:120px;
    height:30px;
    /*background: url(../Images/svg/jt1.png) no-repeat;*/
    background-position-y: 3px;
    background-size: 30px;
}

.reg-item:hover .reg-item-r {
    float:right;
    width:120px;
    height:30px;
    /*background: url(../Images/svg/jt2.png) no-repeat;*/
    background-position-y: 3px;
    background-size: 30px;
}

.reg-btn {


    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0,0,0,0.65);
    background-color: #fff;
    border-color: #d9d9d9;

        background: linear-gradient(280deg, #00a5ff 58%,#399ce2);
    color: #fff;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;

}

    .reg-btn:hover {
            background: linear-gradient(280deg, #00a5ff 58%,#0c568a);
    }

    .dev-user {
    margin-left:240px;
    color: #777;
    background: url(../Images/regico3.png) no-repeat;
    background-position-x: 313px;
    background-position-y: center;
    cursor:pointer;
}
.dev-user-cc {
    margin-left: auto;
    color: #777;
    background: url(../Images/regico3.png) no-repeat;
    background-position-x: 313px;
    background-position-y: center;
    cursor: pointer;
    margin-right: auto;
    width: 380px;
}
.dev-user-tips {
    padding:20px 10px 0px 10px;
    line-height:22px;
    text-indent:30px;
}

.dev-apply ::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

.dev-apply ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

.dev-apply :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}   