* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  color: #333;
  font-size: 14px;
  background: #fff;
}
.contain {
  margin: 15px auto 30px;
}
table{
  border-spacing: 0;
}
.top-wrap {
  height: 80px;
  opacity: 1;
  background: #ffcc00;
  /* box-shadow: 0px 3px 38px 0px rgba(245, 245, 245, 0.49); */
  color: #2d2d2d;
  font-size: 14px;
  position: relative;
  z-index: 10;
}
.mr30{
	margin-right:30px;
}

.top-wrap .mid ul li > a {
  margin-right: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.top-wrap .mid a.on {
  color: #ff0000;
}
.top-wrap .mid .nav {
 
}
.nav li:hover .pro-box {
  display: block !important;
}
.nav li:hover > a {
  color: #ff0000;
}
.top-wrap .top {
  height: 80px;
}
.top-wrap .top img {
  margin-right: 25px;
}
.top-wrap .user-name {
  position: relative;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.top-wrap .user-name .sub {
  position: absolute;
  width: 120px;
  top: 30px;
  left: 50%;
  margin-left: -60px;
  background: #fff;
  text-align: center;
  display: none;
}
.top-wrap .user-name .sub a,
.top-wrap .user-name .sub span {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  width: 100%;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.top-wrap .user-name .sub a:hover,
.top-wrap .user-name .sub span:hover {
  color: #0c41ed;
}
.top-wrap .user-name:hover .sub {
  display: block;
}

.nav {
  float: left;
}

.nav>li {
  float: left;
  position: relative;
}

.nav .v1 {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 50px;
  border-top: 2px solid transparent;
  padding: 0 13px 6px;
  font-weight: 500;
  position: relative;
  height: 50px;
  font-weight: bold;
}
/* ç¬¬ä¸‰ä¸ªèœå•å˜çº¢è‰² */
.nav li:nth-child(3) .v1 {
  color: #1e3190;
}

.nav .v1:after {
  content: ' ';
  height: 3px;
  background-color: #1e3190;
  position: absolute;
  /* margin-top: 0; */
  bottom: -6px;
  width: 100%;
  left: 0;
  display: none;
}

.nav .v1:hover::before {
  content: '';
  height: 3px;
  background-color: #1e3190;
  position: absolute;
  /* margin-top: 0px; */
  bottom: -6px;
  width: 100%;
  left: 0;
}

.nav li:nth-child(6) .v1::before {
  border-width: 0;
}

.nav li.on .v1,
.nav li:hover .v1 {
  color: #1e3190;
}

/* .nav li:hover .v1 {
	background-color: #fff
} */

.nav li.on .v1:after {
  display: block;
}

.nav .v1 .iconfont {
  font-size: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}

.header.small .nav dl {
  top: 80%;
}
.nav dl {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 100%;
  line-height: 61px;
  transform:translateX(-63%);
  z-index: 10;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.18);
  display: none;
  text-align: center;
  opacity: 0.95;
}

.nav li:last-child dl {
  right: 0;
}

.nav .v2 {
  display: block;
  font-size: 14px;
  color: #202020;
  line-height: 40px;
  padding: 0 19px;
  position: relative;
}

.nav .v2:hover {
  color: #ff1616;
}

.nav .v2:last-child {
  background-image: none;
}
.nv-tab li {
  position: relative!important;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 19px 0;
}
.nv-tab li a {
  color: #333;
}
.nv-tab .t1 {
  display: block;
  font-size: 17px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  padding: 0 15px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.nv-tab .ico {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin-right: 2px;
}
.nv-tab .ico img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.nv-tab .i-on {
  opacity: 0;
}
.nv-tab li.okk .t1,
.nv-tab li:hover .t1 {
  background-color:#ffcc00;
  color: #fff;
}
.nv-tab li.okk .i-on,
.nv-tab li:hover .i-on {
  opacity: 1;
}
.nv-tab li.okk .i-ok,
.nv-tab li:hover .i-ok {
  opacity: 0;
}
.nv-tab li.okk .icon2 {
  display: block;
}
.nv-tab li.okk .icon1 {
  display: none;
}
.nv-tab li .icon1 {
  display: block;
}
.nv-tab li .icon2 {
  display: none;
}
.TAB2 .icon {
  width: 25px;
  height: auto;
  margin-right: 10px !important;
}
.TAB2 li > a {
  display: flex;
  align-items: center;
}
.childs {
  padding: 45px 0;
}
.lang {
  padding-top: 15px;
  margin-left: 15px;
  /* background: url(../images/lang2.png) right 23px no-repeat */
}

.nav li .car {
  position: relative;
}

.nav li .car a {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 50px;
  margin-left: 20px;
  background: url(../images/wendang1.png) right no-repeat;
  background-size: 100%;
}

.nav li em {
  position: absolute;
  top: -5px;
  background-color: #ba3737;
  color: #fff;
  border-radius: 50%;
  padding: 0 5px;
  right: -5px;
  font-size: 10px;
}

.avatar {
  width: 75px;
  height: 75px;
}
.nav {
  display: flex;
  align-items: center;
}
.nav > li {

  height: 80px;
  /* line-height: 80px; */
  text-align: center;
}
.nav > li > a {
	width:100%;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav li:nth-child(1) {
  position: static;
}

.header.small .nav li .pro-box {
  top: 100%;
}

.nav li .pro-box {
  background: url(../images/logoback_03.png) right 105% no-repeat;
  position: absolute;
  left: 0;
  top: 79px;
  width: 100%;
  height: 80px;
  border-top: 1px solid #ddd;
  /* padding: 0 0 20px; */
  /* overflow-y: auto; */
  display: none; 
  background-color: rgba(255, 255, 255, 0.95);
  /* 相对于 .top 定位 */
  position: fixed;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 1000;
}
.tab-nv {
  top: 78px;
  z-index: 10000000000;
  position: absolute;
  padding-top: 7px;
  left: 46%;
  transform: translateX(-50%);
  display: none;
  width: 230px;
  background: #fff;
  /* min-width: 1100px; */
  box-shadow: 0px 10px 68px 0px rgba(204, 231, 243, 0.58);
}
/*.nav li .pro-box .item:nth-child(1),.nav li .pro-box .item:nth-child(5),
.nav li .pro-box .item:nth-child(9){
	border: 0;
	padding-left: 0
}*/

.nav li:hover dl {
  display: block;
}
.nav li:last-child dl {

  right: 0;
}
.nav li .pro-box .item {
  /* width: 25%; */
  padding: 0 20px;
  /* float: left; */
  height: 45px;
  line-height: 45px;
  /* height: 200px; */
  border-bottom: 1px solid #f4f4f4;
  /* padding-left: 30px; */
  /* padding-right: 30px; */
}
.TAB2 li {
}
.TAB2 li:hover .tab-nv,
.TAB2 li.okk .tab-nv {
  display: block;
}

.nav li .pro-box .item h3 {
  font-weight: 400;
  /* margin-bottom: 5px; */
  /* padding-left: 14px; */
  position: relative;
}
.nav li .pro-box .item h3 a {
  font-size: 16px;
}
.nav li .pro-box .item h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* width: 5px; */
  background-color: #1e3190;
  height: 100%;
  border-radius: 15px;
}

.nav li .pro-box .item .cla {
  /* height: 320px; */
  margin-bottom: 15px;
  padding-left: 14px;
  line-height: 2;
}
.nav li .pro-box .item .cla a {
  color: #333;
}

.nav li .pro-box .item .cla .more {
  color: #1e3190;
  font-weight: bold;
}

.nav li .pro-box .item a {
  display: block;
  font-size: 14px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  padding-left: 10px;
}

.nav li .pro-box .item a:hover {
  color:#ff1616;
}
.avatar {
  width: 75px;
  height: 75px;
}
#home {
  background: #fff;
}
#home .pro-list {
  margin: 0 auto 30px;
}
#home .pro-list .pro-item {
  margin-top: 30px;
  justify-content: space-between;
}
#home .pro-list .pro-item li {
  width: 570px;
  height: 170px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 68px 0px rgba(204, 231, 243, 0.58);
}
#home .pro-list .pro-item li img {
  width: 300px;
  height: 170px;
}
#home .pro-list .pro-item li div {
  flex-direction: column;
  font-size: 16px;
  color: #333;
}
#home .pro-list .pro-item li div .iconfont {
  font-size: 50px;
  margin-bottom: 15px;
  color: #ff9900;
}
.com-title {
  width: 100%;
  height: 40px;
  opacity: 1;
  background: #ebebeb;
  line-height: 40px;
  padding-left: 22px;
  box-sizing: border-box;
  margin-bottom: 28px;
}
.com-nav {
  width: 100%;
  height: 46px;
  line-height: 46px;
  margin-bottom: 46px;
  background: #ebebeb;
  padding-left: 23px;
  box-sizing: border-box;
}
.com-nav li {
  margin-right: 62px;
}
.com-nav li:hover,
.com-nav li.on {
  color: #cc3333;
}
.userLeft {
  width: 231px;
  height: 606px;
  background: #ffffff;
  box-shadow: 0px 0px 57px 0px rgba(213, 213, 213, 0.24);
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  margin-right: 38px;
}
.userLeft .tit {
  width: 231px;
  height: 71px;
  background: #212121;
  text-align: center;
  line-height: 71px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.userLeft ul {
  padding-top: 28px;
}
.userLeft ul li span {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 70px;
  box-sizing: border-box;
}
.userLeft ul li span::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 1px;
  background: #333;
  margin-right: 22px;
  vertical-align: middle;
}
.userLeft ul li:hover span,
.userLeft ul li.on span {
  color: #ff9900;
}
.userLeft ul li:hover span::before,
.userLeft ul li.on span::before {
  background: #ff9900;
}
.userLeft ul li .sub i {
  display: block;
  width: 100%;
  padding-left: 107px;
  box-sizing: border-box;
  color: #666;
  line-height: 26px;
}
.userLeft ul li .sub i:hover,
.userLeft ul li .sub i.on {
  color: #ff9900;
}
.user-bottom .right .name {
  margin: 0 0 20px 30px;
}
.card {
  background: url('../images/user-bg.jpg') center center / cover no-repeat;
  width: 361px;
  height: 151px;
  padding: 0 18px;
  box-sizing: border-box;
}
.card img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}
.card .info {
  line-height: 28px;
}
.contain-user {
  margin: 50px auto 20px;
}
.contain-user .bottom .right .name {
  margin: 0 0 20px 30px;
}
.contain-user .bottom .right .wrap {
  justify-content: space-between;
  padding-right: 73px;
}
.contain-user .bottom .right .wrap .item {
  flex: 1;
  text-align: center;
}
.contain-user .bottom .right .wrap .item p {
  margin-top: 16px;
}
.contain-user .bottom .right .wrap .item span {
  display: block;
  width: 68px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  border-radius: 10px;
  margin: 0 auto;
}
.contain-user .bottom .right .wrap .item span i {
  font-size: 30px;
  color: #fff;
}

.contain-user .bottom .right .wrap .item .icon-quanchangbaoyou {
  font-size: 46px !important;
}
.contain-user .bottom .right .wrap .item .icon-30tianhuan {
  font-size: 40px !important;
}
.contain-user .bottom .right .wrap .item .icon-huodaofukuan {
  font-size: 46px !important;
}

.contain-user .bottom .right .wrap .item:nth-child(1) span {
  background: #D5B089;
}
.contain-user .bottom .right .wrap .item:nth-child(2) span {
  background: #89AFD5;
}
.contain-user .bottom .right .wrap .item:nth-child(3) span {
  background: #A29EC7;
}
.contain-user .bottom .right .wrap .item:nth-child(4) span {
  background: #BFBFBF;
}
.contain-user .bottom ul {
  margin-bottom: 34px;
  padding-left: 24px;
}
.contain-user .bottom ul li {
  height: 56px;
  margin-right: 52px;
}
.contain-user .bottom ul li .iconfont {
  font-size: 42px;
  color: #000;
  margin-right: 15px;
}
.contain-user .bottom ul li .icon-quanbudingdan,
.contain-user .bottom ul li .icon-daishouhuo {
  font-size: 40px;
}
.contain-user .bottom ul li .num {
  margin-top: 5px;
}
.contain-user .bottom ul li span,
.contain-user .bottom ul li i {
  display: block;
  text-align: center;
}
.my-info .com-tit {
  background: #fff;
}
.my-info .form {
  background: #fff;
  height: 447px;
  padding-top: 36px;
  padding-left: 46px;
  box-sizing: border-box;
}
.my-info .form .el-input {
  width: 360px;
}
.my-info .avatar-uploader {
  width: 85px;
  height: 85px;
  border: 1px solid #e5e5e5;
  line-height: 85px;
  text-align: center;
}
.my-info .avatar-uploader img {
  vertical-align: middle;
}
.my-info .avatar-uploader .el-icon-plus {
  font-size: 30px;
}
.my-info .btn {
  width: 80px;
  height: 35px;
  background: #ffb500;
  text-align: center;
  line-height: 35px;
  color: #fff;
}
.order-list {
  min-height: 550px;
}
.order-list .list .wrap-li {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 57px 0px rgba(213, 213, 213, 0.24);
  margin-bottom: 32px;
  padding-bottom: 22px;
}
.order-list .list .wrap-li .tit {
  height: 46px;
  line-height: 46px;
  color: #636465;
  font-size: 12px;
  padding: 0 20px;
  background: #ebebeb;
  justify-content: space-between;
}
.order-list .list .items li {
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F8F8F8;
  margin-bottom: 20px;
}
.order-list .list .items li img {
  width: 125px;
  height: 114px;
  border: 1px solid #f8f8f8;
}
.order-list .list .items li:first-of-type {
  font-size: 16px;
  line-height: 24px;
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.order-list .list .items li:first-of-type {
  border-bottom: none !important;
}
.order-list .list .items .pb20 {
  padding-bottom: 20px;
}
.order-list .list .items .border-bottom {
  border-bottom: 1px dashed #f8f8f8;
}
.order-list .operate {
  justify-content: flex-end;
  padding-right: 30px;
}
.order-list .operate .btn {
  width: 76px;
  height: 23px;
  opacity: 1;
  background: #ff9900;
  border-radius: 4px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  margin-left: 10px;
}
.test-result .test-result-list {
  justify-content: space-between;
}
.test-result .test-result-list li {
  width: calc(50% - 22px);
  height: 190px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px -4px 24px 0px rgba(199, 199, 199, 0.27);
  margin-bottom: 32px;
}
.test-result .test-result-list li h3 {
  height: 42px;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 16px 0 12px;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
}
.test-result .test-result-list li div {
  line-height: 34px;
  padding: 0 12px;
}
.my-score .score-info {
  margin-bottom: 70px;
}
.my-score .left {
  width: 315px;
  padding-left: 24px;
}
.my-score .left .num {
  font-weight: bold;
  font-size: 57px;
  color: #212121;
}
.my-score .left .btn {
  width: 136px;
  height: 29px;
  opacity: 1;
  border: 1px solid #ff9900;
  border-radius: 11px;
  text-align: center;
  line-height: 29px;
  color: #ff9900;
  margin: 15px 0 30px;
}
.my-score .right {
  max-width: 606px;
  color: #222;
  line-height: 20px;
}
.score-banner {
  width: 100%;
  height: 659px;
  background: url('../images/score-banner.png') center bottom / cover no-repeat;
}
.score-exchange {
  margin-top: 43px;
  min-height: 800px !important;
}
.score-exchange .list {
  justify-content: space-between;
  align-content: flex-start;
}
.score-exchange .list li {
  width: 576px;
  height: 207px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px -4px 24px 0px rgba(199, 199, 199, 0.27);
  padding: 0 55px 0 36px;
  margin-bottom: 35px;
  box-sizing: border-box;
}
.score-exchange .list .img {
  width: 153px;
  height: 153px;
  text-align: center;
  overflow: hidden;
  line-height: 153px;
  margin-right: 46px;
}
.score-exchange .list .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.score-exchange .list .info {
  max-width: 285px ;
}
.score-exchange .list .info h3 {
  font-size: 18px;
}
.score-exchange .list .info .dec {
  color: #666;
  overflow: hidden;
  line-height: 22px;
  max-height: 44px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0;
}
.score-exchange .list .info .btn {
  display: inline-block;
  width: 85px;
  height: 30px;
  opacity: 1;
  background: #ff4139;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 20px;
}
.left-bg {
  background: url('../images/score-left.png') center center / contain no-repeat;
  width: 292px;
  height: 595px;
  position: absolute;
  left: 0;
  top: 1034px;
}
.right-bg {
  background: url('../images/score-right.png') center center / contain no-repeat;
  width: 261px;
  height: 744px;
  position: absolute;
  right: 0;
  top: 1599px;
}
.pay {
  overflow: hidden;
}
.pay .item {
  width: 590px;
}
.pay .name {
  color: #000;
}
.pay .el-radio-group {
  margin-top: 25px;
  width: 100%;
}
.pay .btn {
  width: 289px;
  height: 46px;
  background: #212121;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}
.pay.order-pay .btn {
  width: 198px;
  height: 67px;
  line-height: 67px;
  float: right;
}
.pay .el-radio {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  line-height: 30px;
}
.pay .el-radio__label {
  color: #dad9d8;
}
.pay .el-radio__inner {
  margin-right: 20px;
}
.pay .iconfont {
  font-size: 34px;
}
.pay .icon-wxpay {
  color: #00c800;
  margin-right: 20px;
}
.pay .icon-zhifubao {
  color: #00a0e8;
  margin-right: 20px;
}
.pay .icon-yinhangka {
  color: #ff9e3d;
  margin-right: 20px;
}
.pay .icon-xuanzhong1 {
  font-size: 30px;
}
#qrcode {
  width: 200px;
  height: 200px;
  margin: 40px auto 0;
}
#qrcode img {
  width: 200px;
  height: 200px;
}
.pay-dialog .el-dialog__header {
  padding: 0;
  border-bottom: none;
}
.pay-dialog .number {
  margin: 15px 0 40px;
  height: 54px;
  background: #eff2f6;
  padding: 0 25px 0 20px;
  color: #666;
  font-size: 16px;
}
.pay-dialog .icon-wxpay {
  font-size: 40px;
  color: #00c800;
  margin-right: 15px;
  vertical-align: middle;
}
.pay-dialog .btm {
  width: 200px;
  height: 64px;
  background: #445f85;
  padding: 0 20px;
  font-size: 12px;
  color: #fff;
  margin: 12px auto;
}
.pay-dialog .btm div {
  max-width: 100px;
  line-height: 22px;
}
.pay-dialog .btm .icon-icon_saoma {
  font-size: 34px;
  margin-right: 15px;
}
.pay-info {
  width: 1180px;
  height: 140px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  margin: 0 auto;
  color: #666666;
  font-size: 16px;
  padding: 0 70px 0 20px;
}
.pay-info .left {
  line-height: 46px;
}
.pay-info .left .icon-xuanzhong1 {
  color: #0060FF;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.pay-info .left p:last-of-type {
  padding-left: 30px;
}
.pay-info .price {
  color: #e5371b;
  font-weight: bold;
  font-size: 20px;
}
.pay-tit {
  margin: 20px auto 38px;
  height: 62px;
  border-bottom: 2px solid #333;
}
.pay-tit .iconfont {
  font-size: 30px;
  vertical-align: middle;
}
.pay-tit ul {
  width: 594px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.pay-tit ul li {
  height: 33px;
  line-height: 33px;
  position: relative;
  background: #E5E5E5;
  color: #333;
}
.pay-tit ul li:first-of-type::after,
.pay-tit ul li:nth-of-type(2)::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: -15px;
  top: 3px;
  transform: rotate(45deg);
  z-index: 100;
  background: #E5E5E5;
}
.pay-tit ul li.on,
.pay-tit ul li.on:after {
  background: #ff9900;
  color: #fff;
}
.order-info {
  overflow: hidden;
  border: 1px solid #EEEEEE;
  border-top: none;
  margin: -38px auto 0;
}
.order-info .w540 {
  width: 540px;
}
.order-info .items li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.order-info .items li .tit {
  font-size: 16px;
  line-height: 22px;
}
.order-info .items li img {
  width: 125px;
  height: 114px;
  margin-right: 16px;
  margin-left: 40px;
}
.order-info .items li:first-of-type {
  height: 46px;
  background: #f7f7f7;
  line-height: 46px;
  border-bottom: none;
  padding-bottom: 0;
}
.order-info .items li:first-of-type div {
  font-size: 14px;
}
.order-info .items li:last-of-type {
  border-bottom: none;
}
.order-info.cart .items li:last-of-type {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.order-info .title {
  height: 46px;
  background: #f7f7f7;
  padding: 0 22px 0 7px;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.order-info .address-radio .el-radio,
.order-info .address-radio .el-radio__label {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.order-info .address-radio .el-radio__label {
  flex: 1;
}
.order-info .address-radio .el-radio {
  width: 1198px;
  height: 41px;
  padding-left: 105px;
  padding-right: 10px;
  box-sizing: border-box;
}
.order-info .address-radio .el-radio.is-checked {
  background: #dbe3fc;
  border: 1px solid #ff9900;
  vertical-align: middle;
  border-radius: 5px;
}
.order-info .address-radio .el-radio__input.is-checked + .el-radio__label {
  color: #333;
}
.order-info .icon-ditu {
  color: #ff9900;
  font-size: 30px;
}
.order-info .el-radio-group {
  position: relative;
  margin: 0 0 10px;
}
.order-info .poa {
  position: absolute;
  left: 0;
  top: 0;
  height: 43px;
  z-index: 100;
  line-height: 43px;
  color: #ff9900;
  font-size: 18px !important;
}
.order-info .add {
  margin-left: 105px;
  margin-bottom: 50px;
}
.order-info .end {
  justify-content: flex-end;
  margin-bottom: 58px;
  padding-right: 42px;
}
.order-info .bottom-info {
  overflow: hidden;
  text-align: right;
  line-height: 39px;
  padding-right: 42px;
}
.order-info-btn {
  width: 198px;
  height: 67px;
  background: #2b2b2b;
  text-align: center;
  line-height: 67px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.address .tit {
  color: #999999;
  font-size: 12px;
  margin-bottom: 22px;
}
.address .tit .btn {
  width: 102px;
  height: 29px;
  background: #fbf1c8;
  border-radius: 4px;
  text-align: center;
  line-height: 29px;
  font-size: 14px;
  color: #ff9900;
  margin-right: 10px;
}
.address ul {
  justify-content: space-between;
}
.address li {
  width: calc(50% - 15px);
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  padding: 20px 10px;
  position: relative;
}
.address li div .w80,
.address li div .w100 {
  text-align: right;
  color: #999;
  display: inline-block;
}
.address li div .w100 {
  width: 100px;
}
.address li .def {
  width: 68px;
  height: 26px;
  background: #ffb100;
  color: #fff;
  text-align: center;
  line-height: 26px;
  display: block;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.address .el-form .btn {
  width: 57px;
  height: 21px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 5px;
  text-align: center;
  line-height: 21px;
  display: inline-block;
}
.test-currency-num {
  color: #666666;
  margin-bottom: 30px;
}
.test-currency-num .w307 {
  min-width: 307px;
}
.test-currency-num .num {
  color: #ff9900;
  font-size: 45px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}
.test-currency-num .num::after {
  content: 'T-Coin';
  font-size: 18px;
  color: #212121;
  font-weight: normal;
  position: absolute;
  bottom: 12px;
  right: -60px;
}
.test-currency-num .btn {
  width: 136px;
  height: 29px;
  border: 1px solid #ff9900;
  border-radius: 11px;
  text-align: center;
  line-height: 29px;
  color: #ff9900;
  margin-top: 60px;
  margin-left: 86px;
}
.test-currency-tips {
  margin-bottom: 25px;
}
.test-currency-nav,
.my-score-nav {
  margin-bottom: 17px;
}
.recharge-list {
  margin: 0 -10px;
}
.recharge-list li {
  width: 216px;
  height: 97px;
  opacity: 1;
  background: #f6f6f6;
  border-radius: 10px;
  font-size: 18px;
  margin: 0 10px 20px;
  flex-direction: column;
  cursor: pointer;
}
.recharge-list li p {
  color: #ff9900;
  font-weight: bold;
  margin-bottom: 5px;
}
.recharge-list li span {
  color: #373737;
  font-size: 16px;
}
.recharge-list li:hover,
.recharge-list li.on {
  background: #ff9900;
  color: #fff;
}
.recharge-list li:hover p,
.recharge-list li.on p,
.recharge-list li:hover span,
.recharge-list li.on span {
  color: #fff;
}
.test-form {
  box-shadow: 0px 0px 40px 0px rgba(201, 201, 201, 0.3);
  margin: 40px auto 98px;
  padding-right: 46px;
  padding-left: 20px;
  padding-bottom: 65px;
  box-sizing: border-box;
  overflow: hidden;
}
.test-form .title {
  height: 86px;
  line-height: 86px;
  border-bottom: 1px solid #EEEEEE;
}
.test-form h3 {
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 26px;
}
.test-form h3 .iconfont {
  font-size: 22px;
  font-weight: normal;
}
.test-form .tips {
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 80px;
  padding-left: 15px;
}
.test-form .btn {
  background: #333;
  width: 210px;
  height: 58px;
  border-radius: 20px;
  float: right;
  border: none;
  font-size: 20px;
}
.test-form .avatar-uploader {
  width: 72px;
  height: 72px;
  background: #f4f4f4;
  border-radius: 10px;
  box-shadow: 0px 8px 18px 0px rgba(218, 218, 218, 0.42);
  text-align: center;
  box-sizing: border-box;
  padding-top: 15px;
  line-height: 25px !important;
  margin-right: 20px;
}
.test-form .avatar-uploader span {
  display: block;
  font-size: 20px;
}
.about-page {
  margin: 42px auto 98px;
}
.about-page .title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
.about-page ul {
  justify-content: space-between;
  margin-bottom: 38px;
}
.about-page ul li {
  width: calc(100%/3 - 15px);
  height: 273px;
  background: #fff;
  box-shadow: 0px 10px 68px 0px rgba(204, 231, 243, 0.58);
  text-align: center;
  font-size: 30px;
  box-sizing: border-box;
}
.about-page ul li .img {
  width: 100%;
  height: 161px;
  text-align: center;
  line-height: 161px;
}
.about-page ul li .img img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.about-page ul li .icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ff9900;
  margin: -52px auto 20px;
  position: relative;
  z-index: 100;
  text-align: center;
  line-height: 78px;
}
.about-page ul li .icon .iconfont {
  font-size: 48px;
  color: #fff;
}
.about-page .cont {
  line-height: 40px;
  font-size: 16px;
}
.about-page .contact-cont .left {
  width: 400px;
  background: url('../images/c-tit.jpg') left top / 89px 522px no-repeat;
  padding: 86px 0 66px 34px;
}
.about-page .contact-cont .info {
  width: 338px;
  height: 369px;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(19, 15, 14, 0.06);
  line-height: 42px;
  padding: 28px 20px 0;
  box-sizing: border-box;
}
.about-page .contact-cont .info h3 {
  font-size: 26px;
  font-weight: normal;
}
.about-page .contact-cont .info h3::after {
  content: "— —";
  display: block;
  color: #ff9900;
  margin-top: -5px;
}
.about-page .contact-cont .map {
  flex: 1;
  margin-left: 10px;
  height: 500px;
  overflow: hidden;
}
.about-page .contact-cont .map img {
  max-width: 100%;
}
.order-detail .com-tit {
  height: 40px;
  background: #ffffff;
  line-height: 40px;
  padding-left: 22px;
  margin-bottom: 32px;
}
.order-detail .section-info {
  padding-bottom: 15px;
  margin-bottom: 32px;
  background: #fff;
}
.order-detail .section-info p {
  line-height: 30px;
  padding-left: 24px;
}
.order-detail .section-info .tit {
  height: 38px;
  line-height: 38px !important;
  border-bottom: 1px solid #f7f7f7;
  padding-left: 24px;
  margin-bottom: 15px;
}
.order-detail .right {
  width: 920px;
}
.order-detail .product-detail h3 {
  height: 38px;
  line-height: 38px;
  background: #f9f9f9;
  padding-left: 24px;
}
.order-detail .product-detail .cont {
  border: 1px solid #eeeeee;
  background: #fff;
}
.order-detail .product-detail .items {
  padding-top: 20px;
  padding-right: 20px;
}
.order-detail .product-detail .items .img {
  width: 180px;
  height: 114px;
  text-align: center;
  line-height: 114px;
}
.order-detail .product-detail .items .img img {
  width: 125px;
  height: 114px;
  vertical-align: middle;
}
.order-detail .product-detail .items .btn p {
  width: 80px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin: 0 auto;
  background: #ff9900;
  color: #fff;
  border-radius: 4px;
}
.order-detail .product-detail .info {
  border-top: 1px solid #f9f9f9;
  text-align: right;
  line-height: 30px;
  padding-right: 40px;
  padding: 15px 40px 25px 0;
}
.detail-status {
  margin-bottom: 32px;
  justify-content: space-between;
}
.detail-status .left {
  width: 616px;
  height: 255px;
  border-radius: 4px;
  background: #fff;
  padding: 30px 30px 0 25px;
  box-sizing: border-box;
  box-shadow: 0px 0px 38px 0px rgba(0, 147, 187, 0.09);
}
.detail-status .left p {
  color: #A7A6A5;
  margin-bottom: 55px;
}
.detail-status .left .el-step__icon-inner {
  font-size: 24px;
}
.detail-status .left .el-step__title.is-finish,
.detail-status .left .el-step__description.is-finish {
  color: #323132;
}
.detail-status .left .el-step__head.is-finish {
  color: #ff9900;
}
.detail-status .right {
  width: 291px;
  height: 255px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 38px 0px rgba(0, 147, 187, 0.09);
}
.detail-status .right .number {
  color: #999999;
  margin-bottom: 40px;
  padding: 30px 0 0 20px;
}
.detail-status .right .tit {
  color: #212121;
  font-size: 24px;
  text-align: center;
}
.detail-status .right .tips {
  color: #999999;
  font-size: 14px;
  text-align: center;
  height: 60px;
  padding-bottom: 20px;
  line-height: 34px;
}
.detail-status .right .btn {
  width: 136px;
  height: 29px;
  opacity: 1;
  border: 1px solid #ff9900;
  border-radius: 11px;
  margin: 0 auto 10px;
  color: #ff9900;
  text-align: center;
  line-height: 29px;
}
.pro-content .pro-nav {
  height: 28px;
  background: #f7f7f7;
  margin: 10px 0 25px ;
}
.pro-content .pro-nav li {
  /* width: 80px; */
  padding: 0 10px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #666;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.pro-content .pro-nav li.on,
.pro-content .pro-nav li:hover {
  background: #009999;
  color: #fff;
}
.pro-content .pro-nav li.on::after,
.pro-content .pro-nav li:hover::after {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #009999;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
}
.pro-content .cont p {
  /* line-height: 36px; */
}
.pro-content .cont h3 {
  font-size: 16px;
  color: #ff9900;
  line-height: 30px;
  margin: 10px 0;
}
.pro-content .cont h3::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 17px;
  background: #ff9900;
  margin-right: 10px;
  vertical-align: middle;
}
.pro-content .table {
  width: 100%;
  border-spacing: 0;
  color: #666666;
}
.pro-content .table thead {
  height: 40px;
  background: #7d7d7d !important;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.pro-content .table thead th {
  font-weight: normal;
}

.pro-content .table td{
  padding: 10px 0;
}
.pro-content .table tbody tr:nth-child(2n+1) {
  background: #f7f7f7;
}
.pro-content .table tbody tr:nth-child(2n) {
  background: #f2f2f2;
}
.pro-content .table .btn {
  width: 103px;
  height: 34px;
  opacity: 1;
  background: #ff9900;
  border-radius: 10px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin: 0 auto;
}
.pro-content .table .el-input-number {
  line-height: 30px;
}
.pro-content .table .el-input__inner {
  height: 30px;
  line-height: 30px;
}
.pro-content .table .el-input-number.is-controls-right .el-input-number__decrease,
.pro-content .table .el-input-number.is-controls-right .el-input-number__increase {
  line-height: 12px;
}
.pro-content .table .el-input-number.is-controls-right .el-input__inner {
  padding-left: 5px;
  padding-right: 5px;
}
.pro-content .table .el-input__inner {
  padding: 0 5px;
}
.pro-content .table .el-input-number .el-input__inner {
  text-align: left;
}
.pro-content .table .el-input-number {
  width: 100px;
}
.pro-content tr td {
  padding: 0 5px;
}
.zixuan-process ul {
  margin: 0 -18px;
}
.zixuan-process li {
  width: 207px;
  margin: 0 18px 42px;
  color: #666;
  text-align: center;
  line-height: 26px;
  position: relative;
  cursor: pointer;
}
.zixuan-process li .img {
  width: 207px;
  height: 207px;
  line-height: 207px;
  border-radius: 10px;
  box-shadow: 0px 3px 54px 0px rgba(230, 230, 230, 0.49);
  overflow: hidden;
  text-align: center;
  margin-bottom: 5px;
}
.zixuan-process li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.zixuan-process li .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 207px;
  height: 207px;
  background: rgba(11, 11, 11, 0.24);
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  padding: 12px 0 0 10px;
  box-sizing: border-box;
  display: none;
}
.zixuan-process li .mark .iconfont {
  font-size: 24px;
}
.zixuan-process li.on .mark {
  display: block;
}
.zixuan-process .btm {
  text-align: right;
}
.zixuan-process .btm .el-button {
  width: 225px;
  height: 60px;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
}
.zixuan-dialog .el-dialog__header {
  border: none;
  padding: 0;
}
.zixuan-dialog .info {
  height: 107px;
  padding: 0 25px;
  margin-bottom: 40px;
}
.zixuan-dialog .info img {
  width: 107px;
  height: 107px;
  margin-right: 38px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 3px 54px 0px rgba(230, 230, 230, 0.49);
  overflow: hidden;
}
.zixuan-dialog .el-radio-group {
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
}
.zixuan-dialog .el-radio {
  height: 30px;
  margin-bottom: 20px;
  width: calc(50% - 40px);
  display: block;
}
.zixuan-commit {
  min-height: 500px;
  margin: 0 auto 98px;
}
.zixuan-commit .title {
  margin-top: 6px;
  height: 66px;
  line-height: 66px;
  color: #000;
  font-size: 18px;
}
.zixuan-commit .table {
  width: 100%;
  box-sizing: border-box;
  border-spacing: 0;
  border: 1px solid #f4f4f4;
  border-bottom: none;
}
.zixuan-commit .table thead {
  height: 50px;
  background: #f4f4f4;
  border-radius: 10px 10px 0px 0px;
}
.zixuan-commit .table thead th {
  border-right: 1px solid #eeeeee;
}
.zixuan-commit .table thead th:last-of-type {
  border: none;
}
.zixuan-commit .table tbody td {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 20px 10px;
}
.zixuan-commit .table tbody .iconfont {
  font-size: 24px;
}
.zixuan-commit .table .el-radio-group {
  padding: 30px 60px 0;
}
.zixuan-commit .table .el-radio-group .el-radio {
  height: 40px;
  display: block;
}
.zixuan-commit .btm {
  text-align: right;
  margin-top: 32px;
}
.zixuan-commit .btm .el-button {
  width: 181px;
  height: 48px;
  opacity: 1;
  color: #fff;
  border-radius: 4px;
}
.zixuan-commit .btm .btn1 {
  background: #ffd08a;
}
.zixuan-commit .btm .btn2 {
  background: #ff9900;
}
.account-info {
  margin: 10px 0;
}
.account-info li {
  line-height: 40px;
}
.el-dialog__header {
  border-bottom: 1px solid #f1f1f1;
}
.test-currency-dialog .el-dialog__body {
  padding: 30px 58px;
}
.dialog-footer {
  margin-top: 70px;
  text-align: center;
  display: block;
}
.dialog-footer .el-button--primary {
  background: #333333;
  border-color: #333333;
}
.change-mobile {
  padding: 20px 38px;
  margin-bottom: 20px;
}
.change-mobile .tit {
  color: #666666;
  font-size: 16px;
}
.change-mobile .cont {
  height: 600px;
  color: #666666;
  font-size: 18px;
}
.change-mobile .cont .iconshouji {
  color: #e6e6e6;
  font-size: 40px;
}
.change-mobile .cont .phone {
  margin: 22px 0 50px;
}
.change-mobile .cont .w358 {
  width: 358px;
}
.el-dialog {
  border-radius: 10px;
}
.dialog-mobile {
  color: #999;
  font-size: 14px;
}
.dialog-mobile .top {
  text-align: center;
  font-size: 18px;
}
.dialog-mobile .top .iconshouji {
  color: #e6e6e6;
  font-size: 40px;
}
.dialog-mobile .phone {
  font-size: 16px;
  margin: 15px 0 25px;
}
.dialog-mobile .bottom {
  width: 362px;
  margin: 0 auto;
}
.dialog-mobile .bottom .el-button {
  width: 148px;
  border-radius: 15px;
}
.dialog-mobile .bottom .jcsb {
  justify-content: space-between;
}
.dialog-mobile .tips {
  color: #666666;
  margin-bottom: 15px;
}
.dialog-mobile .save-btn {
  width: 296px;
  height: 47px;
  background: #0093bb;
  border-radius: 15px;
  margin: 45px auto 35px;
  text-align: center;
  line-height: 47px;
  color: #fff;
  font-size: 16px;
}
.dialog-mobile input {
  height: 47px;
  background: #f8f8f8;
  border-radius: 15px;
  color: #999999;
  font-size: 14px;
  line-height: 47px;
  border: none;
  outline: none;
  display: block;
  padding-left: 20px;
}
.dialog-mobile input.one {
  width: 362px;
  margin-bottom: 20px;
}
.dialog-mobile input.code {
  width: 196px;
}
.com-pro {
  padding-top: 56px;
  padding-bottom: 30px;
}
.com-pro .list {
  margin: 0 -12px;
}
.com-pro .list li {
  width: 380px;
  border-radius: 10px;
  margin: 0 12px 34px;
  position: relative;
}
.com-pro .list li .img {
  width: 380px;
  height: 148px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 54px 0px rgba(230, 230, 230, 0.8);
  /* box-shadow: 0px 10px 68px 0px rgb(204 231 243 / 58%); */
  text-align: center;
  background: #f7f7f7;
}
.com-pro .list li .img img {
  max-width: 100%;
}
.com-pro .list li p {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.footer {
  width: 100%;
  background: #2d2d2d;
  box-shadow: 0px 0px 40px 0px rgba(236, 236, 236, 0.29);
}
.footer .footer-wrap {
  height: 190px;
}
.footer ul {
  padding-top: 45px;
  width: 394px;
  justify-content: space-between;
  margin-right: 88px;
}
.footer ul li {
  width: 108px;
  height: 114px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}
.footer ul li .iconfont {
  font-size: 50px;
  margin-bottom: 8px;
}
.footer ul li:hover {
  color: #ffcc00;
}
.footer .ewm {
  text-align: center;
  color: #fff;
  margin-right: 100px;
  padding-top: 34px;
}
.footer .ewm img {
  width: 116px;
  height: 116px;
  display: block;
}
.footer .right {
  padding-top: 40px;
  color: #999;
  line-height: 20px;
}
.footer .right .phone {
  font-size: 12px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.footer .right .phone p{
  color: #ccc
}
.footer .right .phone .iconfont {
  font-size: 40px;
  margin-right: 10px;
  margin-top: 5px;
  color: #FFF;
}
.footer .right .phone h3 {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin-left: -5px;
  letter-spacing: 0;
  color: #FFF;

}
.footer .rsp {
  position: fixed;
  right: 0;
  bottom: 275px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .rsp div {
  width: 50px;
  height: 40px;
  line-height: 40px;
  background: #3c3c3c;
  color: #fff;
  border-radius: 20px 0 0 20px;
  padding-left: 20px;
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in;
  white-space: nowrap;
}
.footer .rsp div .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.footer .rsp div .num {
  position: absolute;
  left: 10px ;
  top: 4px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: #cc3333;
}
.footer .rsp div:hover {
  background:#ff9900;
  width: 112px;
}
.footer .rsp div .icon-youbianguding_huidaodingbu {
  font-size: 40px;
  margin-left: -10px;
  margin-right: 0;
}
.footer-tip {
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #353535;
}
#login {
  width: 100%;
  height: 100%;
  background: url('../images/logobg.gif') #fff center top / cover no-repeat;
}
#login .cont {
  height: 715px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1183px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 4px 3px 18px 0px rgba(53, 144, 169, 0.04);
  overflow: hidden;
}
#login .cont .left {
  width: 530px;
  height: 715px;
  background: url('../images/bg.jpg') center center / cover no-repeat;
  margin-right: 100px;
  border-radius: 0 20px 20px 0;
}
#login .cont .form {
  width: 450px;
  padding-top: 56px;
}
#login .cont .form .logo {
  display: block;
  margin: 0 auto 82px;
}
#login .cont .form ul {
  width: 398px;
  height: 67px;
  background: #efefef;
  border-radius: 34px;
  margin: 0 auto;
  padding: 0 5px;
}
#login .cont .form ul li {
  height: 55px;
  border-radius: 28px;
  color: #999999;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
  margin: 0 3px;
}
#login .cont .form ul li:hover,
#login .cont .form ul li.on {
  background: #ffffff;
  color: #0093bb;
}
#login .cont .form .f-section {
  height: 110px;
  font-size: 20px;
}
#login .cont .form .f-section .code {
  display: block;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#login .cont .form .f-section .iconfont {
  color: #0093bb;
  font-size: 30px;
  margin-right: 20px;
}
#login .cont .form .f-section input {
  border: none;
  outline: none;
  font-size: 18px;
}
#login .cont .form .f-section:first-of-type {
  border-bottom: 1px solid #dddddd;
}
#login .cont .form .btn {
  width: 429px;
  height: 60px;
  background: #0093bb;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  margin: 30px auto 0;
}
.total {
  text-align: right;
  color: #333;
  padding: 0 30px 0 0;
  margin-bottom: 15px;
  justify-content: flex-end;
}
.total .price {
  color: #ff9900;
  font-weight: bold;
}
.no-com-data {
  width: 520px;
  height: 460px;
  background: url('../images/no-data.png') center center / cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-pro {
  margin: 50px auto;
}
.search-pro .tit {
  font-size: 16px;
  margin-bottom: 28px;
}
.search-pro .tit::before {
  content: '|';
  display: inline-block;
  margin-right: 10px;
  color: #ff9900;
}
.search-pro .list {
  margin: 0 -12px;
}
.search-pro li {
  width: 380px;
  margin: 0 12px 48px;
}
.search-pro li .img {
  width: 380px;
  height: 148px;
  line-height: 148px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 3px 54px 0px rgba(230, 230, 230, 0.49);
  background: #fff;
  margin-bottom: 15px;
}
.search-pro li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.search-pro li p {
  padding-left: 16px;
}
.search-pro li .name {
  font-size: 16px;
  margin-bottom: 5px;
}
.search-pro li .el-button {
  width: 163px;
  height: 46px;
  border: 1px solid #666666;
  border-radius: 21px;
  margin: 12px 0 0 16px;
}
.search-pro li:hover .name {
  color: #ff9900;
}
.search-pro li:hover .el-button {
  border-color: #ff9900;
  color: #fff;
}
.registerLogin .el-dialog__header,
.registerForm .el-dialog__header {
  border: none;
  padding: 0;
}
.registerLogin .logo,
.registerForm .logo {
  text-align: center;
  margin-bottom: 50px;
}

.login-form{
  width: 320px;
  margin: 0 auto;
}

.registerLogin .btn,
.registerForm .btn {
  width: 310px;
  height: 50px;
  background: #ffcc00;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  margin: 40px 0 0 10px;
}
.registerLogin .el-dialog__body {
  padding: 20px 40px 50px;
}
.registerLogin .btm {
  justify-content: space-between;
  padding-left: 10px;
}
.registerForm .el-dialog__body {
  padding: 20px 40px 56px 20px;
}
.registerForm .el-input__inner {
  background: #f9f9f9;
  border-color: #f9f9f9;
}
.test-detail {
  background: #fff;
  padding-bottom: 20px;
}
.test-detail .tit {
  padding: 0 22px;
  height: 46px;
  border-bottom: 1px solid #f2f2f2;
}
.test-detail ul {
  padding: 22px;
}
.test-detail ul li {
  line-height: 30px;
  margin-bottom: 5px;
}
.test-detail ul li span:first-of-type {
  color: #666;
}
.test-detail ul li img {
  vertical-align: top;
  margin-left: 8px;
}
.find-password .title {
  margin-bottom: 30px;
  text-align: center;
}
.find-password ul {
  width: 430px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
.find-password ul::after {
  content: '';
  width: 360px;
  height: 4px;
  background: #c6c6c6;
  position: absolute;
  top: 15px;
  right: 25px;
  display: block;
}
.find-password li {
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 100;
}
.find-password li.on {
  color: #ff9900;
}
.find-password li.on .icon {
  background: #ff9900;
  color: #fff;
}
.find-password li .icon {
  width: 35px;
  height: 35px;
  background: #c6c6c6;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  margin: 0 auto 14px;
  display: block;
  border-radius: 50%;
}
.find-password .form {
  width: 356px;
  margin: 38px auto 0;
}
.find-password .form input {
  height: 37px;
  border: 1px solid #ebebeb;
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 12px;
  display: block;
  outline: none;
}
.find-password .btn {
  width: 357px;
  height: 42px;
  opacity: 1;
  background: #333333;
  margin: 42px auto 0;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
}
