* {
    margin: 0;
    padding: 0;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-input-placeholder-color: #aaa;
}
html{
    width:100%;
    height:100%;
	font-size: 62.5%;
}
body{
     width:100%;
    height:100%;
    font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    background-color: #eee;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    position:fixed;
    top:0;
    left:0;
    overflow:hidden;
}

.headh{
    width:100%;
    background:#fff;
    margin: 0 auto;
    height:4rem;
    font-size:1.7rem;
    border-bottom:0.2rem solid #e9eaec;
}
.head-xiao{
    width:90%;
    height:100%;
    margin: 0 auto;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.head-xiao img{
    width:1.5rem;
    vertical-align:middle;
}
div,ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul, li {
    list-style: none outside none;
}
h3, h4 {
    font-size: 16px;
    font-weight: 400;
}
.ui-form-item {
	position: relative;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding-right: 15px;
    padding-left: 15px;
}
.ui-border-b {
    border-bottom: 1px solid #dedede;
}
.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-checkbox-s):not(.ui-radio):not(.ui-radio-s) {
    width: 95px;
    position: absolute;
    padding-right: 10px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
}
.ui-form-item > .ui-select {
    /*margin-left: 115px;*/
}
.ui-select {
    position: relative;
    margin-right: 6px;
}
.ui-form-item input, .ui-form-item textarea {
    text-align: left;
    width: 200%;
    min-height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 0;
    background: 0 0;
    padding-left: 0;
}
input, input:focus, input:active {
    user-select: text;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}
.ui-select:after {
	position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #a6a6a6;
    content: "";
    pointer-events: none;
    border: 0;
    background: url(../img/icon-select.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: 100%;
    top: 35%;
    right: -5px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a6a6a6;
}
.ui-form-item span {
    display: block;
    padding-left: 95px;
    width: 100%;
    text-align: right;
    color: #000;
}

.yihang{
    display:flex;
    justify-content:space-between;
}
.yihang_b img{
   width:1.5rem;
}

.guan{
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 15px;
    font-size:14px;
    color:#777;
    line-height:44px;
    border-bottom: 1px solid #dedede;
}
.guan_b img{
    width:1.3rem;
}
.guan-inp input{
    display:inline-block;
    width:200%;
    height:100%;
    border:none;
    outline:none;
    background:#eee;

}