
* {
  margin: 0;
  padding: 0;
  list-style:none;
  border-style:none;
  text-decoration:none;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: Helvetica Neue,Helvetica,PingFang SC,Microsoft JhengHei,Microsoft YaHei,Arial,sans-serif;  
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

button,
p,
input,
select,
textarea,
li {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}


a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 14px;
  line-height: 26px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  text-decoration:none
}
button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}
i,em {
  font-style:normal
}
.clearfix:after {content:'';display:block;clear:both;height:0;visibility:hidden}
.clearfix {*zoom:1}
.fl {float:left}
.fr {float:right}
img{
  vertical-align:middle;
  border:0;
  max-width:100%
}
input,select,textarea{
  border:0;
  outline:0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  -webkit-appearance:none
}

  
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
/* 清除浮动 */
.clearFix {*zoom:1}
.clearFix:before, .clearFix:after {display:table;content:""}
.clearFix:after {clear:both}

a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}



.el-table-box {
  border:1px solid #e0e0e0;
}
.el-table-box .el-table .el-table__cell {
  border-color: #e0e0e0;
}
.el-table-box .el-table th.el-table__cell.is-leaf {
  color: #333333;
  background-color: #fafafa;
}

.el-table-box .el-table tr:hover>td.el-table__cell{background-color:rgba(72, 214, 198, 0.1)}

.el-table .cell .el-tag {
  text-transform:uppercase;
}

.el-table-box .table-footer {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.el-table-box .table-footer .tips {
  color: #FF0D0D;
}

 .el-table-box .table-footer .total {
  color: #FF0D0D;
}
.agreement .el-checkbox__input.is-checked+.el-checkbox__label {
  color: inherit;
}
.agreement a {
  color:#1d3251;
}



/*el重置样式*/
.el-message-box__btns {
  padding: 15px;
  justify-content: center;
}
.el-message-box__btns .el-button {
  min-width: 100px;
}
.layer-dialog_header {
  text-align: center;
    padding: 0px 15px 15px;
}
.el-message-box .layer-dialog_header .layer-dialog_title {
  color: #303133;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.el-message-box .layer-dialog_header .layer-dialog_title .layer-icon {
  font-size: 54px;
  width: 54px;
  height: 54px;
}
.el-message-box .layer-dialog_header .layer-dialog_title .layer-icon i {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.el-message-box .layer-dialog_header .layer-dialog_title .layer-icon i.check-circle {
  background-image: url('../icons/layer-icon-check-circle.png');
}

.el-message-box .layer-dialog_body {
  text-align: center;
  font-size: 16px;
}


@media all and (min-width:1024px) {
    /* 1024 */
  .el-table-box .el-table .cell {
    padding: 0px 30px;
  }
  .el-table-box .el-table .el-table__cell {
    font-size: 16px;
  }
  .el-table-box .table-footer .tips {
    font-size: 16px;
  }
  .el-table-box .table-footer .total {
    font-size: 22px;
  }


}

@media all and (max-width:768px) {

  .el-pagination__jump {
    display: none;
  }

}