.top-0 {
    top: 0;
}

.vertical-middle::after {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    visibility: hidden;
}

.header {
    position: relative;
}

.header_help .ulDiv {
    top: 73px;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 74px;
    background: #fff;
    z-index: 100;
}

.placeholder::after {
    content: " ";
    height: 74px;
    width: 100%;
    display: block;
}

.test-wrap {
    margin-top: 28px;
    margin-bottom: 120px;
    padding: 60px 20px 100px 20px;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-sizing: border-box;
}
.item-label{
    display: inline-block;
    vertical-align: middle;
}
.record-content {
    height: 168px;
    background: rgba(252, 252, 252, 1);
    border: 1px solid rgba(228, 228, 228, 1);
}

.wx-input {
    text-indent: 20px;
    width: 400px;
    height: 46px;
    position: relative;
    border-radius: 6px;
    box-sizing: border-box;
}

.data-list {
    max-height: 400px;
    overflow-y: scroll;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(60, 60, 60, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(60, 60, 60, 0.2);
    display: none;
    position: absolute;
    top: 50px;
    width: auto;
    z-index: 999;
    border-radius: 6px;
}

.layui-form-label {
    width: 150px;
}

.layui-input-block {
    margin-left: 150px;
}

.layui-input {
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 6px;
    height: 46px;
    line-height: 46px;
}

.layui-input:hover {
    border-color: #647dff !important;
}

.input-box {
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid rgba(229, 229, 229, 1);
}

.input-box:hover {
    border-color: #647dff !important;
}

.layui-form-label {
    font-size: 16px;
    font-weight: bold;
}

.require-text {
    color: #FF3D36;
}

.layui-form-item {
    margin-bottom: 20px;
}

.type-title {
    padding: 9px 15px;
    width: 120px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.output {
    position: relative;
    width: 450px;
    border: 1px solid rgba(229, 229, 229, 1);
}

.output .output-title {
    height: 48px;
    background: rgba(242, 244, 247, 1);
    box-shadow: 0px -1px 0px 0px rgba(229, 229, 229, 1);
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    color: #333;
    font-weight: bold;
}

.textare {
    height: 568px;
    overflow: auto;
    border: none;
}

.input-wrap {
    display: inline-block;
    vertical-align: middle;
}

.sumit-wrap {
    margin-top: 200px;
    margin-left: 34px;
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 160px;
    background: linear-gradient(30deg, #0F79E9, #5794FF);
    border-radius: 26px;
    font-size: 20px;
    color: #fff;
}

.box:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
}

.submit-icon {
    width: 20px;
    height: 20px;
    background: url("../images/port/submit-icon.png");
    background-size: 100% 100%;
}

.submit-text {
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
    width: 20px;
    white-space: normal;
    line-height: 24px;
}

.help-icon {
    position: relative;
    cursor: pointer;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("../images/port/help-icon.png");
    background-size: 100% 100%;
    z-index: 1000;
}
.help-text-wrap {
    padding: 12px 28px 12px 20px;
    display: none;
    position: absolute;
    right: -10px;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    top: 50%;
    width: 286px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(235, 238, 242, 1);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(7, 133, 253, 0.11);
    box-shadow: 0px 1px 8px 0px rgba(7, 133, 253, 0.11);
    border-radius: 6px;
    -webkit-animation: customOpocaty .3s ease;
    animation: customOpocaty .3s ease;
    z-index: 1000;
    text-align: left;
}
.help-text-wrap::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgba(7, 133, 253, 0.11);
}
.params-loading-wrap{
    position: relative;
    height: 200px;
}
.loading-mask-params{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    text-align: center;
}
.help-text-wrap .help-text {
    color: #667180;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
}

@-webkit-keyframes slideLeft {
    0% {
        width: 0;
    }
    100% {
        width: 286px;
    }
}

@keyframes slideLeft {
    0% {
        width: 0;
    }
    100% {
        width: 286px;
    }
}
@-webkit-keyframes customOpocaty {
    0% {
        opacity:  0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes customOpocaty {
    0% {
        opacity:  0;
    }
    100% {
        opacity: 1;
    }
}
.loading-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3000;
    text-align: center;
}
.spinner {
    display: inline-block;
    vertical-align: middle;
    margin: 100px auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
  }
   
  .spinner > div {
    background-color:#0F79E9;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
  }
   
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
   
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
   
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
   
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
   
  @-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
    20% { -webkit-transform: scaleY(1.0) }
  }
   
  @keyframes stretchdelay {
    0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }
.app-select{
    position: relative;
    display: inline-block;
    width: 400px;
    height: 46px;
    text-indent: 10px;
    border-radius: 4px;
    border: 1px #e6e6e6 solid;
    z-index: 100;
    line-height: 46px;
    text-indent: 13px;
    cursor: pointer;
    box-sizing: border-box;
}
.app-select::after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 50%;
    height: 0px;
    width: 0;
    transform: translateY(-2.5px);
    border-top: 5px solid #888;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.app-select-active::after{
    transform: rotate(180deg) translateY(5px);
}
.app-select-name{
    height: 100%;
}
.app-select-option-wrapper{
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    background-color: white;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-radius: 0 0 4px 4px;
    max-height: 230px;
    overflow-y: auto;
}
.app-select-active{
    border-radius: 4px 4px 0 0;
}
.app-select-item{
    height: 34px;
    line-height: 34px;
    color: #333;
    text-indent: 13px;
}
.app-select-item:hover{
    background: #0F79E9;
    color: #fff;
}
