.register-box {
    width: 1000px;
    margin: 40px auto;
    background-color: #ffffff;
    border-radius: 5px;
}

.reg-tit {
    text-align: center;
    padding: 20px 0;
}

.reg-tit h1 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
}

.reg-tit p {
    font-size: 14px;
    color: #999999;
}
.tab-dot {
    height: 60px;
    background-image: url(../img/step-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.tab-dot a {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
}
.tab-dot input {
    display: none;
}
.reg-step {
    position: relative;
    padding: 10px 50px 60px;
}

.table-reg tr td {
    padding: 5px;
}

.table-reg tr td span{
    margin-left: 10px;
}

.table-reg tr td span i {
    font-size: 14px;
    padding-right: 5px;
}

.c-warn {
    color: #c1984d;
}
.c-sucess {
    color: #67bb20;
}

.table-reg tr th {
    text-align: right;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    line-height: 41px!important;
}
.table-reg tr td p {
    line-height: 30px;
    color: #999999;
}
.regular-text {
    width: 20rem;
}

.reg-step table {
    margin-left: 100px;
}

.reg-step img,
.reg-qrcode canvas{
    padding: 10px;
    border: 1px solid #e7e7e7;
}

.reg-step > p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.reg-step .vcode input, .reg-step .vcode img {
    vertical-align: middle;
}

.reg-step .vcode input {
    width: 70px;
}

.reg-step .vcode img {
    padding: 0;
    border: none;
}

.btn-reg {
    background-color: #67bb20;
    border: 1px solid #67bb20;
    color: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 38px!important;
    text-align: center;
	margin-top: 10px;
}
.btn-reg:hover,
.btn-reg:focus,
.btn-reg.focus,
.btn-reg:active,
.btn-reg.active {
    color: #fff;
    background: #5eaa1d;
    border: 1px solid #5eaa1d;
    outline: none;
}

.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
}
.reg-tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fffadd;
    color: #736442;
    border-bottom: 1px solid #f5e29d;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    z-index: 2;
}

.reg-user-info {
    position: absolute;
    width: 100%;
    top: 50%;
    left:0;
    margin-top: -80px;
    text-align: center;
    z-index: 2;
}
.reg-user-info p {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20%;
}
.reg-user-info i {
    font-size: 16px;
    padding-right: 10px;
    color: #999999;
}
.reg-user-info span {
    font-size: 14px;
}
.c-999 {
    color: #999999;
}

.reg-mob-btn {
    position: absolute;
    bottom: 80px;
    left: 10%;
    width: 80%;
    height: 44px;
    border-radius: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #67bb20;
    color: #ffffff;
    font-size: 14px;
    z-index: 2;
}
.reg-mob-btn:hover {
    color: #fff;
    background: #5eaa1d;
}
.btn-gray {
    position: absolute;
    bottom: 80px;
    left: 10%;
    width: 80%;
    height: 44px;
    border-radius: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #dddddd;
    color: #ffffff;
    font-size: 14px;
    z-index: 2;
}
.btn-gray:hover {
    color: #fff;
    background: #dddddd;
}


.acc-list-box {
    margin-top: 41px;
    background-color: #ffffff;
}

.acc-list-box .acc-list-item li {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #e7e7e7;
}

.reg-sucess-tips {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -111px;
    display: block;
    text-align: center;
    width: 222px;
    height: 222px;
    background-color: rgba(0,0,0,.6);
    color: #44b549;
}
.reg-sucess-tips i {
    font-size: 80px;
    padding-top: 45px;
}
.reg-sucess-tips p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}

/*
 * Checkbox Radio
 */
input[type = "checkbox"],
input[type="radio"]{
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus{
    outline: none;
}
.checkbox,.radio{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 1px;
}
.checkbox-default {
    border-color: #e7e7e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
}
.radio-default {
    border-color: #e7e7e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 100%;
}
.checkbox-states-1:checked,
.radio-states-1:checked {
    background: #2C74E2 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.radio-states-1:checked::after {
    display: block;
    position: relative;
    content: '';
    left: 4px;
    top: 4px;
    background-color: white;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

.checkbox-states-1:checked::after {
    display: block;
    position: relative;
    content: '';
    height: 4px;
    width: 10px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: translate(2px, 4px) rotate(-45deg);
}

.radio-awards {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 13px;
}

/*�˺��б�*/
.article-list-box {
    background-color: #FFFFFF;
    margin-top: 41px;
}
.article-list-item li {
    position: relative;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #E8E8E8;
}
.article-list-item li a.list-detail {
    display: block;
    padding: 0 20px;
}
.article-list-item li a.list-detail:hover {
    background-color: #F5F5F5;
}
.article-list-item li:hover {
    background-color: #F5F5F5;
}
.article-list-item li h1 {
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    width: 80%;
    font-weight: 500;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-list-item li a.statistics {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    color: #2C74E2;
}


/*ע��ɹ���¼ҳ��*/
.reg-tit-sucess {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #e7e7e7;
}
.reg-tit-sucess h1 {
    color: #44b549;
}
.reg-tit-sucess p {
    margin-top: 10px;
    color: #666;
}
.reg-qrcode {
    text-align: center;
    padding: 40px 0;
}
.reg-qrcode img,
.reg-qrcode canvas{
    padding: 10px;
    border: 1px solid #e7e7e7;
}
.reg-qrcode p {
    height: 45px;
    line-height: 45px;
    color: #44b549;
    font-size: 14px;
}
.mob-tips-box {
    display: block;
    position: absolute;
    width: 100%;
    top: 10%;
    text-align: center;
    z-index: 100;
}
.mob-tips-box i {
    font-size: 104px;
    color: #09BB07;
}
.mob-tips-box p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.mob-tips-box h1 {
    font-size: 16px;
    margin-top: 40px;
    color: #666666;
    font-weight: 500;
}
.mob-acc-bind {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 20px 0 0;
    text-align: center;
    z-index: 100;
}
.mob-acc-bind > i {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    border-radius: 100%;
    background-color: red;
    color: white;
}
.mob-acc-bind > p {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 20px 0 30px;
    border-bottom: 1px solid #e7e7e7;
}
.mob-acc-bind > h1 {
    font-size: 16px;
    margin-top: 40px;
    color: #666666;
    font-weight: 500;
}
.acc-setting {
    padding: 20px 0;
}
.acc-setting img{
    width: 80%;
    padding-top: 10px;
}
.acc-setting h1 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.acc-setting p {
    font-size: 14px;
    color: #666666;
}


.get-v-code {
	position: absolute;
	padding: 0 10px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	left: 180px;
	top: 0;
	font-size: 12px;
	color: #155bd4;
}
.gvc-tip {
	position: absolute;
	padding: 0 10px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	left: 160px;
	top: 0;
	font-size: 12px;
	color: #999;
}
