@CHARSET "UTF-8";

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#content {
  width: 100%;
  margin: 0;
  padding: 0 5%;
  min-height: 100%;
}
#content .top {
  height: 6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 1.6rem;
  font-weight: 700;
}
#content .mid {
  border-radius: 3rem;
  background: #fff;
  height: 10rem;
}
#content .mid .mobile-register-view {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 0.5rem;
  height: 2rem;
  margin-bottom: 1.8rem;
  font-weight: 700;
}
#content .mid .code-view {
  width: 100%;
  margin-top: 3rem;
  height: 3rem;
}
#content .mid .code-view.code-register-view {
  width: 100%;
  margin-top: 0.5rem;
  height: 3rem;
}
#content .mid .code-input {
  border-bottom: 1px solid #e8e8e8;
  float: left;
  width: 67%;
}
#content .mid #code {
  width: 100%;
  height: 2rem;
  border: 0px;
  outline: none;
  cursor: pointer;
  font-family: '微软雅黑', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #999;
}
#content .mid .get-code-view {
  float: left;
  width: 33%;
  text-align: right;
  font-size: 17px;
  color: rgba(24, 4, 69, 0.6);
}
#content .mid .check-content {
  float: left;
  width: 80%;
  font-size: 15px;
}
#content .mid .check-content span {
  color: #6600cc;
}
#content .mid .box-view {
  height: 2rem;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
#content .mid .box-view .my_checkbox {
  margin: 0rem 0.5rem 0 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .mid .box-view .checkbox-view {
  float: left;
}
#content .mid .button-view {
  width: 100%;
  height: 5rem;
  margin-top: 0.5rem;
}
#content .mid .button-view #register-submit {
  height: 4rem;
  line-height: 3rem;
  width: 100%;
  font-size: 17px;
  background: #6600cc;
  border-radius: 2rem;
  color: #fff !important;
}
#content .mid .can-login-view {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 15px;
  height: 2rem;
}
#content .mid .can-login {
  color: #6600cc !important;
}
#content .mid .long_input {
  width: 100%;
  height: 1.8rem;
  border: 0px;
  outline: none;
  cursor: pointer;
  font-family: '微软雅黑', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #999999;
  /* font-size: 1.4rem; */
}
.btn-text {
  color: rgba(24, 4, 69, 0.6) !important;
}
.btn-time {
  color: rgba(24, 4, 69, 0.6);
}
label {
  margin-bottom: 0;
}
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked,
.weui-cells_checkbox .weui-check[aria-checked="true"] + .weui-icon-checked {
  color: #7a1dff !important;
}
#practicing_certificate {
  height: 14rem;
  background: #fff;
}
#credentials {
  padding-top: 2rem;
  height: 13rem;
  background: #fff;
}
.pic-large {
  padding-left: 2rem;
  width: 100%;
  color: #999999;
  height: 3rem;
  line-height: 3rem;
  font-size: 15px;
  background: #fff;
}
.pic-large div {
  width: 14rem;
}


.demo-pic-view{
	height:8rem;
	padding-left:2rem;
	background:#fff;
}

.demo-pic-title{
	padding-left: 2rem;
	width:100%;
    color: #999999;
    height: 3rem;
    line-height: 3rem;
    font-size: 15px;
    background: #fff;
}

.demo-pic-title div{
	width: 8rem;
    text-align: center;
}

.pic-right{
	text-align:center;
	height: 11rem;
}

.demo-view{
	margin-top: 1rem;
}

.demo-view img{
	width: 10rem;
}

.demo-title{
	margin-top: 1rem;
}


