
[v-cloak] {    
  display: none
}

body {
    padding: 0;
    margin: 0 auto;
    background: #f9f9f9 !important;
}

/*注册*/
.reg-content-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.headTips {
    width: 1200px;
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
}

.headTips h2 {
    font-size: 28px;
    color: #333333;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.headTips h5 {
    font-size: 14px;
    color: #999;
    vertical-align: middle;
    display: inline-block;
    line-height: 28px;
    margin: 0;
}

.headTips span {
    font-size: 14px;
    color: #333333;
    position: absolute;
    right: 0;
    bottom: 0;
}

.headTips a {
    color: #227EE9;
}

.headTips a:hover {
    text-decoration: underline !important;
    color: #4382CB !important;
}

.register-bar {
    width: 1200px;
    padding-top: 60px;
    margin-bottom: 100px;
    background: #FFFFFF;
    font-size: 16px;
}

.register-bar h2 {
    font-size: 24px;
    color: #333333;
    width: 96px;
    padding-bottom: 8px;
    border-bottom: 3px solid #227EE9;
    margin-bottom: 0;
}

.borderBottom {
    border-top: 1px solid #E0E0E0;
}

.register-bar td {
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    vertical-align: baseline;
}

.register-bar input {
    background: #F2F2F2;
    border-radius: 4px;
    border: 0;
    width: 340px;
    height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
    transition: all .1s;
    font-size: 16px;
}

.register-bar input:focus {
    border-color: #227EE9;
    box-shadow: 0 0 0 2px rgba(34, 126, 233, .6);
}

/*基本按钮样式*/
.register-btn {
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    transition: all .2s;
    background: #F2F2F2;
    text-decoration: none;
    outline: none;
    height: 36px;
    width: 160px;
}

/*点击状态*/
.register-active {
    background: #227EE9;
    color: #fff;
}

.register-bar button:hover {
    background: #1F71D2;
    color: #fff;
}

.register-bar table td {
    padding: 10px 0;
}

.register-bar table td:nth-child(1) {
    text-align: right;
    padding-right: 22px;
    width: 200px !important;
}

.register-submit {
    width: 200px;
    height: 50px;
    margin-top: 35px;
    margin-bottom: 60px;
    background: #227EE9;
    color: #fff;
    font-size: 18px;
}

.account, .enterprise {
    width: 437px;
    margin: 0 auto;
}

.enterprise {
    margin-top: 40px;
}

.account-table {
    padding-top: 35px;
    position: relative;
    left: 280px;
    font-size: 16px;
    border-collapse: inherit;
}

.account-table > button:hover {
    background-color: #1F71D2;
    color: #fff;
}

.enterprise-table {
    padding-top: 35px;
    position: relative;
    left: 280px;
    border-collapse: inherit;
}

.enterprise-table .tele-code {
    width: 210px;
}

.enterprise-table .code-button {
    width: 120px;
    margin-left: 5px;
    background: #227EE9;
    color: #fff;
}

/*倒计时禁用按钮*/
.disabled-btn, .disabled-btn:hover {
    background-color: #999 !important;
    cursor: not-allowed !important;
}

/*那个红色小星星*/
.startips {
    color: #FF3300;
    line-height: 40px;
    font-size: 16px;
}

/*input占位符的颜色修改*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #c0c4cc;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c0c4cc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c0c4cc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c0c4cc;
}



