#login {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/44.png?v201013);
  background-position: center;
  background-repeat: no-repeat;
 
  position: relative;
}

#login .main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#login .main-tops {
  color: #fff;
  text-align: center;
}

#login .main-tops .title {
  font-size: 60px;
  line-height: 60px;
}

#login .main-tops .desc {
  font-size: 18px;
  margin-top: 10px;
}

#login .main-bots {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

#login .main-bots .texts {
  width: 625px;
  color: #fff;
  font-size: 18px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  line-height: 30px;
}

#login .main-bots .texts .symbol {
  font-size: 36px;
  font-family: arial;
}

#login .main-bots .texts span {
  display: inline;
}

#login .main-bots .form {
  margin-left: 560px;
  width: 440px;
  min-height: 450px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 40px 40px;
  overflow: hidden;
  position: relative;
  left: 30%;
  margin-left: 160px;
  box-shadow: 0 0 10px rgba(192, 231, 255, 0.5);
}

#login .main-bots .form .tops {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

    #login .main-bots .form .tops .logo {
        height: 90px;
     margin-top:20px;
    }
    #login .main-bots .form .tops .title {
        font-family:Bahnschrift;
      font-size:20px;
    }
#login .main-bots .form .tops .logo img {
  height: 100%;
  
}

#login .main-bots .form .tops .right {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
}

#login .main-bots .form .tops .right .label {
  width: 145px;
  height: 30px;
  background-image: url(../images/03.png?v201013);
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #0067db;
}

#login .main-bots .form .tops .right .icon {
  display: block;
  width: 72px;
  height: 72px;
}

#login .main-bots .form .tops .right .icon.scan {
  background-image: url(../images/02.png?v201013);
}

#login .main-bots .form .tops .right .icon.pass {
  background-image: url(../images/08.png?v201013);
}

#login .main-bots .form .line {
  width: 100%;
  height: 50px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px;
  margin-top: 10px;
}

#login .main-bots .form .line.icon-user {
  background-image: url(../images/04.png?v201013);
}

#login .main-bots .form .line.icon-pass {
  background-image: url(../images/05.png?v201013);
}

#login .main-bots .form .line.icon-code {
  background-image: url(../images/06.png?v201013);
}

#login .main-bots .form .line .input {
  width: 100%;
  height: 100%;
}

#login .main-bots .form .line .input input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  color: #333;
  font-size: 16px;
}

#login .main-bots .form .line.hasyzm .input {
  width: 150px;
  float: left;
}

#login .main-bots .form .line.hasyzm .yzm {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  width: 90px;
  height: 40px;
}

#login .main-bots .form .line.hasyzm .yzm img {
  width: 100%;
  height: 100%;
}

#login .main-bots .form .button {
  width: 100%;
  height: 50px;
}

#login .main-bots .form .button button {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #0067db;
  border-radius: 3px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

#login .main-bots .form .ewm-img {
  width: 280px;
  height: 280px;
  margin: 20px auto 0;
}

#login .main-bots .form .ewm-img img {
  width: 100%;
  height: 100%;
}

#login .main-bots .form .form-tip {
  width: 100%;
  font-size: 12px;
  margin-top: 20px;
  color: #0067db;
}

#login .main-bots .form .ewm-tip {
  width: 100%;
  font-size: 12px;
  margin-top: 20px;
  color: #0067db;
  text-align: center;
}

#list {
  width: 100%;
}

#list .tab {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  margin: 40px auto 50px;
}

#list .tab a {
  display: block;
  min-width: 200px;
  padding: 0 15px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-left: none;
  background-color: #fff;
  transition: all 0.3s;
}

#list .tab a:first-child {
  border-left: 1px solid #e3e3e3;
}

#list .tab a:hover, #list .tab a.active {
  background-color: #0067db;
  color: #fff;
}

#list ul.list {
  width: 100%;
  max-width: 1920px;
  padding: 0 45px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

#list ul.list .item {
  background-color: #fff;
  float: left;
  margin: 15px;
  padding: 24px 30px 30px;
  position: relative;
}

#list ul.list .item .title {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  margin-bottom: 20px;
}

#list ul.list .item .small {
  width: 100%;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

#list ul.list .item .state {
  width: 60px;
  height: 46px;
  display: block;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 2;
}

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

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

#list ul.list .item .masks {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  opacity: 0;
}

#list ul.list .item .btn {
  width: 160px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  line-height: 50px;
  text-align: center;
  background-color: #0067db;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
}

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

#list ul.list .item:hover .masks {
  opacity: 1;
}

#list ul.list .item:hover .btn {
  opacity: 1;
}

#list .empty {
  width: 100%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 100px;
}

#list .empty .img {
  width: 270px;
  margin: 0 auto;
}

#list .empty .img img {
  width: 100%;
}

#list .empty .text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 25px;
}

#list ul.cert-list {
  width: 100%;
  max-width: 1920px;
  padding: 0 45px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

#list ul.cert-list .item {
  background-color: #fff;
  float: left;
  margin: 15px;
  position: relative;
}

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

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

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

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

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

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

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

#list ul.cert-list .item .tops .masks {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  opacity: 0;
}

#list ul.cert-list .item .tops .btn {
  width: 160px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  line-height: 50px;
  text-align: center;
  background-color: #0067db;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
}

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

#list ul.cert-list .item .tops:hover .masks {
  opacity: 1;
}

#list ul.cert-list .item .tops:hover .btn {
  opacity: 1;
}

#list ul.cert-list .item .bots {
  width: 100%;
  height: 60px;
  border-top: 1px solid #eee;
  padding: 0 25px;
  font-size: 20px;
  line-height: 60px;
}

#exam {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
}

#exam .exam-left {
  width: 200px;
  height: calc(100% - 190px);
  position: fixed;
  top: 100px;
  left: 60px;
}

#exam .exam-left .mod-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #656d75;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

#exam .exam-left .midd {
  width: 100%;
  height: calc(100% - 90px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

#exam .exam-left .midd::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

#exam .exam-left .midd::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #f5f5f5;
}

#exam .exam-left .midd::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ddd;
}

#exam .exam-left .midd .sec {
  width: 160px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 10px 0;
  margin-bottom: 16px;
  overflow: hidden;
}

#exam .exam-left .midd .sec .text {
  width: 100%;
  font-size: 14px;
}

#exam .exam-left .midd .sec .nums {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
  user-select: none;
}

#exam .exam-left .midd .sec .nums a {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  line-height: 22px;
  line-height: 28px\9;
  line-height: 28px\0;
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
  white-space: nowrap;
}

#exam .exam-left .midd .sec .nums a:nth-child(5n) {
  margin-right: 0;
}

#exam .exam-left .midd .sec .nums a:hover {
  background-color: #f5faff;
}

#exam .exam-left .midd .sec .nums a.active {
  background-color: #0067db;
  border-color: #0067db;
  color: #fff;
}

#exam .exam-left .midd .sec .nums a.blue {
  background-color: #0067db;
  border-color: #0067db;
  color: #fff;
}

#exam .exam-left .midd .sec .nums a.red {
  background-color: #e90101;
  border-color: #e90101;
  color: #fff;
}

#exam .exam-left .midd .sec .nums a.opacity {
  opacity: 0.5;
}

#exam .exam-left .midd.has-two-btn {
  height: calc(100% - 130px);
}

#exam .exam-left .bot {
  width: 100%;
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 0 10px #eee;
}

#exam .exam-left .bot .item {
  width: 55px;
  height: 15px;
  overflow: hidden;
  margin: 4px 10px;
}

#exam .exam-left .bot .item i {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  margin-right: 8px;
}

#exam .exam-left .bot .item i.empty {
  border: 1px solid #e1e1e1;
}

#exam .exam-left .bot .item i.blue {
  background-color: #0067db;
}

#exam .exam-left .bot .item i.red {
  background-color: #e90101;
}

#exam .exam-left .bot .item span {
  font-size: 14px;
  line-height: 15px;
  line-height: 22px\9;
  line-height: 22px\0;
  height: 15px;
  color: #666;
  display: block;
  float: left;
}

#exam .exam-left .manage-btn {
  width: 100%;
  padding: 8px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px #eee;
}

#exam .exam-left .manage-btn .btn {
  display: inline-block;
  width: 60px;
  height: 26px;
  border-radius: 3px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}

#exam .exam-left .manage-btn .btn.btn-blue {
  background-color: #0067db;
}

#exam .exam-left .manage-btn .btn.btn-red {
  background-color: #e90101;
}

#exam .exam-left .manage-btn .btn.btn-gray {
  background-color: #bbb;
}

#exam .exam-left .del-correct {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-top: 1px solid #eee;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #e90101;
  cursor: pointer;
}

#exam .exam-main {
  width: calc(100% - 460px);
  height: calc(100% - 50px);
  margin: 0 auto;
}

#exam .exam-main .section {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #eee;
}

#exam .exam-main .section .sec-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  line-height: 60px\9;
  line-height: 60px\0;
  background-color: #f7f7f7;
  font-size: 20px;
  color: #666;
  padding: 0 30px;
}

#exam .exam-main .section .sec-main {
  width: 100%;
  padding: 0 30px;
}

#exam .exam-main .section .sec-main > .item {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

#exam .exam-main .section .sec-main > .item .title {
  width: 100%;
  font-size: 16px;
}

#exam .exam-main .section .sec-main > .item .textarea {
  width: 100%;
  height: 190px;
  margin-top: 25px;
  padding: 0 20px;
}

#exam .exam-main .section .sec-main > .item .textarea textarea {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 0;
  resize: none;
}

#exam .exam-main .section .sec-main > .item:last-child {
  border-bottom: none;
}

#exam .exam-main .section .sec-main > .item .delete {
  width: 16px;
  height: 17px;
  display: block;
  background-image: url(../images/24.png);
  transition: all 0.3s;
  position: absolute;
  top: 30px;
  right: 0;
}

#exam .exam-main .section .sec-main > .item .delete:hover {
  background-image: url(../images/25.png);
}

#exam .exam-main .answer {
  width: 100%;
  padding: 8px 20px 20px;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  position: relative;
}

#exam .exam-main .answer .line {
  width: 100%;
  overflow: hidden;
  margin-top: 8px;
}

#exam .exam-main .answer .line p {
  display: inline-block;
  float: left;
  font-size: 14px;
}

#exam .exam-main .answer .desc {
  width: 100%;
  overflow: hidden;
  margin-top: 8px;
  color: #999;
}

#exam .exam-main .answer .desc p {
  display: inline-block;
  float: left;
  font-size: 14px;
}

#exam .exam-main .answer .state {
  width: 50px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}

#exam .exam-main .answer .state.no {
  background-color: #e90101;
}

#exam .exam-main .answer .state.yes {
  background-color: #0067db;
}

#exam .exam-main .cate-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  line-height: 60px\9;
  line-height: 60px\0;
  background-color: #f7f7f7;
  font-size: 20px;
  color: #666;
  padding: 0 30px;
}

#exam .exam-main .review-main {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  height: calc(100% - 70px);
}

#exam .exam-main .review-main > .left {
  width: calc(50% - 10px);
  height: 100%;
  float: left;
  background-color: #fff;
  padding: 30px;
  position: relative;
}

#exam .exam-main .review-main > .left .title {
  font-size: 16px;
}

#exam .exam-main .review-main > .left .delete {
  width: 16px;
  height: 17px;
  display: block;
  background-image: url(../images/24.png);
  transition: all 0.3s;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#exam .exam-main .review-main > .left .delete:hover {
  background-image: url(../images/25.png);
}

#exam .exam-main .review-main > .right {
  width: calc(50% - 10px);
  height: 100%;
  float: right;
  background-color: #fff;
  padding: 18px 30px;
}

#exam .exam-main .powerd {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

#exam .exam-main .powerd a {
  color: #666;
}

#exam .exam-main.fontsize-1 .section .sec-main > .item .title {
  font-size: 16px;
}

#exam .exam-main.fontsize-1 .section .sec-main > .item .group .item label span {
  font-size: 14px;
}

#exam .exam-main.fontsize-1 .section .sec-main > .item .textarea textarea {
  font-size: 14px;
}

#exam .exam-main.fontsize-2 .section .sec-main > .item .title {
  font-size: 18px;
}

#exam .exam-main.fontsize-2 .section .sec-main > .item .group .item label span {
  font-size: 16px;
}

#exam .exam-main.fontsize-2 .section .sec-main > .item .textarea textarea {
  font-size: 16px;
}

#exam .exam-main.fontsize-3 .section .sec-main > .item .title {
  font-size: 20px;
}

#exam .exam-main.fontsize-3 .section .sec-main > .item .group .item label span {
  font-size: 18px;
}

#exam .exam-main.fontsize-3 .section .sec-main > .item .textarea textarea {
  font-size: 18px;
}

#exam .exam-right {
  width: 200px;
  height: calc(100% - 130px);
  position: fixed;
  top: 100px;
  right: 60px;
}

#exam .exam-right .exam-ing {
  width: 100%;
  background-color: #fff;
  padding: 10px 25px;
  text-align: center;
}

#exam .exam-right .exam-ing .item {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 0 20px;
}

#exam .exam-right .exam-ing .item .time {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  color: #e90101;
}

#exam .exam-right .exam-ing .item .num {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  color: #999;
}

#exam .exam-right .exam-ing .item .font {
  padding: 0 16px;
  position: relative;
}

#exam .exam-right .exam-ing .item .font span {
  display: block;
  width: 30px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 2px;
  color: #fff;
  user-select: none;
  pointer-events: none;
}

#exam .exam-right .exam-ing .item .font span.small {
  left: 16px;
}

#exam .exam-right .exam-ing .item .font span.middle {
  left: 50%;
  margin-left: -15px;
}

#exam .exam-right .exam-ing .item .font span.big {
  right: 16px;
}

#exam .exam-right .exam-ing .item .text {
  font-size: 14px;
  color: #666;
  line-height: 14px;
  margin-top: 10px;
}

#exam .exam-right .exam-ing .item .tops {
  font-size: 24px;
}

#exam .exam-right .exam-ing .item .select {
  width: 100%;
  position: relative;
}

#exam .exam-right .exam-ing .item .select .s-top {
  width: 100%;
  text-align: center;
  height: 20px;
  cursor: pointer;
}

#exam .exam-right .exam-ing .item .select .s-top span {
  font-size: 16px;
}

#exam .exam-right .exam-ing .item .select .s-top i {
  display: inline-block;
  width: 13px;
  height: 8px;
  background-image: url(../images/23.png);
  margin-left: 8px;
}

#exam .exam-right .exam-ing .item .select .s-bot {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 2;
  position: absolute;
  top: 24px;
  left: 0;
  padding: 4px 0;
  border-radius: 8px;
  display: none;
}

#exam .exam-right .exam-ing .item .select .s-bot a {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s;
}

#exam .exam-right .exam-ing .item .select .s-bot a:hover, #exam .exam-right .exam-ing .item .select .s-bot a.active {
  background-color: #0067db;
  color: #fff;
}

#exam .exam-right .exam-ing .item:last-child {
  border-bottom: none;
}

#exam .exam-right .sub-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  line-height: 60px\9;
  line-height: 60px\0;
  font-size: 18px;
  color: #fff;
  background-color: #3a3e51;
  text-align: center;
}

#exam .exam-right .sub-btn.active {
  cursor: pointer;
  background-color: #0067db;
}

#exam .exam-right .review-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  line-height: 60px\9;
  line-height: 60px\0;
  font-size: 18px;
  color: #fff;
  background-color: #009069;
  text-align: center;
}

#exam .exam-right .prev-next {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 70px;
}

#exam .exam-right .prev-next a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  margin-top: 1px;
}

#exam .exam-right .prev-next a.disabled {
  color: #bbb;
}

#download {
  width: 100%;
  height: 100vh;
}

#download .download-img {
  max-width: 100vw;
  max-height: 100vh;
  text-align: center;
}

#download .download-img img {
  max-width: 100vw;
  max-height: 100vh;
}

#download .bot-shadow {
  width: 100%;
  height: 160px;
  background: -moz-linear-gradient(bottom, white, transparent);
  background: -ms-linear-gradient(bottom, white, transparent);
  background: -webkit-linear-gradient(bottom, white, transparent);
  background: linear-gradient(bottom, white, transparent);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#download .bot-shadow .down-btn {
  width: 120px;
  height: 40px;
  background-color: #0067db;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -60px;
}

.open-confirm {
  width: 490px;
  height: 280px;
  background-color: #fff;
  padding: 40px;
}

.open-confirm .text1 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.open-confirm .text2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-top: 10px;
}

.open-confirm .btns {
  width: 100%;
  height: 40px;
  width: 290px;
  margin: 50px auto 0;
  overflow: hidden;
}

.open-confirm .btns a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  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: 100px;
  width: 1em;
  height: 1em;
  position: relative;
  background-color: #0067db;
  margin: 20px 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: 50px;
  height: 32px;
  background-image: url(../images/35.png);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -25px;
  transition: all 0.3s;
}

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

.open-confirm .circle-bar .mask i.no {
  display: none;
  width: 44px;
  height: 44px;
  background-image: url(../images/36.png);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  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: 14px;
  color: #999;
  text-align: center;
  margin-top: 40px;
}

.open-cert {
  width: 520px;
  background-color: #fff;
  text-align: center;
  padding: 35px;
}

.open-cert .title {
  font-size: 24px;
}

.open-cert .desc {
  font-size: 16px;
  margin-top: 10px;
  color: #999;
}

.open-cert .img {
  width: 287px;
  height: 216px;
  margin: 10px auto 0;
}

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

.open-cert .btns {
  width: 290px;
  height: 40px;
  overflow: hidden;
  margin: 30px auto 0;
}

.open-cert .btns a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

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

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

#score {
  width: 100%;
  background-image: url(../images/41.png);
  background-size: cover;
  position: relative;
}

#score .main {
  width: 760px;
  height: 588px;
  background-color: #fff;
  border-top: 1px solid #fff;
  margin: 120px auto;
  padding: 0 30px 30px;
}

#score .main .head {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: -45px auto 0;
}

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

#score .main .name {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}

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

#score .main .items .item {
  width: 340px;
  height: 110px;
  background-color: #f6f6f6;
  text-align: center;
  padding: 20px;
}

#score .main .items .item .top {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #0067db;
}

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

#score .main .items .item .top .small {
  font-size: 16px;
}

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

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

#score .main .order .title {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

#score .main .order table {
  width: 100%;
  border: none;
  margin-top: 18px;
}

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

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

#score .btns {
  width: 160px;
  height: 588px;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#score .btns a {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

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

@media screen and (max-width: 1920px) {
  #list ul.list .item {
    width: calc(25% - 30px);
  }
  #list ul.cert-list .item {
    width: calc(25% - 30px);
  }
}

@media screen and (max-width: 1600px) {
  #list ul.list .item {
    width: calc(33.33% - 30px);
  }
  #list ul.cert-list .item {
    width: calc(33.33% - 30px);
  }
}
