html,
body,
div,
p,
span,
a,
input,
ul,
li,
i,
label,
button {
  margin: 0;
  padding: 0;
}

.checked{
  background-color: #0a6ad9;
}

body{
  font-family: "Microsoft Yahei";
}
/* 字体 */

.font-1 {
  font-size: 12px;
}
.font-2 {
  font-size: 14px;
}
.font-3 {
  font-size: 16px;
}
.font-4 {
  font-size: 18px;
}
.line-1 {
  line-height: 20px;
}
.line-2 {
  line-height: 40px;
}
.line-3 {
  line-height: 60px;
}
.line-4 {
  line-height: 80px;
}
.line-5 {
  line-height: 100px;
}
.t-l {
  text-align: left!important;
}
.t-c {
  text-align: center !important;
}
.t-r {
  text-align: right !important;
}
.display-none {
  display: none;
}
/* 鏍呮牸鍖� */
.con,
.con-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width: 960px;
  /*涓轰簡鍏煎涓嶆敮鎸佸獟浣撻�夋嫨鐨勬祻瑙堝櫒*/
  -webkit-transition: width 0.9s cubic-bezier(1, -0.02, 0, 1.04);
  -moz-transition: width 0.9s cubic-bezier(1, -0.02, 0, 1.04);
  -o-transition: width 0.9s cubic-bezier(1, -0.02, 0, 1.04);
  -ms-transition: width 0.9s cubic-bezier(1, -0.02, 0, 1.04);
  transition: width 0.5s cubic-bezier(1, -0.02, 0, 1.04);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.con-fluid {
  min-width: 0;
  width: 100%;
}
.row {
  min-height: 1px;
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}
.ug-xs-12,.ug-sm-12,.ug-md-12,.ug-lg-12,.ug-xs-11,.ug-sm-11,.ug-md-11,.ug-lg-11,.ug-xs-10,.ug-sm-10,.ug-md-10,.ug-lg-10,.ug-xs-9,.ug-sm-9,.ug-md-9,.ug-lg-9,.ug-xs-8,.ug-sm-8,.ug-md-8,.ug-lg-8,.ug-xs-7,.ug-sm-7,.ug-md-7,.ug-lg-7,.ug-xs-6,.ug-sm-6,.ug-md-6,.ug-lg-6,.ug-xs-5,.ug-sm-5,.ug-md-5,.ug-lg-5,.ug-xs-4,.ug-sm-4,.ug-md-4,.ug-lg-4,.ug-xs-3,.ug-sm-3,.ug-md-3,.ug-lg-3,.ug-xs-2,.ug-sm-2,.ug-md-2,.ug-lg-2,.ug-xs-1,.ug-sm-1,.ug-md-1,.ug-lg-1,.ug-lg-1s {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (max-width: 768px) {
  .con {
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .con {
    width: 750px;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .con {
    width: 100%;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .con {
    width: 1170px;
    min-width: 0;
  }
}
.ug-lg-1 {
  width: 8.33333333%;
  float: left;
}
.ug-lg-1s {
  width: 12.33333333%;
  float: left;
}
.ug-lg-offset-1 {
  margin-left: 8.33333333%;
}
.ug-lg-pull-1 {
  right: 8.33333333%;
}
.ug-lg-push-1 {
  left: 8.33333333%;
}
.ug-lg-2 {
  width: 16.66666667%;
  float: left;
}
.ug-lg-offset-2 {
  margin-left: 16.66666667%;
}
.ug-lg-pull-2 {
  right: 16.66666667%;
}
.ug-lg-push-2 {
  left: 16.66666667%;
}
.ug-lg-3 {
  width: 25%;
  float: left;
}
.ug-lg-offset-3 {
  margin-left: 25%;
}
.ug-lg-pull-3 {
  right: 25%;
}
.ug-lg-push-3 {
  left: 25%;
}
.ug-lg-4 {
  width: 33.33333333%;
  float: left;
}
.ug-lg-offset-4 {
  margin-left: 33.33333333%;
}
.ug-lg-pull-4 {
  right: 33.33333333%;
}
.ug-lg-push-4 {
  left: 33.33333333%;
}
.ug-lg-5 {
  width: 41.66666667%;
  float: left;
}
.ug-lg-offset-5 {
  margin-left: 41.66666667%;
}
.ug-lg-pull-5 {
  right: 41.66666667%;
}
.ug-lg-push-5 {
  left: 41.66666667%;
}
.ug-lg-6 {
  width: 50%;
  float: left;
}
.ug-lg-offset-6 {
  margin-left: 50%;
}
.ug-lg-pull-6 {
  right: 50%;
}
.ug-lg-push-6 {
  left: 50%;
}
.ug-lg-7 {
  width: 58.33333333%;
  float: left;
}
.ug-lg-offset-7 {
  margin-left: 58.33333333%;
}
.ug-lg-pull-7 {
  right: 58.33333333%;
}
.ug-lg-push-7 {
  left: 58.33333333%;
}
.ug-lg-8 {
  width: 66.66666667%;
  float: left;
}
.ug-lg-offset-8 {
  margin-left: 66.66666667%;
}
.ug-lg-pull-8 {
  right: 66.66666667%;
}
.ug-lg-push-8 {
  left: 66.66666667%;
}
.ug-lg-9 {
  width: 75%;
  float: left;
}
.ug-lg-offset-9 {
  margin-left: 75%;
}
.ug-lg-pull-9 {
  right: 75%;
}
.ug-lg-push-9 {
  left: 75%;
}
.ug-lg-10 {
  width: 83.33333333%;
  float: left;
}
.ug-lg-offset-10 {
  margin-left: 83.33333333%;
}
.ug-lg-pull-10 {
  right: 83.33333333%;
}
.ug-lg-push-10 {
  left: 83.33333333%;
}
.ug-lg-11 {
  width: 91.66666667%;
  float: left;
}
.ug-lg-offset-11 {
  margin-left: 91.66666667%;
}
.ug-lg-pull-11 {
  right: 91.66666667%;
}
.ug-lg-push-11 {
  left: 91.66666667%;
}
.ug-lg-12 {
  width: 100%;
  float: left;
}
.ug-lg-offset-12 {
  margin-left: 100%;
}
.ug-lg-pull-12 {
  right: 100%;
}
.ug-lg-push-12 {
  left: 100%;
}
/* 婊氬姩鏉� */
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-button {
  display: none;
}
*::-webkit-scrollbar-track {
  background: #5533FF;
}
*::-webkit-scrollbar-thumb {
  background: #18B1FF;
  border-radius: 4px;
}
*::-webkit-scrollbar-corner {
  background: #5533FF;
}
/* 鏍囩 */
.bgblue {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #3fc4f6;
}

/* 瀛椾綋棰滆壊 */

.bgblue1 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #3e65ff;
}
.bgblue2 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #5eaee3;
}
.bgblue3 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #6ccac9;
}
.bgblue4 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #dcd970;
}
.bgblue5 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #3c9ceb;
}
.bgblue6 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #a45c9c;
}
.bgblue7 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #df4678;
}
.bgblue8 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #725ca4;
}
.bgblue9 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #2985ed;
}
.bgblue10 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #e7a531;
}
.bgblue11 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #923df1;
}
.bgblue12 {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  color: #ffffff;
  background: #49b733;
}
.title1:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #2985ed;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute;
  right: 0;
  top: 30%!important;
}
.title2:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #e7a531;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute;
  right: 0;
  top: 30%!important;
}
.title3:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #923df1;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute;
  right: 0;
  top: 30%!important;
}
.title4:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #49b733;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute;
  right: 0;
  top: 30%!important;
}
/* 字体颜色 */
.color-white {
  color: #ffffff;
}
.color-lighgray {
  color: #282828;
}
.color-darkgray {
  color: #282828;
}
.color-btn {
  color: #60d3f0;
}
.color-blue {
  color: #3fc4f6;
}
.color-green {
  color: #7ed321;
}
.color-greens {
  color: #00cb5e;
}
.color-red {
  color: #d0021b;
}
.border-white {
  border: 1px solid #ffffff;
}
.border-lighgray {
  border: 1px solid #9b9b9b;
}
.border-darkgray {
  border: 1px solid #4a4a4a;
}
.border-btn {
  border: 1px solid #60d3f0;
}
.border-blue {
  border: 1px solid #3fc4f6;
}
.border-green {
  border: 1px solid #7ed321;
}
.border-border {
  border: 1px solid #eeeeee;
}
.border-bgblue {
  border: 1px solid rgba(73, 201, 245, 0.1);
}
/* 鎸夐挳 */
button {
  font-size: 14px;
  border-radius: 4px;
  border: none;
  outline: none;
  list-style-type: none;
  color: #ffffff;
}
.btn {
  min-width: 100px;
  width: 100%;
  background: #cccccc;
  padding: 5px 25px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}
.btn.add-btn {
  background: #3fc4f6;
}
.btn.add-line {
  padding: 5px 5px;
  background: #ffffff;
  border: 1px solid #3fc4f6;
  color: #3fc4f6;
}
.btn.add-btn1 {
  background: #ff4f34;
}

.btn.add-btn2 {
  background: #00cb5e;
}
.btn.examine-btn {
  background: #ecf9fe;
  color: #3fc4f6;
  padding: 5px 5px;
}
.btn.del-btn {
  background: #d0021b;
}
.btn.add-btn2 {
  background: #7ed321;
}
/* 涓嬫媺妗� */
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #b6b6b6;
  text-align: center;
  outline: none;
}
select.ug-select1 {
  border-radius: 20px;
}
select.ug-select2 {
  border-radius: 4px;
}
select option {
  border-radius: 10px;
}
input[type=text],input[type=password],input[type=number]{
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #b6b6b6;
  outline: none;
}

input[type=password] {
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #b6b6b6;
  outline: none;
}


input[type=text].ug-input1 {
  border-radius: 20px;
}
input[type=text].ug-input2 {
  border-radius: 4px;
}
input[type=text].ug-input2-time {
  width: 82%;
  padding-left: 40px;
  border-radius: 4px;
}

/* 澶氶�夋 */

textarea {
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #b6b6b6;
  outline: none;
}
textarea.ug-input1 {
  border-radius: 20px;
}
textarea.ug-input2 {
  border-radius: 4px;
}
textarea.ug-input2-time {
  width: 82%;
  padding-left: 40px;
  border-radius: 4px;
}
/* 多选框 */
.piaochecked {
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  text-align: center;
  background-image: url("../images/ug-checkbox-checked.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.on_check {
  background-image: url("../images/ug-checkbox.png");
}
.radioclass {
  opacity: 0;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
/* 鍗曢�夋 */
.pay_list_c1 {
  width: 24px;
  height: 18px;
}
.pay_list_c1 label {
  width: 24px;
  height: 18px;
  float: left;
  padding-top: 3px;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
  background-image: url("../images/ug-radio.png");
  background-repeat: no-repeat;
}
.radioclass {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.on label {
  background-image: url("../images/ug-radio-checked.png");
}
table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  border: 1px solid #eeeeee;
}
table thead {
  width: 100%;
}
table thead tr > th {
  padding: 10px;
  font-weight: 900;
  background: #eeeeee;
  color: #282828;
  font-size: 14px;
}
table tbody tr > td {
  padding: 10px;
  font-weight: 100;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  color: #4a4a4a;
  font-size: 14px;
}
table tbody tr > td.row {
  min-width: 30%;
}
table tbody tr > td.row div {
  margin: 0;
  padding: 0;
  cursor: pointer ;
}
table tbody tr > td.row div:after {
  color: #cccccc;
  margin-left: 10px;
  font-size: 16px;
}
table tbody tr.font1 > td {
  padding: 10px;
  font-weight: 100;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 14px;
}
table tbody tr.font1 > td.row {
  min-width: 30%;
}
table tbody tr.font1 > td.row div {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
table tbody tr.font1 > td.row div:after {
  color: #cccccc;
  margin-left: 10px;
  font-size: 16px;
}
table.table1 thead {
  width: 100%;
}
table.table1 thead tr > th {
  background: #ffffff;
}
table.table1 tbody tr:nth-child(odd) {
  background: rgba(80, 204, 243, 0.2);
}
/* 寮瑰嚭妗� */
.layui-layer {
  border-radius: 6px !important;
  overflow: hidden;
}
.layui-layer .layui-layer-title {
  border-bottom: none;
  text-align: center;
  color: #282828 !important;
  font-size: 16px !important;
  background: #c7e0fd!important;
  padding: 0px 40px 0 20px!important;
}
.layui-layer .layui-layer-btn {
  width: 100%;
  padding-bottom: 20px;
  margin: 0;
}
.layui-layer .layui-layer-btn a {
  width: 83px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  position: relative;
  margin: 0;
  display: inline-block;
  background: #cccccc;
  color: #ffffff;
}
.layui-layer .layui-layer-btn a:nth-child(1) {
  background: #3fc4f6;
}
.layui-layer .layui-layer-btn a:nth-child(2) {
  margin-left: 20px;
  background: #9b9b9b;
}


.card-del{margin-top:50px;width: 100%;line-height: 100%;text-align: center;color:#4EC4DF;font-size: 20px}

/* 线性盒子布局 */
.felx-row{
  display: -webkit-flex;
  display: flex;
  flex-wrap:  wrap;
}
.felx-cel{
  flex: 1;
}
.felx-cel2{
  flex: 2;
}
.felx-cel3{
  flex: 3;
}
.felx-cel4{
  flex: 4;
}
.felx-justify-end{
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.felx-direction-center{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.margin20{
  margin: 30px;
}
.margin10{
  margin: 20px;
}
.margin-left30{
  margin-left: 30px;
}
.felx-justify-center{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.felx-justify-left{
  display: -webkit-flex;
  display: flex;
  justify-content: left;
  align-items: left;
}
.felx-align-center{
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.felx-justify-between{
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
}
.platdiv-back-blue{
  background-color: #5533FF;
}
.platdiv-back-sgreen{
  background-color: #25c4a6;
}
.platdiv-back-Lgreen{
  background-color: #5faee3;
}
.platdiv-back-qgreen{
  background-color: #6ccac9;
}
.platdiv-back-fred{
  background-color: #fa8484;
}
.platdiv-back-green{
  background-color: #a9d96c;
}
.platdiv-back-yellow{
  background-color: #f7b77a;
}
.platdiv{
  width: 18%;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 70px;
  color: white;
}
.pfont-ion-size{
  width: 35%;
  font-size: 35px;
}
.pfont-img-size{
  width: 40px;
  height: 40px;
}
.pfont-ht{
  height: 35px;
}
.pfont-font20{
  font-size: 18px;
}
.pfont-font40{
  font-size: 40px;
}
.platdiv-bor{
  border-bottom:5px solid #f5f5f5;
}
.padding10{
  padding: 20px;
}
.padding-rig20{
  padding-right: 20px;
}
.font-color:hover{
  color: #3fc4f6;
}
.titlePadl{
  padding-left: 3%;
}
.titlePadr{
  padding-left: 10px;
}
.divmabt{
  margin-bottom: 30px;
}
.width-3{
  width: 33.33%;
}
.width-4{
  width: 25%;
}
.width-6{
  width: 16.66%;
}
.width-2{
  width: 50%;
}
.check_time{width: 150px;height: 35px;line-height: 35px;border-radius: 5px;overflow: hidden;border: 1px solid #3fc4f6}
.check_time span{display: inline-block;width: 50%;float: left;color: #fff;text-align: center;cursor: pointer;background: #fff;color: #3fc4f6}
.check_time span.choose_box{background: #3fc4f6;color: #fff}
.under-line:after{
  content: "";
  left: 50%;
  margin-top: -9px;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fafafa;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  transform: rotate(45deg);
}
.under-line{
  border-bottom: 1px solid #CCCCCC;
}
.font-class{
  color: #9b9b9b;
}
.font-class1{
  color: #484848;
}
.divdetailbt{
  margin-bottom: 20px;
}
.imgstyles{
  width: 100px;
  height: 100px;
  background: white;
  margin-right: 20px;
}
.msg-bor-bot{
  border-bottom: 1px solid #d2d2d2
}
.msg-bor-mar{
  margin-bottom: 10px;
}
.msg-backg:hover{
  background: #f2f2f2;
}
.msghd{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0021b;
  margin-left: 5px;
  position: absolute;
}

.back-right{
  float: right;
  cursor:pointer !important;
}
.ug-lg-offset23{
  margin-left: 2.3%;
}
.ug-lg-offset43{
  margin-left: 4.3%;
}
.excl-pos{
  position: relative;
  top: -3px;
}
.detail-padding-left{
  padding-left: 0px !important;
}
.detail-padding-right{
  padding-right: 0px !important;
}
.hand-cursor{
  cursor:pointer !important;
}

.excl-pos{
  cursor:pointer !important;
}

.btn.addgre-btn {
  background: #10cb21;
}


.min-width-35 {
  min-width: 35%;
}
