[v-cloak] {
    display: none
}

/* 公共容器1200px */
.content-wrapper {
  width: 1200px;
  margin: 0 auto;
}

/*公共样式*/
button {
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
}

/*注册*/
#reg-app {
    background-color: #f9f9f9;
    padding: 60px 0 100px 0 ;
}

.reg-content-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.headTips {
    width: 1200px;
    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: #FF7700;
}

.headTips a:hover {
    text-decoration: underline !important;
    color: #E75516 !important;
}

.register-bar {
    width: 1200px;
    padding-top: 60px;
    background: #FFF;
    font-size: 16px;
}

.register-bar h2 {
    font-size: 24px;
    color: #333333;
    width: 96px;
    padding-bottom: 8px;
    border-bottom: 3px solid #FF7700;
    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: #FF7700;
    box-shadow: 0 0 0 2px rgba(255, 133, 26, .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: #FF7700;
    color: #fff;
}

.register-bar button:hover {
    background: #E75516;
    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: #FF7700;
    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: #E75516;
    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: #FF7700;
    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;
}


.file-upload-btn {
    background-color: #FF7700 !important;
}

.file-upload-btn:hover {
    background-color: #E75516 !important;
}
#qr_text{
    display: none;
}