.layui-m-layer2 .layui-m-layercont i {
    background-color: #000 !important;
}
#login {
  padding-top: 1px;
}

#login .logo {
  width: 1.9rem;
  height: 1.99rem;
  margin: 0.6rem auto 0;
}

#login .logo img {
  width: 100%;
  height: 100%;
}

#login .form {
  padding: 0 0.6rem;
  margin-top: 1rem;
}

#login .form .line {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #eee;
  margin-top: 0.2rem;
}

#login .form .line input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  font-size: 0.34rem;
}

#login .form .btn {
  width: 100%;
  height: 1rem;
  margin-top: 1rem;
}

#login .form .btn button {
  width: 100%;
  height: 1rem;
  border: none;
  border-radius: 0;
  background-color: #0067db;
  color: #fff;
  font-size: 0.36rem;
}

#login .tip {
  width: 100%;
  text-align: center;
  font-size: 0.28rem;
  color: #666;
  margin-top: 0.3rem;
}

#list {
  width: 100%;
}

#list ul.list {
  width: 100%;
  padding: 0 0.3rem 0.3rem;
}

#list ul.list .item {
  width: 100%;
  background-color: #fff;
  padding: 0.3rem 0.3rem 0.3rem;
  margin-top: 0.3rem;
  position: relative;
}

#list ul.list .item .title {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.16rem;
}

#list ul.list .item .line {
  width: 100%;
  font-size: 0.24rem;
  color: #666;
  margin-top: 0.1rem;
}

#list ul.list .item .btn {
  display: block;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  background-color: #0067db;
  margin-top: 0.45rem;
}

#list ul.list .item .btn.gray {
  background-color: #3a3e51;
}

#list ul.list .item i.state {
  display: block;
  width: 1rem;
  height: 0.78rem;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  z-index: 2;
}

#list ul.list .item i.state.yes {
  background-image: url(../images/10.png);
}

#list ul.list .item i.state.no {
  background-image: url(../images/11.png);
}

#list ul.list .item.state-yes {
  border-left: 0.04rem solid #0067db;
}

#list ul.list .item.state-no {
  border-left: 0.04rem solid #e90101;
}

#cert {
  width: 100%;
}

#cert ul.list {
  width: 100%;
  padding: 0 0.3rem 0.3rem;
}

#cert ul.list .item {
  width: 100%;
  margin-top: 0.3rem;
}

#cert ul.list .item .tops {
  width: 100%;
  position: relative;
}

#cert ul.list .item .tops a {
  display: block;
}

#cert ul.list .item .tops img.opacity {
  width: 100%;
  height: auto;
  opacity: 0;
}

#cert ul.list .item .tops .cert {
  width: 100%;
  height: 100%;
  background-image: url(../images/12.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12% 10.3%;
}

#cert ul.list .item .tops .cert .title {
  font-size: 24px;
  text-align: center;
}

#cert ul.list .item .tops .cert .text {
  margin-top: 20px;
  width: 79.4%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#cert ul.list .item .tops .cert .text p {
  margin-top: 10px;
}

#cert ul.list .item .tops .cert .text .ident {
  text-indent: 2em;
}

#cert ul.list .item .bots {
  width: 100%;
  height: 0.8rem;
  border-top: 1px solid #f7f7f7;
  padding: 0 0.3rem;
  font-size: 0.3rem;
  line-height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

#cert ul.list .item .bots .name {
  width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cert ul.list .item .bots .down-btn {
  display: inline-flex;
  align-items: center;
}

#cert ul.list .item .bots .down-btn i {
  display: block;
  width: 0.26rem;
  height: 0.24rem;
  background-image: url(../images/14.png);
  background-size: 100% 100%;
}

#cert ul.list .item .bots .down-btn span {
  font-size: 0.24rem;
  margin-left: 0.1rem;
  color: #0067db;
}

#cert .cert-detail {
  width: 100%;
}

#cert .cert-detail .img {
  width: 100%;
}

#cert .cert-detail .img img {
  width: 100%;
}

#cert .cert-detail .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.9rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #0067db;
  position: fixed;
  left: 0.3rem;
  bottom: 1.2rem;
  z-index: 2;
}

#cert .cert-detail .btn i {
  display: block;
  width: 0.3rem;
  height: 0.28rem;
  background-image: url(../images/15.png);
  background-size: 100% 100%;
}

#cert .cert-detail .btn span {
  font-size: 0.28rem;
  margin-left: 0.2rem;
  color: #fff;
}

#cert .cert-detail .btn-h {
  width: 100%;
  height: 1.4rem;
  clear: both;
}

#exam {
  width: 100%;
}

#exam .form {
  width: 6.9rem;
  margin: 0.3rem;
  background-color: #fff;
  padding: 0.5rem 0.3rem 0.3rem;
}

#exam .form .title {
  font-size: 0.34rem;
  margin-bottom: 0.3rem;
}

#exam .form .textarea {
  width: 100%;
  background-color: #fff;
  height: 3rem;
}

#exam .form .textarea textarea {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #eee;
  padding: 0.1rem 0.2rem;
  resize: none;
}

#exam .answer {
  width: 6.9rem;
  background-color: #fff;
  margin: 0.3rem auto;
  padding: 0.2rem 0.3rem 0.5rem;
}

#exam .answer .line {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.28rem;
}

#exam .prev-next {
  width: 100%;
  padding: 0.3rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #F7F7F7;
}

#exam .prev-next a {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
}

#exam .prev-next a.btn-gray {
  background-color: #fff;
  color: #999;
}

#exam .prev-next a.btn-blue {
  background-color: #0067db;
  color: #fff;
}

#exam .prev-next .prev {
  width: 2.2rem;
}

#exam .prev-next .next {
  width: 4.4rem;
}

#exam .prev-next-h {
  width: 100%;
  height: 1.1rem;
}

#exam .numbers-window {
  display: none;
  width: 100%;
  height: calc(100vh - 0.8rem);
  overflow-y: auto;
  padding: 0 0.3rem;
  background-color: #f7f7f7;
  position: fixed;
  top: 0.8rem;
  left: 0;
  z-index: 9;
}

#exam .numbers-window .blocks {
  width: 100%;
  padding-bottom: 1.6rem;
}

#exam .numbers-window .blocks .block-item {
  width: 100%;
  margin-top: 0.3rem;
  background-color: #fff;
  padding: 0 0.3rem 0.3rem;
}

#exam .numbers-window .blocks .block-item .title {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid #efefef;
  font-size: 0.34rem;
}

#exam .numbers-window .blocks .block-item .nums {
  width: 100%;
  overflow: hidden;
  padding: 0.35rem 0 0.05rem;
}

#exam .numbers-window .blocks .block-item .nums a {
  display: block;
  float: left;
  margin-left: 0.3rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 1rem;
  text-align: center;
  font-size: 0.34rem;
  color: #666;
}

#exam .numbers-window .blocks .block-item .nums a.active, #exam .numbers-window .blocks .block-item .nums a.blue {
  background-color: #0067db;
  border-color: #0067db;
  color: #fff;
}

#exam .numbers-window .blocks .block-item .nums a.red {
  background-color: #e90101;
  border-color: #e90101;
  color: #fff;
}

#exam .numbers-window .blocks .block-item .nums a.opacity {
  opacity: 0.5;
}

#exam .numbers-window .blocks .block-item .nums a:nth-child(5n+1) {
  margin-left: 0;
}

#exam .numbers-window .fixed-bots {
  width: 100%;
  height: 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: linear-gradient(bottom, white, rgba(255, 255, 255, 0));
}

#exam .numbers-window .sub-btn {
  width: 6.9rem;
  height: 0.9rem;
  position: fixed;
  bottom: 0.3rem;
  left: 0.3rem;
  z-index: 11;
  background-color: #3a3e51;
  color: #fff;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.34rem;
}

#exam .numbers-window .sub-btn.active {
  background-color: #0067db;
}

#exam .numbers-window .manage-btns {
  width: 6.9rem;
  height: 0.9rem;
  position: fixed;
  bottom: 0.3rem;
  left: 0.3rem;
  z-index: 11;
}

#exam .numbers-window .manage-btns a {
  display: block;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.34rem;
}

#exam .numbers-window .manage-btns .remove {
  width: 4.4rem;
  height: 0.9rem;
  background-color: #eee;
  color: #333;
}

#exam .numbers-window .manage-btns .delete {
  width: 2.2rem;
  height: 0.9rem;
  background-color: #e90101;
  color: #fff;
}

#exam .wrong-list {
  width: 100%;
  padding: 0 0.3rem 1.8rem;
}

#exam .wrong-list .cate-item {
  width: 100%;
  margin-top: 0.3rem;
  background-color: #fff;
}

#exam .wrong-list .cate-item .cate-title {
  width: 6.3rem;
  height: 1rem;
  margin: 0 auto;
  line-height: 1rem;
  font-size: 0.34rem;
  color: #0067db;
}

#exam .wrong-list .cate-item .title {
  width: 6.3rem;
  margin: 0 auto;
  padding: 0.3rem 0;
  font-size: 0.34rem;
  border-top: 1px solid #efefef;
}

#exam .wrong-list .cate-item .result-group {
  width: 100%;
}

#exam .wrong-list .cate-item .result-group .item {
  width: 100%;
  min-height: 0.7rem;
  margin-top: 0.1rem;
  padding: 0.1rem 0.3rem;
  display: flex;
  align-items: center;
}

#exam .wrong-list .cate-item .result-group .item i {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/18.png);
  background-size: 100%;
  margin-right: 0.28rem;
}

#exam .wrong-list .cate-item .result-group .item.active {
  background-color: #f3f9ff;
}

#exam .wrong-list .cate-item .result-group .item.red i {
  background-image: url(../images/38.png);
}

#exam .wrong-list .cate-item .result-group .item.red span {
  color: #E90101;
}

#exam .wrong-list .cate-item .result-group .item.blue i {
  background-image: url(../images/37.png);
}

#exam .wrong-list .cate-item .result-group .item.blue span {
  color: #0067db;
}

#exam .wrong-list .cate-item .textarea {
  width: 6.3rem;
  height: 1.85rem;
  margin: 0 auto;
}

#exam .wrong-list .cate-item .textarea textarea {
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.26rem;
  border: none;
  background-color: #f3f9ff;
  resize: none;
}

#exam .wrong-list .cate-item .answer {
  margin: 0 auto;
  padding: 0 0.3rem 0.3rem;
}

#exam .wrong-list .cate-item .remove-btn {
  margin-left: 0.3rem;
  margin-bottom: 0.3rem;
  display: inline-flex;
  align-items: center;
}

#exam .wrong-list .cate-item .remove-btn i {
  display: block;
  width: 0.23rem;
  height: 0.24rem;
  background-image: url(../images/34.png);
  background-size: 100% 100%;
}

#exam .wrong-list .cate-item .remove-btn span {
  font-size: 0.24rem;
  margin-left: 0.08rem;
  line-height: 0.24rem;
  color: #6bb1ff;
}

#exam .wrong-list .fixed-bots {
  width: 100%;
  height: 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
  background: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background: linear-gradient(bottom, white, rgba(255, 255, 255, 0));
}

#exam .wrong-list .sub-btn {
  width: 6.9rem;
  height: 0.9rem;
  position: fixed;
  bottom: 0.3rem;
  left: 0.3rem;
  z-index: 11;
  background-color: #3a3e51;
  color: #fff;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.34rem;
}

#exam .wrong-list .sub-btn.green {
  background-color: #019069;
}

#exam .numbers-window-header {
  z-index: 11;
  display: none;
}

.open-confirm {
  width: 100%;
  background-color: #fff;
  padding: 0.5rem 0.3rem;
}

.open-confirm .text1 {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #666;
  margin-top: 0.1rem;
}

.open-confirm .text2 {
  width: 100%;
  text-align: center;
  font-size: 0.36rem;
  color: #333;
  margin-top: 0.1rem;
}

.open-confirm .btns {
  width: 100%;
  height: 0.8rem;
  width: 5.1rem;
  margin: 0.5rem auto 0;
  overflow: hidden;
}

.open-confirm .btns a {
  display: block;
  width: 2.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  display: block;
}

.open-confirm .btns a.btn-blue {
  background-color: #0067db;
}

.open-confirm .btns a.btn-gray {
  background-color: #bbb;
}

.open-confirm .circle-bar {
  font-size: 1rem;
  width: 1em;
  height: 1em;
  position: relative;
  background-color: #0067db;
  margin: 0.2rem auto 0;
}

.open-confirm .circle-bar .circle-bar-left,
.open-confirm .circle-bar .circle-bar-right {
  width: 1em;
  height: 1em;
  background-color: #dfdfdf;
}

.open-confirm .circle-bar .circle-bar-right {
  clip: rect(0, auto, auto, 0.5em);
}

.open-confirm .circle-bar .circle-bar-left {
  clip: rect(0, 0.5em, auto, 0);
}

.open-confirm .circle-bar .mask {
  width: 0.94em;
  height: 0.94em;
  background-color: #fff;
  text-align: center;
  line-height: 0.2em;
  transition: all 0.3s;
}

.open-confirm .circle-bar .mask span {
  font-size: 0.3em;
  height: 0.8em;
  line-height: 0.8em;
  display: block;
  color: #0067db;
  transition: all 0.3s;
}

.open-confirm .circle-bar .mask i.yes {
  display: none;
  width: 0.5rem;
  height: 0.32rem;
  background-image: url(../images/22.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.16rem;
  margin-left: -0.25rem;
  transition: all 0.3s;
}

.open-confirm .circle-bar .mask i.yes.show {
  opacity: 1;
}

.open-confirm .circle-bar .mask i.no {
  display: none;
  width: 0.44rem;
  height: 0.44rem;
  background-image: url(../images/23.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.22rem;
  margin-left: -0.22rem;
  transition: all 0.3s;
}

.open-confirm .circle-bar .mask i.no.show {
  opacity: 1;
}

.open-confirm .circle-bar * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.open-confirm .circle-bar, .open-confirm .circle-bar > * {
  border-radius: 50%;
}

.open-confirm .circle-bar.yes {
  background-color: #0067db !important;
}

.open-confirm .circle-bar.yes .circle-bar-left,
.open-confirm .circle-bar.yes .circle-bar-right {
  background-color: #0067db !important;
}

.open-confirm .circle-bar.yes .mask {
  background-color: #0067db !important;
}

.open-confirm .circle-bar.yes .mask span {
  color: #fff;
  opacity: 0;
}

.open-confirm .circle-bar.no {
  background-color: #E90101 !important;
}

.open-confirm .circle-bar.no .circle-bar-left,
.open-confirm .circle-bar.no .circle-bar-right {
  background-color: #E90101 !important;
}

.open-confirm .circle-bar.no .mask {
  background-color: #E90101 !important;
}

.open-confirm .circle-bar.no .mask span {
  color: #fff;
  opacity: 0;
}

.open-confirm .tip {
  width: 100%;
  font-size: 0.24rem;
  color: #999;
  text-align: center;
  margin-top: 0.3rem;
}

.open-cert {
  width: 100%;
  height: 5.5rem;
  background-color: #fff;
  text-align: center;
  padding: 0.45rem 0.2rem;
}

.open-cert .title {
  font-size: 0.36rem;
}

.open-cert .desc {
  font-size: 0.24rem;
  margin-top: 0.16rem;
  color: #999;
}

.open-cert .img {
  width: 2.87rem;
  margin: 0.3rem auto 0;
}

.open-cert .img img {
  width: 100%;
  height: 100%;
}

.open-cert .btns {
  width: 5.1rem;
  height: 0.8rem;
  overflow: hidden;
  margin: 0.2rem auto 0;
}

.open-cert .btns a {
  display: block;
  width: 2.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
}

.open-cert .btns a.btn-blue {
  background-color: #0067db;
}

.open-cert .btns a.btn-gray {
  background-color: #bbb;
}

#score {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/24.png);
  background-size: cover;
  position: relative;
  padding: 1px 0;
}

#score .main {
  width: 6.9rem;
  background-color: #fff;
  border-top: 1px solid #fff;
  margin: 1rem auto 0;
  padding: 0 0.3rem 0.3rem;
}

#score .main .head {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  overflow: hidden;
  margin: -0.45rem auto 0;
}

#score .main .head img {
  width: 100%;
  height: 100%;
}

#score .main .name {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-top: 0.15rem;
  text-align: center;
}

#score .main .items {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

#score .main .items .item {
  width: 3rem;
  height: 1.3rem;
  background-color: #f6f6f6;
  text-align: center;
  padding: 0.2rem;
}

#score .main .items .item .top {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #0067db;
}

#score .main .items .item .top .num {
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
}

#score .main .items .item .top .small {
  font-size: 0.2rem;
}

#score .main .items .item .desc {
  width: 100%;
  font-size: 0.24rem;
  color: #666;
}

#score .main .order {
  width: 100%;
  margin-top: 0.3rem;
  border: 1px solid #f1f1f1;
}

#score .main .order .title {
  width: 100%;
  height: 0.7rem;
  font-size: 0.24rem;
  line-height: 0.7rem;
  text-align: center;
  font-weight: bold;
}

#score .main .order table {
  width: 100%;
  border: none;
}

#score .main .order table th {
  background-color: #f6f6f6;
  height: 0.7rem;
  line-height: 0.7rem;
}

#score .main .order table td {
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
}

#score .btns {
  width: 4.4rem;
  height: 0.8rem;
  margin: 0.3rem auto;
  display: flex;
  justify-content: center;
}

#score .btns a {
  display: block;
  width: 2rem;
  height: 0.8rem;
  background-color: #fff;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  color: #666;
}

#score .btns a.disabled {
  color: #bbb;
}

#score .btns a:nth-child(2) {
  margin-left: 0.2rem;
}

#user {
  width: 100%;
}

#user .user-top {
  width: 100%;
  height: 4.6rem;
  background-image: url(../images/30.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 1rem;
}

#user .user-top .head {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  margin: 0 auto;
}

#user .user-top .head .img {
  width: 100%;
  height: 100%;
  border: 0.05rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

#user .user-top .head .img img {
  width: 100%;
  height: 100%;
}

#user .user-top .head .img input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

#user .user-top .head .icon {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/31.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.05rem;
  right: 0.05rem;
}

#user .user-top .name {
  width: 100%;
  font-size: 0.28rem;
  margin-top: 0.35rem;
  text-align: center;
  color: #fff;
}

#user .menu-block {
  width: 6.9rem;
  margin: -1rem auto 0.3rem;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}

#user .menu-block .items {
  width: 100%;
}

#user .menu-block .items a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0.28rem 0 0.34rem;
}

#user .menu-block .items a .label {
  font-size: 0.28rem;
  color: #999;
}

#user .menu-block .items a .right {
  display: inline-flex;
  align-items: center;
}

#user .menu-block .items a .right span {
  font-size: 0.28rem;
  color: #333;
}

#user .menu-block .items a .right i {
  display: block;
  width: 0.15rem;
  height: 0.26rem;
  background-image: url(../images/32.png);
  background-size: 100% 100%;
  margin-left: 0.2rem;
}

#user .menu-block .items a .right i.opacity {
  opacity: 0;
}

#user .menu-block .logout {
  width: 2.4rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cee5ff;
  margin: 0.5rem auto;
}

#user .menu-block .logout i {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/33.png);
  background-size: 100% 100%;
  margin-right: 0.15rem;
}

#user .menu-block .logout span {
  color: #fff;
  font-size: 0.28rem;
}

#user .form {
  width: 100%;
  padding: 0.2rem 0.3rem;
}

#user .form .line {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  margin-top: 0.2rem;
}

#user .form .line input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 0.3rem;
  border: none;
  border-radius: 0;
  font-size: 0.28rem;
}

#user .form .btn {
  width: 100%;
  height: 0.9rem;
  margin-top: 0.7rem;
}

#user .form .btn button {
  width: 100%;
  height: 0.9rem;
  background-color: #0067db;
  font-size: 0.34rem;
  color: #fff;
  border: none;
  border-radius: 0;
}
