html, body {
	color: #333;
	margin: 0;
	height: 100%;
	background: #f2f6fc;
	font-family: "Helvetica", "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
a, label, button, input, select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
	border: 0;
}
body {
	background: #f8f8f8;
	
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #08acee;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: #666;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.aui-health-qzhead {
    width: 100%;
    height: 8rem;
    background: url(../images/headbg.png) top center;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}
.aui-health-qzhead h3{color: #fff; text-align: center; padding-top: 1rem; font-size: 1rem; padding-bottom: .2rem;}
select{-webkit-appearance:none;appearance:none;border:none;font-size:18px;padding:0px ;font-size: .9rem; padding-right: 13px; -webkit-box-sizing:border-box;box-sizing:border-box;background: url("../images/tranger-icon.png") no-repeat right center transparent;color:#fff;}
.aui-palace-two .aui-palace-grid {
    width: 33.333%;
    position: relative;
    float: left; text-align: center;
    padding: 1px .8rem;
    box-sizing: border-box;
    margin: .8rem 0;
}
.aui-palace-two .aui-palace-grid h3{font-size: 1.2rem;}
.aui-palace-two .aui-palace-grid h3 span{font-size: .6rem; font-weight: normal; margin-left: .2rem;}
.aui-icon .aui-palace-grid-icon {
    width: 3rem;
  
    position: relative;
    border-radius: 2rem; 
    margin-bottom: 0px;
    text-align: center;
    margin-bottom: .2rem;
    margin: 0 auto;
}
.aui-badge {
    display: inline-block;
    width: auto;
    text-align: center;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.6rem;
    color: #ffffff;
    background-color: #f59a23;
    border-radius: 0.5rem;
    position: absolute;
    top: -.3rem;
    right:-.2rem;
    z-index: 99;
}
.aui-icon .aui-palace-grid-icon img {
    width: 100%;
}

.aui-health-box {
    background: #fff;
    border-radius: 6px;
    width: 96%;
    margin: 0 auto ; position: relative;
    box-shadow: 0 5px 15px #dadada;
	
}
.aui-palace-grid-text h3 font{font-size: .6rem; font-weight: normal; }
.aui-palace-grid-text h2{font-size: .9rem; color: #2e4059; font-weight: normal; text-align: center; margin: 0; padding: 0;}
.m-t2{margin-top: -2.2rem;}
.m-t5{margin-top: .5rem;}
.aui-text-white {
	color: #ffffff !important;
}
.aui-text-primary {
	color: #9b75ed !important;


}
.border-r{border-right: 1px solid #e9eeff;}
.aui-text-success {
	color: #4ece81 !important;
}
.aui-text-info {
	color: #4385fa !important;
}
.aui-text-warning {
	color: #f17c30 !important;
}

.aui-text-danger {
	color: #fb5f5f !important;
}

/*tab切换类*/
.aui-tab {
	position: relative;
	background-color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: center;
	align-self: center;
}

.mt-5 {margin-top: .5rem;}
.aui-tab-item.aui-active {
	color: #0a7ff3;
	border-bottom: 2px solid #0a7ff3;
}
.aui-hide {
	display: none 
}
.aui-show {
	display: block 
}
.aui-border-b {
    border-bottom: 1px solid #ddd;
}

.lc_col_1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.lc_col_1 ,.lc_col_8 ,.lc_col_3{
    position: relative;
    width: 100%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}.lc_col_8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; 
}
.lc_col_3 {
    flex: 0 0 25%;
    max-width: 25%; text-align: right;
}

 .card-title::before {
    width: 3px;
    height: 14px;
    top: .75rem;
    position: absolute;
    content: "";
    background: #2fa5f4;
    border-radius: 20px;
    left: 8px;
  
}
 .card-title  {
    color: #212121;
    padding: .5rem 1rem;  font-size: .95rem;
    position: relative;     background: #f3f7fc;
    border-bottom: 1px solid #f0f3fc;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.card-title .more{ position: absolute; top: .6rem; right: .3rem; font-size: .8rem; font-weight: normal; }

.text-danger {
	color: #ff473d !important; font-weight: bold;
}
.text-999 {
	color: #999 !important;
}
.text-333{
	color: #333 !important;
}
.text-success {
	color: #03c895 !important;
}
.text-info {
	color: #03a9f4 !important;
}
.text-warning {
	color: #ffc107 !important;font-size: .6rem; margin-right: 5px;
}
.text-primary {
	color: #8760fb !important; font-size: .6rem; margin-right: 5px;
}

.jflex{ display: flex; align-items: center;}

.m3-l {
    margin-left: .3rem;
}
.aui-text-default {
    color: #001437 !important;
}
.aui-text-g {
    color: #667187;
    font-size: .8rem;   padding: .2rem 0 ;
}

.aui-tab-box .aui-tab-list {
	overflow: hidden;
}

.aui-tab-box .aui-tab-list .aui-tab::-webkit-scrollbar {
 display: none;
width: 0!important;
scrollbar-width: none;
}
.aui-tab-box .aui-tab-list .aui-tab .aui-tab-item {

	color: #1a1a1a;
	background: #fff;
	display: inline-block;/*行内块元素*/
}
.aui-tab-box .aui-tab-list .aui-tab .aui-tab-item.aui-active {
	border-bottom: 2px solid #1c7bf3; color: #1c7bf3;
}
.aui-tab-item {
    width: 100%;
    padding: .6rem ;
    position: relative;
    font-size: .9rem;
    text-align: center;
    color: #212121;
    margin-left: -1px;
    font-weight: 500;
    -webkit-box-flex: 1;
    box-flex: 1;
}
#tab1-con {
    padding:.5rem .3rem;
}
.aui-tab-box {margin-top: .6rem; font-size: .9rem;}

.aui-label {
    display: inline-block;
    padding: 0.3rem 0.55rem;
    font-size: 0.6rem;
    line-height: 1;
    color: #616161;
    background-color: #dddddd;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    position: relative;
}
.aui-label-primary {
    color: #ffffff;
    background-color: #00bcd4;
}
.aui-label-warning {
	color: #ffffff;
	background-color: #f27354;
}
.mt-3{margin-top: -4rem;}
.test_bigtitle  {display: flex; justify-content: space-between;}
.test_bigtitle  span {
    display: inline-block;
  font-weight: normal;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    padding: .1rem .6rem;
    text-align: center;
}
.test_bigtitle  span font {
    color: #ff6600;
}
.main {
    width: 70px; position: relative;
    box-sizing: border-box;
    border-top:12px solid #f8691b ;
    border-bottom:12px solid #f8691b ;
    border-left:26px solid #f8691b ;
    border-right:10px solid transparent ;
}
.main span{position: absolute; top: -10px; width: 60px; left:-18px; color: #fff; font-size: .9rem;}
.aui-dbox{padding: .5rem;}
.option_test {
    margin: 0 auto; margin: 0 .5rem;
    padding-top: .5em;
}.option_test li {
    position: relative; padding: .5rem;
    margin-bottom: 1.05em;
    font-size: .9rem; color: #444;
}
.option_test li:nth-child(2n){background: #f2f6fc;}
.checkbutton {
    width: 28.96551724137931%;
    margin: 0 auto;
        margin-bottom: 0px;
    line-height: 2em;
    font-size: 1em;
    text-align: center;
    background: #15af87 !important;
    color: #fff;
    border-radius: 7px;
    margin-bottom: 1em;
}
.testcontent{padding: .5rem 0;}
/*单选、多选、开关*/
.aui-radio,
.aui-checkbox {
    width: 1.2rem; 
    height: 1.2rem;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    margin-right: .3rem;
    margin-top: .1rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
            user-select: none;
    -webkit-transition: background-color ease 0.1s;
            transition: background-color ease 0.1s;
}
.aui-checkbox {
    border-radius: 0.1rem;
}
.aui-radio:checked,
.aui-radio.aui-checked,
.aui-checkbox:checked,
.aui-checkbox.aui-checked {
    background-color: #03a9f4;
    border: solid 1px #03a9f4;
    text-align: center;
    background-clip: padding-box;
}
.aui-radio:checked:before,
.aui-radio.aui-checked:before,
.aui-checkbox:checked:before,
.aui-checkbox.aui-checked:before,
.aui-radio:checked:after,
.aui-radio.aui-checked:after,
.aui-checkbox:checked:after,
.aui-checkbox.aui-checked:after {
    content: '';
    width: 0.5rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    background: transparent;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#timer{color: #fff; text-align: center;  font-size: .8rem; border-radius: 5px; background:rgba(51, 41, 170, .3); padding:.2rem .4rem;}
.test_pre_next {
    width: 100%;
    margin: 1.214285714285714em 0;
    text-align: center;
   
}
.test_pre_next a.cant_click {
    background: #d6d6d6;
    color: #a6a6a6;
}
.test_pre_next a {
    line-height: 2.2em;
    width:30%;
    font-size: .9rem;
    display: inline-block;
    margin: 0 1%;
    text-align: center;
    background: #3860f5;
    color: #fff;
    border-radius: 7px;
}
/*dialog*/
.aui-dialog {
	width: 18rem;
	height: 22rem;
	text-align: center;
	position: fixed;
	z-index: 999;
	left: 50%;
	margin-left: -9rem;
	margin-top: 0;
	top: 45%;
	border-radius: 0.3rem;
	opacity: 0;
	background: url(../images/dialog_bg.png);
	background-size: 100% 100%;
	-webkit-transform: translate3d(0, 0, 0) scale(1.2);
	transform: translate3d(0, 0, 0) scale(1.2);
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;/*display: none;*/
}
.aui-dialog-header {
	padding: 0.5rem 0.75rem 0 0.75rem;
	text-align: center;
	font-size: 1rem;
	color: #212121;
}
.aui-dialog-body {
	margin-top: 4rem;
	padding: 0.5rem;
	font-size: 1rem;
	color: #0f0f0f;
}
.aui-dialog-body .text-content {
	padding: 1rem;
	line-height: 1.8rem;
}
.aui-dialog-body input {
	border: 1px solid #dddddd;
	height: 1.8rem;
	line-height: 1.8rem;
	min-height: 1.8rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.aui-dialog-body span {
	color: #00a6ff !important;
padding: 0 .2rem;
}
.aui-dialog-footer {
	position: relative;
	width: 93%;
padding: .5rem;
	text-align: center;
	margin: 0 auto;
	font-size: 1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.aui-dialog-btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0.25rem;
	height: 2.2rem;
	font-size: 1rem;
	line-height: 2.2rem;
	text-align: center;
	color: #fff;
	border-radius: 1rem;
	background-image: linear-gradient(to right, #05b0fd 0%, #3f68ee 100%);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.aui-dialog-btn:last-child {
	border-right: none;
}
.aui-dialog.aui-dialog-in {
	opacity: 1;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.aui-dialog.aui-dialog-out {
	opacity: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: translate3d(0, 0, 0) scale(0.815);
	transform: translate3d(0, 0, 0) scale(0.815);
}
.aui-tj-img img {
    width: 6rem;
}
.aui-tj-img {
    margin-top: -2.4rem;
}
.aui-mask.aui-mask-in {
    visibility: visible;
    opacity: 1;
}
.aui-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 8;
    visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
}
.aui-ulist{width: 95%; margin: 0 auto;}
.aui-xf-item {
    padding-top: .5rem;
    display: block;
    margin-bottom: .5rem;
    border-radius: 5px;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);

  }

  .aui-list-head {
    padding: 0 15px;
    font-size: 1rem;
    color: #333;
    position: relative;
  }

  .aui-text-time {
    padding: 5px 15px;
    font-size: 0.8rem;
  }

  .aui-right-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 0 5px 0 0;
    overflow: hidden;
  }

  .aui-right-top img {
    width: 35px;
    height: 35px;
    display: block;

  }

  .aui-right-top2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 0 5px 0 0;
    overflow: hidden;
  }

  .aui-right-top2 img {
    width: 18px;
    height: 18px;
    display: block;

  }

  .aui-text-time p {
    padding: 3px;
    color: #666;
  }

  .aui-xf-item {
    padding-top: 15px;
    display: block;
    border-radius: 5px;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  }

  .aui-dotted {
    border-top: 1px dashed #ddd;
    font-size: .8rem;
    color: #666;
    padding:  .8rem 1rem;
    display: flex;
   
  }
  .wf-from-ul {
	width: 100%;
    padding-bottom: .1rem;
}
.wf-from-ul li {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eeeeee;
	border-radius: 3px;
	display: flex;
    align-items: center;
padding: .6rem .5rem;
margin-bottom: .5rem;
font-size: .9rem;
}
.wf-from-ul li input {
	border: none;
	background: none;

	
	font-size: .9rem;
}
.wf-from-ul li span{margin: 0 .5rem;}
.wf-from-ul li em{font-size: .6rem; margin-left: 6px; }
.wf-from-ul li textarea {
	border: none;
	background: none;
	

font-size: .9rem;
}
.wf-from-ul li select {
	border: none;
	
	width: auto;
font-size: .9rem;
	padding-right: 1rem;
	padding-left: 6px;
}

.wf-from-ul li input.daetixian {
	background-image: url(../images/daetixian-cal.png) !important;
	background-repeat: no-repeat;
	background-position:right center ;
	background-size: auto 80% !important;
	padding-right: 25px;
  }
  .aui-btn-gay {
    color: #444;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
  }
  .end {
    background: #58c11e;
    color: #fff;
    position: absolute;
    top: -1.2em;
    right: -3.8em;
    font-size: 0.8rem;
    padding: 2em 3em .2em;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .left-gb {
    background: #ff950b;
  }

  .aui-btn-info {
    color: #ffffff !important;
    background-color: #03a9f4 !important;
  }
  .aui-btn {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: .4rem .6rem;
    border-radius: 0.2rem;
  }
  .aui-btn-s {
    color: #ffffff !important;
    background: #15af87 !important;
  }

  .mt-l{margin-left: .5rem;}

   
  .aui-collapse-item {
	background: #fff;
	border-radius: 6px;
	width: 95%;
    z-index: 1000;
    position: relative;
	margin: 0 auto 10px;
	box-shadow: 0 5px 15px #dadada;
  }

  .aui-collapse-header.aui-active .aui-list-item-arrow::before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
  }
  .aui-collapse .aui-list-item-arrow::before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	background: transparent;
	border: 1px solid #333;
	  border-top-color: rgb(51, 51, 51);
	  border-top-style: solid;
	  border-top-width: 1px;
	  border-right-color: rgb(51, 51, 51);
	  border-right-style: solid;
	  border-right-width: 1px;
	border-top: none;
	border-right: none;
	z-index: 2;
	-webkit-border-radius: 0;
	border-radius: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
  }

  .aui-collapse  .aui-collapse-header {
	list-style: none;
	font-size: 1rem;
	padding: .5rem 0;
	  padding-left: 0px;
	padding-left: 0.5rem;
	color: #1c2e4d;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	min-height: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;

  }
  .aui-margin-t-10{margin-top: .5rem;}
