* {
    font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent; */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
body::-webkit-scrollbar{
    display: none;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #777777;
}

a:hover {
    text-decoration: none;
    color: #777777
}

label {
    margin-bottom: 0px;
}
input{
    border: 0;
    outline:none;
}

input,
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.box {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.clearfloat {
    clear: both;
}


/* tabBar导航栏样式 */

.tabBar {
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 60px;
    background-color: #fff;
    /*border-top: 1px solid #e6e6e6;*/
    box-shadow: 0px -1px 20px #e5e5e5;
}

.tabBar ul {
    overflow: hidden;
    width: 100%;
}

.tabBar ul li {
    float: left;
    width: 33%;
    text-align: center;
}

.tabBar ul li a {
    width: 100%;
    font-size: 1rem;
    display: block;
}

.tabBar ul li a img {
    width: 18%;
    display: block;
    margin: 12px auto 0 auto;
}


.hard {
    width: 23% !important;
}


/*公用类*/

.margin-top-bottom-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.margin-autu {
    margin-left: auto;
    margin-right: auto;
}

.margin-0 {
    margin: 0px;
}

.pad-top-0 {
    padding-top: 0px;
}

.pad-bottom-0 {
    padding-bottom: 0px;
}

.pad-0 {
    padding: 0px;
}


/*加载动画*/

.loading-windows {
    position: fixed;
    z-index: 9999;
    background: #f2f2f2;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
}

.loader-inner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-mini {
    position: absolute;
    left: 40%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.loading-mini {
    background: rgba(0, 0, 0, 0.2);
    width: 9rem;
    height: 9rem;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #FFFFFF;
    display: none;
}

.loading-miniRem {
    background: rgba(0, 0, 0, 0.2);
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #FFFFFF;
    display: none;
}

.loading-file {
    background: rgba(0, 0, 0, 0.2);
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #FFFFFF;
    display: none;
}

.loader-inner-file {
    position: absolute;
    left: 42%;
    top: 35%;
    transform: translate(-50%, -50%);
}

/* 最底 */
.footer_div {
    width: 100%;
    height:16vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border-top: 0.5px solid #d9d9d9;
    box-sizing: border-box;
    padding: 0 6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
	z-index: 100;
}

.footer_item {
    font-size: 3vw;
    color: #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer_btn_item {
    font-size: 3vw;
    color: #ff1a2a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_icon {
    width: 7vw;
    height: 7vw;
    margin-bottom: 1vw;
}

.footer_item>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rows {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


/* 客服 */

.shadow_apple {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 3;
    display: none;
}

.contact_main_apple {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70vw;
    transform: translate(-50%, -50%);
    background: #fff;
}

.shadow_title_apple {
    font-size: 0.4rem;
    color: #3E3E3E;
    display: block;
    margin: 5vw;
}

.contact_icon_apple {
    width: 100%;
}

.contact_img_apple {
    width: 30vw;
    height: 30vw;
    display: block;
    margin-bottom: 5vw;
}


