body{
  margin: 0;
  background-color: #e4e6eb;
}

/* 登录输入框提示文字样式 */
.sub-title{
  color: #666666;
  font-size:14px;
  padding-bottom: 5px;
}

/* 登录输入框样式 */
.title{
  font-size: 20px;
  color:#666666;
  list-style: none;
  margin-left: -40px;
  padding-bottom: 50px;
}

.header{
  position: absolute;
}
.vertical-layout>.content{
  display: flex;
  align-items: center;
  /* background: #f0f0f0; */
}
.login-wrapper{
  position: relative;
  width: 960px;
  height: 540px;
  background: url("/images/login.png") no-repeat left/contain;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  box-shadow:0px 2px 7px 0px rgba(64,124,247,0.38);
  border-radius:14px;
}
.login-wrapper .switch{
  cursor: pointer;
  position: absolute;
}
.login-wrapper .switch .switch-tip{
  position: absolute;
  top: 15px;
  right: 60px;
  width: 86px;
  height: 34px;
  padding-left: 11px;
  line-height: 34px;
  font-size: 14px;
  color: #0E5CFA;
  background: no-repeat center/contain url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAAAiCAYAAADF5S4gAAABXUlEQVRoQ+3aPU7DQBAF4LcmP02UIlSICyAUzoGgoCeIio4rAFKQGzouYeAIQM0RAkKE3ggJChxRBIwHGVEEE+V3X/fcWdp9xafRrscaBwD1nY99BC6EWSN/1zOBgMHM4S4za72fVTvFHa6+Z41akD5fHSyUlhfdBIlakguYAec3GQ4vssskKm/+g63t9psrS0Hn+qgksSkFHmLDRpjevkWVNcFOiTdquWA9Yg5GCVawJAFSrCpWsCQBUqwqVrAkAVKsKpYE240N62F6n0SVVTUIHpH7n8DWSYpujHYSlY8Ho51a2vmkX3uG7dMvPD79xRXsfK4/u4fhCtYD7DBcwXqCLeIK1iPsS8/Q+j1vBesJtnjOCtYDrC4vD4jFCH1uEVDVIBBQ80i1tCRY/YQRLEmAFKuKFSxJgBSrihUsSYAUq4oVLEmAFDuyYjXGOZv62DHOPFaDxzPgjhk8/gYEQY/6q/stFAAAAABJRU5ErkJggg==);
}
.login-wrapper .opration-bar{
  position: absolute;
  top: 40px;
  right: 0;
}
.login-wrapper .opration-bar a{
  margin-right: 30px;
  line-height: 20px;
  font-size: 14px;
  color: #FFFFFF;
}
.login-form{
  margin-right: 80px;
  margin-top: 70px;
  width: 320px;
}
.login-form .login-form-tip{
  font-size: 14px;
  color:#666666;
  margin-bottom: 10px;
  font-weight:normal;
}
.login-form .login-form-control{
  width:320px;
  height:45px;
  border-radius:2px;
  border:1px solid #CCCCCC;
  padding-left: 10px;
}
.nav::before,.nav::after{
  display: none !important;
}
.login-form .nav-tabs{
  padding: 0 30px;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.login-form .nav-tabs li{
  width: auto;
  height: auto;
}
.login-form .nav-tabs li .indicator{
  margin: 0 auto;
  height: 2px;
  width: 0;
  background-color: #198cff;
  transition: all 0.2s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.nav-tabs>li>div{
  border: none;
}
.login-form .nav-tabs li.active .indicator {
  width: 72px;
}
.login-form .nav-tabs li a{
  border: none !important;
  font-size: 18px;
  color: #111111;
  padding:0;
  background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  color: #111111;
  background: none;
}
.login-form .tab-content{
  margin-top: 34px;
}
.login-form .form-group{
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
.login-form .icheckbox_square-dark-blue{
  transform: scale(0.64);
  margin-right: 4px !important;
}
.login-form .extra-option{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.login-form .extra-option a{
  font-size: 14px;
  color: #666666;
}
.login-form .btn-login{
  width: 320px;
  height: 45px;
  font-size: 16px;
  color: #FFFFFF;
  background: #0E5CFA;
  border-radius:2px;
}
.login-form .sign-tip{
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  text-align: right;
}
.login-form .sign-tip a{
  color: #0E5CFA;
}

.input-underline .code{
  z-index: 999;
  position: absolute;
  bottom: 11px;
  right: 0;
  font-weight: normal;
  font-size: 14px;
  color: #0E5CFA;
  border: none;
  padding: 0 10px;
  cursor: pointer;
}

.input-underline .disabled{
  color: #AAAAAA;
}



.qccode{
  height: 200px;
  width: 200px;
  border: 1px solid #E0E0E0;
}



.input-underline .error{
  position: absolute;
  bottom: -20px;
}

.btn btn-login{
  color: #198cff;
}


/* 下面是另外样式的合集 */

 
.layui-layer.info{
  padding: 15px 64px;
  background: #0E5CFA;
  box-shadow: 0 2px 10px 0 rgba(28,75,119,0.30);
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0 !important;
}
.layui-layer.info .layui-layer-content{
  margin: 0;
  padding: 0;
}
.layui-layer.nopadding .layui-layer-content{
  padding: 0;
}
.time-range-control{
  position: relative;
}
.time-range-control .icon-calendar{
  position: absolute;
  top: 6px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: no-repeat center/cover url(/static/images/3_c06_date.png);
}
.layui-laydate .layui-this{
  background-color: #0E5CFA !important;
}
.layui-laydate-footer span[lay-type=date], .layui-laydate-footer span:hover, .layui-laydate-header i:hover, .layui-laydate-header span:hover{
  color: #0E5CFA;
}
.layui-laydate-content td.laydate-selected{
  background-color: #F8F8F8;
}
.input-underline{
  position: relative;
}
.input-underline .input-wrapper{
  position: relative;
}
.input-underline .form-tip{
  position: absolute;
  bottom: 64px;
  left: 0;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  transform: translate3d(0,56px, 0) scale(1);
  transform-origin: left top;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.input-underline .form-tip.focus{
  transform: translate3d(0, 28px, 0) scale(0.75);
}
.input-underline .form-control{
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 2;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
  padding: 14px 0;
  font-size: 18px;
  height: 50px;
  line-height: 20px;
  color: #666666;
  background: transparent;
}
.input-underline.has-error .form-control{
  border-bottom: 1px solid #FF6A46;
  box-shadow: none;
}
.input-underline .error{
  position: relative;
  z-index: 2;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #FF6A46;
  margin: 0;
  text-align: right;
}

.form-horizontal .form-group{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px 0;
}
.form-horizontal .form-group.flex-start{
  align-items: flex-start;
}
.layui-layer .form-horizontal .form-group{
  margin: 0 0 20px 0;
}
.form-horizontal .form-group.img-uploader-group{
  align-items: flex-start;
}
.form-horizontal .form-group.img-uploader-group .tip{
  font-size: 14px;
  color: #AAAAAA;
  margin-left: 60px;
  width: 300px;
  line-height: 20px;
}
.form-horizontal .form-group>label{
  width: 120px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #111111;
  margin: 0px 0px 0px 10px;
}
.form-group label.required:after{
  content: " *";
  font-size: 14px;
  color: #FF6A46;
}
.form-horizontal .input-group{
  flex: 1;
}
.form-horizontal .form-group .sub-panel{
  flex: 1;
  width: auto;
}
.form-horizontal .form-control{
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  height: 40px;
  flex: 1;
  width: 100%;
}
.form-horizontal textarea.form-control{
  height: auto;
}
.form-control:focus {
  border-color: #CCCCCC;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-horizontal .input-group .error{
  position: absolute;
  bottom: -20px;
  margin: 0;
  color: #FF6A46;
}
.form-horizontal .form-group.has-error .form-control{
  border: 1px solid #FF6A46;
}
.form-horizontal .form-group.has-error .form-control:focus{
  border-color: #FF6A46;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-horizontal .form-group.has-error .select-box{
  border: 1px solid #FF6A46;
}
.checkbox-control,.radio-control{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-control>label,.radio-control>label{
  width: auto !important;
  margin-left: 0 !important;
}
.checkbox-control>.help-block,.checkbox-control>.btn,.radio-control>.help-block,.radio-control>.btn{
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.layout-horizontal{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.layout-horizontal>*{
  margin-right: 30px !important;
}
.layout-horizontal>.help-block{
  margin-top: 0;
  margin-bottom: 0;
}
.layout-vertical{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.layout-vertical>*{
  margin-bottom: 30px !important;
}
.ck.ck-editor__main{
  width: 720px;
}
input[readonly] {
  background-color: #ffffff !important;
}
.input-group-addon.inner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  text-align: center;
  border: none;
  background: transparent;
  border-radius: 4px;
  height: 100%;
  line-height: 20px;
  z-index: 10;
}
.has-error .error{
  color: #FF6A46;
}
.step-list{
  display: flex;
  flex-direction: row;
}
.step-list .step{
  position: relative;
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: #AAAAAA;
  line-height: 50px;
  text-align: center;
  background-color: #F8F8F8;;
  height: 50px;
  margin-right: 12px;
}
.step-list .step a{
  color: #AAAAAA;
}
.step-list .step:after{
  position: absolute;
  z-index: 2;
  right: -20px;
  content: " ";
  height: 50px;
  border-left: 20px solid #F8F8F8;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.step-list .step:before{
  position: absolute;
  left: 0;
  content: " ";
  height: 50px;
  border-left: 20px solid #FFFFFF;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.step-list .step.first:before{
  content: none;
}
.step-list .step.last:after{
  content: none;
}
.step-list .step.active{
  background-color: rgba(255,204,0,0.1);
  color: #F9AC4C;
}
.step-list .step.active a{
  color: #F9AC4C;
}
.step-list .step.active:after{
  border-left: 20px solid rgba(255,204,0,0.1);
}
.icon-label{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.icon.icon-down-arrow{
  display: inline-block;
  width: 8px;
  height: 4px;
  background: no-repeat center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAECAYAAAC3OK7NAAAAAXNSR0IArs4c6QAAAGJJREFUCB1jPHv27Jr///9z8PPzB6uqqv5kgAKgGPO5c+dWwuSYjIyMwhkZGX98/Phx7e3bt9lB6tAVgQxgRJcQFhYOeffu3RKYSTBbmEAKgSb+BZkMZP5++/btdyDNju4UAMR1PzThBnBrAAAAAElFTkSuQmCC);
}
.icon.icon-del{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: no-repeat center url(/static/images/4_b04_delete_2.png);
}
.icon.icon-close{
  display: inline-block;
  width: 14px;
  height: 14px;
  background: no-repeat center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADaADAAQAAAABAAAADQAAAACpyhiuAAAA5UlEQVQoFX2RMQ7CMAxFG9qJlQOwMXMAJJjZkxuwd+dGiZSlQkJFSDAzgATX4AapynepqyRKG6myXf8X27HQWj+zLCuVUnfY0WOtXTRNc27b9jCDqsRnAG/HCAKcc1fka1z+EiTsAQNXxhUZEEKcpJRH0ncQOSkwBQRQDBZF8aGW/AqkoTNU+ocYzpgdhtUQf/HPckucJ0sPEZw8z98EAFwicQmSfRBAPANyFuCeKlLlGBzaY8CfwWtVoc0bwx2UAliQAsUUEIOIuz0K3PRAUKdeiSGyXBGr2NBS135yykdXq6qq5j9k6pr192pZDgAAAABJRU5ErkJggg==);
}
.icon.icon-copy{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: no-repeat center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADqADAAQAAAABAAAADgAAAAC98Dn6AAAA20lEQVQoFeWSvQ3CMBCF3yURYggSsQEFA1DRATVMgESNhEKPyAqMQJ+KHShp6CB0TEARP3xBFj+yID3X3Pl8n235PWkNFicQCX4HRWRS5NlWRyOFggApJNx/Y2nKDURiNxNVhYWIxgHmNoYgcJtvmdIk2IuHKUAWD1AnFCJXBI5vgFsIrrZMQDMj0X6C9iaFLnnWcbO+nIyWfZblzv8sH/HR+wdQf5WVuFYnq6F+ea2I1EbqCBXXEnWsVx0s7njriLmKK0E4dT1vZtk1BuunAayN1BEqrhd4bQrOd7oESl2n9k/qAAAAAElFTkSuQmCC);
}
.icon.icon-help{
  display: inline-block;
  width: 12px;
  height: 12px;
  background: no-repeat center url(/static/images/10_b02_question@2x.png);
  background-size: 100% 100%;
}
.point{
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CCCCCC;
  margin-right: 6px;
}
.point.active{
  background-color: #4CD964;
}
.point.not-start{
  background-color: #1E91F6;
}
.point.in-progress{
  background-color: #4CD964;
}
.point.finish{
  background-color: #CCCCCC;
}
.main>.content-split{
    display: flex;
}
.main>.content.content-split>.box{
    width: 100%;
    margin-right: 280px;
}
.sidebar{
    position: fixed;
    top: 50px;
    right: 0;
    width: 260px;
    height: 100%;
    padding: 20px;
    background: #fff;
}
.sidebar>div:first-child{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.sidebar .font-bold{
    font-weight: bold;
}
.sidebar .right{
    border: solid #0E5CFA;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-left:10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom:1px;
  }
.sidebar .question{
    list-style: none;
    margin:0;
    padding:0;
    width: 220px;
}
.sidebar .question>li{
    font-size: 12px;
    color: #0E5CFA;
    line-height: 30px;
    cursor: pointer;
}
.sidebar .btn-phone{
    border: 1px solid #AAAAAA;
    border-radius: 20px;
    border-radius: 20px;
    padding:6px 0;
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-bottom:10px;
    cursor: pointer;
}
.sidebar .phone{
    font-size: 12px;
    color: #666666;
    text-align: center; 
}
html{
  /* height: 100vh; */
  font-family: PingFangSC-Regular, sans-serif;
}
body{
  margin: 0;
  height: 100%;
  background-color: #f5f6f9;
}
a:focus, a:hover{
  text-decoration: none;
}
.admin-console{
  min-width: 1280px;
  min-height: 100%;
  padding: 0;
  background-color: #f5f6f9;
}
.admin-console>.left{
  position: fixed;
  height: 100%;
  width: 180px;
  min-height: 100%;
  background-color: #FFFFFF;
  z-index: 11;
}
.left .logo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left .logo img{
  width: 100%;
  height: 100%;
}
.left .menu{
  padding-top: 70px;
  height: 100%;
  overflow-y: scroll;
}
.left .menu::-webkit-scrollbar {
  width: 0;
}
.admin-console>.main{
  margin-left: 180px;
  padding-top: 50px;
}
.admin-console>.main>.content{
  position: relative;
}
.admin-console>.main .content-fixed{
  overflow-y: scroll;
}
.admin-console>.main .content-fixed::-webkit-scrollbar { 
  width: 0 !important 
}
.vertical-layout{
  background-color: #f5f6f9;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vertical-layout>.content{
  flex: 1;
}
.no-padding{
  padding: 0 !important;
}
.no-margin{
  margin: 0 !important;
}
.preview-content figure{
  width: 100%;
}
.preview-content img{
  width: 100%;
}
.preview{
  background: url(/static/images/phone-preview.png) no-repeat;
  box-shadow: none;
}
.preview-header{
  background: none;
}
.preview-body{
  padding: 51px 22px 20px 22px;
}
.preview-body .preview-body-head{
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-image: url(/static/images/phone-head.png);
}
.preview-body .preview-content{
  width: 100%;
  max-height: 512px;
  overflow: scroll;
  overflow-x: hidden;
  word-break:break-all;
  padding: 0px 0px 0px 3px;
}

.preview-content p{
  margin: 0px;
}

.preview-close{
  width: 80px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 380px;
  background: #000000;
  border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
}

/*整个滚动条样式*/
.preview-body .preview-content::-webkit-scrollbar {
  width: 2px;
  height: 0px;
}
/*设置滚动条上的滚动滑块样式*/
.preview-body .preview-content::-webkit-scrollbar-thumb {
  background: transparent;
}
/*鼠标位于内容上时，滚动条样式*/
.preview-body .preview-content:hover::-webkit-scrollbar {
  width: 2px;
  height: 0px;
  background: rgba(238, 238, 238, 1);
  border-radius: 6px;
}
/*鼠标位于内容上时，滚动滑块样式*/
.preview-body .preview-content:hover::-webkit-scrollbar-thumb {
  background: #9bcaff;
  border-radius: 10px;
}

