/*reset*/
* {
	margin: 0;
	box-sizing: border-box;
}
html,body {
	font-family: -apple-system,BlinkMacSystemFont, Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
}
body {
	min-width: 1240px;
}
ul {
	padding: 0;
}
li {
	list-style: none;
}
p {
	margin-bottom: 0;
}
a {
	text-decoration: none;
	color: #1e88e5;
	}
	a:hover {
		text-decoration: none;
		outline: none;
	}
	a:focus {
		outline: none;
	}


/*grid*/
.row {
	padding-right: 16px;
  padding-left: 16px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 8px;
	  padding-left: 8px;
	}

.row.no-gutters {
	padding-right: 0;
	padding-left: 0;
	}
	.row.no-gutters div[class^="col-"] {
		padding-right: 0;
	  padding-left: 0;
	}

.row.gutter-8 {
	margin-left: -4px;
	margin-right: -4px;	
	padding: 0;
	}
	.row.gutter-8 div[class^="col-"] {
		padding-right: 4px;
	  padding-left: 4px;
	}

/*opacity*/
.opacity-75 {
	opacity: .75;
}

/*width*/
.w-1000 {
	width: 1000px;
	margin: auto;
}
.w-8 {
  width: 8px;
  height: 8px;
  display: inline-block; }

.w-16 {
  width: 16px;
  height: 16px;
  display: inline-block; }

.w-20 {
  width: 20px;
  height: 20px;
  display: inline-block; }

.w-24 {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center; }

.w-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center; }

.w-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center; }

.w-48 {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center; }

.w-56 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  text-align: center; }

.w-64 {
  width: 64px; }

.w-96 {
  width: 96px; }

.w-128 {
  width: 128px; }

.w-xxs {
  width: 60px; }

.w-xs {
  width: 90px; }

.w-sm {
  width: 120px; }

.w {
  width: 180px; }

.w-md {
  width: 200px; }

.w-lg {
  width: 240px; }

.w-xl {
  width: 280px; }

.w-xxl {
  width: 320px; }

.w-full {
  width: 100%; }

.w-auto {
  width: auto; }

.h-auto {
  height: auto; }

.h-full {
  height: 100%; }

.h-v {
  height: 100vh; }

.h-v-5 {
  height: 50vh; }
/*display*/
.pos-rlt {
  position: relative;
  z-index: 1; }

.pos-abt {
  position: absolute; }

.pos-fix {
  position: fixed !important; }

.pos-stc {
  position: static !important; }

.block {
  display: block; }

.block.hide {
  display: none; }

.pull-none {
  float: none; }

.inline {
  display: inline-block; 
}
.none {
	display: none;
}
.rounded,
.circle {
  border-radius: 500px !important; }

.clear {
  display: block;
  overflow: hidden; 
}
/* color */
.text-darkblack { color: #000;}
.text-darkgrey { color: #666;}
.text-grey { color: #999;}
.text-lightgrey { color: #bbb;}
.text-red { color: #f44539;}
.text-orange { color: #ff9836}
.text-yellow { color: #e6cf18}
.text-green { color: #00cb00}
a.text-grey:hover, a.text-grey:focus { color: #999;}
.text-light { color: rgba(0,0,0,.65)}
.lightgrey { background: rgba(247, 247, 247, 1) }
.white { background: #fff; }
.text-darklight {
	color: #515872;
}
.text-blue {
	color: #1e88e5;
}
.blue {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2196f3; }

.form-control::-webkit-input-placeholder{
	color: rgba(0,0,0,.4);
}

/*img*/
.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

/*text*/
.l-s-1 {
	letter-spacing: 1px;
}
.l-s-2 {
	letter-spacing: 2px;
}
.normal {
	font-weight: normal;
}
.text-light {
	color: #515872;
}
.f-16 {
	font-size: 16px !important;
}
.f-18 {
	font-size: 18px;
}
.f-20 {
	font-size: 20px;
}
.f-22 {
	font-size: 22px;
}
.f-24 {
	font-size: 24px;
}
.f-26 {
	font-size: 26px;
}
.f-28 {
	font-size: 28px;
}
.f-32 {
	font-size: 32px;
}
.f-34 {
	font-size: 34px;
}
.f-38 {
	font-size: 38px;
}
.f-42 {
	font-size: 42px;
}
.f-48 {
	font-size: 48px;
}

.bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.l-h {
	line-height: 1.5;
}
.l-h-1_7x {
	line-height: 1.7;
}
.l-h-2x {
	line-height: 2;
}
.text-u-c {
  text-transform: uppercase; }

.text-l-t {
  text-decoration: line-through; }

.text-u-l {
  text-decoration: underline; }

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-shadow {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
.v-m {
  vertical-align: middle !important; }

.v-t {
  vertical-align: top !important; }

.v-b {
  vertical-align: bottom !important; }

.v-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; 
}

/*border*/
.b-a {
  border: 1px solid rgba(0,0,0,.12); }

.b-t {
  border-top: 1px solid rgba(0,0,0,.12); }

.b-r {
  border-right: 1px solid rgba(0,0,0,.12); }

.b-b {
  border-bottom: 1px solid rgba(0,0,0,.12); }

.b-l {
  border-left: 1px solid rgba(0,0,0,.12); }
.b-light {
  border-color: #f8f8f8; }

.b-white {
  border-color: #fff; }

.b-primary {
  border-color: #0cc2aa; }

.b-t-primary {
  border-top-color: #0cc2aa; }

.b-r-#e7f9f7 {
  border-right-color: #0cc2aa; }

.b-b-primary {
  border-bottom-color: #0cc2aa; }

.b-l-primary {
  border-left-color: #0cc2aa; }

.b-accent {
  border-color: #a88add; }

.b-t-accent {
  border-top-color: #a88add; }

.b-r-#f6f3fc {
  border-right-color: #a88add; }

.b-b-accent {
  border-bottom-color: #a88add; }

.b-l-accent {
  border-left-color: #a88add; }

.b-warn {
  border-color: #fcc100; }

.b-t-warn {
  border-top-color: #fcc100; }

.b-r-#fff9e6 {
  border-right-color: #fcc100; }

.b-b-warn {
  border-bottom-color: #fcc100; }

.b-l-warn {
  border-left-color: #fcc100; }

.b-success {
  border-color: #6cc788; }

.b-t-success {
  border-top-color: #6cc788; }

.b-r-#f0f9f3 {
  border-right-color: #6cc788; }

.b-b-success {
  border-bottom-color: #6cc788; }

.b-l-success {
  border-left-color: #6cc788; }

.b-info {
  border-color: #6887ff; }

.b-t-info {
  border-top-color: #6887ff; }

.b-r-#f0f3ff {
  border-right-color: #6887ff; }

.b-b-info {
  border-bottom-color: #6887ff; }

.b-l-info {
  border-left-color: #6887ff; }

.b-warning {
  border-color: #f77a99; }

.b-t-warning {
  border-top-color: #f77a99; }

.b-r-#fef2f5 {
  border-right-color: #f77a99; }

.b-b-warning {
  border-bottom-color: #f77a99; }

.b-l-warning {
  border-left-color: #f77a99; }

.b-danger {
  border-color: #f44455; }

.b-t-danger {
  border-top-color: #f44455; }

.b-r-#feecee {
  border-right-color: #f44455; }

.b-b-danger {
  border-bottom-color: #f44455; }

.b-l-danger {
  border-left-color: #f44455; }

.b-light {
  border-color: #f8f8f8; }

.b-t-light {
  border-top-color: #f8f8f8; }

.b-r-#fefefe {
  border-right-color: #f8f8f8; }

.b-b-light {
  border-bottom-color: #f8f8f8; }

.b-l-light {
  border-left-color: #f8f8f8; }

.b-grey {
  border-color: #424242; }

.b-t-grey {
  border-top-color: #424242; }

.b-r-#ececec {
  border-right-color: #424242; }

.b-b-grey {
  border-bottom-color: #424242; }

.b-l-grey {
  border-left-color: #424242; }

.b-dark {
  border-color: #2e3e4e; }

.b-t-dark {
  border-top-color: #2e3e4e; }

.b-r-#eaeced {
  border-right-color: #2e3e4e; }

.b-b-dark {
  border-bottom-color: #2e3e4e; }

.b-l-dark {
  border-left-color: #2e3e4e; }

.b-black {
  border-color: #2a2b3c; }

.b-t-black {
  border-top-color: #2a2b3c; }

.b-r-#eaeaec {
  border-right-color: #2a2b3c; }

.b-b-black {
  border-bottom-color: #2a2b3c; }

.b-l-black {
  border-left-color: #2a2b3c; }

.b-white {
  border-color: #ffffff; }

.b-t-white {
  border-top-color: #ffffff; }

.b-r-white {
  border-right-color: #ffffff; }

.b-b-white {
  border-bottom-color: #ffffff; }

.b-l-white {
  border-left-color: #ffffff; }

.b-blue {
  border-color: #2196f3; }

.b-t-blue {
  border-top-color: #2196f3; }

.b-r-#e9f5fe {
  border-right-color: #2196f3; }

.b-b-blue {
  border-bottom-color: #2196f3; }

.b-l-blue {
  border-left-color: #2196f3; }

.no-b-t {
  border-top-width: 0; }

.no-b-r {
  border-right-width: 0; }

.no-b-b {
  border-bottom-width: 0; }

.no-b-l {
  border-left-width: 0; }

.b-dashed {
  border-style: dashed !important; }

/*box*/
.box,
.box-color {
  background-color: #fff;
  position: relative;
  margin-bottom: 1.5rem; }

.box-header {
  position: relative;
  padding: 1rem; }
  .box-header h2,
  .box-header h3,
  .box-header h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1; }
  .box-header h3 {
    font-size: 16px; }
  .box-header h4 {
    font-size: 15px; }
  .box-header small {
    display: block;
    margin-top: 4px;
    opacity: 0.6; }

.box-body {
  padding: 1rem; }

.box-footer {
  padding: 1rem; }

.box-divider {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 1px solid rgba(0,0,0,.12);
  margin: 0 16px;
  height: 0; }

.box-tool {
  position: absolute;
  right: 10px;
  top: 10px; }
  .box-tool .nav-link {
    padding: .25rem .35rem; }


.box-shadow,
.box-shadow .box,
.box-shadow .box-color {
  /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03); */
  box-shadow: 0 8px 24px rgba(0,0,0,.02);
}

.box-shadow-z0,
.box-shadow-z0 .box,
.box-shadow-z0 .box-color {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15); }

.box-shadow-z1,
.box-shadow-z1 .box,
.box-shadow-z1 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-z2,
.box-shadow-z2 .box,
.box-shadow-z2 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-z3,
.box-shadow-z3 .box,
.box-shadow-z3 .box-color {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-shadow-z4,
.box-shadow-z4 .box,
.box-shadow-z4 .box-color {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26), 0 -1px 0px rgba(0, 0, 0, 0.02); }

.box-radius-1x,
.box-radius-1x .box,
.box-radius-1x .box-color {
  border-radius: 2px; }

.box-radius-2x,
.box-radius-2x .box,
.box-radius-2x .box-color {
  border-radius: 3px; }

.box-radius-3x,
.box-radius-3x .box,
.box-radius-3x .box-color {
  border-radius: 4px; }

.box-radius-6x {
	border-radius: 6px;
}

/*margin*/
	.m-a-0 {
	  margin: 0 !important;
	}

	.m-t-0 {
	  margin-top: 0 !important;
	}

	.m-r-0 {
	  margin-right: 0 !important;
	}

	.m-b-0 {
	  margin-bottom: 0 !important;
	}

	.m-l-0 {
	  margin-left: 0 !important;
	}

	.m-x-0 {
	  margin-right: 0 !important;
	  margin-left: 0 !important;
	}

	.m-y-0 {
	  margin-top: 0 !important;
	  margin-bottom: 0 !important;
	}

	.m-a {
	  margin: 1rem !important;
	}

	.m-t {
	  margin-top: 1rem !important;
	}

	.m-r {
	  margin-right: 1rem !important;
	}

	.m-b {
	  margin-bottom: 1rem !important;
	}

	.m-l {
	  margin-left: 1rem !important;
	}

	.m-x {
	  margin-right: 1rem !important;
	  margin-left: 1rem !important;
	}

	.m-y {
	  margin-top: 1rem !important;
	  margin-bottom: 1rem !important;
	}

	.m-x-auto {
	  margin-right: auto !important;
	  margin-left: auto !important;
	}

	.m-a-md {
	  margin: 1.5rem !important;
	}

	
	.m-t-md {
	  margin-top: 1.5rem !important;
	}

	.m-r-md {
	  margin-right: 1.5rem !important;
	}

	.m-b-md {
	  margin-bottom: 1.5rem !important;
	}

	.m-l-md {
	  margin-left: 1.5rem !important;
	}

	.m-x-md {
	  margin-right: 1.5rem !important;
	  margin-left: 1.5rem !important;
	}

	.m-y-md {
	  margin-top: 1.5rem !important;
	  margin-bottom: 1.5rem !important;
	}

	.m-a-lg {
	  margin: 3rem !important;
	}

	.m-t-lg {
	  margin-top: 3rem !important;
	}

	.m-r-lg {
	  margin-right: 3rem !important;
	}

	.m-b-lg {
	  margin-bottom: 3rem !important;
	}

	.m-l-lg {
	  margin-left: 3rem !important;
	}

	.m-x-lg {
	  margin-right: 3rem !important;
	  margin-left: 3rem !important;
	}

	.m-y-lg {
	  margin-top: 3rem !important;
	  margin-bottom: 3rem !important;
	}

	.p-a-0 {
	  padding: 0 !important;
	}

	.p-t-0 {
	  padding-top: 0 !important;
	}

	.p-r-0 {
	  padding-right: 0 !important;
	}

	.p-b-0 {
	  padding-bottom: 0 !important;
	}

	.p-l-0 {
	  padding-left: 0 !important;
	}

	.p-x-0 {
	  padding-right: 0 !important;
	  padding-left: 0 !important;
	}

	.p-y-0 {
	  padding-top: 0 !important;
	  padding-bottom: 0 !important;
	}

	.p-a {
	  padding: 1rem !important;
	}

	.p-t {
	  padding-top: 1rem !important;
	}

	.p-r {
	  padding-right: 1rem !important;
	}

	.p-b {
	  padding-bottom: 1rem !important;
	}

	.p-l {
	  padding-left: 1rem !important;
	}

	.p-x {
	  padding-right: 1rem !important;
	  padding-left: 1rem !important;
	}

	.p-y {
	  padding-top: 1rem !important;
	  padding-bottom: 1rem !important;
	}

	.p-a-md {
	  padding: 1.5rem !important;
	}

	.p-t-md {
	  padding-top: 1.5rem !important;
	}

	.p-r-md {
	  padding-right: 1.5rem !important;
	}

	.p-b-md {
	  padding-bottom: 1.5rem !important;
	}

	.p-l-md {
	  padding-left: 1.5rem !important;
	}

	.p-x-md {
	  padding-right: 1.5rem !important;
	  padding-left: 1.5rem !important;
	}

	.p-y-md {
	  padding-top: 1.5rem !important;
	  padding-bottom: 1.5rem !important;
	}

	.p-a-lg {
	  padding: 3rem !important;
	}

	.p-t-lg {
	  padding-top: 3rem !important;
	}

	.p-r-lg {
	  padding-right: 3rem !important;
	}

	.p-b-lg {
	  padding-bottom: 3rem !important;
	}

	.p-l-lg {
	  padding-left: 3rem !important;
	}

	.p-x-lg {
	  padding-right: 3rem !important;
	  padding-left: 3rem !important;
	}

	.p-y-lg {
	  padding-top: 3rem !important;
	  padding-bottom: 3rem !important;
	}

	.m-a-sm {
	  margin: 0.5rem !important; }

	.m-t-sm {
	  margin-top: 0.5rem !important; }

	.m-r-sm {
	  margin-right: 0.5rem !important; }

	.m-b-sm {
	  margin-bottom: 0.5rem !important; }

	.m-l-sm {
	  margin-left: 0.5rem !important; }

	.m-x-sm {
	  margin-right: 0.5rem !important;
	  margin-left: 0.5rem !important; }

	.m-y-sm {
	  margin-top: 0.5rem !important;
	  margin-bottom: 0.5rem !important; }

	.m-a-xs {
	  margin: 0.25rem !important; }

	.m-t-xs {
	  margin-top: 0.25rem !important; }

	.m-r-xs {
	  margin-right: 0.25rem !important; }

	.m-b-xs {
	  margin-bottom: 0.25rem !important; }

	.m-l-xs {
	  margin-left: 0.25rem !important; }

	.m-x-xs {
	  margin-right: 0.25rem !important;
	  margin-left: 0.25rem !important; }

	.m-y-xs {
	  margin-top: 0.25rem !important;
	  margin-bottom: 0.25rem !important; }

	.p-a-sm {
	  padding: 0.5rem !important; }

	.p-t-sm {
	  padding-top: 0.5rem !important; }

	.p-r-sm {
	  padding-right: 0.5rem !important; }

	.p-b-sm {
	  padding-bottom: 0.5rem !important; }

	.p-l-sm {
	  padding-left: 0.5rem !important; }

	.p-x-sm {
	  padding-right: 0.5rem !important;
	  padding-left: 0.5rem !important; }

	.p-y-sm {
	  padding-top: 0.5rem !important;
	  padding-bottom: 0.5rem !important; }

	.p-a-xs {
	  padding: 0.25rem !important; }

	.p-t-xs {
	  padding-top: 0.25rem !important; }

	.p-r-xs {
	  padding-right: 0.25rem !important; }

	.p-b-xs {
	  padding-bottom: 0.25rem !important; }

	.p-l-xs {
	  padding-left: 0.25rem !important; }

	.p-x-xs {
	  padding-right: 0.25rem !important;
	  padding-left: 0.25rem !important; }

	.p-y-xs {
	  padding-top: 0.25rem !important;
	  padding-bottom: 0.25rem !important; }

	.padding {
	  padding: 1.5rem 1.5rem; }

	.margin {
	  margin-bottom: 1.5rem; }

	.padding-out {
	  margin: -1.5rem -1.5rem; }

/*btn*/
.btn {
  font-weight: 500;
  outline: 0 !important; }
  .btn:not([disabled]):hover, .btn:not([disabled]):focus, .btn:not([disabled]).active {
    box-shadow: inset 0 -10rem 0px rgba(158, 158, 158, 0.2); }
  .btn > i.pull-left, .btn > i.pull-right {
    line-height: 1.5; }
  .btn.rounded {
    padding-left: 1.2em;
    padding-right: 1.2em; }

.btn-md {
  padding: .4695rem .75rem;
  font-size: 0.9rem; }

.btn-xs {
  padding: .2195rem .5rem;
  font-size: 0.8rem; }

.btn-outline {
  border-width: 1px;
  background-color: transparent;
  box-shadow: none !important; 
}
.btn.b-primary:hover, .btn.b-primary:focus, .btn.primary:hover, .btn.primary:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #0cc2aa; }

.btn.b-accent:hover, .btn.b-accent:focus, .btn.accent:hover, .btn.accent:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #a88add; }

.btn.b-warn:hover, .btn.b-warn:focus, .btn.warn:hover, .btn.warn:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #fcc100; }

.btn.b-success:hover, .btn.b-success:focus, .btn.success:hover, .btn.success:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6cc788; }

.btn.b-info:hover, .btn.b-info:focus, .btn.info:hover, .btn.info:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6887ff; }

.btn.b-warning:hover, .btn.b-warning:focus, .btn.warning:hover, .btn.warning:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f77a99; }

.btn.b-danger:hover, .btn.b-danger:focus, .btn.danger:hover, .btn.danger:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44455; }

.btn.b-dark:hover, .btn.b-dark:focus, .btn.dark:hover, .btn.dark:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2e3e4e; }

.btn.b-black:hover, .btn.b-black:focus, .btn.black:hover, .btn.black:focus {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2a2b3c; }

.btn.b-white:hover, .btn.b-white:focus {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #ffffff; }

.btn.b-light:hover, .btn.b-light:focus {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f8f8f8; }

.mesui-btn {
	position: relative;
  display: inline-block;
  padding: 0 15px;

  font-weight: 400;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  
  transition: all .2s;
	}
	.mesui-btn:hover {
		text-decoration: none;
	}
.mesui-btn.primary {
	color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0099FF, endColorstr=#0066CC);/*IE<9>*/
	background: linear-gradient(-15deg, #0099FF 0%, #0066CC 100%);
  border: 1px solid #63B5F6;

	}
	.mesui-btn.primary:hover {
		box-shadow: 0px 1px 15px rgba(0, 0, 204, 0.3);
		opacity: .9;
	}
.mesui-btn.large {
  height: 48px;
  line-height: 46px;
  font-size: 20px;
  padding: 0 32px;
  border-radius: 50px;
}

/*radio*/
.md-check {
  cursor: pointer;
  padding-left: 1.25rem;
  margin: 0;
  display: inline-block;
  position: relative; 
  line-height: 20px;
  vertical-align: middle;
  }
  .md-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem; }
    .md-check input:checked + i:before {
      border-width: 0;
      background-color: inherit; }
    .md-check input:checked + span .active {
      display: inherit; }
    .md-check input[type="radio"] + i, .md-check input[type="radio"] + i:before {
      border-radius: 50%; }
    .md-check input[type="checkbox"]:checked + i:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 6px;
      top: 2px;
      display: table;
      width: 6px;
      height: 12px;
      border: 2px solid;
      border-top: 0;
      border-left: 0;
      content: ' '; }
    .md-check input[type="radio"]:checked + i:after {
      position: absolute;
      left: 6px;
      top: 6px;
      display: table;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      content: ' '; }
    .md-check input[disabled] + i:before,
    fieldset[disabled] .md-check input + i:before {
      opacity: 0.5; }
    .md-check input[disabled]:checked + i:before {
      opacity: 0.5; }
  .md-check > i {
    width: 0;
    height: 18px;
    line-height: 1;
    margin-left: -20px;
    margin-top: 1px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    position: relative; }
    .md-check > i:before {
      content: "";
      position: absolute;
      width: 18px;
      height: 100%;
      border: 2px solid #9e9e9e;
      border-radius: 2px; }
    .md-check > i.no-icon:after {
      display: none !important; }

/*modal*/
.modal-header {
	border-bottom: 1px solid rgba(0,0,0,.12);
	}
	.modal-header .close {
		outline: none;
	}
.modal-footer {
	border-top: 1px solid rgba(0,0,0,.12);
}

/*banner*/
.banner-main {
	position: absolute;
  top: 142px;
  width: 100%;
  text-align: center;
	}
	.banner-title {
		letter-spacing: 1px;
		font-size: 34px;
		}
		.banner-intro {
			letter-spacing: 1px;
			text-align: center;
	    opacity: .8;
	    letter-spacing: 1px;
	    line-height: 1.7;
	    font-size: 18px;
		}

/*landing*/
.c-section {
	position: relative;
	}
	.c-section-inner {
		position: relative;
		z-index: 2;
		width: 1120px;
		margin: auto;
	}
	.c-section.c-p-y-tall {
		padding: 80px 0 80px;
	}
	.c-section.c-p-y-mid {
		padding: 70px 0 60px;
	}
	.c-section.c-p-y-sm {
		padding: 50px 0 50px;
	}
	.c-section.bg-color {
		background: #eeeef1;
	}
	.c-section__hd {
		margin-bottom: 40px;
		}
		.c-section-tit {
			text-align: center;
			font-size: 34px;
			font-weight: normal;
			margin-bottom: 22px;
			letter-spacing: 2px;
		}
		.c-section-intro {
			text-align: center;
			font-size: 18px;
			opacity: .8;
			letter-spacing: 1px;
		}
		.c-section-divider {
			width: 45px;
			margin: 40px auto 0;
			border-bottom: 4px solid #5B637D;
		}

/* corner-buttons */
.corner-buttons {
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
  will-change: transfrom;
	}
	.corner-button {
		background: #fff;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    margin-bottom: 12px;
    cursor: pointer;
		}
		.corner-button:hover {
			background:#d3d3d3;
		}
		.corner-button .Zi {
			fill: #8590a6;
			margin: 8px;

		}

		.back-to-top {

		}