﻿* {
    text-shadow: none;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    height: 100%;
    margin: 0 auto;
    font-size: 12px;
}

body,
button,
input,
select,
textarea {
    font-family: 'Microsoft YaHei UI Light', 'Microsoft Yahei', 'Helvetica Neue', 'PingHei', Arial, Helvetica,
        sans-serif, Lato;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    color: #555;
}

em,
i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #444;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style-type: none;
}

form {
    margin: 0;
}
/*样式*/

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    display: block;
}

.phone_div {
    background-color: #02b88f;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.phone_div a {
    color: #fff;
    font-size: 28px;
}
.xhbox {
    padding: 20px;
}
.xhbox h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
}
.xhbox_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.xhbox_ul li label {
    width: 60px;
    font-size: 16px;
}
.xhbox_ul li label span {
    margin-left: 5px;
    color: #f30;
}
.textareabox {
    display: flex;
    flex-direction: column;
}
.textareabox label {
    padding-bottom: 10px;
    font-size: 16px;
}
.textareabox .inputbox {
    flex: 1;
    min-width: 0;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
}
.xhbox_ul li .inputbox {
    flex: 1;
    min-width: 0;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
}
.button_div {
    padding: 15px;
    background-color: #02b88f;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    margin: 20px 0px 10px;
}
.bottom_ul {
    display: flex;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f9950b;
}
.bottom_ul a {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}
.bottom_ul a:first-child {
    background-color: #f26262;
}
.bottom_ul a img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.bottom_box .warp_div {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
}
.bottom_box .warp_div em {
    font-size: 12px;
}
.bottom_box .warp_div span {
    font-size: 18px;
    margin-right: 15px;
}
.bottom_box .warp_div a {
    font-size: 18px;
    margin-right: 15px;
}
.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.weui-actionsheet {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 274px;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 5000;
}
.weui-dialog {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.weui-dialog p {
    font-size: 15px;
    padding: 30px 15px;
    border-bottom: 1px solid #eee;
}
.weui-dialog .btn_button {
    height: 48px;
    line-height: 48px;
    color: #f26262
}
