/* CSS Document */
:root {
    --body: #f8f8f8;
    --bol: #f0f0f0;
    --border: #e2e3e5;
    --box: rgba(255,255,255,0.9);
    --c0: #000000;
    --c3: #333333;
    --c4: #444444;
    --c6: #666666;
    --c9: #999999;
    --cc: #cccccc;
    --ce: #eeeeee;
    --grey: #cccccc;
    --hover: rgba(0,0,0,0.01);
    --link: #000000;
    --main: #1f5ef5;
    --main-d: #0e49d8;
    --main-l: #e1effc;
    --main-l-d: #a6cffe;
    --main-s: #3faaff;
    --panel: rgba(0,0,0,0.04);
    --popup: rgba(248,248,248,0.98);
    --shadow: 0px 10px 25px rgba(0,0,0,0.4);
    --shadow-l: 0px 0 10px #eee;
    --success: #07c160;
    --success-d: #01ac53;
    --success-l: #e6f4ed;
    --success-l-d: #a4dbc0;
    --success-s: #14d671;
    --warn: #e64340;
    --warn-d: #ce3c39;
    --warn-l: #f6dfdf;
    --warn-l-d: #ecc5c5;
    --warn-s: #f26260;
    --white: #ffffff;
    --zebra: rgba(0,0,0,0.02);
}
.wrap{
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
.storey {
    padding: 60px 0 80px 0;
}
.storey .titles1 {
    text-align: center;
    padding-bottom: 40px;
}
.storey .titles1 h2 {
    font-size: 40px;
    font-weight: 400;
	color: #000000
}
.storey .titles1 p {
    font-size: 16px;
    padding-top: 10px;
    color: var(--c6);
}
@import "icon.css";
.flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.flex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.l {
	float: left;
}
.r {
	float: right;
}
.cl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl {
	zoom: 1;
}
.tc{
	text-align:center;
}
.tl{
	text-align:left;
}
.tr{
	text-align:right;
}
.vc{
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b{
  font-weight: 600;
}
.itemshow{
  height: auto !important;
}

/*diy-group*/
.diy-group{
  position: relative;
}
.diy-group:hover:after{
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: calc(100%);
  height: 100%;
  border: 1px dashed rgba(0,0,0,0.4);
  background: rgba(255,255,255,0.4);
  z-index: 998;
  left: 0px;
  top: 0;
}
.diy-group .diy-btn{
  position: absolute;
  right: 15px;
  top: 15px;
  background: var(--main);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 0 15px;
  font-size: 14px;
  z-index: 999;
}

/*badge*/
.badge {
  display: inline-block;
  padding: 0.15em 0.4em;
  min-width: 0.67em;
  border-radius: 18px;
  background-color: var(--warn);
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}
.badge-dot {
  padding: 0.4em;
  min-width: 0;
}

/*宸﹀彸婊氬姩缁撴瀯*/
.scroll-x {
	overflow: hidden;
  position: relative;
}
.scroll-x:after{
  content: "";
  width: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,var(--box) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(100%, var(--box)));  
}
.scroll-content {
	position: relative;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
  font-size: 0px;
}
.scroll-content  .c {
	position: absolute;
	left: 0;
	white-space: nowrap;
  font-size: 0px;
}
.scroll-content .item{
  display: inline-block;
}
/**/
.sms_neuron{
  margin-left: 5px;
  display: inline-block;
  font-weight: 400;
  color: var(--success-d);
}
.sms_neuron-loading{
  margin-left: 5px;
  font-size: 18px;
}
/*鎸夐挳*/
.sms_btn {
  display: inline-block;
  background: var(--main);
  color: #FFFFFF;
  margin: 0 auto;
  padding: 0 1.5rem;
  line-height: 2.4;
  text-align: center;
  text-decoration: none;
  font-size: 1.143rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.sms_btn-min{
  padding: 0 1rem;
  line-height: 1.6;
  font-size: 1rem;
}
.sms_btn-block{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 auto;
}
.sms_btn+.sms_btn{
  margin-left: 1rem;
}
.sms_btn-min+.sms_btn-min{
  margin-left: 0.6rem;
}

.sms_btn:hover {
  background-color: var(--main-s);
}
.sms_btn:active {
  background-color: var(--main-d);
}
.sms_btn-warn{
  background: var(--warn);
}
.sms_btn-warn:hover {
  background-color: var(--warn-s);
}
.sms_btn-warn:active {
  background-color: var(--warn-d);
}
.sms_btn-success{
  background: var(--success);
}
.sms_btn-success:hover {
  background-color: var(--success-s);
}
.sms_btn-success:active {
  background-color: var(--success-d);
}
.sms_btn-grey{
  background: var(--grey);
}
.sms_btn-grey:hover {
  background-color: #999999;
}
.sms_btn-border{
  background: #FFFFFF;
  border-color: var(--cc);
  color: var(--c0);
}
.sms_btn-border:hover,.sms_btn-border:active,.sms_btn-border-main{
  background: #FFFFFF;
  border-color: var(--main);
  color: var(--main);
}



/**/
.input {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  height: 1.4rem;
  line-height: 1.4;
  width: 188px;
}
.textarea{
  border: 0;
  outline: 0;
  resize: none;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  width: 100%;
}
.sms_editcontent{
  font-size: 16px;
  cursor: text;
  border: 1px solid var(--border);
  background: var(--box);
  padding: 16px 21px;
  line-height: 1.8;
  min-height: 144px;
}
.sms_editcontent p,.sms_editcontent div,.sms_editcontent h3,.sms_editcontent h4{
  padding-bottom: 27px;
}
.sms_editcontent:empty::before {
  content: "璇疯緭鍏�...";
  color: #999;
}
.sms_editcontent:focus{
  border-color: var(--main);
  outline: none;
}

/*绌虹櫧*/
.sms_empty{
  text-align: center;
  padding: 100px 0;
  color: #999999;
}
.sms_empty a{
  color: var(--main);
}
/*涓嬫媺鑿滃崟*/
.sms_select {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 100%;
  font-size: inherit;
  height: 32px;
  line-height: 32px;
  position: relative;
  z-index: 1;
  padding: 0 35px 0 14px;
}
.sms_select-div{
  position: relative;
  background: #fff;
  border: 1px solid #e2e3e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sms_select-div:after{
  position: absolute;
  right: 10px;
  top: 8px;
  font-family: "Mico-p";
  content: "\e87e";
}
/*鍗曢€�*/
.sms_radio .checked:before{
  font-family: "Mico-p";
  content: "\eb5e";
  padding-right: 5px;
  font-size: 1.286rem;
  color: #999999;
  vertical-align: middle;
}
.sms_radio input:checked+ .checked:before{
  content: "\e6b0";
  color: var(--main);
}
.sms_radio input{
  position: absolute;
  left: -9999em;
}
/*澶氶€�*/
.sms_checkbox .checked:before{
  font-family: "Mico-p";
  content: "\e654";
  padding-right: 5px;
  font-size: 1.286rem;
  color: #999999;
  vertical-align: middle;
}
.sms_checkbox input:checked+ .checked:before{
  content: "\e721";
  color: var(--main);
}
.sms_checkbox input{
  position: absolute;
  left: -9999em;
}
/*鍥惧舰绫诲崟閫塯raph*/
.sms_radio-graph label{
  display: inline-block;
  text-align: center;
  padding: 0 2px;
  position: relative;
  font-size: 0px;
}
.sms_radio-graph label img{
  width: 80px;
  height: 60px;
  border: 2px solid transparent;
  padding: 1px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
  border-radius: 8px;
}
.sms_radio-graph label p{
  padding-top: 5px;
  font-size: 12px;
}
.sms_radio-graph .sms_radio:checked + img{
  border-color: #2196f3;
}
.sms_radio-graph input{
  position: absolute;
  left: -9999em;
}
/*婊戝姩寮€鍏虫寜閽�*/
.sms_switch {
  -webkit-appearance: none;
          appearance: none;
}
.sms_switch{
  position: relative;
  width: 52px;
  height: 26px;
  vertical-align: middle;
  border: 1px solid #e2e3e5;
  outline: 0;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.1s, border 0.1s;
  transition: background-color 0.1s, border 0.1s;
}
.sms_switch:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 24px;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
  transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
  transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1), -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}
.sms_switch:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35), -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
}
.sms_switch:checked {
  border-color: #2196f3;
  background-color: #2196f3;
}
.sms_switch:checked:before{
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sms_switch:checked:after{
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}
/*涓婁紶*/
.sms-upload{
  position: relative;
}
.sms-upload input{
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sms-upload .upload-holder i:before{
  display: inline-block;
  font-family: "Mico-p";
  content: "\e6ea";
  background: var(--hover);
  padding: 5px 10px;
  margin-right: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.sms-upload .upload-holder img{
  max-height: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  background: #FFFFFF;
  padding: 1px;
}
.sms-upload .upload-holder span.icon-del{
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 2;
  font-size: 20px;
  color: var(--warn);
  background: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/*娴姩鑿滃崟绐楀彛*/
.pop-up{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--popup);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
  border: 1px solid var(--border);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.4);  
}
.pop-up:active{
  border-color: rgba(0, 0, 0, 0.25);
}
.movepanel{
  cursor: move
}
/*寮瑰嚭鑿滃崟*/
.popupmenu{
  display: none;
  position: absolute;
  background: var(--box);
  text-align: left;
	box-shadow: 0px 0 10px #eee;
	-webkit-box-shadow: 0px 0 10px #eee;
  padding: 10px 0;
  z-index: 10;
}
.popupmenu dd{
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.popupmenu dd a{
  display: block;
  padding: 0 24px;
  white-space:nowrap;
}
.popupmenu dd a:hover{
  background: var(--panel);
}
.popupmenu dd img{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
/*notice*/
.sms_notice{
  z-index: 9000;
  max-width: 600px;
  border: 0px;
  background: rgba(230, 67, 64, 0.8);
  color: #fff;
  font-size: 16px;
  padding: 1.2rem 1.5rem;
}
.sms_notice a{
  color: #fff;
}
/*toast*/
.sms_toast{
  z-index: 9000;
  width: 7.6em;
  min-height: 7.6em;
  border: 0px;
  text-align: center;
  background: rgba(17, 17, 17, 0.7);
  color: #fff;
}
.sms_toast i.icon{
  margin: 15px 0 5px 0;
  font-size: 48px;
  display: block;
}
/**/
.sms_qrcode{
  z-index: 7000;
  background: var(--success-d);
  border: 0px;
}
.sms_qrcode .qrcode-image{
  padding: 40px;
  position: relative
}
.sms_qrcode .qrcode-image img{
  width: 280px;
}
.sms_qrcode .qrcode-image a{
  position: absolute;
  right: -18px;
  top: -18px;
  font-size: 24px;
  color: #fff;
  background: #000;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.sms_qrcode .qrcode-info{
  background: #fff;
  line-height:80px;
  text-align: center;
  font-size: 20px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
/*note*/
.sms_note{
  z-index: 9000;
  min-width: 440px;
  max-width: 620px;
  border: 0px;
}
.sms_note a.icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  color: #fff;
}
.sms_note-content{
  position: relative;
}
.sms_note-content h3{
  font-size: 20px;
  font-weight: 400;
  background: var(--warn);
  color: #FFFFFF;
  height: 64px;
  line-height: 64px;
  padding-left: 24px;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.sms_note-content ul.requirement{
  padding: 26px 26px 26px 42px;
}
.sms_note-content ul.requirement li{
  list-style: disc;
  font-size: 16px;
  line-height: 28px;
  height: 28px;
}
.sms_note-content ul.requirement li a{
  color: var(--main);
}
.sms_note-content ul.requirement li .r{
  line-height: 28px;
}

.sms_note-bule .sms_note-content h3{
  background: var(--main);
}
.sms_note-green .sms_note-content h3{
  background: var(--success);
}
/*渚跨琛ㄥ崟*/
.note-form{
  padding: 24px;
}
.note-form h4{
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 10px 3px;
}
.note-form div input{
  border: 1px solid #eee;
  background: #eeeeee;
  height: 42px;
  line-height: 42px;
  text-indent: 16px;
  width: 330px;
}
.note-form input:focus{
  border-color: var(--success);
  background: var(--success-l);
}
.note-form div strong{
  font-size: 18px;
  font-weight: 400;
  padding-left: 6px;
}
.note-form div.flexbox{
  border-top: 1px  solid var(--border);
  padding: 20px 0 0 0;
  color: #999999;
}
.note-form div.flexbox span{
  padding: 0 3px;
}

/*dialog*/
.sms_dialog{
  z-index: 9000;
  width: 420px;
}
.sms_dialog .ico{
  padding: 0 20px;
  font-size: 54px;
}
.sms_dialog .icon-success:before,.showmessage .icon-success:before {
  color:var(--success);
}
.sms_dialog .icon-fail:before,.showmessage .icon-fail:before {
  color:var(--warn);
}
.sms_dialog .icon-warn:before,.showmessage .icon-warn:before {
  color:var(--warn);
}
.sms_dialog .icon-wait:before,.showmessage .icon-wait:before {
  color: var(--main);
}
.sms_dialog .icon-tip:before,.showmessage .icon-tip:before {
  color: var(--main);
}

.sms_dialog .flex{
  padding: 20px 20px 15px 0;
}
.sms_dialog .flex h4{
  font-size: 1.143rem;
  font-weight: 600;
}
.sms_dialog .message{
  padding-bottom: 14px;
}
/**/
.sms_viewpic{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9000;
  left: 0px;
  top: 0px;
}
.sms_viewpic .picviewer-box{
  position: relative;
  width: 100%;
  height: 100%;
}
.sms_viewpic a.icon-close{
  position: absolute;
  right: 30px;
  top: 30px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  z-index: 10;
}
.sms_viewpic .swiper,.sms_viewpic .swiper-wrapper,.sms_viewpic .swiper-slide{
  height: 100%;
  text-align: center;
}
.sms_viewpic div.icon{
  position: absolute;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 42px;
  text-align: center;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
}
.sms_viewpic div.icon-back{
  left: 48px;
}
.sms_viewpic div.icon-forward{
  right: 0px;
}
.sms_viewpic div.swiper-button-disabled{
  color: #666;
}

.sms_viewpic img{
  display: inline-block;
  max-width: 96%;
  max-height: 96%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*window*/
.sms_window{
  width: 720px;
}
.sms_window.flexbox{
  width: 820px;
}
.sms_window-close{
  opacity: 0;
  transform: scale(0);
  left: 0px;
  top: 0px;
	 -webkit-animation: close .3s ease-in-out;
	animation: close .3s ease-in-out;
}
@keyframes close {
	0% {
    opacity: 1;
    transform: scale(1);
	}
	100% {
    opacity: 0;
    left: 0px;
    top: 0px;
		transform: scale(0);
	}
}
.sms_window-title{
  background: rgba(0,0,0,0.04);
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.sms_window-t-icon{
  padding-left: 18px;
  font-size: 0px;
}
.sms_window-t-icon span.dot,.sms_window-t-icon:before,.sms_window-t-icon:after{
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #f5be4f;
  border: 1px solid #d79f3e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
  margin: 0 3px;
  vertical-align: middle;
}
.sms_window-t-icon:before{
  content: "";
  background: #ed6a5e;
  border: 1px solid #d14e41;
}
.sms_window-t-icon:after{
  content: "";
  background: #62c554;
  border: 1px solid #4fa63b;
}
a.sms_window-t-icon:hover:before{
  content: "x";
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 10px;
}
.sms_window-title .flex{
  padding: 14px 21px;
  font-size: 18px;
  font-weight: 500;
}
.sms_window-t-action a{
  padding: 0 21px;
  font-size: 18px;
}
.sms_window-content{
  padding: 21px;
  min-height: 320px;
  max-height: 480px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
.sms_window_big{
  width: 860px;
}
.sms_window_big .sms_window-content{
  min-height: 480px;
  max-height: 560px;
}
.sms_window-foot{
  background: rgba(0,0,0,0.05);
  padding: 12px 21px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
  text-align: right;
}
.sms_window-panel{
  background: var(--panel);
  width: 180px;
  padding: 20px 0 0 15px;
  border-right: 1px solid var(--border);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 614px;
  overflow: hidden;
}
.sms_window-panel .sms_window-t-icon{
  padding: 0 0 20px 0;
}
.sms_window-navs{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 20px;
  padding-bottom: 20px;
  max-height: 560px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;  
}
.sms_window-navs div.blank{
  height: 20px;
}
.sms_window-navs a.flexbox{
  padding: 8px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  color: var(--c6);
}
.sms_window-navs a.flexbox i.mico,.sms_window-navs a.flexbox i.icon{
  font-size: 24px;
  padding-right: 5px;
}
.sms_window-navs a.a{
  background: var(--main);
  color: #FFFFFF;
  margin-bottom: 6px;
}
.sms_window-m-box{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;  
}
.sms_window-m-btn{
  padding: 20px;
  border-top: 1px solid var(--border);
  text-align: right;
}
.sms_window-m-title{
  height: 54px;
  padding: 0 20px;
  color: var(--c6);
}
.sms_window-title .back a.icon{
  padding-left: 10px;
  font-size: 1.286rem;
}
.sms_window-m-title .back a.icon{
  padding-right: 10px;
  font-size: 1.286rem;
}
.sms_window-m-title .flex{
  font-weight: 500;
  font-size: 1.143rem;
}
.sms_window-m-title .close{
  font-size: 1.286rem;
}
.sms_window-main{
  max-height: 634px;
}
.sms_window-m-content{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 10px 15px 15px;
  overflow-y: scroll;  
}
.sms_window-article{
  padding:8px;
  font-size: 16px;
  line-height: 2;
  color: var(--c3);
}
.sms_window-article h3{
  font-size: 20px;
  font-weight: 600;
}
.win-foot .sms_btn-min{
  line-height: 2.2;
}

/*builds搴曢儴淇℃伅*/
.sms_builds-info{
  padding-top: 14px;
  padding-left: 14px;
  padding-bottom: 7px;
  color: var(--c6);
}
/*builds椤堕儴淇℃伅*/
.sms_builds-title{
  padding-top: 7px;
  padding-bottom: 14px;
  padding-left: 14px;
  color: var(--c6);
}
.sms_builds {
  background: rgba(0,0,0,0.01);
  line-height: 1.4;
  overflow: hidden;
  position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.sms_builds + .sms_builds {
  margin-top: 15px;
}
.sms_build {
  padding: 16px 21px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*搴曢儴闈犻綈*/
.sms_build-base{
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items:baseline;
}
.sms_build:after{
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.sms_builds .sms_build:last-child:after{
  border: 0px;
}
.sms_build-hd,.sms_build-bd,.sms_build-ft{
  position: relative;
}
.sms_build-ft{
  padding-left: 21px;
}
.sms_build-bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.sms_build-hd span.icon{
  font-size: 20px;
  padding-right: 10px;
}
.sms_build-hd img{
  width: 32px;
  height: 32px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
  display: block;
  margin-right: 10px;
}
/*閫夋嫨鑿滃崟*/
.sms_build-radio label,.sms_build-checkbox label{
  display: block;
  padding-left: 5px;
  padding-bottom: 2px;
}
.sms_build-radio label:hover,.sms_build-checkbox label:hover{
  color: var(--main);
}
/*澶氶€夎彍鍗曟帓鍒�*/
.field label{ 
  display: inline-block
}
.equally label{
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
}
/*link*/
.sms_build-link .sms_build-ft:after{
  font-family: "Mico-p";
  content: "\e653";
}
.sms_build-link .sms_build-ft{
  color: #999999;
}
.sms_build-link:hover{
  background: var(--box);
  color: var(--main);
}

/*form*/
.sms_build .t{
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 5px;
}
.sms_build .c{
  color: var(--c6);
}
.sms_build-form .input{
  border: 1px dashed var(--border);
  background: var(--box);
  outline: 0;
  padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  width: 300px;
  margin-right: 6px;
}
.sms_build-form .s{
  width: 30px;
}
.sms_build-form a{
  color: var(--main);
}
.sms_build-form:hover .input,.sms_build-form:hover .textarea{
  border-color: var(--main-s);
  background: var(--zebra);
}
.sms_build-form .input:focus,.sms_build-form .textarea:focus{
  border: 1px solid var(--main);
  background: var(--main-l);
}
.sms_build-form:hover .t:after{
  font-family: "Mico-p";
  content: "\e649";
  padding-left: 6px;
  color: var(--main);
}
.sms_build-form:hover{
  background: var(--box);
}
.sms_build-form:hover .sms-upload .upload-holder i:before{
  background: var(--main-l);
  color: var(--main-d);
}
.sms_build-form .textarea{
  border: 1px dashed var(--border);
  background: var(--box);
  outline: 0;
  padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
}

.sms_builds-win .sms_build-form .input,.sms_builds-win .sms_build-form .textarea{
  border-style: solid;
  padding: 8px 10px;
}

/*姝ｆ枃*/
.text-title{
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  padding: 16px 0;
}
.text-content div,.text-content p{
  margin-bottom: 32px;
  text-indent: 32px;
  font-size: 16px;
  line-height: 1.8;  
}
.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6{
  margin-bottom: 16px;
}
/**/
.cell{
  background: var(--box);
  margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.cell-tltle{
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  background: var(--ce);
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.cell-tltle strong{
  font-size: 18px;
}

/*鐩掑瓙*/
.box{
  border: 1px solid var(--border);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
  margin-bottom: 15px;
}
.box-title{
  height: 45px;
  line-height: 45px;
  padding:0 15px;
  font-weight: 500;
  background: var(--panel);
}
.box-title a.more{
  float: right;
  font-size: 0.857rem;
  color: var(--cc)
}
.box-title a.more:hover{
  color: var(--c0);
}
.box-title a.more:after{
  content: ">";
}
.box-title ul{
  float: left;
}
.box-title ul li{
  float: left;
  height: 45px;
  line-height: 43px;
  padding-right: 20px;
}
.box-title ul li a{
  color: var(--c6);
  display: block;
  border-bottom: 2px solid  transparent;
}
.box-title ul li.a a{
  color: var(--c0);
  border-bottom: 2px solid var(--main);
}
/*璇存槑淇℃伅鐩掑瓙*/
.info-box{
  margin-bottom: 20px;
  padding: 10px 15px 15px 15px;
  background: var(--popup);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.info-box h3{
  font-size: 18px;
  line-height: 2.4;
  font-weight: 400;
  padding-left: 5px;
  margin-bottom: 5px;
}
.info-box h3 span.mico{
  display: inline-block;
  padding-right: 5px;
  color: var(--warn);
}
.info-box ul{
  padding-left: 15px;
}
.info-box li{
  color: var(--c6);
  padding-bottom: 3px;
  list-style: disc;
}
.info-box li:hover{
  color: var(--c0);
}
.info-box li:hover span{
  color: var(--warn);
}

/*琛ㄦ牸*/
.box-title + .list{
  padding: 15px;
}
.list table{
  width: 100%;
}
.list table thead td{
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
  background: var(--panel);
  font-weight: 600;
}
.list table thead td:first-child{
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
	border-radius:5px 0 0 0;  
}
.list table thead td:last-child{
	-moz-border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;  
}
.box-title + .list table thead td{
  border-top: 1px solid var(--border);
}
.list table thead td a span.icon{
  padding-left: 5px;
  font-size: 0.857rem;
}
.list table thead td.more{
  position: relative;
}
.list table thead td.more ul{
  display: none;
  position: absolute;
  z-index: 10;
  background: #FFFFFF;
  padding: 5px 10px;
  box-shadow: 0px 0 10px #eee;
  -webkit-box-shadow: 0px 0 10px #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 80px;
  line-height: 36px;
  font-weight: 400;  
}
.list table thead td.more ul li {
  border-bottom: 1px solid #f0f0f0;
  height: 36px;
}
.list table thead td.more ul li:last-child {
  border-bottom: 0px;
}
.list table thead td.more:hover ul{
  display: block;
  left: 0px;
  top: 40px;
}
.list table tbody td{
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.list table tbody tr:nth-child(even){
  background: var(--zebra);
}

.list table tbody tr:hover{
  background: var(--hover)
}
.list table td:first-child{
  padding-left: 15px;
}
.list table tbody td a{
  color: var(--main);
  padding: 0 3px;
}
.list table tbody td a.sms_btn{
  padding: 0 8px;
}
.list table tbody td img.avatar{
  width: 22.4px;
  height: 22.4px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
}
.list table tbody td img.img{
  width: 32px;
  height: 32px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  vertical-align: middle;
  margin-right: 6px;
}
.list table tbody .date{
  font-size: 0.857rem;
  color: #999999;
  line-height: 1.2;
}
.list table tbody tr:last-child td{
  border-bottom: 0px;
}
.list table tbody td .icon{
  font-size: 24px;
}
.list table .input{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  border: 1px dashed var(--border);
  height: 28px;
  line-height: 28px;
  background: #FFFFFF;
  text-indent: 10px;
}
.list-win table .input{
  border: 1px solid var(--border);
  height: 34px;
  line-height: 34px;
}
.list table .input:focus{
  border: 1px solid var(--main);
}
.list table a.icon-del{
  font-size: 20px;
  color: var(--cc);
}
.list table a.icon-del:hover{
  color: var(--warn);
}
.list table tfoot td{
  padding: 12px;
  border-top: 1px solid var(--border);
  background: var(--panel);
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.list table td.userinfo{
  position: relative;
}
.list table td.userinfo img{
  width: 48px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  display: block;
}
.list table td.userinfo.min img{
  width: 36px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
}
.list table td.userinfo div.flex{
  padding-left: 10px;
}
.list table td.userinfo h4 a{
  font-size: 1.143rem;
  color: var(--c0);
}
.list table td.userinfo h4 span{
  background: var(--warn-l);
  color: var(--warn);
  font-weight: 400;
  display: inline-block;
  padding: 0 6px;
  font-size: 0.857rem;
  height: 16px;
  line-height: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  margin-left: 6px;
}
.list table td.userinfo .tag{
  font-size: 0.857rem;
  border: 1px solid var(--border);
  display: inline-block;
  padding: 2px 10px;
  background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  margin-right: 5px;
}
.list table td.userinfo  p.per{
  width: 200px;
  margin-top: 5px;
  height: 5px;
  background: var(--panel);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
  margin-bottom: 2px;
  font-size: 0px;
}
.list table td.userinfo  p.per span{
  display: inline-block;
  height: 5px;
  background: var(--main);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.list table td.userinfo ul{
  display: none;
  position: absolute;
  z-index: 10;
  background: #FFFFFF;
  left: 80px;
  top: 38px;
  padding: 5px 10px;
  box-shadow: 0px 0 10px #eee;
  -webkit-box-shadow: 0px 0 10px #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.list table td.userinfo ul li{
  border-bottom: 1px solid #f0f0f0;
  height: 36px;
  line-height: 36px;
}
.list table td.userinfo ul li:last-child{
  border-bottom: 0px;
}
.list table td.userinfo:hover ul{
  display: block;
}
.list table td.subject h4 a{
  padding: 0px;
  font-size: 1.143rem;
  font-weight: 400;
}
.list table td.subject h4 a span{
  color: var(--warn);
}
.list table td.subject p a{
  color: var(--success);
}
.list table td.subject p span.icon{
  color: var(--c6);
}

/*step-y*/
.step-y li{
  position: relative;
  padding-bottom: 32px;
}
.step-y li:before{
  position: absolute;
  content: "";
  left: 0px;
  top: 24px;
  width: 1px;
  display: block;
  height: calc(100% - 24px);
  border-left: 1px solid var(--border);
}
.step-y li div{
  padding-left: 36px;
}
.step-y li div h3{
  height: 24px;
  line-height: 24px;
  font-weight: 500;
  font-size: 1rem;
}
.step-y li div p{
  color: #999999;
  font-size: 0.875rem;
  margin-top: 4px;
}
.step-y li div i{
  position: absolute;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  background: var(--grey);
  border-radius: 50%;
  left: -19px;
  font-size: 20px;
  top: 0px;
}
.step-y li div:before{
  position: absolute;
  left: -4px;
  top: 7px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: var(--grey);
}
.step-y li:last-child:before{
  display: none;
}
.step-y li.a:before{
  border-left: 1px solid var(--main);
}
.step-y li.a div:before{
  background: var(--main);
}
.step-y li.a div i{
  background: var(--main);
  color: #FFFFFF;
}
.step-y li.err:before{
  border-left: 1px solid var(--warn);
}
.step-y li.err div:before{
  background: var(--warn);
}
.step-y li.err div i{
  background: var(--warn);
  color: #FFFFFF;
}
.step-y li.success:before{
  border-left: 1px solid var(--success);
}
.step-y li.success div:before{
  background: var(--success);
}
.step-y li.success div i{
  background: var(--success);
  color: #FFFFFF;
}
/*鑱婂ぉ绐楀彛甯冨眬*/
.cahtMSG{
  z-index: 6000;
  width: 980px;
  height: 600px;
  border: 0px;
}
/*
  message-panel
*/
.message-panel{
  background:#333;
  padding: 24px 0;
  width: 64px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  text-align: center;
}
.message-panel img{
  width: 36px;
  height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.message-panel ul {
  padding: 10px 0
}
.message-panel ul li{
  padding: 10px 0;
}
.message-panel ul a{
  color: #666;
  font-size: 28px;
}
.message-panel ul li.a a{
  color: #fff;
}
/*
message-member
*/
.message-member{
  background: var(--panel);
  width: 240px;
  border-right: 1px solid var(--border);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
/*message-search*/
.message-search{
  padding: 15px;
}
.message-search form{
  background: var(--box);
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 0 10px;
  border: 1px solid var(--border);
}
.message-search form:hover{
  border-color: var(--success);
}
.message-search .icon{
  width: 20px;
  text-align: center;
  color: #999999;
  font-size: 16px;
  vertical-align: top;
}
.message-search input{
  border: 0px;
  background: none;
  width: 130px;
  font-size: 14px;
}
.message-search button{
  width: 40px;
  font-size: 14px;
  border: 0px;
  background: none;
}
/*message-items*/
.message-items{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow-y: scroll;
  padding-left: 8px;
}
.message-items h2{
  padding: 0 0 10px 8px;
  font-size: 16px;
  font-weight: 400;
}
.message-items h3{
  padding-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.message-items p.more{
  padding: 0 0 15px 15px;
  font-size: 14px;
}
.message-items li{
  padding: 10px 15px;
}
.message-items li a{
  position: relative;
}
.message-items li a span{
  position: absolute;
  top: 0px;
  left: 38px;
}
.message-items li img{
  width: 48px;
  height: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.message-items li div.flex{
  padding: 5px 0 0 10px;
}
.message-items li h4{
  font-weight: 400;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.message-items li p{
  color: #999999;
}
.message-items li.a{
  background: #fff;
}
/*
.message-main
*/
.message-m-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.message-m-title{
  border-bottom: 1px solid var(--border);
  height: 59px;
  padding: 0 20px;
  font-size: 18px;
}
.message-m-title .close{
  font-size: 24px;
}
.message-m-title .flex a{
  font-size: 14px;
  padding-left: 12px;
  color: var(--main);
}
/*娑堟伅鍙戦€�*/
.message-m-send{
  border-top: 1px solid var(--border);
  padding: 10px 15px 15px 15px;
  height: 106px;
}
.message-m-send ul{
  height: 34px;
  line-height: 24px;
}
.message-m-send ul li{
  float: left;
  font-size: 24px;
  padding-right: 10px;
}
.message-m-send ul li a{
  display: block;
  width: 28px;
}
.message-m-send .flex:empty::before {
  content: "娓呰緭鍏�...";
  color: #999;
}
.message-m-send .flex:focus{
  border: 0px;
  outline: none;
}
.message-m-send button{
  font-size: 36px;
  border: 0px;
  background: none;
  background: var(--success);
  color: #fff;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  margin-left: 15px;
  cursor: pointer;
}
/*娑堟伅*/
.message-m-content{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 10px 15px 15px;
  overflow-y: scroll;
}
.message-item{
  padding: 15px 0 0 0;
}
.message-user img{
  width: 36px;
  height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.message-content div.radius10{
  padding: 15px;
  display: inline-block;
  font-size: 16px;
}
.message-content div.radius10 img{
  max-width: 300px;
}
.message-other .message-content{
  padding-right: 120px;
}
.message-other .message-user{
  padding-right: 10px;
}
.message-other div.radius10{
  background: #FFFFFF;
}
.message-self .message-user{
  padding-left: 10px;
}
.message-self .message-content{
  text-align: right;
  padding-left: 120px;
}
.message-self div.radius10{
  background: var(--success-l);
  text-align: left;
}
.message-content a{
  color: var(--main);
}
/*鑱婂ぉ鎼滅储*/
.cahtSCH{
  z-index: 6100;
  width: 920px;
  height: 600px;
  border: 0px;
}

/*姘旀场*/
.bubble{
  
}

/*鍒嗛〉*/
.pages{
	float:right
}
.pages strong,.pages a{
	display:inline-block;
	padding:5px 10px;
	border-style:solid;
	border-width:1px;
	margin:0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  border-color: var(--border);
}
.pages a{
	background:#FFFFFF;
}
.pages strong{
	background:var(--main);
	color:#FFFFFF;
}
.pages a:hover{
	border-color:#999999;
}
.loadmore{
  display: block;
  text-align: center;
  padding: 14px 0;
  color: #999999;
}
.loadmore:hover{
  color: var(--main);
}
/*.*/
.smswindow{
  z-index: 6000;
}
.currentwindow .smswindow{
  z-index: 7000;
}

/*鎻愮ず淇℃伅椤�*/
.showmessage{
  width: 600px;
  border: 1px solid var(--border);
  margin: 200px auto 0 auto;
  background: #FFFFFF;
  padding: 60px;
}
.showmessage div.ico{
  padding: 0 30px 0 0;
  font-size: 54px;
  vertical-align: top
}
.showmessage span.icon{
  vertical-align: top;
}
.showmessage h3{
  font-size: 20px;
  padding-bottom: 6px;
}
.showmessage p{
  font-size: 16px;
}
.showmessage ul{
  padding-top: 16px;
}

.showmessage ul li{
  float: left;
  padding-right: 16px;
}
.showmessage ul li .sms_btn{
  line-height: 2.0rem;
}
.showmessage p .input{
  border: 1px solid var(--border);
  padding: 8px 10px;
}
.showmessage p .input:focus{
  border-color: var(--main);
}
/*radius*/
.radius5{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.radius10{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.radius20{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

/*width*/
.w-s{
  width: 40px;
  text-align: center;
  padding-left: 0px !important;
}
.w-l{
  width: 60px;
  text-align: center;
  padding-left: 0px !important;
}
.w-m{
  width: 80px;
  text-align: center;
  padding-left: 0px !important;
}
.w-b{
  width: 120px;
  text-align: center;
  padding-left: 0px !important;
}

.w-60{
  width: 60px;
}
.w-80{
  width: 80px;
}
.w-100{
  width: 100px;
}
.w-150{
  width: 150px;
}
.w-200{
  width: 200px;
}
.w-300{
  width: 300px;
}
/*w-input*/
.w-60 .input{
  width: 48px;
}
.w-80 .input{
  width: 68px;
}
.w-100 .input{
  width: 88px;
}
.w-150 .input{
  width: 138px;
}
.w-200 .input{
  width: 188px;
}
.w-300 .input{
  width: 288px;
}


/*pd*/
.pd-small{
  padding: 10px;
}
.pd-small-t{
  padding-top: 10px;
}
.pd-small-b{
  padding-bottom: 10px;
}
.pd-small-r{
  padding-right: 10px;
}
.pd-small-l{
  padding-left: 10px;
}
.pd-middle{
  padding: 15px;
}
.pd-middle-t{
  padding-top: 15px;
}
.pd-middle-b{
  padding-bottom: 15px;
}
.pd-middle-r{
  padding-right: 15px;
}
.pd-middle-l{
  padding-left: 15px;
}
.pd-big{
  padding: 30px;
}
.pd-big-t{
  padding-top: 30px;
}
.pd-big-b{
  padding-bottom: 30px;
}
.pd-big-r{
  padding-right: 30px;
}
.pd-big-l{
  padding-left: 30px;
}
/*color*/
.c-main{
  color: var(--main)!important;
}
.c-warn{
  color: var(--warn)!important;
}
.c-success{
  color: var(--success)!important;
}
.c-grey{
  color: var(--cc)!important;
}

/*
(鍐呭z-index鍐�3000浠ヤ笅)
#mask(5000)
.sms-window(6000)
.sms_dialog(9000)
.sms_notice(9000)
.sms_toast(9000)
#header(1000)
.diy-group(999)
.member

*/
#mask{
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 5000;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
}
/*info*/
.storey .info{
  text-align: center;
  color: #fff;
}
.storey .info h2{
  font-size: 48px;
  font-weight: 300;
}
.storey .info p{
  font-size: 18px;
  padding: 1rem 0;
  line-height: 1.8;
}
.storey .info ul{
  padding-top: 1rem;
}
.storey .info ul li{
  display: inline-block;
  padding: 0 10px;
}
.storey .info ul li a{
  display: block;
  padding: 0 2rem;
  height: 42px;
  line-height: 42px;
  border: 1px solid #fff;
  color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  font-size: 16px;
}
.storey .info ul li.light a{
  background: #fff;
  color: #1f5ef5;
}

.storey-zebra{
  background: #FFFFFF;
}
.storey-black{
  background: var(--c3);
}
.storey-black .info ul li.light a{
  color: var(--c0);
}

/* ----- 功能介绍 ----- */
#product_banner{
  padding: 160px 0 80px 0;
  text-align: center;
  background: #009933;
}
#product_banner p{
  color: #fcfff0
}
#product_banner li.light a{
  color: #009933;
}
/*步骤*/
.step_item{
  padding-left: 168px;
  position: relative;
}
.step_item:before{
  position: absolute;
  content: "";
  left: 84px;
  top: 68px;
  width: 1px;
  display: block;
  height: calc(100% - 68px);
  border-left: 1px solid var(--border);
}
.step .step_item:last-child:before{
 border: 0px;
}
.step_item i {
  position: absolute;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  left: 50px;
  top: 0px;
  background: #eee;
  font-size: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.step_item:hover:before{
  border-color: #009933
}
.step_item:hover i{
  background: #009933;
  color: #fff;
}
.step_item h3{
  font-size: 32px;
  font-weight: 400;
}
.step_item p{
  font-size: 16px;
  color: var(--c3);
  padding-bottom: 30px;
}
.step_item ul{
  padding-bottom: 50px;
}
.step_item:last-child ul{
  padding-bottom: 0px;
}
.step_item ul li{
  float: left;
  padding: 0 20px 20px 0;
}

.step_item ul li a,.step_item ul li div{
  cursor: pointer;
  display: block;
  width: 152px;
  padding: 16px;
  background: #FFFFFF;
  text-align: center;  
	box-shadow: 0px 0 10px #eee;
	transition:All 0.4s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
	-o-transition:All 0.2s ease-in-out;
}
.step_item ul li a.app,.step_item ul li div.app{
  background: var(--main-l);
}
.step_item ul li a:hover,.step_item ul li div:hover {
	transform:translate(0,-6px);
	-webkit-transform:translate(0,-6px);
	-moz-transform:translate(0,-6px);
	-o-transform:translate(0,-6px);
	-ms-transform:translate(0,-6px);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.4);
}
.step_item ul li img{
  height: 38px;
  margin: 12px 0;
}
.step_item ul li h4{
  font-size: 20px;
  padding-bottom: 12px;
}
.step_item ul li p{
  font-size: 15px;
  color: var(--c3);
  padding-bottom: 10px;
}

/* ----- 预定 ----- */
.buy-table{
  width: 100%;
  background: var(--box);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.buy-table td{
  padding: 16px 12px;
  width: 120px;
  text-align: center;
}
.buy-table td.items{
  width: auto;
  text-align: left;
}
.buy-table thead td{
  background: #e7e9eb;
  font-size: 20px;
  font-weight: 600;
}
.buy-table thead td:first-child{
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.buy-table thead td:last-child{
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.buy-table tbody td{
  font-size: 16px;
}
.buy-table tbody td h3{
  font-size: 20px;
}
.buy-table tbody td p{
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
}
.buy-table tbody tr{
  border-bottom: 1px solid #f0f0f0;
}
.buy-table tbody tr:last-child{
  border-bottom: 0px;
}
.buy-table ol{
  padding-left: 16px;
}
.buy-table ol a{
  color: var(--main);
}



/*infoitem*/
.infoitem .cover{
  width: 600px;
  position: relative;
}
.infoitem .cover h3{
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
  text-align: center;
}
.infoitem .cover img{
  max-width: 100%;
  display: block;
}
.infoitem .cover span,.infoitem .cover strong{
  position: absolute;
  font-size: 24px;
  color: #fff;
}
.infoitem .cover p{
  font-size: 14px;
  color: #999999;
  padding-top: 20px;
  text-align: center;
}
.infoitem .info_r{
  padding-left: 50px;
}
.infoitem .info_l{
  padding-right: 50px;
}
.infoitem .infolist h3{
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 12px;
}
.infoitem .infolist strong{
  font-size: 24px;
  color: var(--main);
  vertical-align: top;
  padding-right: 12px;
  font-weight: 400;
  padding-top: 6px;
}
.infoitem .infolist h4{
  padding: 6px 0;
  font-size: 20px;
  font-weight: 400;
}
.infoitem .infolist p{
  color: var(--c6);
  font-size: 16px;
  padding-bottom: 12px;
}
.infoitem .infolist div.btn{
  padding: 12px 0 0 40px;
}
.infoitem + .infoitem{
  padding-top: 60px;
}
.infoitem h2{
  text-align: center;
  font-size: 28px;
  font-weight: 400
}

/*blockinfo*/
.blockinfo{
  border: 1px solid var(--border);
  background: var(--box);
}
.blockinfo li{
  box-sizing: border-box;
}
.blockinfo li{
  border-right: 1px solid var(--border);
}
.blockinfo li:last-child{
  border-right: 0px;
}
.blockinfo li div{
  padding: 24px;
  font-size: 16px;
}
.blockinfo li:hover{
  background: var(--main-l);
}
.blockinfo li div h3{
  font-size: 22px;
  padding-bottom: 12px;
  font-weight: 600;
}
.blockinfo li:first-child div{
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.blockinfo li:last-child div{
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
/**/
.schemetype{
  padding-right: 30px;
}
.schemetype ul {
  background: #FFFFFF;
  box-shadow: 0px 0 10px #eee;
  -webkit-box-shadow: 0px 0 10px #eee;
}
.schemetype li a{
  height: 68px;
  line-height: 68px;
  padding: 0 40px;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
}
.schemetype li.a a{
  background: var(--main);
  color: #FFFFFF;
}
.schemetype li:first-child a{
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.schemetype li:last-child a{
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius:  0 0 10px 10px;
}
.schemetype li:last-child a{
  border-bottom: 0px;
}
#schemes .flex{
  background: #FFFFFF;
  padding: 40px;
  height: 500px;
}
#schemes .flex h2{
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 10px;
}
#schemes .flex ul.list{
  padding-left: 16px
}
#schemes .flex ul.list li{
  font-size: 16px;
  padding: 3px 0;
  color: var(--c6);
  list-style: decimal;
}
#schemes .flex ul.list li:hover{
  color: var(--c0);
}
#schemes .flex ul.btn{
  padding-top: 20px;
}
#schemes .flex ul.btn li{
  float: left;
  padding-right: 20px;
}

/*items*/
.items li{
  padding-right: 20px;
}
.items li:last-child{
  padding-right: 0px;
}
.items li div{
  padding:20px;
  background: #FFFFFF;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0 10px #eee;
  -webkit-box-shadow: 0px 0 10px #eee;
}
.items li div:hover{
  border: 1px solid #999999;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.4);
}
.items li div em{
  font-size: 56px;
  color: var(--grey);
}
.items li div:hover em{
  color: var(--main);
}
.items li div img{
  width: 56px;
  height: 56px;
  display: block;
  margin: 10px auto 5px auto;
}
.items li div h3{
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 0;
}
.items li div h4{
  font-size: 22px;
  text-align: left;
  padding: 10px 0;
  font-weight: 400;
}
.items li div p{
  font-size: 16px;
  line-height: 1.8;
  color: var(--c6);
}
/*schemes*/
.schemes{
  padding: 0 50px;
}
.schemes ul{
  width: 600px;
}
.schemes li{
  
}
.schemes li div.flex{
  padding: 15px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.schemes li img{
  width: 64px;
  height: 64px;
  margin: 10px 15px;
}
.schemes li h3{
  font-size: 20px;
  font-weight: 400;
}
.schemes li p{
  font-size: 16px;
  color: var(--c6);
}
.schemes li:hover p{
  color: var(--c0);
}
.schemes .cover{
  text-align: center;
  padding-right: 50px;
  padding-top: 30px;
  position: relative;
}
.schemes .cover img{
  width: 100%;
}
.schemes .cover h3{
  font-size: 24px;
  font-weight: 300;
}
/**/
.demo{
  text-align: center;
}

/**/
#index_banner{
  background:#1f5ef5;
  padding: 0px;
}
#index_banner .wrap{
  padding-top: 160px;
  padding-bottom: 80px
}

/**/
#scheme_banner{
  padding: 160px 0 80px 0;
  text-align: center;
  background: #009933;
}
#scheme_banner p{
  color: #fcfff0
}
#scheme_banner li.light a{
  color: #009933;
}
/**/
#blockchain_banner{
  padding: 160px 0 80px 0;
  text-align: center;
  background: #cc3366;
}
#blockchain_banner p{
  color: #ffebef
}
#blockchain_banner li.light a{
  color: #cc3366;
}

/**/
.chain li{
  float: left;
  width: 416px;
  padding: 13px 0;
}
.chain li.m{
  margin: 0 26px;
}
.chain li a,.chain li div{
  display: block;
  padding: 25px;
  background: #FFFFFF;
  border: 1px solid var(--border);
}
.chain li a:hover,.chain li div:hover{
  border-color: var(--c6);
}
.chain li  h3{
  font-size: 20px;
  font-weight: 400;
}
.chain li  p{
  color: var(--c6);
  font-size: 16px;
}

/**/
.network{
  width: 600px;
  height: 520px;
  position: relative;
}
.network p{
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 500px;
  font-size: 16px;
}
.network div{
  width: 500px;
  height: 1px;
  font-size: 0px;
  background: #eee;
  position: absolute;
  left: 50px;
  top: 250px;
  z-index: 1;
}
.network div.a{
  background: #07c160;
}
.network div.x{
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.network div.x1{
  left: 194px;
}
.network div.x2{
  left: -94px;
}
.network div.y{
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.network div.y1{
  left: 194px;
}
.network div.y2{
  left: -94px;
}
.network div.z1{
  top: 125px;
  left: 50px;
}
.network div.z2{
  top: 375px;
  left: 50px;
}
.network em{
  position: absolute;
  color: #999999;
  z-index: 2;
}
.network em.line-x0{
  left: 185px;
  top: 20px;
}
.network em.line-x1{
  left: 330px;
  top: 20px;
}
.network em.line-x2{
  left: 40px;
  top: 20px;
}
.network em.line-y0{
  left: 430px;
  top: 20px;
}
.network em.line-y1{
  left: 540px;
  top: 20px;
}
.network em.line-y2{
  left: 250px;
  top: 20px;
}
.network em.line-z0{
  left: 555px;
  top: 240px;
}
.network em.line-z1{
  left: 555px;
  top: 115px;
}
.network em.line-z2{
  left: 555px;
  top: 365px;
}
.network span{
  position: absolute;
  width: 30px;
  height: 30px;
  background:#2196f3;
  border: 10px solid #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  z-index: 3;cursor: pointer;
}
.network span.a{
  background: #07c160;
}
.network span.dot-0-0-0{
  top: 225px;
  left: 275px
}
.network span.dot-0-2-1{
  top: 100px;
  left:200px
}
.network span.dot-1-0-1{
  top: 100px;
  left:345px
}
.network span.dot-1-1-0{
  top: 225px;
  left: 420px
}
.network span.dot-0-1-2{
  top: 350px;
  left: 345px
}
.network span.dot-2-0-2{
  top: 350px;
  left: 200px
}
.network span.dot-2-2-0{
  top: 225px;
  left: 130px
}
/*问答*/
.qanda{
  padding: 50px 0 0 50px
}
.qanda li{
  list-style:circle;
  padding-bottom: 10px;
}
.qanda li h3{
  font-size: 20px;
  font-weight: 400;
}
.qanda li p{
  color: var(--c6);
  font-size: 16px;
  padding: 5px 0;
}
